HomeSort by relevance Sort by last modified time
    Searched refs:notfound (Results 1 - 25 of 33) sorted by null

1 2

  /external/bison/lib/
mbschr.c 41 goto notfound;
47 notfound:
  /external/openssh/openbsd-compat/
getcwd.c 163 goto notfound;
170 goto notfound;
217 notfound:
  /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:__anon39681
  /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:__anon41272
  /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:__anon42786
  /external/marisa-trie/tools/
marisa-find.cc 59 if (key_id != trie.notfound()) {
70 if (key_id != trie.notfound()) {
marisa-lookup.cc 56 if (key_id != trie.notfound()) {
  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-find.cc 59 if (key_id != trie.notfound()) {
70 if (key_id != trie.notfound()) {
marisa_alpha-lookup.cc 56 if (key_id != trie.notfound()) {
  /system/core/toolbox/grep/
grep.h 131 extern bool notfound;
grep.c 150 bool notfound; /* file not found */ variable
709 exit(c ? (notfound ? (qflag ? 0 : 2) : 0) : (notfound ? 2 : 1));
util.c 217 notfound = true;
  /external/marisa-trie/tests/
trie-test.cc 125 ASSERT(trie["appl"] == trie.notfound());
126 ASSERT(trie["applex"] == trie.notfound());
127 ASSERT(trie.find_first("ap") == trie.notfound());
129 ASSERT(trie.find_last("ap") == trie.notfound());
321 ASSERT(trie["ca"] == trie.notfound());
322 ASSERT(trie["card"] == trie.notfound());
325 ASSERT(trie.find_first("ca") == trie.notfound());
330 ASSERT(trie.find_last("afte") == trie.notfound());
528 ASSERT(trie["x"] == trie.notfound());
  /external/marisa-trie/v0_1_5/tests/
trie-test.cc 127 ASSERT(trie["appl"] == trie.notfound());
128 ASSERT(trie["applex"] == trie.notfound());
129 ASSERT(trie.find_first("ap") == trie.notfound());
131 ASSERT(trie.find_last("ap") == trie.notfound());
323 ASSERT(trie["ca"] == trie.notfound());
324 ASSERT(trie["card"] == trie.notfound());
327 ASSERT(trie.find_first("ca") == trie.notfound());
332 ASSERT(trie.find_last("afte") == trie.notfound());
546 ASSERT(trie["x"] == trie.notfound());
  /external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_list.c 412 goto notfound;
415 notfound:
  /external/openssl/crypto/engine/
eng_list.c 412 goto notfound;
415 notfound:
  /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();
trie-inline.h 138 inline UInt32 Trie::notfound() { function in class:marisa::Trie
trie.h 192 static UInt32 notfound();
  /external/mksh/src/
misc.c 1431 goto notfound;
    [all...]
  /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();
trie-inline.h 139 inline UInt32 Trie::notfound() { function in class:marisa_alpha::Trie
  /external/chromium_org/v8/test/mjsunit/
string-indexof-1.js 113 assertEquals(-1, allCharsString.indexOf("notfound"));
  /external/v8/test/mjsunit/
string-indexof-1.js 113 assertEquals(-1, allCharsString.indexOf("notfound"));
  /external/ipsec-tools/src/racoon/
pfkey.c 936 int allspiok, notfound; local
979 notfound = 1;
986 notfound = 0;
998 if (notfound) {
    [all...]

Completed in 604 milliseconds

1 2