/external/valgrind/main/coregrind/m_syswrap/ |
syscall-s390x-linux.S | 56 syscall itself failed), or a nonzero error code in the lowest
|
syscall-x86-linux.S | 56 syscall itself failed), or a nonzero error code in the lowest
|
/external/valgrind/main/coregrind/ |
pub_core_ume.h | 49 Addr exe_base; // INOUT: lowest (allowed) address of exe
|
/external/valgrind/main/include/ |
pub_tool_aspacemgr.h | 97 Addr start; // lowest address in range
|
/external/webkit/Source/WebCore/editing/ |
BreakBlockquoteCommand.cpp | 138 // On exiting this loop, clonedAncestor is the lowest ancestor
|
/external/webkit/Source/WebCore/platform/ |
Timer.cpp | 106 // element first and we want the lowest time to be the first one in the heap.
|
/external/webkit/Source/WebCore/rendering/ |
RenderFlexibleBox.cpp | 469 // grow, then we go from the lowest flex group to the highest flex group. For shrinking, 470 // we go from the highest flex group to the lowest group. 718 // grow, then we go from the lowest flex group to the highest flex group. For shrinking, 719 // we go from the highest flex group to the lowest group. [all...] |
/frameworks/base/core/java/android/emoji/ |
EmojiFactory.java | 258 * Returns the lowest code point corresponding to an Android
|
/frameworks/base/core/java/android/os/ |
Process.java | 183 * Lowest available thread priority. Only for those who really, really 747 * priority to 19 for lowest scheduling priority. 818 * priority to 19 for lowest scheduling priority. 837 * from -20 for highest scheduling priority to 19 for lowest scheduling [all...] |
/frameworks/base/core/java/android/speech/ |
RecognizerResultsIntent.java | 65 * recognition alternates from voice search, in order from highest to lowest confidence.
|
/frameworks/base/docs/html/training/basics/fragments/ |
creating.jd | 94 API level 11. If the lowest system version you support is API level 11 or higher, then you can use a
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
platforms.jd | 57 identify the lowest API level with which your app is compatible and the highest API level against
|
/frameworks/base/telephony/java/android/telephony/ |
CellSignalStrengthCdma.java | 131 /* We know both, use the lowest level */
|
/hardware/samsung_slsi/exynos5/mobicore/include/Public/ |
mc_linux.h | 9 * the command proxy on the lowest layer to the secure world (Swd). Additional
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
locale.h | 35 The code assumes that the lowest LC_* symbol has the value zero. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
locale.h | 35 The code assumes that the lowest LC_* symbol has the value zero. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
locale.h | 35 The code assumes that the lowest LC_* symbol has the value zero. */
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
EncodingInfo.java | 65 * however there is a lowest contiguous group starting at '\u0001' 540 * there is a lowest group of chars starting at '\u0001' upto and 542 * So the char returned by this method essentially defines the lowest
|
/external/clang/tools/libclang/ |
CXLoadedDiagnostic.cpp | 83 // The lowest bit of ptr_data[0] is always set to 1 to indicate this 92 // The lowest bit of ptr_data[0] is always set to 1 to indicate this 152 // The lowest bit of ptr_data[0] is always set to 1 to indicate this
|
/external/dhcpcd/ |
dhcpcd.8 | 159 Interfaces are preferred by carrier, DHCP lease/IPv4LL and then lowest metric. 163 changes the routes to use the interface with the same route and the lowest 311 Metrics are used to prefer an interface over another one, lowest wins.
|
dhcpcd.8.in | 149 Interfaces are preferred by carrier, DHCP lease/IPv4LL and then lowest metric. 153 changes the routes to use the interface with the same route and the lowest 297 Metrics are used to prefer an interface over another one, lowest wins.
|
/external/openssl/crypto/modes/asm/ |
ghash-armv4.pl | 344 vdup.8 $xi,`&Dlo("$IN")`[0] @ broadcast lowest byte 374 vdup.8 $xi,`&Dlo("$IN")`[0] @ broadcast lowest byte 383 vdup.8 $xi,`&Dlo("$IN")`[0] @ broadcast lowest byte
|
/frameworks/av/media/libstagefright/httplive/ |
LiveSession.cpp | 421 return 0; // Pick the lowest bandwidth stream by default. 452 // to lowest) 695 // we've missed the boat, let's start from the lowest sequence
|
/frameworks/base/media/mca/filterfw/native/core/ |
shader_program.h | 397 // Returns the lowest texture unit that will be used to bind textures. 402 // Sets the lowest texture unit that will be used to bind textures. The 512 // The lowest texture unit this program will use
|
/libcore/luni/src/main/java/java/lang/ |
Integer.java | 535 * Determines the lowest (rightmost) bit of the specified integer that is 1 542 * @return the bit mask indicating the lowest 1 bit in {@code i}. 585 * the {@link #lowestOneBit(int) lowest one bit}.
|