/external/valgrind/main/ |
README_DEVELOPERS | 162 Then re-run with 999999 changed to the highest bb number shown.
|
/external/valgrind/main/coregrind/ |
pub_core_ume.h | 50 Addr exe_end; // INOUT: highest (allowed) address
|
/external/valgrind/main/include/ |
pub_tool_aspacemgr.h | 98 Addr end; // highest address in range
|
/external/webkit/Source/WebKit/android/plugins/ |
PluginWidgetAndroid.h | 130 screen. The rectangles are listed in order of priority with the highest
|
/frameworks/base/core/java/android/emoji/ |
EmojiFactory.java | 266 * Returns the highest code point corresponding to an Android
|
/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/guide/appendix/ |
g-app-intents.jd | 80 given <em>lat</em>,<em>lng</em>. A zoom level of 2 shows a quarter of the Earth, and so on. The highest
|
/frameworks/base/media/libstagefright/rtsp/ |
ARTPSource.cpp | 113 // to the highest sequence number (extended to 32 bits) received so far.
|
/hardware/invensense/mlsdk/mllite/ |
mlBiasNoMotion.c | 171 // We always run the accel low pass filter at the highest sample rate possible
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
OMX_JpegDec_Thread.c | 92 /**Looking for highest number of file descriptor for pipes
|
/packages/apps/MusicFX/src/com/android/musicfx/ |
Compatibility.java | 54 * This activity has an intent filter with the highest possible priority, so
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
UserDictionary.java | 156 * the highest.
|
/system/core/include/system/ |
camera.h | 188 * highest confidence. This is supported by both hardware and software
|
/external/chromium/chrome/browser/resources/net_internals/ |
eventsview.js | 150 // The one that ended most recently (Highest end time) should be sorted 180 * appear right after the SourceEntry with the highest source ID received 196 // highest ID should be sorted first.
|
/external/chromium/net/socket/ |
client_socket_pool_base_unittest.cc | 813 EXPECT_EQ(OK, StartRequest("b", HIGHEST)); 821 EXPECT_EQ(ERR_IO_PENDING, StartRequest("b", HIGHEST)); 833 // Request ("b", HIGHEST) has the highest priority, then ("a", MEDIUM), 848 EXPECT_EQ(OK, StartRequest("b", HIGHEST)); 856 EXPECT_EQ(ERR_IO_PENDING, StartRequest("b", HIGHEST)); 870 // Request ("b", 7) has the highest priority, but we can't make new socket for [all...] |
/external/libxslt/libxslt/ |
namespaces.c | 109 * different namespace URIs, then the declaration with the highest 113 * from amongst the declarations with the highest import precedence, 171 * TODO: The one with the highest import precedence is used.
|
/external/llvm/lib/CodeGen/ |
VirtRegMap.h | 121 /// the highest id used so far. Note, this starts at (1<<18) to avoid 125 /// LowSpillSlot, HighSpillSlot - Lowest and highest spill slot indexes. 434 /// @brief Return highest spill slot index.
|
/frameworks/base/core/java/android/os/ |
Process.java | 594 * @param priority A Linux priority level, from -20 for highest scheduling 648 * @param priority A Linux priority level, from -20 for highest scheduling 668 * from -20 for highest scheduling priority to 19 for lowest scheduling
|
/frameworks/base/docs/html/guide/developing/projects/ |
index.jd | 277 the highest.</p> 291 the resource from the application, or the library with highest priority, and discard the other 294 highest-priority library taking precedence.</p>
|
/frameworks/base/media/libstagefright/httplive/ |
LiveSession.cpp | 381 // Pick the highest bandwidth stream below or equal to estimated bandwidth. 409 // Pick the highest bandwidth stream below or equal to 1.2 Mbit/sec 416 size_t index = mBandwidthItems.size() - 1; // Highest bandwidth stream
|
/libcore/luni/src/main/java/java/lang/ |
Integer.java | 514 * Determines the highest (leftmost) bit of the specified integer that is 1 521 * @return the bit mask indicating the highest 1 bit in {@code i}. 551 * the {@link #highestOneBit(int) highest one bit}.
|
Long.java | 501 * Determines the highest (leftmost) bit of the specified long value that is 508 * @return the bit mask indicating the highest 1 bit in {@code v}. 539 * to the {@link #highestOneBit(long) highest one bit}.
|
/external/chromium/net/base/ |
host_resolver_impl.cc | 740 COMPILE_ASSERT(HIGHEST == 0u && 741 LOWEST > HIGHEST && 798 // Iterate over the queues from lowest priority to highest priority. 828 // Removes and returns the highest priority pending request. [all...] |
/frameworks/base/docs/html/guide/market/publishing/ |
multiple-apks.jd | 387 highest version code.</li> 449 receives the APK with the highest version code when there is an overlap in coverage between two 451 preferred compression format has the highest version code. For example, you might want to perform 453 formats in this exact order, then the APK that uses PVRTC should have the highest version code, the 455 device supports both PVRTC and ETC1, it receives the APK with PVRTC, because it has the highest [all...] |
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ |
SdkUpdaterLogic.java | 128 * recent than the highest platform currently installed.
130 * platforms available (since there's no "highest" installed platform.)
138 * (included these lower than the highest installed one) as well as
150 // Find the highest platform installed
[all...] |