Home
last modified time | relevance | path

Searched refs:not_found (Results 1 – 25 of 31) sorted by relevance

12

/external/sfntly/cpp/src/test/
Dserialization_test.cc59 TableMap::const_iterator not_found = serialized_tables->end(); in TestSerialization() local
62 EXPECT_TRUE((serialized_tables->find(b->first) != not_found)); in TestSerialization()
125 TableMap::const_iterator not_found = serialized_tables->end(); in TestSerializationBitmap() local
128 EXPECT_TRUE((serialized_tables->find(b->first) != not_found)); in TestSerializationBitmap()
/external/chromium-trace/catapult/third_party/Paste/paste/
Durlparser.py170 return self.not_found(
178 return self.not_found(
215 def not_found(self, environ, start_response, debug_message=None): member in URLParser
451 return self.not_found(environ, start_response)
453 return self.not_found(environ, start_response)
495 def not_found(self, environ, start_response, debug_message=None): member in StaticURLParser
560 return self.not_found(environ, start_response)
562 return self.not_found(environ, start_response)
586 def not_found(self, environ, start_response, debug_message=None): member in PkgResourcesParser
/external/chromium-trace/catapult/third_party/Paste/Paste.egg-info/
DSOURCES.txt229 tests/urlparser_data/not_found/__init__.py
230 tests/urlparser_data/not_found/recur/__init__.py
231 tests/urlparser_data/not_found/recur/isfound.txt
232 tests/urlparser_data/not_found/simple/__init__.py
233 tests/urlparser_data/not_found/simple/found.txt
234 tests/urlparser_data/not_found/user/__init__.py
235 tests/urlparser_data/not_found/user/list.py
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/wsgi/
Dutil.py150 not_found = error(six.moves.http_client.NOT_FOUND)
179 return not_found(environ, start_response)
/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/
Dbase-pointers-8.ll17 br i1 %index_lt, label %check_for_null, label %not_found
30 not_found: ; preds = %loop_check
/external/llvm/test/Transforms/RewriteStatepointsForGC/
Dbase-pointers-8.ll17 br i1 %index_lt, label %check_for_null, label %not_found
30 not_found:
/external/chromium-trace/catapult/third_party/Paste/tests/urlparser_data/not_found/recur/
D__init__.py5 return urlparser.not_found(environ, start_response)
/external/c-ares/
Dconfigure.ac25 AC_PATH_PROG([SED], [sed], [not_found],
27 if test -z "$SED" || test "$SED" = "not_found"; then
34 AC_PATH_PROG([GREP], [grep], [not_found],
36 if test -z "$GREP" || test "$GREP" = "not_found"; then
48 AC_PATH_PROG([EGREP], [egrep], [not_found],
51 if test -z "$EGREP" || test "$EGREP" = "not_found"; then
58 AC_PATH_TOOL([AR], [ar], [not_found],
60 if test -z "$AR" || test "$AR" = "not_found"; then
/external/chromium-trace/catapult/third_party/Paste/paste/debug/
Dfsdiff.py150 differ=None, not_found=None, argument
169 if not_found:
170 msg = not_found(path)
/external/chromium-trace/catapult/third_party/Paste/paste/auth/
Dopen_id.py141 return self.not_found(request)
303 def not_found(self, request): member in AuthOpenIDHandler
/external/parameter-framework/asio-1.10.6/include/asio/impl/
Dconnect.hpp125 ec = asio::error::not_found; in connect()
228 ec = asio::error::not_found; in operator ()()
Derror.ipp102 if (value == error::not_found)
/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp186 not_found, enumerator
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h595 uptr not_found = last + 1; in InternalBinarySearch() local
605 return not_found; in InternalBinarySearch()
/external/jemalloc/src/
Dprof.c764 bool not_found; in prof_lookup() local
773 not_found = ckh_search(&tdata->bt2tctx, bt, NULL, &ret.v); in prof_lookup()
774 if (!not_found) /* Note double negative! */ in prof_lookup()
777 if (not_found) { in prof_lookup()
/external/elfutils/src/
Dar.c430 not_found (int argc, char *argv[argc], bool found[argc]) in not_found() function
828 not_found (argc, argv, found); in do_oper_extract()
1078 not_found (argc, argv, found); in do_oper_delete()
/external/chromium-trace/catapult/third_party/mock/
Dmock.py869 not_found = []
874 not_found.append(kall)
875 if not_found:
877 '%r not all found in call list' % (tuple(not_found),)
/external/chromium-trace/catapult/telemetry/third_party/mock/
Dmock.py869 not_found = []
874 not_found.append(kall)
875 if not_found:
877 '%r not all found in call list' % (tuple(not_found),)
/external/libweave/third_party/chromium/base/strings/
Dstring_piece_unittest.cc236 TypeParam not_found(TestFixture::as_string("xx not found bb")); in TYPED_TEST() local
237 Piece g(not_found); in TYPED_TEST()
/external/libchrome/base/strings/
Dstring_piece_unittest.cc247 TypeParam not_found(TestFixture::as_string("xx not found bb")); in TYPED_TEST() local
248 Piece g(not_found); in TYPED_TEST()
/external/curl/
Dconfigure.ac69 AC_PATH_PROG([SED], [sed], [not_found],
71 if test -z "$SED" || test "$SED" = "not_found"; then
81 AC_PATH_PROG([GREP], [grep], [not_found],
83 if test -z "$GREP" || test "$GREP" = "not_found"; then
98 AC_PATH_PROG([EGREP], [egrep], [not_found],
102 if test -z "$EGREP" || test "$EGREP" = "not_found"; then
111 AC_PATH_TOOL([AR], [ar], [not_found],
113 if test -z "$AR" || test "$AR" = "not_found"; then
/external/libevent/
Dbuffer.c2581 goto not_found; in evbuffer_search_range()
2593 goto not_found; in evbuffer_search_range()
2600 not_found: in evbuffer_search_range()
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c1696 if (sno == -1) goto not_found; in search_all_symtabs()
1702 not_found: in search_all_symtabs()
1721 if (lno == -1) goto not_found; in search_all_loctabs()
1727 not_found: in search_all_loctabs()
/external/wpa_supplicant_8/src/eap_server/
Deap_server.c1606 goto not_found; in eap_sm_process_nak()
1619 not_found: in eap_sm_process_nak()
/external/v8/src/debug/
Dliveedit.js367 { name: old_info_node.info.function_name, not_found: true } ); property

12