/external/freetype/include/freetype/internal/ |
ftobjs.h | 86 * Return the highest power of 2 that is <= value; this correspond to 87 * the highest bit in a given 32-bit value. [all...] |
/external/v8/src/ |
platform-linux.cc | 280 // We keep the lowest and highest addresses mapped as a quick way of 284 // [lowest, highest), inclusive on the low and and exclusive on the high end.
|
/frameworks/base/core/java/android/widget/ |
ActivityChooserModel.java | 502 * with highest rank i.e. the first one in the list of activities that can 521 * become the highest ranked. Such a strategy guarantees that the default [all...] |
/frameworks/base/media/libstagefright/codecs/aacenc/src/ |
adj_thr.c | 533 /* start at highest freq down to 0 */ 675 /* start with lowest energy border at highest sfb */ [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
bitset | 570 // Helper class to zero out the unused high-order bits in the highest word. 596 * the high-order bits in the highest word.) It is a class invariant [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ |
bitset | 570 // Helper class to zero out the unused high-order bits in the highest word. 596 * the high-order bits in the highest word.) It is a class invariant [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ |
bitset | 570 // Helper class to zero out the unused high-order bits in the highest word. 596 * the high-order bits in the highest word.) It is a class invariant [all...] |
/prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ |
bitset | 570 // Helper class to zero out the unused high-order bits in the highest word. 596 * the high-order bits in the highest word.) It is a class invariant [all...] |
/external/icu4c/test/cintltst/ |
citertst.c | 432 u_uastrcpy(test2, "has the highest probability of detecting"); 573 u_uastrcpy(test2, "has the highest probability of detecting"); 715 u_uastrcpy(test2, "has the highest probability of detecting"); [all...] |
/external/valgrind/main/coregrind/ |
m_transtab.c | 81 2^ECLASS_WIDTH bins. The highest one, ECLASS_MISC, describes an [all...] |
/external/webkit/Source/WebCore/rendering/ |
InlineFlowBox.cpp | 487 // The maxAscent value represents the distance of the highest point of any box (typically including line-height) from [all...] |
/external/wpa_supplicant_8/hostapd/ |
hostapd.conf | 203 # (data0 is the highest priority queue) 236 # Highest priority / AC_VO = voice 301 # Highest priority / AC_VO = voice [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
Ropper.java | 318 * will merely notice the highest register used by explicit 430 * later passes will merely notice the highest register used [all...] |
/dalvik/vm/alloc/ |
HeapSource.cpp | 97 * The highest address of this heap, exclusive. 781 /* Make sure max points to the address of the highest set bit. */ [all...] |
/external/chromium/chrome/browser/autocomplete/ |
autocomplete.cc | 756 // the highest-relevance matches, we copy in the lowest-relevance matches 758 // synchronous matches (which tend to have the highest scores) will [all...] |
/external/chromium/net/spdy/ |
spdy_framer_test.cc | 841 "SYN_STREAM frame with a 0-length header name, highest pri, FIN, " 868 "SYN_STREAM frame with a 0-length header val, highest pri, FIN, " [all...] |
/external/icu4c/common/ |
ustring.c | 28 /* U+ffff is the highest BMP code point, the highest one that fits into a 16-bit UChar */ [all...] |
/external/llvm/lib/Transforms/Scalar/ |
Reassociate.cpp | 55 return LHS.Rank > RHS.Rank; // Sort so that highest rank goes to start. [all...] |
/external/proguard/src/proguard/optimize/evaluation/ |
EvaluationShrinker.java | 224 // starting at the highest previously unmarked instruction that has [all...] |
/external/webkit/Source/WebCore/dom/ |
Document.h | 757 * first (from lowest to highest), and then elements without tab indexes (in document order). 770 * indexes first (from lowest to highest), and then elements without tab indexes (in document order). [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_upnp.c | 769 /* Add to end of list, since it has the highest expiration time */ 801 /* add back to end of list, since it now has highest expiry */ [all...] |
/external/wpa_supplicant_8/src/wps/ |
wps_upnp.c | 735 /* Add to end of list, since it has the highest expiration time */ 767 /* add back to end of list, since it now has highest expiry */ [all...] |
/frameworks/base/docs/html/guide/developing/tools/ |
adb.jd | 501 <li>The priority is one of the following character values, ordered from lowest to highest priority:</li> 510 <li><code>S</code> — Silent (highest priority, on which nothing is ever printed)</li>
|
/frameworks/base/wifi/java/android/net/wifi/ |
WifiConfigStore.java | 119 /* Tracks the highest priority of configured networks */ 240 // Set to the highest priority and save the configuration. [all...] |
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/ |
etc1.cpp | 29 the highest. The 64 bits specifying the block is then represented
|