HomeSort by relevance Sort by last modified time
    Searched defs:fail (Results 1 - 25 of 1913) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh 37 fail() { function
57 || fail 'protoc failed.'
61 unzip -t $TEST_TMPDIR/testzip.zip > $TEST_TMPDIR/testzip.list || fail 'unzip failed.'
64 || fail 'testzip.pb.cc not found in output zip.'
66 || fail 'testzip.pb.h not found in output zip.'
68 || fail 'testzip_pb2.py not found in output zip.'
70 && fail 'Zip file contained manifest.'
77 jar tf $TEST_TMPDIR/testzip.jar > $TEST_TMPDIR/testzip.list || fail 'jar failed.'
80 || fail 'Foo.java not found in output jar.'
82 || fail 'Bar.java not found in output jar.
    [all...]
  /external/wpa_supplicant_8/hs20/server/ca/
setup.sh 70 fail() function
105 $OPENSSL req -config openssl.cnf.tmp -batch -new -newkey rsa:4096 -keyout rootCA/private/cakey.pem -out rootCA/careq.pem || fail "Failed to generate Root CA private key"
107 $OPENSSL ca -config openssl.cnf.tmp -md sha256 -create_serial -out rootCA/cacert.pem -days 10957 -batch -keyfile rootCA/private/cakey.pem -passin pass:$PASS -selfsign -extensions v3_ca -outdir rootCA/newcerts -infiles rootCA/careq.pem || fail "Failed to sign Root CA certificate"
108 $OPENSSL x509 -in rootCA/cacert.pem -out rootCA/cacert.der -outform DER || fail "Failed to create rootCA DER"
109 sha256sum rootCA/cacert.der > rootCA/cacert.fingerprint || fail "Failed to create rootCA fingerprint"
126 $OPENSSL req -config openssl.cnf.tmp -batch -new -newkey rsa:2048 -keyout demoCA/private/cakey.pem -out demoCA/careq.pem || fail "Failed to generate Intermediate CA private key"
128 $OPENSSL ca -config openssl.cnf.tmp -md sha256 -create_serial -out demoCA/cacert.pem -days 3652 -batch -keyfile rootCA/private/cakey.pem -cert rootCA/cacert.pem -passin pass:$PASS -extensions v3_ca -infiles demoCA/careq.pem || fail "Failed to sign Intermediate CA certificate"
131 $OPENSSL x509 -in demoCA/cacert.pem -out demoCA/cacert.der -outform DER || fail "Failed to create demoCA DER."
132 sha256sum demoCA/cacert.der > demoCA/cacert.fingerprint || fail "Failed to create demoCA fingerprint"
144 $OPENSSL ca -config $PWD/openssl.cnf.tmp -batch -md sha256 -keyfile demoCA/private/cakey.pem -passin pass:$PASS -in ocsp.csr -out ocsp.pem -days 730 -extensions v3_OCSP || fail "Could not generate ocsp.pem
    [all...]
  /prebuilts/go/darwin-x86/doc/codewalk/
run 8 function fail { function
9 echo FAIL: doc/codewalk/$1
14 echo foo | go run markov.go | grep foo > /dev/null || fail markov
17 go run pig.go | grep 'Wins, losses staying at k = 100: 210/990 (21.2%), 780/990 (78.8%)' > /dev/null || fail pig
20 go build urlpoll.go || fail urlpoll
  /prebuilts/go/linux-x86/doc/codewalk/
run 8 function fail { function
9 echo FAIL: doc/codewalk/$1
14 echo foo | go run markov.go | grep foo > /dev/null || fail markov
17 go run pig.go | grep 'Wins, losses staying at k = 100: 210/990 (21.2%), 780/990 (78.8%)' > /dev/null || fail pig
20 go build urlpoll.go || fail urlpoll
  /build/make/tools/
dump-package-stats 20 function fail () function
66 fail "Unknown uname $UNAME"
78 fail "$file doesn't exist or isn't a file"
150 fail "Could not get stats for $file"
  /external/clang/test/CodeGenCXX/
dynamic-cast.cpp 7 B fail; variable
18 return fail;
  /external/icu/icu4c/source/test/cintltst/
crestst.h 55 int32_t fail; variable
  /external/javassist/src/main/javassist/runtime/
DotClass.java 25 public static NoClassDefFoundError fail(ClassNotFoundException e) { method in class:DotClass
  /external/openssh/openbsd-compat/regress/
strduptest.c 20 static int fail = 0; variable
29 fail = 1;
33 fail = 1;
44 return fail;
  /external/parameter-framework/support/android/asio/
asio_shrinker.sh 58 fail () { function
102 lunch $target || fail "Failed to lunch $target"
105 mma -j$(nproc) || fail "Failed to build $target"
117 xargs git add || fail "Failed to git-add some necessary ASIO headers"
  /external/protobuf/protoc-artifacts/
build-protoc.sh 26 fail() function
64 fail "Unsupported arch: $ARCH"
73 fail "Unsupported arch: $ARCH"
84 fail "Unsupported arch: $ARCH"
87 fail "Unsupported system: $OS"
112 fail "Unsupported platform $OS-$ARCH."
115 eval $dump_cmd | grep -i "$white_list" || fail "doesn't show any expected dependencies"
120 fail "found unexpected dependencies (listed above)."
122 fail "Error when checking dependencies."
156 fail "Unsupported arch by CYGWIN: $ARCH
    [all...]
  /prebuilts/go/darwin-x86/src/
clean.bat 11 if errorlevel 1 goto fail
18 goto fail
27 :fail label
  /prebuilts/go/darwin-x86/test/fixedbugs/issue9608.dir/
issue9608.go 7 func fail() // unimplemented, to test dead code elimination func
12 fail()
15 fail()
24 fail()
29 fail()
34 fail()
40 fail()
46 fail()
53 fail()
55 fail()
    [all...]
  /prebuilts/go/linux-x86/src/
clean.bat 11 if errorlevel 1 goto fail
18 goto fail
27 :fail label
  /prebuilts/go/linux-x86/test/fixedbugs/issue9608.dir/
issue9608.go 7 func fail() // unimplemented, to test dead code elimination func
12 fail()
15 fail()
24 fail()
29 fail()
34 fail()
40 fail()
46 fail()
53 fail()
55 fail()
    [all...]
  /external/testng/src/test/java/test/dependent/
MultipleDependentSampleTest.java 12 public void fail() { method in class:MultipleDependentSampleTest
13 Assert.fail();
16 @Test(dependsOnMethods = "fail")
SampleDependent1.java 15 @Test(groups = { "fail" })
16 public void fail() { method in class:SampleDependent1
20 @Test(dependsOnGroups = { "fail" })
  /external/deqp/scripts/
check_resolution_list.py 27 def fail (msg): function
51 fail("Invalid line in resolution list: '%s'" % line)
76 fail("Invalid resolution: '%s %s %s'" % (pattern, minRes, recRes))
84 fail("Pattern '%s' does not match any cases" % pattern)
88 fail("Case '%s' specified multiple times (when processing '%s')" % (case, pattern))
93 fail("Case '%s' not specified by any rule" % case)
  /external/icu/icu4c/source/test/intltest/
restest.h 54 int32_t fail; member in class:ResourceBundleTest
restsnew.h 57 int32_t fail; member in class:NewResourceBundleTest
  /external/testng/src/test/java/test/superclass/
ChildSampleTest3.java 13 public void fail() { method in class:ChildSampleTest3
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15975.go 9 var fail bool var
19 fail = true
33 if fail {
34 panic("fail")
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15975.go 9 var fail bool var
19 fail = true
33 if fail {
34 panic("fail")
  /bootable/recovery/applypatch/
applypatch.sh 61 fail() { function
63 echo FAIL: $testname
110 run_command $WORK_DIR/applypatch && fail
113 run_command $WORK_DIR/applypatch -l | grep -q -i copyright || fail
121 run_command $WORK_DIR/applypatch -c $WORK_DIR/old.file $OLD_SHA1 || fail
124 run_command $WORK_DIR/applypatch -c $WORK_DIR/old.file $BAD1_SHA1 $OLD_SHA1 $BAD2_SHA1|| fail
127 run_command $WORK_DIR/applypatch -c $WORK_DIR/old.file $BAD2_SHA1 $BAD1_SHA1 && fail
131 run_command dd if=/dev/urandom of=$WORK_DIR/old.file count=100 bs=1024 || fail
134 run_command $WORK_DIR/applypatch -c $WORK_DIR/old.file $OLD_SHA1 || fail
137 run_command $WORK_DIR/applypatch -c $WORK_DIR/old.file $BAD1_SHA1 $OLD_SHA1 $BAD2_SHA1|| fail
    [all...]
imgdiff_test.sh 47 fail() { function
49 echo FAIL: $testname
90 $ADB push $tmpdir/source $WORK_DIR/source || fail "source push failed"
92 $ADB push $tmpdir/patch $WORK_DIR/patch || fail "patch push failed"
96 || fail "applypatch of $fn failed"
98 diff -q $tmpdir/target $tmpdir/result || fail "patch output not correct!"

Completed in 479 milliseconds

1 2 3 4 5 6 7 8 91011>>