/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/ |
D | IncludeNotFound.java | 57 String notfound; field in IncludeNotFound 87 if (rs.getLoaderNameForResource(notfound) != null) in includeEvent() 89 return notfound; in includeEvent() 96 log.error("Can't find include not found page: {}", notfound); in includeEvent() 113 notfound = StringUtils.trim(rs.getString(PROPERTY_NOT_FOUND, DEFAULT_NOT_FOUND)); in setRuntimeServices()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/ |
D | 7-1.c | 54 const char *notfound = "not found"; in read_catalog() local 61 msg = catgets(cat, i, j, notfound); in read_catalog() 62 if (msg == notfound) in read_catalog()
|
/external/cronet/components/cronet/testing/ |
D | BUILD.gn | 21 "test_server/data/notfound.html", 22 "test_server/data/notfound.html.mock-http-headers",
|
/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/libwebsockets/scripts/ |
D | attack.sh | 270 check notfound 284 check notfound 326 check notfound 333 check notfound
|
/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 | 45 /notfound
|
D | meson.build | 62 'notfound',
|
D | Makefile.tests | 10 notfound \
|
D | run_tests.sh | 354 run_test notfound $TREE
|
/external/toybox/tests/ |
D | readlink.test | 18 ln -sf notfound link
|
/external/cronet/net/data/fuzzer_dictionaries/ |
D | net_dns_nsswitch_reader_fuzzer.dict | 62 "notfound"
|
/external/mksh/src/ |
D | misc.c | 1800 goto notfound; in do_realpath() 1810 goto notfound; in do_realpath() 1818 goto notfound; in do_realpath() 1826 goto notfound; in do_realpath() 1845 goto notfound; in do_realpath() 1898 goto notfound; in do_realpath() 1901 goto notfound; in do_realpath() 1911 notfound: in do_realpath()
|
D | histrap.c | 1212 goto notfound; in gettrap() 1217 notfound: in gettrap()
|
/external/libwebsockets/lib/roles/http/server/ |
D | server.c | 719 goto notfound; in lws_http_serve() 728 goto notfound; in lws_http_serve() 734 goto notfound; in lws_http_serve() 747 goto notfound; in lws_http_serve() 931 notfound: in lws_http_serve()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | def.c | 1358 if(sym.size == 0) goto notfound; in symtab_resolve() 1364 goto notfound; in symtab_resolve() 1378 goto notfound; in symtab_resolve() 1381 notfound: in symtab_resolve()
|
/external/ipsec-tools/src/racoon/ |
D | pfkey.c | 936 int allspiok, notfound; local 979 notfound = 1; 986 notfound = 0; 998 if (notfound) {
|
/external/antlr/runtime/ObjC/Framework/ |
D | ACBTree.m | 602 - (void) notfound:(ACBKey *)kp
|
/external/libiio/src/bindings/matlab/ |
D | libiio_if.m | 404 … [notfound, warnings] = loadlibrary(obj.libname, obj.hname, 'addheader', 'iio.h');
|
D | libiio_if_daq2.m | 405 [notfound, warnings] = loadlibrary(obj.libname, obj.hname);
|
/external/python/cpython3/ |
D | configure.ac | 692 gcc) AC_PATH_TOOL(CXX, [g++], [g++], [notfound]) ;; 693 cc) AC_PATH_TOOL(CXX, [c++], [c++], [notfound]) ;; 694 clang|*/clang) AC_PATH_TOOL(CXX, [clang++], [clang++], [notfound]) ;; 695 icc|*/icc) AC_PATH_TOOL(CXX, [icpc], [icpc], [notfound]) ;; 697 if test "$CXX" = "notfound" 704 AC_CHECK_TOOLS(CXX, $CCC c++ g++ gcc CC cxx cc++ cl, notfound) 705 if test "$CXX" = "notfound"
|
D | configure | 4723 for as_dir in notfound 4766 for as_dir in notfound 4821 for as_dir in notfound 4864 for as_dir in notfound 4919 for as_dir in notfound 4962 for as_dir in notfound 5017 for as_dir in notfound 5060 for as_dir in notfound
|
/external/openthread/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_x509parse.function | 1118 if( strcmp( ref_desc, "notfound" ) == 0 )
|
/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"
|
/external/mbedtls/tests/suites/ |
D | test_suite_x509parse.function | 1270 if( strcmp( ref_desc, "notfound" ) == 0 )
|