/external/kernel-headers/original/linux/sunrpc/ |
clnt.h | 4 * Declarations for the high-level RPC client interface 36 * The high-level client handle
|
/frameworks/base/docs/html/guide/topics/graphics/ |
opengl.jd | 7 <p>Android includes support for high performance 3D graphics 21 <p>Here's how to use the API at an extremely high level:</p>
|
/frameworks/base/include/utils/ |
Timers.h | 80 SYSTEM_TIME_PROCESS = 2, // high-resolution per-process clock 81 SYSTEM_TIME_THREAD = 3 // high-resolution per-thread clock
|
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmSmsAddress.java | 50 // TOA must have its high bit set 52 throw new RuntimeException("Invalid TOA - high bit must be set");
|
/packages/inputmethods/OpenWnn/ |
README.txt | 34 Index 0: English dictionary for normal prediction (high priority) 41 Index 0: Japanese dictionary for normal prediction (high priority)
|
/bionic/libm/src/ |
s_logb.c | 34 ix &= 0x7fffffff; /* high |x| */
|
s_logbf.c | 31 ix &= 0x7fffffff; /* high |x| */
|
/bootable/bootloader/legacy/include/boot/ |
gpio_keypad.h | 39 int polarity : 1; // 0: drive active column low, 1: drive active column high
|
/dalvik/vm/arch/generic/ |
Hints.c | 31 * (jniArgInfo) to support JNI calls. The high order 4 bits of this word
|
/dalvik/vm/mterp/c/ |
OP_EXECUTE_INLINE.c | 30 assert((vdst >> 16) == 0); // 16-bit type -or- high 16 bits clear
|
/device/htc/passion/ |
passion.mk | 43 # This is a high density device with more memory, so larger vm heaps for it.
|
/external/dropbear/libtommath/ |
bn_mp_mul.c | 18 /* high level multiplication (handles sign) */
|
bn_mp_sub.c | 18 /* high level subtraction (handles signs) */
|
/external/fdlibm/ |
s_ilogb.c | 31 hx = (__HI(x))&0x7fffffff; /* high word of x */
|
/external/freetype/include/freetype/internal/services/ |
svttcmap.h | 54 /* encoding table), 2~(high-byte mapping through table), 4~(segment */
|
/external/guava/src/com/google/common/io/ |
ByteArrayDataOutput.java | 45 * @deprecated This method is dangerous as it discards the high byte of
|
/external/icu4c/layoutex/ |
LXUtilities.cpp | 14 // Finds the high bit by binary searching
|
/external/iproute2/tc/ |
README.last | 36 for schduling even on high speed networks, though policing
|
/external/kernel-headers/original/asm-x86/ |
highmem.h | 2 * highmem.h: virtual kernel memory mappings for high memory
|
/external/netperf/ |
MODULE_LICENSE_HP | 15 high-performance networking products.
|
NOTICE | 15 high-performance networking products.
|
/external/qemu/ |
elf_ops.h | 188 uint64_t addr, low = (uint64_t)-1, high = 0; local 254 if ((addr + mem_size) > high) 255 high = addr + mem_size; 265 *highaddr = (uint64_t)(elf_sword)high;
|
/external/webkit/WebCore/css/ |
CSSHelper.h | 37 // At high DPI, we may scale a CSS pixel, but the ratio of the CSS pixel to the so-called
|
/external/webkit/WebCore/platform/gtk/ |
TemporaryLinkStubs.cpp | 48 float userIdleTime() { notImplemented(); return FLT_MAX; } // return an arbitrarily high userIdleTime so that releasing pages from the page cache isn't postponed
|
/external/webkit/WebCore/platform/win/ |
SystemTimeWin.cpp | 46 return FLT_MAX; // return an arbitrarily high userIdleTime so that releasing pages from the page cache isn't postponed.
|