/external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/ |
menu_tracked_root_view_unittest.mm | 41 pressure:1.0];
|
/external/chromium_org/chrome/installer/mini_installer/ |
pe_resource.cc | 26 // Windows frees them whenever there is memory pressure.
|
/external/llvm/test/CodeGen/X86/ |
isel-sink3.ll | 2 ; this should not sink %1 into bb1, that would increase reg pressure.
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/ |
MultiTouchView.java | 205 // 0 - 100 for the pressure. 206 int pressure = (int) (event.getPressure(ptr_index) * 100); local 208 if (pressure > 100) { 209 pressure = 100; 211 bb.putInt(pressure);
|
/external/llvm/lib/CodeGen/ |
MachineLICM.cpp | 13 // This pass does not attempt to throttle itself to limit register pressure. 15 // to recover when register pressure is high. 53 "Number of instructions hoisted in low reg pressure situation"); 91 // Track 'estimated' register pressure. 95 // Register pressure "limit" per register class. If the pressure 99 // Register pressure on path leading from loop preheader to current BB. 207 /// register pressure. 251 /// of the preheader to initialize the starting "register pressure". Note 255 /// UpdateRegPressure - Update estimate of register pressure after th [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorTestInformation.java | 44 // return "Pressure"; 98 name = "Pressure";
|
/external/chromium_org/base/android/java/src/org/chromium/base/ |
MemoryPressureListener.java | 66 * Used by applications to simulate a memory pressure signal. By throwing certain intent 92 // dispatches actionable memory pressure signals to native.
|
/external/chromium_org/ui/base/test/ |
cocoa_test_event_utils.mm | 45 pressure:1.0]; 64 pressure:1.0];
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyMotionEvent.java | 62 float pressure, float size) { 66 c.pressure = pressure;
|
/external/sonivox/arm-wt-22k/lib_src/ |
dls2.h | 33 #define CONN_SRC_POLYPRESSURE 0x0007 /* Polyphonic Pressure */ 34 #define CONN_SRC_CHANNELPRESSURE 0x0008 /* Channel Pressure */ 36 #define CONN_SRC_MONOPRESSURE 0x000a /* MIDI Mono pressure */
|
/frameworks/base/cmds/input/src/com/android/commands/input/ |
Input.java | 220 * Sends a simple zero-pressure move event. 245 * @param pressure pressure of event 247 private void injectMotionEvent(int inputSource, int action, long when, float x, float y, float pressure) { 254 MotionEvent event = MotionEvent.obtain(when, when, action, x, y, pressure, DEFAULT_SIZE,
|
/hardware/invensense/60xx/mlsdk/platform/include/linux/ |
mpu.h | 284 * @pressure: Pressure platform data 298 struct ext_slave_platform_data pressure; member in struct:mpu_platform_data
|
/external/chromium/chrome/browser/tab_contents/ |
render_view_context_menu_mac.mm | 50 pressure:1.0];
|
/external/chromium/chrome/browser/ui/cocoa/download/ |
download_util_mac.mm | 58 pressure:1.0];
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebDiscardableMemory.h | 32 // system under memory pressure.
|
/external/llvm/utils/TableGen/ |
CodeGenRegisters.h | 200 // Adopt a register unit for pressure tracking. 401 // Register units are used to model interference and register pressure. 408 // Weight assigned to this RegUnit for estimating register pressure. 588 // to increase its pressure. Note that NumNativeRegUnits is not increased. 644 // Get the number of register pressure dimensions. 647 // Get a set of register unit IDs for a given dimension of pressure. 652 // The number of pressure set lists may be larget than the number of 659 // Get a list of pressure set IDs for a register class. Liveness of a 660 // register in this class impacts each pressure set in this list by the
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
seq_oss.h | 73 #define SNDRV_SEQ_OSS_PROCESS_KEYPRESS 2 /* key >= 128 will be processed as key-pressure */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
seq_oss.h | 73 #define SNDRV_SEQ_OSS_PROCESS_KEYPRESS 2 /* key >= 128 will be processed as key-pressure */
|
/frameworks/base/core/java/android/view/ |
MotionEvent.java | 39 * information about the pressure, size and orientation of the contact area. 474 * Axis constant: Pressure axis of a motion event. 477 * <li>For a touch screen or touch pad, reports the approximate pressure applied to the surface 479 * 0 (no pressure at all) to 1 (normal pressure), although values higher than 1 490 * @see MotionEvent.PointerCoords#pressure 3221 public float pressure; field in class:MotionEvent.PointerCoords [all...] |
/external/ceres-solver/data/nist/ |
ENSO.dat | 11 Description: The data are monthly averaged atmospheric pressure
25 Data: 1 Response (y = atmospheric pressure)
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
TouchPoint.java | 43 TouchPoint(int state, int id, float x, float y, float pressure, 49 mPressure = pressure;
|
/external/chromium_org/native_client_sdk/src/examples/api/input_event/ |
input_event.cc | 226 << " pressure[" << point.id() << "]:" << point.pressure();
|
/external/llvm/include/llvm/CodeGen/ |
ResourcePriorityQueue.h | 51 /// RegPressure - Tracking current reg pressure per register class. 73 /// Heuristics for estimating register pressure.
|
/frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/ |
BallsRS.java | 143 public void newTouchPosition(float x, float y, float pressure, int id) { 144 mPhysicsScript.invoke_touch(x, y, pressure * mRS.getWidth() / 1280, id);
|
/hardware/invensense/60xx/mlsdk/mllite/ |
mldmp.c | 142 if (mldl_cfg->pressure && mldl_cfg->pressure->resume)
|