/external/openssh/openbsd-compat/ |
D | getcwd.c | 163 goto notfound; in getcwd() 170 goto notfound; in getcwd() 217 notfound: in getcwd()
|
/external/python/cpython3/Objects/ |
D | bytes_methods.c | 747 goto notfound; in tailmatch() 751 goto notfound; in tailmatch() 757 goto notfound; in tailmatch() 759 goto notfound; in tailmatch() 764 notfound: in tailmatch()
|
/external/arm-trusted-firmware/lib/debugfs/ |
D | dev.c | 303 goto notfound; in path_to_channel() 308 goto notfound; in path_to_channel() 318 goto notfound; in path_to_channel() 324 notfound: in path_to_channel()
|
/external/dtc/tests/ |
D | .gitignore | 37 /notfound
|
D | Makefile.tests | 10 notfound \
|
D | run_tests.sh | 263 run_test notfound $TREE
|
/external/toybox/tests/ |
D | readlink.test | 18 ln -sf notfound link
|
/external/mksh/src/ |
D | misc.c | 1749 goto notfound; in do_realpath() 1759 goto notfound; in do_realpath() 1767 goto notfound; in do_realpath() 1775 goto notfound; in do_realpath() 1794 goto notfound; in do_realpath() 1847 goto notfound; in do_realpath() 1850 goto notfound; in do_realpath() 1860 notfound: in do_realpath()
|
D | histrap.c | 1209 goto notfound; in gettrap() 1214 notfound: in gettrap()
|
/external/ipsec-tools/src/racoon/ |
D | pfkey.c | 936 int allspiok, notfound; local 979 notfound = 1; 986 notfound = 0; 998 if (notfound) {
|
/external/v8/src/builtins/ |
D | builtins-internal-gen.cc | 436 Label* dont_delete, Label* notfound) { in DeleteDictionaryProperty() argument 440 &var_name_index, notfound); in DeleteDictionaryProperty()
|
/external/openssh/ |
D | ssh.c | 411 goto notfound; in resolve_canonicalize() 449 notfound: in resolve_canonicalize()
|
/external/antlr/runtime/ObjC/Framework/ |
D | ACBTree.m | 602 - (void) notfound:(ACBKey *)kp
|
/external/python/cpython3/ |
D | configure.ac | 675 gcc) AC_PATH_TOOL(CXX, [g++], [g++], [notfound]) ;; 676 cc) AC_PATH_TOOL(CXX, [c++], [c++], [notfound]) ;; 677 clang|*/clang) AC_PATH_TOOL(CXX, [clang++], [clang++], [notfound]) ;; 678 icc|*/icc) AC_PATH_TOOL(CXX, [icpc], [icpc], [notfound]) ;; 680 if test "$CXX" = "notfound" 687 AC_CHECK_TOOLS(CXX, $CCC c++ g++ gcc CC cxx cc++ cl, notfound) 688 if test "$CXX" = "notfound"
|
D | configure | 4642 for as_dir in notfound 4685 for as_dir in notfound 4740 for as_dir in notfound 4783 for as_dir in notfound 4838 for as_dir in notfound 4881 for as_dir in notfound 4936 for as_dir in notfound 4979 for as_dir in notfound
|
/external/libiio/src/bindings/matlab/ |
D | libiio_if_daq2.m | 405 [notfound, warnings] = loadlibrary(obj.libname, obj.hname);
|
D | libiio_if.m | 404 … [notfound, warnings] = loadlibrary(obj.libname, obj.hname, 'addheader', 'iio.h');
|
/external/python/cpython2/ |
D | configure.ac | 688 gcc) AC_PATH_TOOL(CXX, [g++], [g++], [notfound]) ;; 689 cc) AC_PATH_TOOL(CXX, [c++], [c++], [notfound]) ;; 691 if test "$CXX" = "notfound" 698 AC_CHECK_TOOLS(CXX, $CCC c++ g++ gcc CC cxx cc++ cl, notfound) 699 if test "$CXX" = "notfound"
|
D | configure | 4479 for as_dir in notfound 4522 for as_dir in notfound 4577 for as_dir in notfound 4620 for as_dir in notfound
|
/external/v8/src/ic/ |
D | accessor-assembler.cc | 2399 Label* notfound = use_stub_cache == kUseStubCache ? &try_stub_cache in GenericPropertyLoad() local 2402 &var_name_index, notfound); in GenericPropertyLoad()
|
/external/pcre/dist2/src/ |
D | pcre2_jit_compile.c | 6626 struct sljit_jump *notfound; in search_requested_char() local 6641 notfound = CMP(SLJIT_GREATER_EQUAL, TMP1, 0, STR_END, 0); in search_requested_char() 6678 return notfound; in search_requested_char()
|