OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fail
(Results
1 - 25
of
778
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
...]
/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/icu4c/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/openssh/openbsd-compat/regress/
strduptest.c
20
static int
fail
= 0;
variable
29
fail
= 1;
33
fail
= 1;
44
return
fail
;
/external/v8/test/mjsunit/regress/
regress-1145.js
43
function
fail
() { continue; }
function
51
if (x == 0)
fail
(); // Hope to be inlined during optimization.
/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/icu4c/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
Completed in 823 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>