Home
last modified time | relevance | path

Searched refs:nonexistent (Results 1 – 25 of 65) sorted by relevance

123

/external/syslinux/gpxe/src/util/
Dsymcheck.pl122 $problems->{$_}->{nonexistent}->{$symbol} = 1 foreach @requires;
168 my @nonexistent = sort keys %{$problems->{$object}->{nonexistent}};
178 print "ERR $object requires non-existent symbol $_\n" foreach @nonexistent;
179 $errors += @nonexistent;
/external/emma/core/java12/com/vladium/emma/report/
DReportProcessor.java129 final String nonexistent = f.exists () ? "" : "{nonexistent} "; in _run() local
131 log.verbose (" " + nonexistent + f.getAbsolutePath ()); in _run()
147 final String nonexistent = f.exists () ? "" : "{nonexistent} "; in _run() local
149 log.verbose (" " + nonexistent + f.getAbsolutePath ()); in _run()
/external/curl/tests/data/
Dtest62325 …-u %USER: -T log/file623.txt scp://%HOSTIP:%SSHPORT%PWD/log/nonexistent-directory/nonexistent-file…
Dtest62225 …u %USER: -T log/file622.txt sftp://%HOSTIP:%SSHPORT%PWD/log/nonexistent-directory/nonexistent-file…
Dtest28920 ftp://%HOSTIP:%FTPPORT/289 -T log/illegal-nonexistent-file -C -
Dtest60516 SCP retrieval of nonexistent file
Dtest60416 SFTP retrieval of nonexistent file
/external/swiftshader/third_party/LLVM/test/Transforms/Internalize/
D2008-05-09-AllButMain.ll6 ; RUN: opt < %s -internalize -internalize-public-api-file /nonexistent/file 2> /dev/null -S | grep …
7 …ist bar -internalize-public-api-list foo -internalize-public-api-file /nonexistent/file 2> /dev/nu…
/external/llvm/test/Transforms/Internalize/
Dlists.ll6 ; RUN: opt < %s -internalize -internalize-public-api-file /nonexistent/file 2> /dev/null -S | FileC…
11 …ist bar -internalize-public-api-list foo -internalize-public-api-file /nonexistent/file 2> /dev/n…
/external/ltp/testcases/kernel/syscalls/mount/
Dmount02.c65 static const char *nonexistent = "nonexistent"; variable
95 {&device, &nonexistent, &fs_type, 0, ENOENT, NULL, NULL},
/external/clang/test/Misc/Inputs/
Dremapped-file-21 #include "nonexistent.h"
/external/clang/test/CXX/expr/expr.prim/expr.prim.general/
Dp12-0x.cpp4 int *j = &nonexistent; // expected-error {{use of undeclared identifier 'nonexistent'}}
/external/swiftshader/third_party/subzero/tests_lit/asan_tests/
Dno_globals.ll3 ; test that instrumenting start does not deadlock waiting for nonexistent
/external/emma/core/java12/com/vladium/emma/data/
DMergeProcessor.java109 final String nonexistent = f.exists () ? "" : "{nonexistent} "; in _run() local
111 log.verbose (" " + nonexistent + f.getAbsolutePath ()); in _run()
/external/emma/core/java12/com/vladium/emma/rt/
DAppRunner.java280 final String nonexistent = f.exists () ? "" : "{nonexistent} "; in _run() local
282 log.verbose (" " + nonexistent + f.getAbsolutePath ()); in _run()
297 final String nonexistent = f.exists () ? "" : "{nonexistent} "; in _run() local
299 log.verbose (" " + nonexistent + f.getAbsolutePath ()); in _run()
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dext_exc.ml15 ignore (Llvm.MemoryBuffer.of_file "/path/to/nonexistent/file")
/external/llvm/test/Bindings/OCaml/
Dext_exc.ml23 ignore (Llvm.MemoryBuffer.of_file "/path/to/nonexistent/file")
Dtarget.ml96 "/nonexistent/file" machine;
/external/llvm/lib/Fuzzer/test/
Dafl-driver-extra-stats.test12 ; Test that specifying a valid nonexistent stats file works.
/external/autotest/client/site_tests/kernel_FirmwareRequest/
Dcontrol11 known-nonexistent firmware files can be loaded.
/external/python/cpython2/Demo/comparisons/
DREADME46 be resolved because it points to a nonexistent or otherwise
/external/elfutils/m4/
Dprogtest.m433 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
/external/libexif/auto-m4/
Dprogtest.m433 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
Dlib-ld.m439 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
/external/llvm/test/Transforms/LoopStrengthReduce/X86/
D2011-12-04-loserreg.ll3 ; Test LSR's ability to prune formulae that refer to nonexistent

123