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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/views/
view_aura.cc 22 // TODO(jennyz): This value may need to be adjusted for different platforms
28 // TODO(jennyz): This value may need to be adjusted for different platforms
metrics_aura.cc 25 // TODO(jennyz): This value may need to be adjusted on different platforms.
  /external/chromium_org/ui/gl/
gpu_preference.h 15 // This API will likely need to be adjusted as the functionality is
  /external/chromium_org/ui/surface/
accelerated_surface_transformer_win.hlsl 131 Vertex adjusted = adjustForAlignmentAndPacking(vertex, float2(4, 1));
136 position = adjusted.position;
137 texCoord0 = adjusted.texCoord - 1.5f * one_texel_x;
138 texCoord1 = adjusted.texCoord - 0.5f * one_texel_x;
139 texCoord2 = adjusted.texCoord + 0.5f * one_texel_x;
140 texCoord3 = adjusted.texCoord + 1.5f * one_texel_x;
202 Vertex adjusted = adjustForAlignmentAndPacking(vertex, float2(2, 2));
208 position = adjusted.position;
209 texCoord0 = adjusted.texCoord - 0.5f * one_texel_x;
210 texCoord1 = adjusted.texCoord + 0.5f * one_texel_x
    [all...]
  /external/chromium_org/ui/native_theme/
common_theme.h 43 // |color_id| id of a color to be adjusted.
45 // Returns adjusted color.
  /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/llvm/test/Transforms/InstCombine/
devirt.ll 16 %this.adjusted = bitcast i8* %1 to %struct.S*
23 %3 = bitcast %struct.S* %this.adjusted to i8**
37 call void %7(%struct.S* %this.adjusted)
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
FixedWidthTest.java 56 // TODO: needs to be adjusted to pass on non-HVGA displays
63 // TODO: needs to be adjusted to pass on non-HVGA displays
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListOfTouchablesTest.java 55 // TODO: needs to be adjusted to pass on non-HVGA displays
72 // TODO: needs to be adjusted to pass on non-HVGA displays
  /external/chromium/chrome/browser/tabs/
tab_strip_model_order_controller.h 53 // closed. If |index| is after |removing_index|, |index| is adjusted to
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_order_controller.h 38 // closed. If |index| is after |removing_index|, |index| is adjusted to
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleAdjuster.h 32 // and the web expects that we expose "adjusted" values when
  /external/qemu/
cache-utils.h 14 /* mildly adjusted code from tcg-dyngen.c */
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPDateTimeFactory.java 95 * @return Returns The returned time is UTC, properly adjusted for the local time zone. The
106 * the other date/time fields are not adjusted in any way.
121 * adjusted and the time zone set to be UTC.
139 * Make sure a time is local. If the time zone is not the local zone, the time is adjusted and
  /frameworks/av/services/audioflinger/
Configuration.h 29 // uncomment to display CPU load adjusted for CPU frequency
  /external/llvm/test/CodeGen/ARM/
2013-04-16-AAPCS-C4-vs-VFP.ll 15 ;that are unallocated are marked as unavailable. The NSAA is adjusted upwards
17 ;the memory at the adjusted NSAA. The NSAA is further incremented by the size
  /external/llvm/test/CodeGen/Mips/
eh-return32.ll 39 ; check that stack is adjusted by $v1 and that code returns to address in $v0
78 ; check that stack is adjusted by $v1 and that code returns to address in $v0
eh-return64.ll 39 ; check that stack is adjusted by $v1 and that code returns to address in $v0
81 ; check that stack is adjusted by $v1 and that code returns to address in $v0
  /libcore/luni/src/main/java/javax/crypto/spec/
DESedeKeySpec.java 96 * <i>parity-adjusted</i>.
102 * @return {@code true} if the specified key data is parity-adjusted,
  /external/chromium/chrome/browser/
browser_url_handler.h 34 // If the original URL needs to be adjusted if the modified URL is redirected,
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox.h 20 // - The visibility of a child is adjusted automatically according to the
  /external/chromium_org/ash/wm/
screen_dimmer.h 31 // can be adjusted).
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_chrome_shrinkable_hbox.h 19 // - The visibility of a child is adjusted automatically according to the
  /external/chromium_org/chrome_frame/cfinstall/src/common/
interactiondelegate.js 40 * already have been adjusted to those of the contained content.
  /external/chromium_org/content/public/browser/
browser_url_handler.h 40 // If the original URL needs to be adjusted if the modified URL is redirected,

Completed in 779 milliseconds

1 2 3 4 5 6 7 8 91011>>