/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/ |
InstrumentationTestSuiteBuilderTest.java | 49 assertTrue(recorder.saw("InstrumentationTest.testInstrumentation")); 95 public boolean saw(String testName) { method in class:InstrumentationTestSuiteBuilderTest.SuiteExecutionRecorder 108 return saw(testName) && !failed(testName) && !errored(testName);
|
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")); 197 public boolean saw(String testName) { 210 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 | 78 assertTrue(testListenerStub.saw("testOne")); 92 assertTrue(testListenerStub.saw("testOneAndroid")); 105 assertTrue(testListenerStub.saw("testOneAndroid")); 121 assertTrue(testListenerStub.saw("testOneAndroid")); 193 assertTrue(testListenerStub.saw("testFail")); 277 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 | 97 $(error Only one PRODUCT-* goal may be specified; saw "$(product_goals)") 152 $(error Only one APP-* goal may be specified; saw "$(unbundled_goals)")
|