/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
SoftKey.java | 33 * consequent moving events because of the changing in touching pressure. If 41 * consequent moving events because of the changing in touching pressure. If
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
seq_midi_emul.h | 44 unsigned char midi_aftertouch; /* Aftertouch (key pressure) */ 45 unsigned char midi_pressure; /* Channel pressure */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
seq_midi_emul.h | 44 unsigned char midi_aftertouch; /* Aftertouch (key pressure) */ 45 unsigned char midi_pressure; /* Channel pressure */
|
/external/llvm/include/llvm/Target/ |
TargetRegisterInfo.h | 207 /// limit which must be less than the limits of its pressure sets. 599 /// getRegPressureLimit - Return the register pressure "high water mark" for 600 /// the specific register class. The scheduler is in high register pressure 603 /// Note: this is the old register pressure model that relies on a manually 610 /// Get the weight in units of pressure for this register class. 614 /// Get the weight in units of pressure for this register unit. 617 /// Get the number of dimensions of register pressure. 620 /// Get the name of this register unit pressure set. 623 /// Get the register unit pressure limit for this dimension. 627 /// Get the dimensions of register pressure impacted by this register class [all...] |
/external/clang/docs/ |
PTHInternals.rst | 105 **Reduced memory pressure** 113 memory pressure for builds involving multiple cores, thus improving 142 PTH such as reduced memory pressure (ideal for multi-core builds).
|
/frameworks/base/docs/html/guide/topics/sensors/ |
sensors_overview.jd | 73 and pressure, illumination, and humidity. This category includes barometers, photometers, and 185 <td>Measures the ambient air pressure in hPa or mbar.</td> 186 <td>Monitoring air pressure changes.</td> 628 of sensors in a wide range of configurations. For example, the Motorola Xoom has a pressure sensor, 645 pressure sensor, GPS sensor, and geomagnetic field sensor to display the temperature, barometric 646 pressure, location, and compass bearing. If a device doesn't have a pressure sensor, you can use the 647 sensor framework to detect the absence of the pressure sensor at runtime and then disable the 648 portion of your application's UI that displays pressure. For example, the following code checks 649 whether there's a pressure sensor on a device:</p [all...] |
/art/compiler/utils/x86/ |
managed_register_x86.cc | 29 // mode in order to increase register pressure.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
TouchPaint.java | 42 * location of the touch. When pressure information is available, it is used 451 private void paint(PaintMode mode, float x, float y, float pressure, 463 mPaint.setAlpha(Math.min((int)(pressure * 128), 255)); 469 mPaint.setAlpha(Math.min((int)(pressure * 128), 255));
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
web_contents_drag_source.mm | 88 pressure:1.0];
|
/external/chromium/chrome/browser/ui/cocoa/wrench_menu/ |
menu_tracked_button_unittest.mm | 67 pressure:1.0];
|
/external/chromium_org/ash/touch/ |
touch_hud_debug.cc | 108 pressure(touch.force()), 124 value->SetDouble("pressure", pressure); 137 float pressure; member in struct:ash::internal::TouchPointLog
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
menu_button_unittest.mm | 93 pressure:0.0F];
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
TouchEventSynthesizer.java | 48 coords.pressure = 1.0f;
|
/external/chromium_org/v8/src/ |
hydrogen-environment-liveness.h | 40 // that is assigned an LEnvironment, which creates register pressure and
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
RSCompilerDriver.h | 48 // register pressure, but it does make the resulting code easier to debug
|
/hardware/invensense/60xx/mlsdk/ |
Android.mk | 60 $(MLLITE_DIR)/pressure.c \
|
/hardware/invensense/60xx/mlsdk/mllite/ |
mlsupervisor.c | 40 #include "pressure.h" 554 if (inv_pressure_present()) { /* check for pressure data */ 558 MPL_LOGV("Fetch pressure data\n"); 563 inv_obj.pressure = pressureSensorData[0];
|
/development/ndk/platforms/android-9/include/android/ |
input.h | 486 /* Get the current pressure of this event for the given pointer index. 487 * The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure), 575 /* Get the historical pressure of this event for the given pointer index that 577 * The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure),
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
MemoryCache.h | 120 // - minDeadBytes: The maximum number of bytes that dead resources should consume when the cache is under pressure. 121 // - maxDeadBytes: The maximum number of bytes that dead resources should consume when the cache is not under pressure.
|
/frameworks/native/include/android/ |
input.h | 639 /* Get the current pressure of this event for the given pointer index. 640 * The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure), 732 /* Get the historical pressure of this event for the given pointer index that 734 * The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure), [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
UsabilityStudyLogUtils.java | 122 final float pressure = me.getPressure(index); local 146 + "," + pressure);
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/ |
MotionEventReader.java | 204 pointerCoords.pressure = 1.0f; 313 pointerCoords.pressure = 1.0f;
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/ |
input.h | 486 /* Get the current pressure of this event for the given pointer index. 487 * The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure), 575 /* Get the historical pressure of this event for the given pointer index that 577 * The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure),
|
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/ |
input.h | 486 /* Get the current pressure of this event for the given pointer index. 487 * The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure), 575 /* Get the historical pressure of this event for the given pointer index that 577 * The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure),
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/ |
input.h | 486 /* Get the current pressure of this event for the given pointer index. 487 * The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure), 575 /* Get the historical pressure of this event for the given pointer index that 577 * The pressure generally ranges from 0 (no pressure at all) to 1 (normal pressure),
|