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

1 2

  /external/elfutils/tests/
dwfl-addr-sect.c 44 Dwarf_Addr adjusted = address; local
46 Elf_Scn *scn = dwfl_module_address_section (mod, &adjusted, &bias);
56 elf_ndxscn (scn), adjusted);
  /external/chromium_org/chrome_frame/cfinstall/src/common/
interactiondelegate.js 40 * already have been adjusted to those of the contained content.
  /external/qemu/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);
  /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);
  /external/chromium_org/chrome/browser/resources/image_loader/
image_loader.js 107 // Dimensions has to be adjusted.
111 // Orientation has to be adjusted.
  /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 72 // Get lightness adjusted color.
75 color_utils::HSL adjusted = hsl; local
76 adjusted.l += lightness_amount;
77 if (adjusted.l > 1.0)
78 adjusted.l = 1.0;
79 if (adjusted.l < 0.0)
80 adjusted.l = 0.0;
82 return color_utils::HSLToSkColor(adjusted, alpha);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 367 IntPoint adjusted = view->contentsToWindow(IntPoint(x, y)); local
368 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...]
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /external/chromium_org/v8/test/mjsunit/compiler/
optimized-for-in.js 31 // fixed iteration order for properties and will have to be adjusted if V8
  /external/v8/test/mjsunit/compiler/
optimized-for-in.js 31 // fixed iteration order for properties and will have to be adjusted if V8
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
x86p_16.asm 9 ; Routines adjusted for Hermes by Christian Nentwich (brn@eleet.mcb.at)
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_short_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...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/chromium_org/tools/traceline/svgui/
traceline.js 465 // The fatty div will have its width adjusted based on the zoom level and
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
  /external/chromium_org/v8/src/
messages.js 515 // Return a source slice with line numbers re-adjusted to the resource.
    [all...]
  /external/v8/src/
messages.js 484 // Return a source slice with line numbers re-adjusted to the resource.
    [all...]
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js     [all...]

Completed in 1589 milliseconds

1 2