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

1 2

  /prebuilts/go/darwin-x86/src/cmd/go/testdata/src/vend/x/vendor/p/p/
p.go 3 import _ "notfound"
  /prebuilts/go/linux-x86/src/cmd/go/testdata/src/vend/x/vendor/p/p/
p.go 3 import _ "notfound"
  /prebuilts/go/darwin-x86/src/crypto/internal/cipherhw/
asm_s390x.s 19 CMPBNE R2, R3, notfound
25 CMPBNE R2, R3, notfound
31 CMPBNE R2, R3, notfound
38 CMPBNE R2, R5, notfound
42 notfound: label
  /prebuilts/go/linux-x86/src/crypto/internal/cipherhw/
asm_s390x.s 19 CMPBNE R2, R3, notfound
25 CMPBNE R2, R3, notfound
31 CMPBNE R2, R3, notfound
38 CMPBNE R2, R5, notfound
42 notfound: label
  /external/bison/lib/
mbschr.c 41 goto notfound;
47 notfound:
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug155.go 20 main·f: doasm: notfound from=75 to=13 (82) SHLQ $-9223372036854775808,BX
21 main·f: doasm: notfound from=75 to=13 (82) SHLQ $-9223372036854775808,BX
22 main·f: doasm: notfound from=75 to=13 (82) SHLQ $-9223372036854775808,BX
  /prebuilts/go/linux-x86/test/fixedbugs/
bug155.go 20 main·f: doasm: notfound from=75 to=13 (82) SHLQ $-9223372036854775808,BX
21 main·f: doasm: notfound from=75 to=13 (82) SHLQ $-9223372036854775808,BX
22 main·f: doasm: notfound from=75 to=13 (82) SHLQ $-9223372036854775808,BX
  /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/syslinux/gpxe/src/crypto/
asn1.c 60 goto notfound;
68 goto notfound;
86 goto notfound;
100 goto notfound;
105 notfound:
  /build/kati/testcase/
file_func.sh 33 \$(info Read not found: \$(if \$(file <notfound),FAIL,PASS))
  /external/openssh/openbsd-compat/
getcwd.c 163 goto notfound;
170 goto notfound;
217 notfound:
  /external/toybox/tests/
readlink.test 9 testing "missing" "readlink notfound || echo yes" "yes\n" "" ""
16 testing "-f missing" "readlink -f notfound" "$APWD/notfound\n" "" ""
18 ln -sf notfound link
19 testing "link" "readlink link" "notfound\n" "" ""
20 testing "link->missing" "readlink -f link" "$APWD/notfound\n" "" ""
35 testing "-q notfound" "readlink -q notfound || echo yes" "yes\n" "" ""
37 testing "-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:__anon55046
  /prebuilts/go/darwin-x86/src/cmd/go/
vendor_test.go 36 vend/x/vendor/p/p [notfound]
106 re := regexp.MustCompile(`cannot find package "notfound" in any of:
107 .*[\\/]testdata[\\/]src[\\/]vend[\\/]x[\\/]vendor[\\/]notfound \(vendor tree\)
108 .*[\\/]testdata[\\/]src[\\/]vend[\\/]vendor[\\/]notfound
109 .*[\\/]src[\\/]notfound \(from \$GOROOT\)
110 .*[\\/]testdata[\\/]src[\\/]notfound \(from \$GOPATH\)`)
  /prebuilts/go/linux-x86/src/cmd/go/
vendor_test.go 36 vend/x/vendor/p/p [notfound]
106 re := regexp.MustCompile(`cannot find package "notfound" in any of:
107 .*[\\/]testdata[\\/]src[\\/]vend[\\/]x[\\/]vendor[\\/]notfound \(vendor tree\)
108 .*[\\/]testdata[\\/]src[\\/]vend[\\/]vendor[\\/]notfound
109 .*[\\/]src[\\/]notfound \(from \$GOROOT\)
110 .*[\\/]testdata[\\/]src[\\/]notfound \(from \$GOPATH\)`)
  /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));
  /prebuilts/go/darwin-x86/src/runtime/
asm_s390x.s 885 CMPBEQ R4, $0, notfound
892 CMPBEQ R3, R8, notfound
903 notfound: label
1114 CMPBGT R4, R2, notfound
1117 CMPBEQ R4, $0, notfound
1141 BR notfound
1168 BR notfound
1199 BR notfound
1204 CMPBGT R7, R2, notfound
1218 CMPBGT R7, R2, notfound
1286 notfound: label
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
asm_s390x.s 885 CMPBEQ R4, $0, notfound
892 CMPBEQ R3, R8, notfound
903 notfound: label
1114 CMPBGT R4, R2, notfound
1117 CMPBEQ R4, $0, notfound
1141 BR notfound
1168 BR notfound
1199 BR notfound
1204 CMPBGT R7, R2, notfound
1218 CMPBGT R7, R2, notfound
1286 notfound: label
    [all...]
  /prebuilts/go/darwin-x86/src/net/
nss_test.go 25 hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
130 status: "notfound",
conf_test.go 75 nss: nssStr("hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4"),
281 nss: nssStr("hosts: files myhostname mdns4_minimal [NOTFOUND=return] dns mdns4"),
292 // non-standard but redundant notfound=return for the
297 nss: nssStr("hosts: dns [success=return notfound=continue unavail=continue tryagain=continue] files [notfound=return]"),
nss.go 56 case "notfound", "unavail", "tryagain":
  /prebuilts/go/linux-x86/src/net/
nss_test.go 25 hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
130 status: "notfound",
conf_test.go 75 nss: nssStr("hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4"),
281 nss: nssStr("hosts: files myhostname mdns4_minimal [NOTFOUND=return] dns mdns4"),
292 // non-standard but redundant notfound=return for the
297 nss: nssStr("hosts: dns [success=return notfound=continue unavail=continue tryagain=continue] files [notfound=return]"),

Completed in 1048 milliseconds

1 2