Searched refs:saw (Results 1 - 18 of 18) sorted by relevance

/external/autotest/client/site_tests/security_ptraceRestrictions/src/
H A Dthread-prctl.c68 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 r
[all...]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DBigNumberFormatTest.java348 String saw = fmt.format(n);
350 if (saw.equals(exp)) {
353 Utility.escape(saw));
357 Utility.escape(saw) + ", expected " + Utility.escape(exp));
362 Number saw = null;
364 saw = fmt.parse(str);
366 saw = null;
369 if (saw.equals(exp)) {
372 showNumber(saw));
376 showNumber(saw)
[all...]
H A DNumberFormatTest.java2576 StringBuffer saw = new StringBuffer();
2578 fmt.format(n, saw, pos);
2580 if (saw.toString().equals(exp)) {
2583 saw + "\"");
2604 ", FAIL " + n + " x " + pat + " = \"" + saw + "\", expected \"" + exp + "\"");
2609 StringBuffer saw = new StringBuffer();
2611 fmt.format(n, saw, pos);
2612 if (saw.toString().equals(exp)) {
2614 saw + "\"");
2635 ", FAIL " + n + " = \"" + saw
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DBigNumberFormatTest.java345 String saw = fmt.format(n);
347 if (saw.equals(exp)) {
350 Utility.escape(saw));
354 Utility.escape(saw) + ", expected " + Utility.escape(exp));
359 Number saw = null;
361 saw = fmt.parse(str);
363 saw = null;
366 if (saw.equals(exp)) {
369 showNumber(saw));
373 showNumber(saw)
[all...]
H A DNumberFormatTest.java2573 StringBuffer saw = new StringBuffer();
2575 fmt.format(n, saw, pos);
2577 if (saw.toString().equals(exp)) {
2580 saw + "\"");
2601 ", FAIL " + n + " x " + pat + " = \"" + saw + "\", expected \"" + exp + "\"");
2606 StringBuffer saw = new StringBuffer();
2608 fmt.format(n, saw, pos);
2609 if (saw.toString().equals(exp)) {
2611 saw + "\"");
2632 ", FAIL " + n + " = \"" + saw
[all...]
/external/webrtc/webrtc/common_audio/signal_processing/
H A Dspl_sqrt_floor_arm.S21 @ I saw your sqrt routine from several web sites, including
/external/valgrind/none/tests/s390x/
H A Dop_exception.stderr.exp8 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
/external/annotation-tools/scene-lib/test/annotations/tests/executable/
H A DTestSceneLib.java544 boolean[] saw = new boolean[11]; field in class:TestSceneLib.MyTASTMapper
571 assertFalse(saw[nodeID]);
572 saw[nodeID] = true;
631 assertTrue(mapper.saw[i]);
/external/mesa3d/scripts/
H A Dget_reviewer.pl2120 my %saw;
2121 @parms = grep(!$saw{$_}++, @parms);
2128 my %saw;
2130 @parms = grep(!$saw{$_}++, @parms);
2181 my %saw;
2185 if (!$saw{$address}) {
2191 $saw{$address} = 1;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb213 position, but it saw a different symbol <tt>y</tt> instead.
320 instead it saw a symbol that falls outside the expected range.
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp3007 UnicodeString saw; local
3010 fmt.format(n, saw, pos, status);
3012 if (saw == exp) {
3015 escape(saw) + "\"");
3037 escape(saw) + "\", expected \"" + exp + "\"");
3043 UnicodeString saw; local
3046 fmt.format(n, saw, pos, status);
3050 if (saw == exp) {
3053 escape(saw) + "\"");
3075 escape(saw)
[all...]
/external/dtc/Documentation/
H A Ddtc-paper.tex568 ultimately saw the light and installed Linux on his Apple PowerPC
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 406 milliseconds