/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...] |
/libcore/libart/src/main/java/dalvik/system/ |
VMRuntime.java | 94 * This value may be adjusted internally. 161 * This value may be adjusted internally.
|
/libcore/libdvm/src/main/java/dalvik/system/ |
VMRuntime.java | 94 * This value may be adjusted internally. 161 * This value may be adjusted internally.
|
/libcore/luni/src/main/java/javax/crypto/spec/ |
DESKeySpec.java | 141 * <i>parity-adjusted</i>. 147 * @return {@code true} if the specified key data is parity-adjusted,
|
/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);
|
/frameworks/base/core/java/android/view/ |
Display.java | 392 * The size is adjusted based on the current rotation of the display. 396 * be adjusted to exclude certain system decoration elements that are always visible. 572 * The size is adjusted based on the current rotation of the display. 576 * be adjusted to exclude certain system decor elements that are always visible. 594 * The size is adjusted based on the current rotation of the display. 613 * The size is adjusted based on the current rotation of the display.
|
/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/third_party/icu/source/i18n/unicode/ |
udatpg.h | 477 * skeleton of "MMMMddhhmm", then the input pattern is adjusted to be 492 * @param dest pattern adjusted to match the skeleton fields widths and subtypes. 509 * skeleton of "MMMMddhhmm", then the input pattern is adjusted to be 526 * pattern are adjusted to match those in the skeleton (when this 529 * @param dest pattern adjusted to match the skeleton fields widths and subtypes.
|
/external/icu4c/i18n/unicode/ |
udatpg.h | 479 * skeleton of "MMMMddhhmm", then the input pattern is adjusted to be 494 * @param dest pattern adjusted to match the skeleton fields widths and subtypes. 511 * skeleton of "MMMMddhhmm", then the input pattern is adjusted to be 528 * pattern are adjusted to match those in the skeleton (when this 531 * @param dest pattern adjusted to match the skeleton fields widths and subtypes.
|
/external/llvm/lib/DebugInfo/ |
DWARFDebugLine.cpp | 452 // opcode itself to give the adjusted opcode. The amount to 453 // increment the address register is the result of the adjusted 457 // address increment = (adjusted opcode / line_range) * 461 // the result of the adjusted opcode modulo the line_range. That is: 463 // line increment = line_base + (adjusted opcode % line_range)
|
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiDevice.java | 123 * The returned display size is adjusted per screen rotation. Also this will return the actual 124 * size of the screen, rather than adjusted per system decorations (like status bar). 385 * Gets the height of the display, in pixels. The size is adjusted based 825 * The screenshot is adjusted per screen rotation 839 * The screenshot is adjusted per screen rotation
|
/external/chromium_org/media/base/ |
audio_renderer_mixer_unittest.cc | 197 // Verify volume adjusted output when mixer inputs are in post-Play() state. 322 // Test volume adjusted mixer output with one input in the post-Play() state. 327 // Test volume adjusted mixer output with many inputs in the post-Play() state.
|
/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());
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_fma.c | 65 * result is adjusted into a sticky bit summarizing all the bits that 111 * bits in sum.lo. With the sticky bit adjusted, the hardware will
|
s_fmal.c | 65 * result is adjusted into a sticky bit summarizing all the bits that 107 * bits in sum.lo. With the sticky bit adjusted, the hardware will
|
/external/aac/libFDK/include/ |
qmf.h | 147 int ov_lb_scale; /*!< Scale of adjusted overlap low band area */ 149 int ov_hb_scale; /*!< Scale of adjusted overlap high band area */
|
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DESKeySpecTest.java | 196 * it returns false on the key which is not parity adjusted, and if 197 * it returns true on parity adjusted key.
|
/external/clang/include/clang/Basic/ |
TargetCXXABI.h | 41 /// - the representation of member function pointers is adjusted 70 /// - representation of member function pointers adjusted as in ARM.
|
/external/clang/test/Analysis/ |
additive-folding-range-constraints.c | 10 // Each of these adjusted ranges has an adjustment small enough to split the 38 // Each of these adjusted ranges has an adjustment large enough to push the
|
/external/libnfc-nci/src/nfc/int/ |
llcp_int.h | 238 /* these two thresholds (number of tx UI PDU) are dynamically adjusted based on number of logical links */ 260 ** threshold (number of rx UI PDU) is dynamically adjusted based on number of logical links
|
/external/neven/Embedded/common/src/b_APIEm/ |
BFFaceFinder.h | 138 * eventually be adjusted externally. 171 * eventually be adjusted externally.
|
/external/qemu-pc-bios/vgabios/ |
vbe_display_api.txt | 182 Value will be adjusted if current setting is not possible. 186 This setting will be adjusted after setting a virtual width in order to stay within limit of video memory.
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DESKeySpecTest.java | 196 * it returns false on the key which is not parity adjusted, and if 197 * it returns true on parity adjusted key.
|
/bootable/recovery/minzip/ |
Hash.h | 72 * table size may be adjusted upward.) If you know exactly how many
|
/dalvik/vm/ |
Hash.h | 85 * table size may be adjusted upward.) If you know exactly how many
|