/external/glide/library/src/main/java/com/bumptech/glide/ |
MemoryCategory.java | 18 HIGH(1.5f);
|
/external/libchrome/base/timer/ |
hi_res_timer_manager.h | 14 // Ensures that the Windows high resolution timer is only used
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/ |
get_non_const.pass.cpp | 49 T t("high", 5); 50 assert(std::get<0>(t) == "high"); 60 T t(d, "high", 5); 62 assert(std::get<1>(t) == "high");
|
/external/libgdx/gdx/src/com/badlogic/gdx/utils/ |
LittleEndianInputStream.java | 62 int high = din.read();
local 63 return (short)((high << 8) | (low & 0xff));
68 int high = din.read();
local 69 return ((high & 0xff) << 8) | (low & 0xff);
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/ |
LZMACoder.java | 103 int high = (pos & literalPosMask) << lc; local 104 return low + high; 126 final short[] high = new short[HIGH_SYMBOLS]; field in class:LZMACoder.LengthCoder 137 RangeCoder.initProbs(high);
|
/external/pdfium/core/src/fxcodec/jbig2/ |
JBig2_HuffmanTable.cpp | 60 const int high = static_cast<int>(HTHIGH); local 61 if (low > high) 74 } while (cur_low < high); 87 RANGELOW[NTEMP] = high;
|
/external/selinux/libsepol/src/ |
context.h | 10 /* Create a context structure from high level representation */
|
/external/valgrind/exp-bbv/tests/ppc32-linux/ |
million.S | 8 lis 15,499997@ha # load high 16-bits of counter
|
/external/valgrind/gdbserver_tests/ |
mcleak.vgtest | 3 vgopts: --tool=memcheck --vgdb=yes --vgdb-error=0 --vgdb-prefix=./vgdb-prefix-mcleak -q --leak-check=yes --show-reachable=yes --leak-resolution=high
|
/external/vboot_reference/firmware/lib/include/ |
load_firmware_fw.h | 5 * High-level firmware API for loading and verifying rewritable firmware.
|
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
get_lsp_poly.c | 46 int16_t high, low; local 67 high = (int16_t)(fPtr[-1] >> 16); 68 low = (int16_t)((fPtr[-1] - ((int32_t)high << 16)) >> 1); 70 tmpW32 = ((high * *lspPtr) << 2) + (((low * *lspPtr) >> 15) << 2);
|
/frameworks/native/build/ |
phone-hdpi-dalvik-heap.mk | 17 # Provides overrides to configure the Dalvik heap for a standard high density phone.
|
/hardware/bsp/intel/peripheral/libupm/src/max44000/ |
max44000.h | 36 #define ALSDATA_HIGH 0x04 // ambient sensor data high byte 40 #define ALS_UP_THRESH_HIGH 0x06 // ALS Interrupt Threshold Registers High 42 #define ALS_LO_THRESH_HIGH 0x08 // ALS Interrupt Threshold Registers High 50 #define HIGH 1
|
/libcore/ojluni/src/main/java/java/lang/ |
StringIndexOutOfBoundsException.java | 74 * Used internally for consistent high-quality error reporting. 82 * Used internally for consistent high-quality error reporting. 90 * Used internally for consistent high-quality error reporting. 98 * Used internally for consistent high-quality error reporting.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/ |
get_non_const.pass.cpp | 47 T t("high", 5); 48 assert(std::get<0>(t) == "high"); 58 T t(d, "high", 5); 60 assert(std::get<1>(t) == "high");
|
/ndk/tests/device/bitfield/jni/ |
func.c | 12 * local.s.x. Because str is paired with ldrh, the high half-word in r0 is
|
/system/bt/service/doc/ |
IBluetoothCallback.txt | 19 * high-level Bluetooth adapter state.
|
/system/core/libpixelflinger/include/pixelflinger/ |
format.h | 109 uint8_t ah; // alpha high bit position + 1 111 uint8_t rh; // red high bit position + 1 113 uint8_t gh; // green high bit position + 1 115 uint8_t bh; // blue high bit position + 1
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
thumb2_mul.s | 13 # high registers.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/fr30/ |
fr30.exp | 20 # run_dump_test "high-1"
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/ |
high-1.d | 3 #name: high-1
|
uppercase.d | 12 0+0004 <high>:
|
/toolchain/binutils/binutils-2.25/include/coff/ |
i860.h | 61 PAIR : The low half that follows relates to the preceding HIGH[ADJ]. 62 HIGH : The high half of a 32-bit constant. 65 HIGHADJ: Similar to HIGH, but with adjustment.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
b-fixo2.d | 9 # Note that we "optimize" out the high tetrabyte of 0 written to
|
spec804.d | 7 # #4: non-quote LOP in section length, high part.
|