/dalvik/tests/062-character-encodings/ |
expected.txt | 0 Missing: []
|
/external/e2fsprogs/tests/f_lpf/ |
name | 0 missing lost+found
|
/external/e2fsprogs/tests/f_miss_blk_bmap/ |
name | 0 missing block bitmap
|
/external/e2fsprogs/tests/f_misstable/ |
name | 0 missing inode table
|
/external/e2fsprogs/tests/f_noroot/ |
name | 0 missing root directory
|
/external/webkit/LayoutTests/http/tests/appcache/ |
404-resource-expected.txt | 1 Test that a missing explicit resource makes caching fail.
|
/external/stlport/test/unit/ |
macro_checks.cpp | 6 # error Missing CHAR_BIT definition. 14 # error Missing CHAR_MAX definition. 18 # error Missing CHAR_MIN definition. 26 # error Missing INT_MAX definition. 30 # error Missing INT_MIN definition. 38 # error Missing LONG_MAX definition. 42 # error Missing LONG_MIN definition. 50 # error Missing SCHAR_MAX definition. 54 # error Missing SCHAR_MIN definition. 62 # error Missing SHRT_MAX definition [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
macro_checks.cpp | 6 # error Missing CHAR_BIT definition. 14 # error Missing CHAR_MAX definition. 18 # error Missing CHAR_MIN definition. 26 # error Missing INT_MAX definition. 30 # error Missing INT_MIN definition. 38 # error Missing LONG_MAX definition. 42 # error Missing LONG_MIN definition. 50 # error Missing SCHAR_MAX definition. 54 # error Missing SCHAR_MIN definition. 62 # error Missing SHRT_MAX definition [all...] |
/ndk/tests/device/test-stlport/unit/ |
macro_checks.cpp | 6 # error Missing CHAR_BIT definition. 14 # error Missing CHAR_MAX definition. 18 # error Missing CHAR_MIN definition. 26 # error Missing INT_MAX definition. 30 # error Missing INT_MIN definition. 38 # error Missing LONG_MAX definition. 42 # error Missing LONG_MIN definition. 50 # error Missing SCHAR_MAX definition. 54 # error Missing SCHAR_MIN definition. 62 # error Missing SHRT_MAX definition [all...] |
/external/bluetooth/hcidump/ |
bootstrap | 5 automake --add-missing --copy && \
|
Makefile.am | 6 depcomp missing install-sh mkinstalldirs
|
/external/chromium/net/data/proxy_resolver_v8_unittest/ |
missing_close_brace.js | 1 // This PAC script is invalid, because there is a missing close brace
|
/external/bluetooth/bluez/ |
bootstrap | 6 automake --add-missing --copy && \
|
/external/webkit/SunSpider/tests/ubench/ |
LIST | 5 function-missing-args
|
/external/tcpdump/ |
FILES | 74 missing/addrinfo.h 75 missing/addrsize.h 76 missing/bittypes.h 77 missing/dlnames.c 78 missing/datalinks.c 79 missing/getaddrinfo.c 80 missing/getnameinfo.c 81 missing/inet_aton.c 82 missing/inet_ntop.c 83 missing/inet_pton. [all...] |
/libcore/luni/src/main/java/java/util/ |
MissingResourceException.java | 23 * resource bundle cannot be found or a resource is missing from a resource 38 * missing resource filled in. 45 * the name of the missing resource. 56 * not be found, or in the case of a missing resource, the name of the 57 * missing resource bundle. 66 * Returns the name of the missing resource, or an empty string if the 67 * resource bundle is missing. 69 * @return the name of the missing resource.
|
/external/ipsec-tools/src/racoon/ |
Makefile.am | 24 missing/crypto/sha2/sha2.c \ 25 missing/crypto/rijndael/rijndael-api-fst.c \ 26 missing/crypto/rijndael/rijndael-alg-fst.c 59 EXTRA_eaytest_SOURCES = missing/crypto/sha2/sha2.c 79 missing/crypto/sha2/sha2.h missing/crypto/rijndael/rijndael_local.h \ 80 missing/crypto/rijndael/rijndael-api-fst.h \ 81 missing/crypto/rijndael/rijndael-alg-fst.h \ 82 missing/crypto/rijndael/rijndael.h 89 missing/crypto/rijndael/boxes-fst.dat [all...] |
/external/bluetooth/glib/gio/inotify/ |
inotify-missing.c | 28 #include "inotify-missing.h" 36 /* We put inotify_sub's that are missing on this list */ 63 IM_W ("asked to add %s to missing list but it's already on the list!\n", sub->dirname); 67 IM_W ("adding %s to missing list\n", sub->dirname); 88 IM_W ("asked to remove %s from missing list but it isn't on the list!\n", sub->dirname); 92 IM_W ("removing %s from missing list\n", sub->dirname); 98 /* Scans the list of missing subscriptions checking if they 109 IM_W ("scanning missing list with %d items\n", g_list_length (missing_sub_list)); 123 IM_W ("removed %s from missing list\n", sub->dirname); 140 /* If the missing list is now empty, we disable the timeout * [all...] |
/external/freetype/include/freetype/ |
fterrdef.h | 178 "SFNT font table missing" ) 180 "horizontal header (hhea) table missing" ) 182 "locations (loca) table missing" ) 184 "name table missing" ) 186 "character map (cmap) table missing" ) 188 "horizontal metrics (hmtx) table missing" ) 190 "PostScript (post) table missing" ) 221 "`STARTFONT' field missing" ) 223 "`FONT' field missing" ) 225 "`SIZE' field missing" ) [all...] |
/external/bluetooth/glib/ |
.gitignore | 22 missing
|
/external/chromium/third_party/libevent/ |
autogen.sh | 11 automake --add-missing --copy
|
/external/dbus/test/data/incomplete-messages/ |
missing-body.message | 1 ## message that's missing an expected body
|
/external/dbus/test/data/invalid-messages/ |
too-little-header-padding.message | 1 ## has one byte missing from header padding
|
/external/e2fsprogs/tests/f_baddotdir/ |
expect.1 | 5 Missing '.' in directory inode 12. 8 Missing '..' in directory inode 12. 14 Missing '..' in directory inode 14. 26 Missing '.' in directory inode 16. 29 Missing '..' in directory inode 16.
|
/libcore/luni/src/main/java/java/lang/ |
EnumConstantNotPresentException.java | 36 * missing constant name. 41 * the missing constant name. 45 super("enum constant " + enumType.getName() + "." + constantName + " is missing"); 51 * Gets the enum type for which the constant name is missing. 61 * Gets the name of the missing constant.
|