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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/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/protobuf/src/google/protobuf/compiler/
zip_output_unittest.sh 37 fail() { function
51 testzip.proto || fail 'protoc failed.'
55 unzip -t testzip.zip > testzip.list || fail 'unzip failed.'
58 || fail 'testzip.pb.cc not found in output zip.'
60 || fail 'testzip.pb.h not found in output zip.'
62 || fail 'testzip_pb2.py not found in output zip.'
64 && fail 'Zip file contained manifest.'
71 jar tf testzip.jar > testzip.list || fail 'jar failed.'
74 || fail 'Foo.java not found in output jar.'
76 || fail 'Bar.java not found in output jar.
    [all...]
  /external/wpa_supplicant_8/hs20/server/ca/
setup.sh 9 fail() function
26 $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"
28 $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"
45 $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"
47 $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"
103 $OPENSSL req -config $PWD/openssl.cnf.tmp -batch -sha256 -new -newkey rsa:2048 -nodes -out server.csr -keyout server.key -reqexts v3_osu_server || fail "Failed to generate server request"
104 $OPENSSL ca -config $PWD/openssl.cnf.tmp -batch -md sha256 -in server.csr -out server.pem -key $PASS -days 730 -extensions ext_server -policy policy_osu_server || fail "Failed to sign server certificate"
  /build/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/chromium_org/build/
build-ctags.sh 18 fail() { function
34 cd "$CHROME_SRC_DIR/$1" || fail $1
38 $(ctags_cmd "$extraexcludes") 2> /dev/null || fail $1
  /external/chromium_org/content/test/data/dom_storage/
common.js 13 if (document.location.hash == '#fail')
22 function fail(message) { function
24 document.location.hash = '#fail';
  /external/chromium_org/third_party/icu/source/test/cintltst/
crestst.h 53 int32_t fail; variable
  /external/chromium_org/v8/test/mjsunit/regress/
regress-1145.js 43 function fail() { continue; } function
51 if (x == 0) fail(); // Hope to be inlined during optimization.
  /external/clang/test/CodeGenCXX/
dynamic-cast.cpp 6 B fail; variable
17 return fail;
  /external/icu/icu4c/source/test/cintltst/
crestst.h 53 int32_t fail; variable
  /external/javassist/src/main/javassist/runtime/
DotClass.java 25 public static NoClassDefFoundError fail(ClassNotFoundException e) { method in class:DotClass
  /external/chromium_org/third_party/icu/source/test/intltest/
restest.h 52 int32_t fail; member in class:ResourceBundleTest
restsnew.h 55 int32_t fail; member in class:NewResourceBundleTest
  /external/chromium_org/tools/gyp/test/win/compiler-flags/
exception-handling-on.cc 8 void fail() { function
19 fail();
  /external/genext2fs/
test-mount.sh 16 fail () { function
39 /sbin/e2fsck -fn ext2.img || fail
41 mount -t ext2 -o ro,loop ext2.img mnt || fail
45 fail
59 /sbin/e2fsck -fn ext2.img || fail
61 mount -t ext2 -o ro,loop ext2.img mnt || fail
62 [ -d mnt/dev ] || fail
74 diff fout lsout || fail
  /external/icu/icu4c/source/test/intltest/
restest.h 52 int32_t fail; member in class:ResourceBundleTest
restsnew.h 55 int32_t fail; member in class:NewResourceBundleTest
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh39.cpp 4 int fail = 1; variable
15 fail = 1;
17 fail = 0;
24 fail = 1;
27 return fail;
eh40.cpp 4 int fail = 1; variable
12 fail = 1;
14 fail = 1;
17 fail = 0;
25 fail = 1;
28 return fail;
  /ndk/tests/device/test-stlport_static-exception/jni/
eh39.cpp 4 int fail = 1; variable
15 fail = 1;
17 fail = 0;
24 fail = 1;
27 return fail;
eh40.cpp 4 int fail = 1; variable
12 fail = 1;
14 fail = 1;
17 fail = 0;
25 fail = 1;
28 return 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!"
  /bootable/recovery/
verifier_test.sh 42 fail() { function
44 echo FAIL: $testname
68 run_command $WORK_DIR/verifier_test "$@" $WORK_DIR/package.zip || fail
72 testname "$1 (should fail)"
75 run_command $WORK_DIR/verifier_test "$@" $WORK_DIR/package.zip && fail
  /external/chromium_org/content/test/data/fileapi/
common.js 12 if (document.location.hash == '#fail')
21 function fail(message) function
24 document.location.hash = '#fail';
52 fail('unexpectedErrorCallback:' + fileErrorToString(e));

Completed in 763 milliseconds

1 2 3 4 5 6 7 8 91011>>