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

1 2 3

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
AndroidLocale.java 38 String adjusted = languageCode.toLowerCase(Locale.US); local
42 adjusted = "iw";
44 adjusted = "in";
46 adjusted = "ji";
49 return adjusted;
  /external/chromium_org/third_party/skia/debugger/QT/
SkListWidget.cpp 88 r = option.rect.adjusted(5, 10, -10, -10);
92 r = option.rect.adjusted(19, 10, -10, -10);
97 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+kTimeSpace+indent, 0, -10, -7);
100 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+indent, 0, -10, -7);
106 r = option.rect.adjusted(kImageSpace, 0, -10, -7);
112 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace, 0, -10, -7);
  /external/skia/debugger/QT/
SkListWidget.cpp 88 r = option.rect.adjusted(5, 10, -10, -10);
92 r = option.rect.adjusted(19, 10, -10, -10);
97 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+kTimeSpace+indent, 0, -10, -7);
100 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+indent, 0, -10, -7);
106 r = option.rect.adjusted(kImageSpace, 0, -10, -7);
112 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/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;
  /external/chromium_org/third_party/skia/src/core/
SkRecordOpts.cpp 245 SkRect adjusted = draw->paint.computeFastBounds(bounds, &bounds); local
250 (&adopted, adjusted.fTop, adjusted.fBottom));
  /external/skia/src/core/
SkRecordOpts.cpp 245 SkRect adjusted = draw->paint.computeFastBounds(bounds, &bounds); local
250 (&adopted, adjusted.fTop, adjusted.fBottom));
  /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/chromium_org/ui/native_theme/
native_theme_base.cc 73 // Get lightness adjusted color.
76 color_utils::HSL adjusted = hsl; local
77 adjusted.l += lightness_amount;
78 if (adjusted.l > 1.0)
79 adjusted.l = 1.0;
80 if (adjusted.l < 0.0)
81 adjusted.l = 0.0;
83 return color_utils::HSLToSkColor(adjusted, alpha);
    [all...]
  /external/chromium_org/chrome/browser/history/
top_sites_database.cc 179 bool adjusted = false; local
183 adjusted = true;
191 if (adjusted)
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 379 IntPoint adjusted = view->contentsToWindow(IntPoint(x, y)); local
380 return FloatPoint(adjusted.x(), adjusted.y());
  /external/bison/lib/
vasnprintf.c 3711 int adjusted; local
3846 int adjusted; local
4173 int adjusted; local
4320 int adjusted; local
    [all...]
  /external/chromium_org/ui/file_manager/image_loader/
image_loader.js 129 // Dimensions has to be adjusted.
133 // Orientation has to be adjusted.
  /libcore/luni/src/main/java/java/util/
Locale.java 2009 String adjusted = languageCode.toLowerCase(Locale.US); local
    [all...]
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/chromium_org/v8/test/mjsunit/compiler/
optimized-for-in.js 32 // fixed iteration order for properties and will have to be adjusted if V8
  /system/vold/
cryptfs.c 1979 char* adjusted = malloc(length + 1); local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
background.js 201 // the index must be adjusted by one from the desired index.
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
x86p_16.asm 9 ; Routines adjusted for Hermes by Christian Nentwich (brn@eleet.mcb.at)
  /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 

Completed in 879 milliseconds

1 2 3