/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;
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/ |
rgn-at10.d | 5 # Test that lma is adjusted in case the section start vma is aligned and
|
rgn-at11.d | 5 # Test that lma is not adjusted in case the section start vma is aligned and
|
rgn-at9.d | 5 # Test that lma is adjusted in case the section start vma is aligned and
|
/external/elfutils/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);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
bug-1417.s | 8 bne L1 ; Branch was adjusted but it must not
|
adj-jump.s | 11 ;; The branch offset must then be adjusted by consecutive relax. 15 bne L1 ; Branch not adjusted
|
relax-group.s | 7 ;;; The following group of instructions are adjusted. 45 ;; Next branch is always relative. It must be adjusted while
|
/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 | 237 int adjusted = next - 0x0A; local 238 codeAddress += adjusted / 15; 239 lineNumber += (adjusted % 15) - 4;
|
/prebuilts/go/darwin-x86/src/go/token/ |
position.go | 265 // If adjusted is set, unpack will return the filename and line information 266 // possibly adjusted by //line comments; otherwise those comments are ignored. 268 func (f *File) unpack(offset int, adjusted bool) (filename string, line, column int) { 273 if adjusted && len(f.infos) > 0 { 286 func (f *File) position(p Pos, adjusted bool) (pos Position) { 289 pos.Filename, pos.Line, pos.Column = f.unpack(offset, adjusted) 294 // If adjusted is set, the position may be adjusted by position-altering 298 func (f *File) PositionFor(p Pos, adjusted bool) (pos Position) { 303 pos = f.position(p, adjusted) [all...] |
position_test.go | 263 checkPos(t, "1. PositionFor adjusted", got2, want) 279 // adjusted position info should have changed 294 checkPos(t, "3. PositionFor adjusted", got2, want)
|
/prebuilts/go/linux-x86/src/go/token/ |
position.go | 265 // If adjusted is set, unpack will return the filename and line information 266 // possibly adjusted by //line comments; otherwise those comments are ignored. 268 func (f *File) unpack(offset int, adjusted bool) (filename string, line, column int) { 273 if adjusted && len(f.infos) > 0 { 286 func (f *File) position(p Pos, adjusted bool) (pos Position) { 289 pos.Filename, pos.Line, pos.Column = f.unpack(offset, adjusted) 294 // If adjusted is set, the position may be adjusted by position-altering 298 func (f *File) PositionFor(p Pos, adjusted bool) (pos Position) { 303 pos = f.position(p, adjusted) [all...] |
position_test.go | 263 checkPos(t, "1. PositionFor adjusted", got2, want) 279 // adjusted position info should have changed 294 checkPos(t, "3. PositionFor adjusted", got2, want)
|
/prebuilts/gdb/darwin-x86/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...] |
/prebuilts/gdb/linux-x86/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...] |
/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...] |
/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...] |
/external/opencv3/modules/core/misc/java/test/ |
MatTest.java | 22 Mat adjusted = roi.adjustROI(2, 2, 2, 2); local 24 assertMatEqual(adjusted, roi); 25 assertSizeEquals(new Size(5, 6), adjusted.size(), EPS); 26 assertEquals(originalroi.type(), adjusted.type()); 27 assertTrue(adjusted.isSubmatrix()); 28 assertFalse(adjusted.isContinuous()); 32 adjusted.locateROI(size, offset);
|
/libcore/ojluni/src/main/java/java/util/ |
Locale.java | 2237 String adjusted = languageCode.toLowerCase(Locale.US); local [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
softfloat64.go | 267 case fi && gi: // Inf * Inf = Inf (with sign adjusted) 273 case fm == 0: // 0 * x = 0 (with sign adjusted) 276 case gm == 0: // x * 0 = 0 (with sign adjusted)
|
stack_test.go | 222 t.Errorf("defer's stack references were not adjusted appropriately") 242 t.Fatalf("defer's stack references were not adjusted appropriately (i=%d n=%d)", i, n) 268 t.Fatalf("defer's stack references were not adjusted appropriately (i=%d n=%d)", i, n)
|