/external/autotest/client/site_tests/security_ptraceRestrictions/src/ |
D | thread-prctl.c | 68 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/ |
D | BigNumberFormatTest.java | 348 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/ |
D | BigNumberFormatTest.java | 345 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/ |
D | option-all-stats-1.s | 35 # FULLREPORT: Dispatch Logic - number of cycles where we saw N instructions dispatched: 41 # FULLREPORT: Schedulers - number of cycles where we saw N instructions issued:
|
D | option-all-views-1.s | 37 # FULLREPORT: Dispatch Logic - number of cycles where we saw N instructions dispatched: 43 # FULLREPORT: Schedulers - number of cycles where we saw N instructions issued:
|
D | option-all-stats-2.s | 36 # FULL: Dispatch Logic - number of cycles where we saw N instructions dispatched: 42 # FULL: Schedulers - number of cycles where we saw N instructions issued:
|
D | option-all-views-2.s | 36 # ALL: Dispatch Logic - number of cycles where we saw N instructions dispatched: 42 # ALL: Schedulers - number of cycles where we saw N instructions issued:
|
D | scheduler-queue-usage.s | 15 # ALL: Schedulers - number of cycles where we saw N instructions issued:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | 2016-08-30-MaskedScatterGather.ll | 29 ; 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/ |
D | 2016-08-30-MaskedScatterGather.ll | 28 ; 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/ |
D | get_reviewer.pl | 2120 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/ |
D | spl_sqrt_floor_arm.S | 21 @ I saw your sqrt routine from several web sites, including
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/ |
D | scheduler-queue-usage.s | 26 # CHECK: Schedulers - number of cycles where we saw N instructions issued:
|
D | rcu-statistics.s | 54 # CHECK: Retire Control Unit - number of cycles where we saw N instructions retired:
|
D | register-files-4.s | 32 # CHECK: Dispatch Logic - number of cycles where we saw N instructions dispatched:
|
D | register-files-3.s | 32 # CHECK: Dispatch Logic - number of cycles where we saw N instructions dispatched:
|
D | register-files-1.s | 22 # CHECK: Dispatch Logic - number of cycles where we saw N instructions dispatched:
|
D | register-files-2.s | 22 # 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/ |
D | scheduler-queue-usage.s | 19 # ALL: Schedulers - number of cycles where we saw N instructions issued:
|
/external/u-boot/scripts/ |
D | get_maintainer.pl | 2373 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/ |
D | ja-t-ro-fonipa.txt | 127 saw サウ
|
D | sat-fonipa-t-sat-Olck.txt | 1427 ᱥᱟᱶ 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/ |
D | FindStandardMathLibrary.cmake | 43 # This is a very uncommon case that so far we only saw on QNX. The next try is the
|
/external/flatbuffers/rust/flatbuffers/src/ |
D | builder.rs | 461 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/ |
D | StlContainers.dox | 57 …ted at an unaligned location. In order to avoid that, the only solution we saw was to specialize s…
|