| /external/tensorflow/tensorflow/core/kernels/ |
| cwise_ops_common.h | 533 auto diff = x - y; local 534 z.device(d) = diff.abs() <= tolerance;
|
| /external/toolchain-utils/ |
| build_tool.py | 84 diff = 'diff -qr -x .git -x .svn "{0}" "{1}"'.format(t1, t2) 85 if self._ce.RunCommand(diff, print_to_console=False) == 0:
|
| /external/valgrind/tests/ |
| vg_regtest | 110 # and the diff between expected and actual in <test>.std<strm>.diff*. 111 # (for progB, in <test>.std<strm>2.out and <test>.std<strm>2.diff*). 419 # the ".diff" file. 428 mysystem("diff -u $f_exp $name.$mid.out > $name.$mid.diff$n"); 430 if (not -s "$name.$mid.diff$n") { 431 # A match; remove .out and any previously created .diff files. 433 unlink(<$name.$mid.diff*>);
|
| vg_regtest.in | 110 # and the diff between expected and actual in <test>.std<strm>.diff*. 111 # (for progB, in <test>.std<strm>2.out and <test>.std<strm>2.diff*). 419 # the ".diff" file. 428 mysystem("@DIFF@ $f_exp $name.$mid.out > $name.$mid.diff$n"); 430 if (not -s "$name.$mid.diff$n") { 431 # A match; remove .out and any previously created .diff files. 433 unlink(<$name.$mid.diff*>);
|
| /external/webp/src/dsp/ |
| lossless_sse2.c | 74 const __m128i diff = _mm_sub_epi16(pb, pa); local 77 _mm_storeu_si128((__m128i*)out, diff); 352 // same on both operands (so that their sum of abs diff is zero). Here we 378 #define DO_PRED12(DIFF, LANE, OUT) do { \ 379 const __m128i all = _mm_add_epi16(L, (DIFF)); \ 386 #define DO_PRED12_SHIFT(DIFF, LANE) do { \ 388 if ((LANE) == 0) (DIFF) = _mm_srli_si128((DIFF), 8); \
|
| /frameworks/base/services/core/java/com/android/server/content/ |
| SyncManager.java | 2585 final long diff = (lastEventTime - eventTime) \/ 1000; local [all...] |
| /frameworks/base/services/core/java/com/android/server/wm/ |
| RootWindowContainer.java | 335 final boolean configChanged = currentConfig.diff(newConfiguration) != 0; 369 final boolean configChanged = getConfiguration().diff(newConfiguration) != 0; [all...] |
| /frameworks/base/tools/aapt/ |
| AaptConfig.cpp | 890 return a.diff(b) == axisMask; 909 return (nullConfig.diff(config) & ~mask) == 0;
|
| /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
| BaseRecyclerViewInstrumentationTest.java | 642 int diff = end > start ? 1 : -1; local 644 for (int i = start; i != end; i+=diff) { [all...] |
| /kernel/tests/net/test/ |
| multinetwork_base.py | 519 diff = [netid for netid in self.NETIDS if netid not in exclude] 520 return random.choice(diff) 707 # None of the packets matched. Call assertPacketMatches to output a diff 709 # we'd output a diff to the packet that's the best match for what we 715 "%s: diff with last packet:\n%s" % (msg, e.message))
|
| /libcore/luni/src/main/native/ |
| libcore_io_Linux.cpp | 1907 timespec diff; local [all...] |
| /prebuilts/devtools/tools/lib/ |
| traceview.jar | |
| /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/ |
| turtle.py | [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/ |
| turtle.py | [all...] |
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
| debug_test.go | 223 cmd := exec.Command("diff", "-u", nextlog, tmplog) 227 t.Fatalf("step/next histories differ, diff command %s failed with error=%v", line, err) 229 t.Fatalf("step/next histories differ, diff=\n%s", string(bytes)) 290 file uint8 // Artifact of plans to implement differencing instead of calling out to diff.
|
| /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/ |
| dotgraph_test.go | 198 d, err := proftest.Diff(got, want) 200 t.Fatalf("error finding diff: %v", err)
|
| /prebuilts/go/darwin-x86/src/net/http/ |
| readrequest_test.go | 419 diff(t, testName, req, tt.Req)
|
| /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
| debug_test.go | 223 cmd := exec.Command("diff", "-u", nextlog, tmplog) 227 t.Fatalf("step/next histories differ, diff command %s failed with error=%v", line, err) 229 t.Fatalf("step/next histories differ, diff=\n%s", string(bytes)) 290 file uint8 // Artifact of plans to implement differencing instead of calling out to diff.
|
| /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/ |
| dotgraph_test.go | 198 d, err := proftest.Diff(got, want) 200 t.Fatalf("error finding diff: %v", err)
|
| /prebuilts/go/linux-x86/src/net/http/ |
| readrequest_test.go | 419 diff(t, testName, req, tt.Req)
|
| /prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/ |
| traceview-24.4.0-beta6.jar | |
| /prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/ |
| traceview-24.5.0.jar | |
| /prebuilts/gradle-plugin/com/android/tools/traceview/25.0.0-alpha1/ |
| traceview-25.0.0-alpha1.jar | |
| /prebuilts/gradle-plugin/com/android/tools/traceview/25.3.0/ |
| traceview-25.3.0.jar | |
| /prebuilts/gradle-plugin/com/android/tools/traceview/25.3.0-alpha1/ |
| traceview-25.3.0-alpha1.jar | |