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

1 2

  /external/bison/lib/
mbschr.c 41 goto notfound;
47 notfound:
  /device/google/dragon/audio/hal/
iniparser.h 162 @param notfound Value to return in case of error
167 the notfound value is returned.
184 int iniparser_getint(dictionary * d, const char * key, int notfound);
191 @param notfound Value to return in case of error
196 the notfound value is returned.
199 double iniparser_getdouble(dictionary * d, const char * key, double notfound);
206 @param notfound Value to return in case of error
211 the notfound value is returned.
229 The notfound value returned if no boolean is identified, does not
233 int iniparser_getboolean(dictionary * d, const char * key, int notfound);
    [all...]
iniparser.c 386 @param notfound Value to return in case of error
391 the notfound value is returned.
408 int iniparser_getint(dictionary * d, const char * key, int notfound)
413 if (str==INI_INVALID_KEY) return notfound ;
422 @param notfound Value to return in case of error
427 the notfound value is returned.
430 double iniparser_getdouble(dictionary * d, const char * key, double notfound)
435 if (str==INI_INVALID_KEY) return notfound ;
444 @param notfound Value to return in case of error
449 the notfound value is returned
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/
test_httpexceptions.py 87 notfound = HTTPNotFound()
88 assert isinstance(notfound,HTTPException)
89 assert isinstance(notfound,HTTPError)
90 assert isinstance(notfound,HTTPClientError)
91 assert not isinstance(notfound,HTTPServerError)
  /external/toybox/tests/
readlink.test 9 testing "readlink missing" "readlink notfound || echo yes" "yes\n" "" ""
16 testing "readlink -f missing" "readlink -f notfound" "$APWD/notfound\n" "" ""
18 ln -sf notfound link
19 testing "readlink link" "readlink link" "notfound\n" "" ""
20 testing "readlink link->missing" "readlink -f link" "$APWD/notfound\n" "" ""
35 testing "readlink -q notfound" "readlink -q notfound || echo yes" "yes\n" "" ""
37 testing "readlink -e notfound" \
38 "readlink -e notfound 2>/dev/null || echo yes" "yes\n" "" "
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
videotext.h 119 unsigned notfound : 1; /* /FOUND */ member in struct:__anon37872
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.h 127 extern bool notfound;
grep.c 150 bool notfound; /* file not found */ variable
706 exit(c ? (notfound ? (qflag ? 0 : 2) : 0) : (notfound ? 2 : 1));
util.c 218 notfound = true;
  /external/mksh/src/
misc.c     [all...]
histrap.c 1157 goto notfound;
1162 notfound:
    [all...]
  /external/v8/test/mjsunit/
string-indexof-1.js 127 assertEquals(-1, allCharsString.indexOf("notfound"));
  /prebuilts/go/darwin-x86/src/runtime/
asm_arm64.s 933 BEQ notfound
943 notfound: label
956 BEQ notfound
966 notfound: label
asm_ppc64x.s 1083 BEQ notfound
1092 notfound: label
1107 BEQ notfound
1116 notfound: label
  /prebuilts/go/linux-x86/src/runtime/
asm_arm64.s 933 BEQ notfound
943 notfound: label
956 BEQ notfound
966 notfound: label
asm_ppc64x.s 1083 BEQ notfound
1092 notfound: label
1107 BEQ notfound
1116 notfound: label
  /external/ipsec-tools/src/racoon/
pfkey.c 936 int allspiok, notfound; local
979 notfound = 1;
986 notfound = 0;
998 if (notfound) {
    [all...]
  /external/skia/third_party/yasm/config/android/
Makefile     [all...]
  /external/skia/third_party/yasm/config/chromeos/
Makefile     [all...]
  /external/skia/third_party/yasm/config/ios/
Makefile     [all...]
  /external/skia/third_party/yasm/config/linux/
Makefile     [all...]
  /external/skia/third_party/yasm/config/mac/
Makefile     [all...]
  /external/skia/third_party/yasm/config/openbsd/
Makefile     [all...]
  /external/skia/third_party/yasm/config/win/
Makefile     [all...]
  /external/pcre/dist/
pcre_jit_compile.c 4049 struct sljit_jump *notfound; local
    [all...]

Completed in 3194 milliseconds

1 2