HomeSort by relevance Sort by last modified time
    Searched full:pressure (Results 251 - 275 of 544) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/hardware/
SensorManager.java 291 /** Standard atmosphere, or average sea-level pressure in hPa (millibar) */
    [all...]
  /packages/apps/Settings/src/com/android/settings/location/
SettingsInjector.java 267 * SettingInjectorService}, so to reduce memory pressure we don't want to load too many at
327 // To reduce memory pressure, we want to be loading at most one setting (plus at
  /docs/source.android.com/src/devices/tech/input/
input-device-configuration-files.jd 42 pressure and size information reported by touch devices. Hence touch devices,
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_controller_unittest.mm 220 pressure:0.0];
  /external/chromium_org/base/memory/
discardable_memory_provider_unittest.cc 253 // memory pressure.
  /external/chromium_org/cc/resources/
prioritized_resource_manager.h 201 // The priority cutoff based on memory pressure. This is not a strict
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
render_view_context_menu_mac.mm 85 pressure:1.0];
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_controller_unittest.mm 231 pressure:0.0];
  /external/chromium_org/components/startup_metric_utils/
startup_metric_utils.cc 122 // autostarted and the machine is under io pressure.
  /external/chromium_org/net/third_party/nss/
README.chromium 100 * Fix an issue with allocating an SSL socket when under memory pressure.
  /external/chromium_org/ui/base/cocoa/
events_mac_unittest.mm 170 pressure:0.0f];
  /external/chromium_org/v8/src/
zone.cc 203 // exponentially, thus putting pressure on contiguous virtual address space.
  /external/guava/guava-testlib/src/com/google/common/testing/
GcFinalization.java 77 * create the memory pressure required to cause soft references to be cleared.
  /external/iproute2/doc/actions/
ifb-README 39 if theres pressure i will add this feature.
  /external/llvm/lib/CodeGen/
RegisterClassInfo.cpp 166 // Found a register class that counts against this pressure set.
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.h 117 // Register pressure values for the best candidate.
  /external/llvm/test/Transforms/InstCombine/
phi-merge-gep.ll 6 ; two phis each, which burdens the loop with high register pressure.
  /external/sonivox/arm-wt-22k/lib_src/
eas_dlssynth.c 151 /* add channel pressure effect */
165 /* add channel pressure effect */
196 /* add channel pressure effect */
269 /* add channel pressure effect */
  /external/v8/src/
zone.cc 191 // exponentially, thus putting pressure on contiguous virtual address space.
  /frameworks/base/docs/html/guide/topics/renderscript/
advanced.jd 134 void touch(float x, float y, float pressure, int id) {
141 touchPressure[id] = pressure;
148 public void invoke_touch(float x, float y, float pressure, int id) {
152 touch_fp.addF32(pressure);
  /frameworks/base/docs/html/training/gestures/
movement.jd 48 position, pressure, or size changes. As described in <a
  /sdk/testapps/testSensors/src/com/android/tests/testsensors/
TestSensorsActivity.java 117 mName.setText("Pressure");
  /external/sonivox/jet_tools/JetCreator/
midifile.py 730 self.pressure = [0] * 16
737 output.append(' pressure=%d' % self.pressure[channel])
786 """Monitor pressure change."""
787 self.pressure[event.channel] = event.value
793 self.pressure[channel] = 0
820 # generate pressure changes
821 if self.pressure[channel] != ref_values.pressure[channel]:
822 events.append(ChannelPressureEvent(ticks, -1, channel, self.pressure[channel]))
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
pcache1.c 29 ** pages when they are under memory pressure. A PGroup is an instance of
350 ** under memory pressure, then again it is desirable to avoid
673 ** (c) The system is under memory pressure and wants to avoid
  /frameworks/base/core/java/android/app/
Service.java 215 * the service to be killed under extreme memory pressure from the current
220 * be killed by the system if it is under heavy memory pressure. If this
360 * result of being started, but can be stopped when under memory pressure
    [all...]

Completed in 1032 milliseconds

<<11121314151617181920>>