/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
InputStreamBuffer.java | 203 int fails = 0; local 208 fails++; 213 if (fails >= 5) {
|
/toolchain/binutils/binutils-2.27/binutils/testsuite/binutils-all/ |
objcopy.exp | 101 # On OSF/1, this succeeds with gas and fails with /bin/as. 655 # This also fails for some mips targets. See elf32-mips.c 867 set fails 0 878 "rela.*" { set fails 1 ; send_log "Expected non-zero sh_link for .$name\n" } 879 "rel.*" { set fails 1 ; send_log "Expected non-zero sh_link for .$name\n" } 880 "hash" { set fails 1 ; send_log "Expected non-zero sh_link for .$name\n" } 881 "gnu_version" { set fails 1 ; send_log "Expected non-zero sh_link for .$name\n" } 882 "dynsym" { set fails 1 ; send_log "Expected non-zero sh_link for .$name\n" } 883 "gnu.version_r" { set fails 1 ; send_log "Expected non-zero sh_link for .$name\n" } 884 "dynamic" { set fails 1 ; send_log "Expected non-zero sh_link for .$name\n" [all...] |
/prebuilts/go/darwin-x86/src/os/exec/ |
lp_windows_test.go | 67 fails bool // test is expected to fail 77 if (err != nil) != test.fails { 78 if test.fails { 193 fails: true, // TODO(brainman): do not know why this fails 214 fails: true, 246 fails: true, 262 fails: true, // includes extension and not exact file name match 305 fails: true, // tried all extensions in PATHEXT, but none matches 335 fails bool // test is expected to fai [all...] |
/prebuilts/go/linux-x86/src/os/exec/ |
lp_windows_test.go | 67 fails bool // test is expected to fail 77 if (err != nil) != test.fails { 78 if test.fails { 193 fails: true, // TODO(brainman): do not know why this fails 214 fails: true, 246 fails: true, 262 fails: true, // includes extension and not exact file name match 305 fails: true, // tried all extensions in PATHEXT, but none matches 335 fails bool // test is expected to fai [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
dll_windows.go | 73 // MustLoadDLL is like LoadDLL but panics if load operation fails. 83 // if found. It returns an error if search fails. 105 // MustFindProc is like FindProc but panics if search fails. 196 // Load loads DLL file d.Name into memory. It returns an error if fails. 217 // mustLoad is like Load but panics if search fails. 251 // an error if search fails. Find will not search procedure, 276 // mustFind is like Find but panics if search fails.
|
/prebuilts/go/linux-x86/src/syscall/ |
dll_windows.go | 73 // MustLoadDLL is like LoadDLL but panics if load operation fails. 83 // if found. It returns an error if search fails. 105 // MustFindProc is like FindProc but panics if search fails. 196 // Load loads DLL file d.Name into memory. It returns an error if fails. 217 // mustLoad is like Load but panics if search fails. 251 // an error if search fails. Find will not search procedure, 276 // mustFind is like Find but panics if search fails.
|
/external/fio/profiles/ |
act.c | 378 unsigned int i, fails = 0; local 393 fails += show_slice(&act_run_data->slices[i], i + 1); 395 log_info("\nact: test complete, device(s): %s\n", fails ? "FAILED" : "PASSED");
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
backtracking.rb | 44 * The LL(*) analysis algorithm fails to deal with this due to
|
/external/mockito/src/test/java/org/mockitousage/junitrunner/ |
StubbingWarningsJUnitRunnerTest.java | 61 assertThat(result).fails(1, UnfinishedStubbingException.class);
|
/external/parameter-framework/support/android/asio/ |
asio_shrinker.sh | 130 the Parameter Framework fails to compile on your lunch target because of a
|
/external/autotest/client/cros/ |
ec.py | 110 @raises error.TestError if regexp fails to match. 139 @raises error.TestError if fails to read sensor.
|
/external/valgrind/auxprogs/ |
nightly-build-summary | 340 my $fails = join(":", sort @failures); 343 $date, $num_fail, $arch, $distro, $fails);
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
sigaltstack.go | 61 t.Skipf("sigaltstack fails on darwin/386")
|
/prebuilts/go/darwin-x86/src/runtime/ |
runtime_mmap_test.go | 27 // Mmap fails if the address is not page aligned, so we can
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
issue11771.go | 36 // fails.
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
sigaltstack.go | 61 t.Skipf("sigaltstack fails on darwin/386")
|
/prebuilts/go/linux-x86/src/runtime/ |
runtime_mmap_test.go | 27 // Mmap fails if the address is not page aligned, so we can
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
issue11771.go | 36 // fails.
|
/external/swiftshader/third_party/LLVM/utils/ |
NewNightlyTest.pl | 558 # passes, fails, and xfails. 586 # Compile passes, fails, xfails. 589 my ($Passes, $Fails, $XFails) = ""; 596 $Fails .= "$TestSuiteResultLines[$x]\n"; 603 return ($SSProgs, $MSProgs, $ExtProgs, $All, $Passes, $Fails, $XFails); 679 $all_tests, $passes, $fails, $xfails) = ""; 682 $all_tests, $passes, $fails, $xfails) = RunNightlyTest(); 789 'unexpfail_tests' => $fails,
|
/external/autotest/client/cros/audio/ |
alsa_utils.py | 156 Returns the first playback device or None if it fails to find one. 190 If the value doesn't exist or the command fails, return None. 209 Returns the first record device or None if it fails to find one.
|
/external/llvm/soong/ |
llvm.go | 70 // Mingw fails to link binaries with lots of debug information
|
/prebuilts/go/darwin-x86/src/internal/nettrace/ |
nettrace.go | 29 // DNSDone is called after a DNS lookup completes (or fails).
|
/prebuilts/go/darwin-x86/src/internal/poll/ |
fd_windows_test.go | 52 // It returns error, if check fails.
|
/prebuilts/go/darwin-x86/src/time/ |
internal_test.go | 71 // If the test fails, we will hang here until the timeout in the testing package
|
/prebuilts/go/linux-x86/src/internal/nettrace/ |
nettrace.go | 29 // DNSDone is called after a DNS lookup completes (or fails).
|