Home
last modified time | relevance | path

Searched refs:notfound (Results 1 – 25 of 33) sorted by relevance

12

/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/app/event/implement/
DIncludeNotFound.java57 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/
D7-1.c54 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/
DBUILD.gn21 "test_server/data/notfound.html",
22 "test_server/data/notfound.html.mock-http-headers",
/external/python/cpython3/Objects/
Dbytes_methods.c747 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/
Dattack.sh270 check notfound
284 check notfound
326 check notfound
333 check notfound
/external/arm-trusted-firmware/lib/debugfs/
Ddev.c303 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.gitignore45 /notfound
Dmeson.build62 'notfound',
DMakefile.tests10 notfound \
Drun_tests.sh354 run_test notfound $TREE
/external/toybox/tests/
Dreadlink.test18 ln -sf notfound link
/external/cronet/net/data/fuzzer_dictionaries/
Dnet_dns_nsswitch_reader_fuzzer.dict62 "notfound"
/external/mksh/src/
Dmisc.c1800 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()
Dhistrap.c1212 goto notfound; in gettrap()
1217 notfound: in gettrap()
/external/libwebsockets/lib/roles/http/server/
Dserver.c719 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/
Ddef.c1358 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/
Dpfkey.c936 int allspiok, notfound; local
979 notfound = 1;
986 notfound = 0;
998 if (notfound) {
/external/antlr/runtime/ObjC/Framework/
DACBTree.m602 - (void) notfound:(ACBKey *)kp
/external/libiio/src/bindings/matlab/
Dlibiio_if.m404 … [notfound, warnings] = loadlibrary(obj.libname, obj.hname, 'addheader', 'iio.h');
Dlibiio_if_daq2.m405 [notfound, warnings] = loadlibrary(obj.libname, obj.hname);
/external/python/cpython3/
Dconfigure.ac692 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"
Dconfigure4723 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/
Dtest_suite_x509parse.function1118 if( strcmp( ref_desc, "notfound" ) == 0 )
/external/python/cpython2/
Dconfigure.ac688 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/
Dtest_suite_x509parse.function1270 if( strcmp( ref_desc, "notfound" ) == 0 )

12