Searched defs:fail (Results 1 - 25 of 270) sorted by relevance

1234567891011

/prebuilts/go/darwin-x86/doc/codewalk/
H A Drun8 function fail { function
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/
H A Drun8 function fail { function
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/darwin-x86/src/
H A Dclean.bat11 if errorlevel 1 goto fail
18 goto fail
27 :fail label
H A Drace.bat20 if errorlevel 1 goto fail
22 if errorlevel 1 goto fail
28 goto fail
35 if errorlevel 1 goto fail
39 if errorlevel 1 goto fail
42 :fail label
H A Drun.bat16 :: to be under %GOPATH%, then some tests below will fail
26 if errorlevel 1 goto fail
32 :: at least runtime/debug test will fail.
37 if errorlevel 1 goto fail
43 if errorlevel 1 goto fail
48 :fail label
H A Dmake.bat51 goto fail
74 if errorlevel 1 goto fail
76 if errorlevel 1 goto fail
87 if errorlevel 1 goto fail
105 if errorlevel 1 goto fail
114 if errorlevel 1 goto fail
133 :fail label
/prebuilts/go/linux-x86/src/
H A Dclean.bat11 if errorlevel 1 goto fail
18 goto fail
27 :fail label
H A Drace.bat20 if errorlevel 1 goto fail
22 if errorlevel 1 goto fail
28 goto fail
35 if errorlevel 1 goto fail
39 if errorlevel 1 goto fail
42 :fail label
H A Drun.bat16 :: to be under %GOPATH%, then some tests below will fail
26 if errorlevel 1 goto fail
32 :: at least runtime/debug test will fail.
37 if errorlevel 1 goto fail
43 if errorlevel 1 goto fail
48 :fail label
H A Dmake.bat51 goto fail
74 if errorlevel 1 goto fail
76 if errorlevel 1 goto fail
87 if errorlevel 1 goto fail
105 if errorlevel 1 goto fail
114 if errorlevel 1 goto fail
133 :fail label
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/generated/gradle-build/
H A Dgradlew.bat32 goto fail
46 goto fail
81 :fail label
/prebuilts/ndk/current/sources/third_party/vulkan/src/build-android/gradle-templates/
H A Dgradlew.bat32 goto fail
46 goto fail
81 :fail label
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/gradle-build/
H A Dgradlew.bat32 goto fail
46 goto fail
81 :fail label
/prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/gradle-templates/
H A Dgradlew.bat32 goto fail
46 goto fail
81 :fail label
/prebuilts/ndk/current/sources/cxx-stl/gabi++/tests/
H A Dtest_gabixx_rtti.cpp49 fail++;\
55 int fail = 0; local
99 fail++;
104 return (fail > 0);
/prebuilts/ndk/r11/sources/cxx-stl/gabi++/tests/
H A Dtest_gabixx_rtti.cpp49 fail++;\
55 int fail = 0; local
99 fail++;
104 return (fail > 0);
/prebuilts/ndk/r13/sources/cxx-stl/gabi++/tests/
H A Dtest_gabixx_rtti.cpp49 fail++;\
55 int fail = 0; local
99 fail++;
104 return (fail > 0);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dbasic_ios.h116 { return this->fail() ? 0 : const_cast<basic_ios*>(this); }
120 { return this->fail(); }
191 * Checking the badbit in fail() is historical practice.
195 fail() const function in class:basic_ios
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dbasic_ios.h116 { return this->fail() ? 0 : const_cast<basic_ios*>(this); }
120 { return this->fail(); }
191 * Checking the badbit in fail() is historical practice.
195 fail() const function in class:basic_ios
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dbasic_ios.h116 { return this->fail() ? 0 : const_cast<basic_ios*>(this); }
120 { return this->fail(); }
191 * Checking the badbit in fail() is historical practice.
195 fail() const function in class:basic_ios
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dbasic_ios.h116 { return this->fail() ? 0 : const_cast<basic_ios*>(this); }
120 { return this->fail(); }
191 * Checking the badbit in fail() is historical practice.
195 fail() const function in class:basic_ios
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dmapping_tests.py75 if p: self.fail("Empty mapping must compare to False")
76 if not d: self.fail("Full mapping must compare to True")
578 fail = False variable in class:TestHashMappingProtocol.test_getitem.BadHash
580 if self.fail:
588 x.fail = True
606 fail = False variable in class:TestHashMappingProtocol.test_pop.BadHash
608 if self.fail:
616 x.fail = True
628 self.fail("changing dict size during iteration doesn't raise Error")
667 self.fail("< did
675 fail = False variable in class:TestHashMappingProtocol.test_setdefault.BadHash
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dmapping_tests.py75 if p: self.fail("Empty mapping must compare to False")
76 if not d: self.fail("Full mapping must compare to True")
578 fail = False variable in class:TestHashMappingProtocol.test_getitem.BadHash
580 if self.fail:
588 x.fail = True
606 fail = False variable in class:TestHashMappingProtocol.test_pop.BadHash
608 if self.fail:
616 x.fail = True
628 self.fail("changing dict size during iteration doesn't raise Error")
667 self.fail("< did
675 fail = False variable in class:TestHashMappingProtocol.test_setdefault.BadHash
[all...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dbasic_ios.h116 { return this->fail() ? 0 : const_cast<basic_ios*>(this); }
120 { return this->fail(); }
191 * Checking the badbit in fail() is historical practice.
195 fail() const function in class:basic_ios
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dbasic_ios.h116 { return this->fail() ? 0 : const_cast<basic_ios*>(this); }
120 { return this->fail(); }
191 * Checking the badbit in fail() is historical practice.
195 fail() const function in class:basic_ios

Completed in 726 milliseconds

1234567891011