HomeSort by relevance Sort by last modified time
    Searched refs:saw (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/autotest/client/site_tests/security_ptraceRestrictions/src/
thread-prctl.c 68 int saw; local
82 saw = read(pipes[0], buf, 3);
83 if (saw < 3) {
120 int saw; local
128 saw = read(notification[0], buf, 1024);
129 if (saw < 1) {
133 buf[saw]='\0';
160 saw = read(notification[0], buf, 1024);
161 buf[saw] = '\0';
269 printf("master saw rc %d from tracer\n", status)
    [all...]
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
UnitTestSuiteBuilderTest.java 49 assertFalse(recorder.saw("InstrumentationTest.testInstrumentation"));
88 public boolean saw(String testName) { method in class:UnitTestSuiteBuilderTest.SuiteExecutionRecorder
101 return saw(testName) && !failed(testName) && !errored(testName);
TestSuiteBuilderTest.java 98 assertFalse(recorder.saw("SuperclassTest.testSuperclass"));
210 public boolean saw(String testName) {
223 return saw(testName) && !failed(testName) && !errored(testName);
  /prebuilts/go/darwin-x86/misc/cgo/errors/
test.bash 25 echo 1>&2 misc/cgo/errors/test.bash: BUG: expected error output for $file but saw none
30 echo 1>&2 misc/cgo/errors/test.bash: BUG: expected error output for $file to contain \"$error\" but saw:
  /prebuilts/go/linux-x86/misc/cgo/errors/
test.bash 25 echo 1>&2 misc/cgo/errors/test.bash: BUG: expected error output for $file but saw none
30 echo 1>&2 misc/cgo/errors/test.bash: BUG: expected error output for $file to contain \"$error\" but saw:
  /frameworks/base/test-runner/tests/src/android/test/
AndroidTestRunnerTest.java 77 assertTrue(testListenerStub.saw("testOne"));
91 assertTrue(testListenerStub.saw("testOneAndroid"));
104 assertTrue(testListenerStub.saw("testOneAndroid"));
120 assertTrue(testListenerStub.saw("testOneAndroid"));
192 assertTrue(testListenerStub.saw("testFail"));
276 public boolean saw(String testName) { method in class:AndroidTestRunnerTest.TestListenerStub
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
BigNumberFormatTest.java 343 String saw = fmt.format(n); local
345 if (saw.equals(exp)) {
348 Utility.escape(saw));
352 Utility.escape(saw) + ", expected " + Utility.escape(exp));
357 Number saw = null; local
359 saw = fmt.parse(str);
361 saw = null;
364 if (saw.equals(exp)) {
367 showNumber(saw));
371 showNumber(saw) + ", expected " + showNumber(exp))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
BigNumberFormatTest.java 342 String saw = fmt.format(n); local
344 if (saw.equals(exp)) {
347 Utility.escape(saw));
351 Utility.escape(saw) + ", expected " + Utility.escape(exp));
356 Number saw = null; local
358 saw = fmt.parse(str);
360 saw = null;
363 if (saw.equals(exp)) {
366 showNumber(saw));
370 showNumber(saw) + ", expected " + showNumber(exp))
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
maint-tool 162 $saw{$_} ++;
167 for $k (keys %saw) {
168 delete $saw{$k} if $saw{$k} > 1;
171 for $k (sort keys %saw) {
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/src/libgo3/
libgo3.go 32 // SawSIGIO returns whether we saw a SIGIO within a brief pause.
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/src/libgo5/
libgo5.go 32 // SawSIGIO returns whether we saw a SIGIO within a brief pause.
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/src/libgo3/
libgo3.go 32 // SawSIGIO returns whether we saw a SIGIO within a brief pause.
  /prebuilts/go/linux-x86/misc/cgo/testcshared/src/libgo5/
libgo5.go 32 // SawSIGIO returns whether we saw a SIGIO within a brief pause.
  /external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt_floor_arm.S 21 @ I saw your sqrt routine from several web sites, including
  /external/valgrind/none/tests/s390x/
op_exception.stderr.exp 8 location. If you are running Memcheck and you just saw a
21 location. If you are running Memcheck and you just saw a
34 location. If you are running Memcheck and you just saw a
47 location. If you are running Memcheck and you just saw a
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
copyelim.go 63 // The answer is w. Update all the copies we saw
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug484.go 11 // saw s as having its address taken but the register optimizer
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
copyelim.go 63 // The answer is w. Update all the copies we saw
  /prebuilts/go/linux-x86/test/fixedbugs/
bug484.go 11 // saw s as having its address taken but the register optimizer
  /prebuilts/go/darwin-x86/src/mime/multipart/
formdata_test.go 121 r.t.Fatalf("unexpected Read on Reader after previous read saw error %v", r.sawErr)
  /prebuilts/go/darwin-x86/src/net/
dial_unix_test.go 80 t.Logf("saw cancel")
  /prebuilts/go/linux-x86/src/mime/multipart/
formdata_test.go 121 r.t.Fatalf("unexpected Read on Reader after previous read saw error %v", r.sawErr)
  /prebuilts/go/linux-x86/src/net/
dial_unix_test.go 80 t.Logf("saw cancel")
  /build/make/core/
product_config.mk 98 $(error Only one PRODUCT-* goal may be specified; saw "$(product_goals)")
143 $(error Only one APP-* goal may be specified; saw "$(unbundled_goals)")
  /prebuilts/go/darwin-x86/src/debug/dwarf/
entry_test.go 135 t.Errorf("saw only %d subprograms, expected %d", i, len(subprograms))

Completed in 600 milliseconds

1 2 3 4