HomeSort by relevance Sort by last modified time
    Searched full:notfound (Results 26 - 50 of 128) sorted by null

12 3 4 5 6

  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-find.cc 59 if (key_id != trie.notfound()) {
70 if (key_id != trie.notfound()) {
  /external/chromium_org/sandbox/win/src/
file_policy_test.cc 353 runner.RunTest(L"File_OpenSys32 notfound.dll"));
358 EXPECT_EQ(SBOX_TEST_DENIED, runner.RunTest(L"File_CreateSys32 notfound.exe"));
366 L"notfound.exe"));
384 runner.RunTest(L"File_QueryAttributes notfound.exe f"));
395 runner.RunTest(L"File_QueryAttributes notfound.exe f"));
  /external/clang/include/clang/Sema/
Lookup.h 34 NotFound = 0,
132 : ResultKind(NotFound),
153 : ResultKind(NotFound),
172 : ResultKind(NotFound),
393 assert(ResultKind == NotFound && Decls.empty());
409 ResultKind = NotFound;
480 ResultKind = NotFound;
  /external/chromium_org/chrome/common/extensions/docs/server2/
cache_chain_object_store_test.py 118 self.assertEqual(None, self._store.Get('notfound.html').Get())
123 self.assertEqual(None, self._store.Get('notfound.html').Get())
130 }, self._store.GetMulti(('runtime.html', 'notfound.html')).Get())
servlet.py 74 def NotFound(content, headers=None):
mock_file_system_test.py 60 future = fs.Read(['notfound.html', 'apps/'])
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videotext.h 119 unsigned notfound : 1; /* /FOUND */ member in struct:__anon37853
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videotext.h 119 unsigned notfound : 1; /* /FOUND */ member in struct:__anon39444
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videotext.h 119 unsigned notfound : 1; /* /FOUND */ member in struct:__anon40958
  /external/marisa-trie/lib/marisa/
trie-search.cc 374 return notfound();
377 return terminal_flags_[node] ? node_to_key_id(node) : notfound();
498 return notfound();
504 UInt32 node_found = notfound();
513 if (node_found != notfound()) {
519 return notfound();
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
trie-search.cc 393 return notfound();
396 return terminal_flags_[node] ? node_to_key_id(node) : notfound();
521 return notfound();
527 UInt32 node_found = notfound();
536 if (node_found != notfound()) {
542 return notfound();
  /external/chromium/chrome/browser/net/
predictor_unittest.cc 182 host_resolver_->rules()->AddSimulatedFailure("*.notfound");
194 GURL bad1("http://bad1.notfound:80"),
195 bad2("http://bad2.notfound:80");
232 host_resolver_->rules()->AddSimulatedFailure("*.notfound");
243 "http://host" + base::IntToString(i) + ".notfound:80"));
  /external/chromium_org/chrome/browser/net/
predictor_unittest.cc 189 host_resolver_->rules()->AddSimulatedFailure("*.notfound");
198 GURL bad1("http://bad1.notfound:80"),
199 bad2("http://bad2.notfound:80");
236 host_resolver_->rules()->AddSimulatedFailure("*.notfound");
244 "http://host" + base::IntToString(i) + ".notfound:80"));
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_list.c 412 goto notfound;
415 notfound:
  /external/clang/lib/ARCMigrate/
TransProperties.cpp 331 bool notFound = oneAssign.TraverseDecl(CurImplD);
332 if (!notFound)
  /external/openssl/crypto/engine/
eng_list.c 412 goto notfound;
415 notfound:
  /libcore/luni/src/test/java/tests/api/org/xml/sax/ext/
Attributes2ImplTest.java 282 assertFalse(multi.isDeclared("notfound"));
331 assertFalse(multi.isSpecified("notfound"));
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
iapps_finder_impl_win_browsertest.cc 112 IN_PROC_BROWSER_TEST_F(ITunesFinderWinTest, NotFound) {
  /external/chromium_org/chrome/browser/resources/net_internals/
proxy_view.js 132 var hostResolverRules = 'MAP * ~NOTFOUND , EXCLUDE ' + socksProxy.host;
  /external/chromium_org/content/browser/renderer_host/
text_input_client_mac_unittest.mm 158 // Set |WTF::notFound| to the index |kTaskDelayMs| after the previous
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.cc 93 PostTestMessage(test_name, "NOTFOUND");
  /external/chromium_org/third_party/WebKit/Source/wtf/
wtf.gypi 84 'NotFound.h',
  /external/chromium_org/third_party/leveldatabase/src/db/
memtable.cc 137 *s = Status::NotFound(Slice());
  /external/chromium_org/v8/test/mjsunit/
string-indexof-1.js 113 assertEquals(-1, allCharsString.indexOf("notfound"));
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
genero.php 224 "NOTFOUND",

Completed in 366 milliseconds

12 3 4 5 6