/ndk/build/platforms/android-5/arch-x86/usr/include/asm/ |
uaccess_32.h | 39 #define access_ok(type,addr,size) (likely(__range_ok(addr,size) == 0))
|
/ndk/build/platforms/android-8/arch-x86/usr/include/asm/ |
uaccess_32.h | 39 #define access_ok(type,addr,size) (likely(__range_ok(addr,size) == 0))
|
/packages/apps/Browser/src/com/android/browser/ |
FetchUrlMimeType.java | 66 // User agent is likely to be null, though the AndroidHttpClient
|
/packages/apps/Email/tests/src/com/android/email/activity/ |
MessageViewTests.java | 183 * generalized since we're likely to use for other tests eventually.
|
/packages/apps/Phone/src/com/android/phone/ |
AccelerometerListener.java | 118 // If some values are exactly zero, then likely the sensor is not powered up yet.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
BasePullParser.java | 29 * <p/>It's designed to work on layout files, and will most likely not work on other resource
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/ |
README.txt | 45 likely fail in the plugin environment. Instead, use AdtTestData to access test files
|
/external/elfutils/src/ |
ldgeneric.c | 269 if (likely (list->status == not_opened)) 286 while (likely (list != first)); 327 if (likely (path->exist >= 0)) 353 if (likely (fd != -1) || errno != ENOENT) 377 if (likely (fd != -1)) 427 while (likely (err == ENOENT && path != firstp)); 444 if (likely (fileinfo->fd != -1)) 642 if (likely (!ld_state.muldefs)) 682 if (likely (oldp->type == STT_FUNC)) 700 if (likely (fileinfo->file_type == relocatable_file_type) [all...] |
/external/webkit/JavaScriptCore/interpreter/ |
Interpreter.cpp | 243 if (LIKELY(argc == newCodeBlock->m_numParameters)) { // correct number of arguments [all...] |
/external/bison/lib/ |
abitset.c | 109 the cache. It is likely someone is trying to access outside the 121 the cache. It is likely someone is trying to access outside the
|
/external/elfutils/libdw/ |
dwarf_getsrclines.c | 319 if (likely (opcode >= opcode_base)) 603 if (likely (res == 0))
|
/external/netperf/ |
netlib.h | 273 either a simple variable (like UNIX code expects), but more likely it 275 code that sets errno is likely to be overwriting the address of this
|
/external/opencore/codecs_v2/audio/aac/dec/src/ |
pv_normalize.cpp | 117 i = 0; /* most likely case */ 121 i = 3; /* second most likely case */
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/ |
normalize_amr_wb.cpp | 133 i = 0; /* most likely case */ 137 i = 3; /* second most likely case */
|
/external/opencore/codecs_v2/audio/mp3/dec/src/ |
pvmp3_normalize.cpp | 123 i = 0; /* most likely case */ 127 i = 3; /* second most likely case */
|
/external/stlport/stlport/stl/config/ |
user_config.h | 78 * classes with custom types (which is most likely the case). Custom means types 147 * Choose a value which is likely to cause a noticeable problem if dereferenced
|
/external/webkit/WebCore/loader/ |
MainResourceLoader.cpp | 71 // Calling receivedMainResourceError will likely result in the last reference to this object to go away. 95 // Calling receivedMainResourceError will likely result in the last reference to this object to go away.
|
/external/webkit/WebCore/page/mac/ |
FrameMac.mm | 189 // charsSearchedThreshold, to make it more likely that we'll search whole nodes. 225 // add 100 for slop, to make it more likely that we'll search whole nodes
|
/frameworks/base/core/java/android/net/http/ |
AndroidHttpClientConnection.java | 444 * likely to succeed, or <code>false</code> if they are likely
|
/frameworks/base/media/libstagefright/codecs/aacdec/ |
pv_normalize.cpp | 117 i = 0; /* most likely case */ 121 i = 3; /* second most likely case */
|
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
normalize_amr_wb.cpp | 133 i = 0; /* most likely case */ 137 i = 3; /* second most likely case */
|
/frameworks/base/media/libstagefright/codecs/mp3dec/src/ |
pvmp3_normalize.cpp | 123 i = 0; /* most likely case */ 127 i = 3; /* second most likely case */
|
/bionic/libm/src/ |
e_jnf.c | 129 * likely underflow to zero
|
/build/tools/soslim/ |
symfilter.c | 103 if (likely(NOT_DONE)) {
|
/cts/tests/tests/text/src/android/text/util/cts/ |
Rfc822TokenTest.java | 205 notes = "the phrase 'likely to cause trouble outside of a quoted string' is not testable",
|