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

1 2 3

  /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...]
  /prebuilts/go/darwin-x86/misc/cgo/errors/
test.bash 19 echo 1>&2 misc/cgo/errors/test.bash: BUG: expected error output but saw none
23 echo 1>&2 misc/cgo/errors/test.bash: BUG: expected error on line $line but saw:
  /prebuilts/go/linux-x86/misc/cgo/errors/
test.bash 19 echo 1>&2 misc/cgo/errors/test.bash: BUG: expected error output but saw none
23 echo 1>&2 misc/cgo/errors/test.bash: BUG: expected error on line $line but saw:
  /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);
  /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 340 String saw = fmt.format(n); local
342 if (saw.equals(exp)) {
345 Utility.escape(saw));
349 Utility.escape(saw) + ", expected " + Utility.escape(exp));
354 Number saw = null; local
356 saw = fmt.parse(str);
358 saw = null;
361 if (saw.equals(exp)) {
364 showNumber(saw));
368 showNumber(saw) + ", expected " + showNumber(exp))
    [all...]
NumberFormatTest.java 2705 StringBuffer saw = new StringBuffer(); local
2738 StringBuffer saw = new StringBuffer(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
BigNumberFormatTest.java 336 String saw = fmt.format(n); local
338 if (saw.equals(exp)) {
341 Utility.escape(saw));
345 Utility.escape(saw) + ", expected " + Utility.escape(exp));
350 Number saw = null; local
352 saw = fmt.parse(str);
354 saw = null;
357 if (saw.equals(exp)) {
360 showNumber(saw));
364 showNumber(saw) + ", expected " + showNumber(exp))
    [all...]
NumberFormatTest.java 2701 StringBuffer saw = new StringBuffer(); local
2734 StringBuffer saw = new StringBuffer(); local
    [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) {
  /external/webrtc/webrtc/common_audio/signal_processing/
spl_sqrt_floor_arm.S 21 @ I saw your sqrt routine from several web sites, including
  /external/v8/test/mjsunit/regress/
regress-2185-2.js 137 bench("saw 1000", saw1);
138 bench("saw 500", saw2);
139 bench("saw 200", saw3);
140 bench("saw 200 symmetric", saw4);
141 bench("saw 200 down", saw4);
  /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/test/fixedbugs/
bug484.go 11 // saw s as having its address taken but the register optimizer
  /prebuilts/go/linux-x86/test/fixedbugs/
bug484.go 11 // saw s as having its address taken but the register optimizer
  /build/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)")
  /prebuilts/go/darwin-x86/src/net/http/
client_test.go 1004 saw := make(chan string, 2)
1006 saw <- r.RemoteAddr
1025 case first = <-saw:
1032 case second = <-saw:
1038 t.Fatal("server saw different client ports before & after the redirect")
  /prebuilts/go/linux-x86/src/net/http/
client_test.go 1004 saw := make(chan string, 2)
1006 saw <- r.RemoteAddr
1025 case first = <-saw:
1032 case second = <-saw:
1038 t.Fatal("server saw different client ports before & after the redirect")
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
error.rb 213 position, but it saw a different symbol <tt>y</tt> instead.
320 instead it saw a symbol that falls outside the expected range.
  /prebuilts/go/darwin-x86/src/cmd/go/
testflag.go 141 // record that we saw the flag; don't care about the value
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy.go 219 // Force chunking if we saw a response trailer.
  /prebuilts/go/linux-x86/src/cmd/go/
testflag.go 141 // record that we saw the flag; don't care about the value
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy.go 219 // Force chunking if we saw a response trailer.

Completed in 1065 milliseconds

1 2 3