Home
last modified time | relevance | path

Searched defs:accel (Results 1 – 25 of 140) sorted by relevance

123456

/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/resources/
Dscriptpad.js453 { name: "New", action: actionNew , accel: guiPkgs.KeyEvent.VK_N }, property
454 { name: "Open...", action: actionOpen, accel: guiPkgs.KeyEvent.VK_O }, property
455 { name: "Open URL...", action: actionOpenURL, accel: guiPkgs.KeyEvent.VK_U }, property
456 { name: "Save", action: actionSave, accel: guiPkgs.KeyEvent.VK_S }, property
459 { name: "Exit", action: actionExit, accel: guiPkgs.KeyEvent.VK_Q } property
466 { name: "Cut", action: actionCut, accel: guiPkgs.KeyEvent.VK_X }, property
467 { name: "Copy", action: actionCopy, accel: guiPkgs.KeyEvent.VK_C }, property
468 { name: "Paste", action: actionPaste, accel: guiPkgs.KeyEvent.VK_V }, property
470 { name: "Select All", action: actionSelectAll, accel: guiPkgs.KeyEvent.VK_A } property
477 { name: "Run", action: actionRun, accel: guiPkgs.KeyEvent.VK_R } property
[all …]
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/resources/
Dscriptpad.js453 { name: "New", action: actionNew , accel: guiPkgs.KeyEvent.VK_N }, property
454 { name: "Open...", action: actionOpen, accel: guiPkgs.KeyEvent.VK_O }, property
455 { name: "Open URL...", action: actionOpenURL, accel: guiPkgs.KeyEvent.VK_U }, property
456 { name: "Save", action: actionSave, accel: guiPkgs.KeyEvent.VK_S }, property
459 { name: "Exit", action: actionExit, accel: guiPkgs.KeyEvent.VK_Q } property
466 { name: "Cut", action: actionCut, accel: guiPkgs.KeyEvent.VK_X }, property
467 { name: "Copy", action: actionCopy, accel: guiPkgs.KeyEvent.VK_C }, property
468 { name: "Paste", action: actionPaste, accel: guiPkgs.KeyEvent.VK_V }, property
470 { name: "Select All", action: actionSelectAll, accel: guiPkgs.KeyEvent.VK_A } property
477 { name: "Run", action: actionRun, accel: guiPkgs.KeyEvent.VK_R } property
[all …]
/aosp_15_r20/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dhal_outputs.c81 long accel[3]; in inv_get_sensor_type_accelerometer() local
106 long gravity[3], accel[3]; in inv_get_sensor_type_linear_acceleration() local
257 long accel[3], quat_6_axis[4]; in inv_get_sensor_type_rotation_vector_6_axis() local
506 long accel[3]; in inv_get_sensor_type_orientation_6_axis() local
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-aat-layout.cc264 auto &accel = *font->face->table.morx; in hb_aat_layout_substitute() local
277 auto &accel = *font->face->table.mort; in hb_aat_layout_substitute() local
337 auto &accel = *font->face->table.kerx; in hb_aat_layout_position() local
H A Dhb-ot-layout.cc1544 auto *accel = gsub->get_accel (lookup_index); in hb_ot_layout_lookup_would_substitute() local
1886 const GSUB::accelerator_t &accel; member
1898 const GPOS::accelerator_t &accel; member
1904 const OT::hb_ot_layout_lookup_accelerator_t &accel, in apply_forward()
1935 const OT::hb_ot_layout_lookup_accelerator_t &accel, in apply_backward()
1959 const OT::hb_ot_layout_lookup_accelerator_t &accel) in apply_string()
2014 auto *accel = proxy.accel.get_accel (lookup_index); in apply() local
2079 const OT::hb_ot_layout_lookup_accelerator_t &accel) in hb_ot_layout_substitute_lookup()
H A Dhb-subset-accelerator.hh60 hb_subset_accelerator_t* accel = in create() local
77 hb_subset_accelerator_t *accel = (hb_subset_accelerator_t *) p; in destroy() local
H A Dhb-ot-layout-gpos-table.hh67 auto *accel = gpos->get_accel (lookup_index); in dispatch_recurse_func() local
H A Dhb-ot-layout-gsub-table.hh80 auto *accel = gsub->get_accel (lookup_index); in dispatch_recurse_func() local
H A Dhb-aat-layout-kerx-table.hh119 accelerator_t accel (*this, c); in apply() local
447 accelerator_t accel (*this, c); in apply() local
742 accelerator_t accel (*this, c); in apply() local
H A Dhb-subset-cff-common.hh526 cff_subset_accelerator_t* accel = in create() local
539 cff_subset_accelerator_t* accel = (cff_subset_accelerator_t*) value; in destroy() local
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/core/mllite/
H A Dhal_outputs.c129 long accel[3]; in inv_get_sensor_type_accelerometer() local
154 long gravity[3], accel[3]; in inv_get_sensor_type_linear_acceleration() local
297 long accel[3]; in inv_get_sensor_type_rotation_vector_6_axis() local
550 long accel[3]; in inv_get_sensor_type_orientation_6_axis() local
/aosp_15_r20/external/zstd/lib/dictBuilder/
H A Dfastcover.c231 unsigned accel) { in FASTCOVER_checkParameters()
534 unsigned f, unsigned accel) in FASTCOVER_convertToFastCoverParams()
639 const unsigned accel = parameters->accel == 0 ? DEFAULT_ACCEL : parameters->accel; in ZDICT_optimizeTrainFromBuffer_fastCover() local
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
H A DDeviceSuspendTestActivity.java200 Sensor accel = mSensorManager.getDefaultSensor(Sensor.TYPE_ACCELEROMETER); in testAccelBatchingInAPSuspendLargeReportLatency() local
208 Sensor accel = mSensorManager.getDefaultSensor(Sensor.TYPE_ACCELEROMETER); in testAccelBatchingInAPSuspendZeroReportLatency() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Dsparse.rs367 let accel = dfa.accelerator(state.id()); in from_dense() localVariable
1516 let accel = &state[1..accel_len + 1]; in state() localVariable
1736 let accel = &mut state[1..accel_len + 1]; in state_mut() localVariable
2265 accel: &'a [u8], field
2458 accel: &'a mut [u8], field
H A Daccel.rs294 let accel = Accel::from_slice(&self.as_bytes()[offset..]) in get() localVariable
369 let accel = self.accels.get(self.i)?; in next() localVariable
H A Dmod.rs346 pub(crate) mod accel; module
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/
H A Dmidgard_opt_perspective.c130 midgard_instruction accel = { in midgard_opt_combine_projection() local
/aosp_15_r20/external/python/cpython2/Parser/
Dacceler.c68 int *accel; in fixstate() local
/aosp_15_r20/packages/modules/Uwb/service/fusion_lib/src/com/android/uwb/fusion/pose/
DIntegPoseSource.java132 Vector3 accel = new Vector3( in onSensorChanged() local
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_screen.c536 int accel = pscreen->get_param(pscreen, PIPE_CAP_ACCELERATED); in u_pipe_screen_get_param_defaults() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/examples/label_image/
H A Dlabel_image.h27 bool accel = false; member
/aosp_15_r20/device/google/trout/hal/sensors/2.1/tests/
DIioUtilsTest.cpp136 const auto& accel(iio_devices[0]); in TEST() local
/aosp_15_r20/device/generic/goldfish/camera/
DFakeRotatingCamera.h81 float accel[3]; member
/aosp_15_r20/frameworks/native/include/input/
H A DVelocityTracker.h255 float pos, vel, accel; member
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
H A Dand_constructor.c154 long accel[3]; in inv_playback() local

123456