HomeSort by relevance Sort by last modified time
    Searched refs:adjusted (Results 1 - 25 of 51) sorted by null

1 2 3

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
AndroidLocale.java 40 String adjusted = languageCode.toLowerCase(Locale.US); local
44 adjusted = "iw";
46 adjusted = "in";
48 adjusted = "ji";
51 return adjusted;
  /external/elfutils/src/tests/
dwfl-addr-sect.c 36 Dwarf_Addr adjusted = address; local
38 Elf_Scn *scn = dwfl_module_address_section (mod, &adjusted, &bias);
48 elf_ndxscn (scn), adjusted);
  /external/skia/debugger/QT/
SkListWidget.cpp 84 r = option.rect.adjusted(5, 10, -10, -10);
88 r = option.rect.adjusted(19, 10, -10, -10);
93 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+kTimeSpace+indent, 0, -10, -7);
96 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+indent, 0, -10, -7);
102 r = option.rect.adjusted(kImageSpace, 0, -10, -7);
108 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace, 0, -10, -7);
  /ndk/tests/build/project-properties/jni/
Android.mk 13 $(call ndk_log,Test OK: Correct target platform retrieved from project.properties but auto-adjusted: $(TARGET_PLATFORM))
  /external/llvm/test/Instrumentation/AddressSanitizer/X86/
asm_rsp_mem_op.s 2 # adjusted after instrumentation.
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DebugInfoItem.java 169 int adjusted = opcode - 0x0A; local
170 int addressDiff = adjusted / 15;
171 int lineDiff = (adjusted % 15) - 4;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
DebugInfo.java 233 int adjusted = next - 0x0A; local
234 codeAddress += adjusted / 15;
235 lineNumber += (adjusted % 15) - 4;
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_cu.cc 475 * source line gets adjusted. */
618 Elf_Word adjusted = local
620 state.address_ += (adjusted / stmtl_header_.line_range) *
679 const Elf_Word adjusted = op - stmtl_header_.opcode_base; local
681 state.address_ += (adjusted / stmtl_header_.line_range) *
689 (adjusted % stmtl_header_.line_range);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 315 operation is subnormal (that is, its adjusted exponent is less than
325 This occurs and signals overflow if the adjusted exponent of a result
364 adjusted exponent of the result would be smaller (more negative) than
831 self_adjusted = self.adjusted()
832 other_adjusted = other.adjusted()
2803 def adjusted(self): member in class:Decimal
    [all...]
optparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 315 operation is subnormal (that is, its adjusted exponent is less than
325 This occurs and signals overflow if the adjusted exponent of a result
364 adjusted exponent of the result would be smaller (more negative) than
831 self_adjusted = self.adjusted()
832 other_adjusted = other.adjusted()
2803 def adjusted(self): member in class:Decimal
    [all...]
optparse.py     [all...]
  /external/bison/lib/
vasnprintf.c 3711 int adjusted; local
3846 int adjusted; local
4173 int adjusted; local
4320 int adjusted; local
    [all...]
  /libcore/luni/src/main/java/java/util/
Locale.java 2095 String adjusted = languageCode.toLowerCase(Locale.US); local
    [all...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/v8/test/mjsunit/compiler/
optimized-for-in.js 32 // fixed iteration order for properties and will have to be adjusted if V8
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
ShadowDOM.js     [all...]
webcomponents.js     [all...]
  /external/boringssl/linux-arm/crypto/aes/
bsaes-armv7.S 1394 sub sp, #0x10 @ place for adjusted round0 key
1403 vstmia sp, {q4} @ save adjusted round0 key
    [all...]
  /external/vixl/src/vixl/a64/
simulator-a64.h 204 // | halfbit(frac) halfbit(adjusted)
223 // adjusted = frac - (halfbit(mantissa) & ~onebit(frac)); / |
225 // mantissa = (mantissa >> shift) + halfbit(adjusted);
271 // For subnormal outputs, the shift must be adjusted by the exponent. The +1
309 uint64_t adjusted = mantissa - adjustment; local
310 T halfbit_adjusted = (adjusted >> (shift-1)) & 1;
    [all...]
  /external/boringssl/src/crypto/aes/asm/
aesv8-armx.pl 559 add $inp,$inp,x6 // $inp is adjusted in such way that
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 359 ; adjusted to 32 because of the two post-increments.
429 ; increment pointers by adjusted stride (not necessary for r0/out)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/
vp9_idct32x32_add_neon.asm 359 ; adjusted to 32 because of the two post-increments.
429 ; increment pointers by adjusted stride (not necessary for r0/out)
    [all...]

Completed in 9343 milliseconds

1 2 3