/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/ |
stdbool.h | 47 /* Signal that all the definitions are present. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/ |
stdbool.h | 47 /* Signal that all the definitions are present. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
stdbool.h | 47 /* Signal that all the definitions are present. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
blkpg.h | 43 /* Sizes of name fields. Unused at present. */
|
nfs4_mount.h | 15 * tracks which fields are present. This will ensure some measure of
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/ |
stdbool.h | 47 /* Signal that all the definitions are present. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
blkpg.h | 43 /* Sizes of name fields. Unused at present. */
|
nfs4_mount.h | 15 * tracks which fields are present. This will ensure some measure of
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
tea575x-tuner.h | 41 int tea5759; /* 5759 chip is present */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/ |
stdbool.h | 47 /* Signal that all the definitions are present. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
blkpg.h | 43 /* Sizes of name fields. Unused at present. */
|
nfs4_mount.h | 15 * tracks which fields are present. This will ensure some measure of
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
tea575x-tuner.h | 41 int tea5759; /* 5759 chip is present */
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/ |
stdbool.h | 47 /* Signal that all the definitions are present. */
|
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/ |
stdbool.h | 47 /* Signal that all the definitions are present. */
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/ |
stdbool.h | 47 /* Signal that all the definitions are present. */
|
/prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/ |
stdbool.h | 47 /* Signal that all the definitions are present. */
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
grammar.h | 66 int g_accel; /* Set if accelerators present */
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
grammar.h | 66 int g_accel; /* Set if accelerators present */
|
/external/wpa_supplicant_8/src/utils/ |
radiotap.c | 51 * argument which is present in the header. It knows about extended 52 * present headers and handles them. 61 * associated with the current argument index that is present, which can be 110 * check for insanity where the present bitmaps 146 * present fields. @this_arg can be changed by the caller (eg, 212 goto next_entry; /* arg not present */ 215 * arg is present, account for alignment padding
|
/system/core/libutils/tests/ |
BasicHashtable_test.cpp | 108 bool* collision, bool* present, hash_t* hash) { 111 *present = cookie & BasicHashtable<TKey, TEntry>::Bucket::PRESENT; 162 bool collision, present; local 164 BasicHashtableTest::cookieAt(h, i, &collision, &present, &hash); 165 if (present) { 168 ALOGD(" [%3u] = collision=%d, present=%d, hash=0x%08x, key=%3d, value=%3d, " 170 i, collision, present, hash, key, value, hash_type(key)); 172 ALOGD(" [%3u] = collision=%d, present=%d", 173 i, collision, present); [all...] |
/external/chromium_org/chrome_frame/ |
html_utils.h | 53 // present. 62 // Returns false if the named attribute is not present in the tag or if it 69 // characters from the beginning and end of the string if present. 136 // version). If the cf tag is not present in the string, the original string is 154 // table not being present in the unit test executable.
|
/external/chromium_org/sql/ |
meta_table_unittest.cc | 60 // TODO(shess): It may make sense to Raze() if meta isn't present or 61 // version isn't present. See meta_table.h TODO on RazeIfDeprecated(). 259 // Value isn't present. 263 // Now value is present. 268 // After delete value isn't present.
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/ |
xdflong.asm | 138 idesc64 isrL, 0x0008, 0 ; 0x0B, 11, #NP, Segment Not Present 177 dw isrR, 0 ; 0x0B, 11, #NP, Segment Not Present 201 pageEntry2M addr, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1 ; Accessed, WB, User, Writable, Present 208 pageDirectory2M pageDirE, 0, 1, 0, 0, 1, 1, 1 ; Accessed, WB, User, Writable, Present 214 pageDirectory2M pageDirP, 0, 1, 0, 0, 1, 1, 1 ; Accessed, WB, User, Writable, Present
|
/external/openssh/ |
auth2-gss.c | 66 int present; local 87 present = 0; 95 &present); 99 } while (mechs > 0 && !present); 103 if (!present) {
|