HomeSort by relevance Sort by last modified time
    Searched full:adjustment (Results 101 - 125 of 615) sorted by null

1 2 3 45 6 7 8 91011>>

  /system/core/toolbox/
renice.c 105 // do realtime priority adjustment
  /build/core/combo/include/arch/darwin-x86/
AndroidConfig.h 59 * Process out-of-memory adjustment. Set if running on Linux,
61 * badness adjustment.
  /build/core/combo/include/arch/freebsd-x86/
AndroidConfig.h 64 * Process out-of-memory adjustment. Set if running on Linux,
66 * badness adjustment.
  /build/core/combo/include/arch/linux-arm/
AndroidConfig.h 72 * Process out-of-memory adjustment. Set if running on Linux,
74 * badness adjustment.
  /build/core/combo/include/arch/linux-mips/
AndroidConfig.h 72 * Process out-of-memory adjustment. Set if running on Linux,
74 * badness adjustment.
  /build/core/combo/include/arch/linux-ppc/
AndroidConfig.h 59 * Process out-of-memory adjustment. Set if running on Linux,
61 * badness adjustment.
  /build/core/combo/include/arch/linux-x86/
AndroidConfig.h 59 * Process out-of-memory adjustment. Set if running on Linux,
61 * badness adjustment.
  /build/core/combo/include/arch/target_linux-x86/
AndroidConfig.h 58 * Process out-of-memory adjustment. Set if running on Linux,
60 * badness adjustment.
  /build/core/combo/include/arch/windows/
AndroidConfig.h 68 * Process out-of-memory adjustment. Set if running on Linux,
70 * badness adjustment.
  /external/compiler-rt/lib/
divdf3.c 66 // include the necessary exponent adjustment.
118 // of the Newton-Raphson step is truncating at every step, this adjustment
muldf3.c 63 // include the necessary exponent adjustment.
mulsf3.c 63 // include the necessary exponent adjustment.
  /external/libvpx/libvpx/vpx/src/
vpx_image.c 274 /* Note: In the calculation pointer adjustment calculation, we want the
276 * standard indicates that if the adjustment parameter is unsigned, the
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 52 xPlacement = 0x0001, /* Includes horizontal adjustment for placement */
53 yPlacement = 0x0002, /* Includes vertical adjustment for placement */
54 xAdvance = 0x0004, /* Includes horizontal adjustment for advance */
55 yAdvance = 0x0008, /* Includes vertical adjustment for advance */
68 SHORT xPlacement; /* Horizontal adjustment for
70 SHORT yPlacement; /* Vertical adjustment for
72 SHORT xAdvance; /* Horizontal adjustment for
75 SHORT yAdvance; /* Vertical adjustment for advance--in
905 /* Main-direction adjustment */
940 /* Cross-direction adjustment */
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 390 int adjustment = volumePercent % 10; local
391 if (adjustment < 5) {
392 volumePercent -= adjustment;
393 } else if (adjustment > 5) {
394 volumePercent += (10 - adjustment);
  /external/clang/lib/CodeGen/
CGVTables.cpp 64 // Perform the non-virtual adjustment for a base-to-derived cast.
72 // Perform the virtual adjustment.
83 // Load the adjustment offset from the vtable.
91 // Perform the non-virtual adjustment for a derived-to-base cast.
159 // Emit the return adjustment.
209 // do a this adjustment, then a sibcall.
    [all...]
CGCXXABI.cpp 231 /// Returns the adjustment, in bytes, required for the given
232 /// member-pointer operation. Returns null if no adjustment is
  /external/icu4c/i18n/
zrule.h 109 * standard time and the amount of daylight saving offset adjustment.
113 * @param dstSavings The amount of daylight saving offset adjustment in milliseconds.
  /external/llvm/test/CodeGen/X86/
dynamic-allocas-VLAs.ll 156 ; the base pointer we use the original adjustment.
177 ; Stack adjustment for byval
  /external/chromium/chrome/browser/chromeos/
system_key_event_listener.cc 141 // guarantees that the volume displayed will be that after the adjustment.
  /external/chromium/chrome/browser/resources/
bug_report.js 96 // adjustment is needed on selectedIndex.
  /external/chromium/chrome/browser/ui/cocoa/
cocoa_test_helper.mm 159 // |kCloseSpins| needs adjustment.
  /external/kernel-headers/original/linux/sunrpc/
xdr.h 16 * Buffer adjustment
  /external/libvpx/libvpx/vp8/common/
blockd.h 260 /* mode_based Loop filter adjustment */
  /external/libvpx/libvpx/vp8/encoder/x86/
quantize_mmx.asm 251 ; eob adjustment begins here

Completed in 521 milliseconds

1 2 3 45 6 7 8 91011>>