Searched
full:missing (Results
276 -
300 of
8134) sorted by null
<<11121314151617181920>>
/external/clang/test/CXX/temp/temp.res/temp.dep/temp.dep.type/ |
p1.cpp | 20 B<B<T>>::C bc; // expected-error {{missing 'typename'}}
|
/external/clang/test/Parser/ |
objc-forcollection-neg-2.m | 27 static i;// expected-warning {{type specifier missing, defaults to 'int'}}
|
objc-quirks.m | 9 }; // expected-error {{missing '@end'}} \
|
/external/clang/test/Sema/ |
invalid-struct-init.c | 6 expected-warning {{type specifier missing, defaults to 'int'}}
|
/external/clang/test/SemaCXX/ |
instantiate-blocks.cpp | 11 block_arg = arg; // expected-error {{variable is not assignable (missing __block type specifier)}}
|
/external/e2fsprogs/util/ |
gcc-wall-cleanup | 19 /warning: missing initializer/d
|
/external/icu4c/samples/uresb/ |
en.txt | 8 "Missing resource",
|
/external/icu4c/test/cintltst/ |
cgendtst.c | 40 log_err_status(status, "Fail to create UGenderInfo - %s (Are you missing data?)", u_errorName(status));
|
/external/libcap-ng/libcap-ng-0.7/ |
ChangeLog | 19 - Add define for missing XATTR_NAME_CAPS since 2.6.36 makes it private 36 - In netcap, don't complain about missing udp or raw network files 40 - In netcap, don't complain about missing network files 68 - Fix missing includes for various OS and platforms
|
/external/libcap-ng/libcap-ng-0.7/src/test/ |
thread_test.c | 19 printf("Capabilities missing when there should be some\n");
|
/external/libpng/ |
autogen.sh | 19 automake --force-missing --foreign -a -c
|
/external/libvpx/libvpx/nestegg/ |
.gitignore | 33 missing
|
/external/llvm/test/MC/AsmParser/ |
exprs-invalid.s | 14 .long 4e71cf69 // double floating point constant due to missing "0x"
|
/external/llvm/unittests/ExecutionEngine/JIT/ |
CMakeLists.txt | 10 # missing-file-checker in LLVM's weird CMake build.
|
/external/llvm/unittests/IR/ |
CMakeLists.txt | 32 # missing-file-checker in LLVM's weird CMake build.
|
/external/llvm/utils/emacs/ |
README | 25 Note: If you notice missing or incorrect syntax highlighting, please contact
|
/external/openssl/crypto/ |
s390xcap.c | 31 /* protection against missing store-facility-list-extended */
|
/external/qemu/android/ |
gps.c | 29 D("missing GPS channel, ignored");
|
/external/skia/src/core/ |
SkColorFilter.cpp | 31 SkDEBUGFAIL("missing implementation of SkColorFilter::filterSpan16");
|
/external/valgrind/main/drd/tests/ |
pth_barrier_race.c | 3 * pthread_barrier_destroy(): proper synchronization is missing between
|
/packages/apps/ContactsCommon/tests/res/xml/ |
missing_contacts_name.xml | 20 <!-- XML for must-have checks. Missing "name" kind. -->
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/filefilter/ |
RegexFileFilter.java | 59 throw new IllegalArgumentException("Pattern is missing");
74 throw new IllegalArgumentException("Pattern is missing");
92 throw new IllegalArgumentException("Pattern is missing");
105 throw new IllegalArgumentException("Pattern is missing");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_errno.py | 18 "errno is missing %s" % error_code)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_errno.py | 18 "errno is missing %s" % error_code)
|
/external/chromium_org/base/debug/ |
proc_maps_linux_unittest.cc | 243 "00400000\n", // Missing end + beyond. 244 "00400000-0040b000\n", // Missing perms + beyond. 245 "00400000-0040b000 r-xp\n", // Missing offset + beyond. 246 "00400000-0040b000 r-xp 00000000\n", // Missing device + beyond. 247 "00400000-0040b000 r-xp 00000000 fc:00\n", // Missing inode + beyond. 248 "00400000-0040b000 00000000 fc:00 794418 /bin/cat\n", // Missing perms. 249 "00400000-0040b000 r-xp fc:00 794418 /bin/cat\n", // Missing offset. 250 "00400000-0040b000 r-xp 00000000 fc:00 /bin/cat\n", // Missing inode. 251 "00400000 r-xp 00000000 fc:00 794418 /bin/cat\n", // Missing end. 252 "-0040b000 r-xp 00000000 fc:00 794418 /bin/cat\n", // Missing start [all...] |
Completed in 650 milliseconds
<<11121314151617181920>>