Home
last modified time | relevance | path

Searched refs:saw (Results 1 – 25 of 99) sorted by relevance

1234

/external/autotest/client/site_tests/security_ptraceRestrictions/src/
Dthread-prctl.c68 int saw; in tracer_main() local
82 saw = read(pipes[0], buf, 3); in tracer_main()
83 if (saw < 3) { in tracer_main()
120 int saw; in tracee_main() local
128 saw = read(notification[0], buf, 1024); in tracee_main()
129 if (saw < 1) { in tracee_main()
133 buf[saw]='\0'; in tracee_main()
160 saw = read(notification[0], buf, 1024); in tracee_main()
161 buf[saw] = '\0'; in tracee_main()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DBigNumberFormatTest.java348 String saw = fmt.format(n); in expect() local
350 if (saw.equals(exp)) { in expect()
353 Utility.escape(saw)); in expect()
357 Utility.escape(saw) + ", expected " + Utility.escape(exp)); in expect()
362 Number saw = null; in expect() local
364 saw = fmt.parse(str); in expect()
366 saw = null; in expect()
369 if (saw.equals(exp)) { in expect()
372 showNumber(saw)); in expect()
376 showNumber(saw) + ", expected " + showNumber(exp)); in expect()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DBigNumberFormatTest.java345 String saw = fmt.format(n); in expect() local
347 if (saw.equals(exp)) { in expect()
350 Utility.escape(saw)); in expect()
354 Utility.escape(saw) + ", expected " + Utility.escape(exp)); in expect()
359 Number saw = null; in expect() local
361 saw = fmt.parse(str); in expect()
363 saw = null; in expect()
366 if (saw.equals(exp)) { in expect()
369 showNumber(saw)); in expect()
373 showNumber(saw) + ", expected " + showNumber(exp)); in expect()
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/
Doption-all-stats-1.s35 # FULLREPORT: Dispatch Logic - number of cycles where we saw N instructions dispatched:
41 # FULLREPORT: Schedulers - number of cycles where we saw N instructions issued:
Doption-all-views-1.s37 # FULLREPORT: Dispatch Logic - number of cycles where we saw N instructions dispatched:
43 # FULLREPORT: Schedulers - number of cycles where we saw N instructions issued:
Doption-all-stats-2.s36 # FULL: Dispatch Logic - number of cycles where we saw N instructions dispatched:
42 # FULL: Schedulers - number of cycles where we saw N instructions issued:
Doption-all-views-2.s36 # ALL: Dispatch Logic - number of cycles where we saw N instructions dispatched:
42 # ALL: Schedulers - number of cycles where we saw N instructions issued:
Dscheduler-queue-usage.s15 # ALL: Schedulers - number of cycles where we saw N instructions issued:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/
D2016-08-30-MaskedScatterGather.ll29 ; This gather should alias the scatter we just saw
34 ; This gather should alias the scatter we just saw, and not be eliminated
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/
D2016-08-30-MaskedScatterGather.ll28 ; This gather should alias the scatter we just saw
33 ; This gather should alias the scatter we just saw, and not be eliminated
/external/mesa3d/scripts/
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/webrtc/webrtc/common_audio/signal_processing/
Dspl_sqrt_floor_arm.S21 @ I saw your sqrt routine from several web sites, including
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
Dscheduler-queue-usage.s26 # CHECK: Schedulers - number of cycles where we saw N instructions issued:
Drcu-statistics.s54 # CHECK: Retire Control Unit - number of cycles where we saw N instructions retired:
Dregister-files-4.s32 # CHECK: Dispatch Logic - number of cycles where we saw N instructions dispatched:
Dregister-files-3.s32 # CHECK: Dispatch Logic - number of cycles where we saw N instructions dispatched:
Dregister-files-1.s22 # CHECK: Dispatch Logic - number of cycles where we saw N instructions dispatched:
Dregister-files-2.s22 # CHECK: Dispatch Logic - number of cycles where we saw N instructions dispatched:
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/AArch64/Exynos/
Dscheduler-queue-usage.s19 # ALL: Schedulers - number of cycles where we saw N instructions issued:
/external/u-boot/scripts/
Dget_maintainer.pl2373 my %saw;
2374 @parms = grep(!$saw{$_}++, @parms);
2381 my %saw;
2383 @parms = grep(!$saw{$_}++, @parms);
2434 my %saw;
2438 if (!$saw{$address}) {
2444 $saw{$address} = 1;
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/data/transformtest/
Dja-t-ro-fonipa.txt127 saw サウ
Dsat-fonipa-t-sat-Olck.txt1427 ᱥᱟᱶ saw̃
1428 ᱥᱟᱶᱛᱟ saw̃da
1429 ᱥᱟᱶᱛᱮ saw̃de
1430 ᱥᱟᱶᱛᱮᱱ saw̃den
1431 ᱥᱟᱶᱟᱨ saw̃ar
1432 ᱥᱟᱶᱠᱚ saw̃kɔ
1433 ᱥᱟᱶᱦᱮᱫ saw̃hed
1779 ᱨᱚᱥᱟᱣ rɔsaw
/external/eigen/cmake/
DFindStandardMathLibrary.cmake43 # This is a very uncommon case that so far we only saw on QNX. The next try is the
/external/flatbuffers/rust/flatbuffers/src/
Dbuilder.rs461 let saw = read_scalar::<UOffsetT>(&self.owned_buf[n..n + SIZE_SOFFSET]); in write_vtable() localVariable
462 debug_assert_eq!(saw, 0xF0F0F0F0); in write_vtable()
/external/eigen/doc/
DStlContainers.dox57 …ted at an unaligned location. In order to avoid that, the only solution we saw was to specialize s…

1234