HomeSort by relevance Sort by last modified time
    Searched refs:diff (Results 676 - 700 of 3197) sorted by null

<<21222324252627282930>>

  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java 353 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, EMPTY); local
354 assertTrue(diff.areEqual());
355 assertEquals(EMPTY, diff.entriesOnlyOnLeft());
356 assertEquals(EMPTY, diff.entriesOnlyOnRight());
357 assertEquals(EMPTY, diff.entriesInCommon());
358 assertEquals(EMPTY, diff.entriesDiffering());
359 assertEquals("equal", diff.toString());
363 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, SINGLETON); local
364 assertFalse(diff.areEqual());
365 assertEquals(EMPTY, diff.entriesOnlyOnLeft())
373 MapDifference<Integer, Integer> diff = Maps.difference(SINGLETON, EMPTY); local
485 SortedMapDifference<Integer, Integer> diff = local
496 SortedMapDifference<Integer, Integer> diff = local
507 SortedMapDifference<Integer, Integer> diff = local
    [all...]
  /art/compiler/linker/arm/
relative_patcher_thumb2_test.cc 120 return 0xffffffffu; // Fails code diff later.
124 return 0xffffffffu; // Fails code diff later.
126 uint32_t diff = target_offset - bne_offset - kPcAdjustment; local
127 DCHECK_ALIGNED(diff, 2u);
128 if ((diff >> 20) != 0 && (diff >> 20) != 0xfffu) {
129 LOG(ERROR) << "Target out of range: " << diff;
130 return 0xffffffffu; // Fails code diff later.
132 return kBneWPlus0 | ((diff >> 1) & 0x7ffu) // imm11
133 | (((diff >> 12) & 0x3fu) << 16) // imm
324 uint32_t diff = target_offset - pc_base_offset; local
396 uint32_t diff = kTrampolineOffset - (method1_offset + 4u); local
426 uint32_t diff = thunk_offset - (method3_offset + bl_offset_in_method3 + 4u \/* PC adjustment *\/); local
504 uint32_t diff = thunk_offset - (method1_offset + bl_offset_in_method1 + 4u \/* PC adjustment *\/); local
533 uint32_t diff = thunk_offset - (method3_offset + bl_offset_in_method3 + 4u \/* PC adjustment *\/); local
    [all...]
  /build/make/core/
apidiff.mk 38 full_target := $(call doc-timestamp-for,$(LOCAL_MODULE)-diff)
130 @echo Generating API diff: $(PRIVATE_OUT_DIR)
180 .PHONY: $(LOCAL_MODULE)-diff
181 $(LOCAL_MODULE)-diff : $(full_target)
  /external/bart/bart/common/
Utils.py 160 return float((values * np.diff(series.index)).sum())
259 time_splits = np.append(np.where(np.diff(array) != 0), len(array) - 1)
  /external/golang-protobuf/protoc-gen-go/testdata/
Makefile 52 diff -w my_test/test.pb.go my_test/test.pb.go.golden
  /external/icu/icu4c/source/test/cintltst/
sorttest.c 180 int32_t diff=u_strCompare(p->s, STR_LEN, q->s, STR_LEN, FALSE); local
181 if(diff==0) {
189 diff=ucol_strcoll(coll, p->s, STR_LEN, q->s, STR_LEN);
190 if(diff>=0) {
  /external/icu/icu4c/source/tools/escapesrc/
Makefile.in 80 @-diff -I '#line.*' $(srcdir)/test-nochange.cpp ./output-nochange.cpp || (echo >&2 'warning: diff failed or not found' ; true)
83 @-diff -I '#line.*' $(srcdir)/expect-simple.cpp ./output-simple.cpp || (echo >&2 'warning: diff failed or not found' ; true)
  /external/icu/icu4c/source/tools/gennorm2/
gennorm2.cpp 111 "Computes the difference of (a, b) minus (p, q) and writes the diff data\n"
113 "It is then possible to build (p, q, diff) to get the same data as (a, b).\n"
158 LocalPointer<Normalizer2DataBuilder> diff;
192 diff.adoptInsteadAndCheckErrorCode(new Normalizer2DataBuilder(errorCode), errorCode);
216 Normalizer2DataBuilder::computeDiff(*b1, *b2, *diff);
217 diff->writeDataFile(options[OUTPUT_FILENAME].value, /* writeRemoved= */ true);
  /external/jdiff/src/jdiff/
Modifiers.java 61 public String diff(Modifiers newModifiers) { method in class:Modifiers
  /external/llvm/utils/
codegen-diff 83 codegen-diff
87 codegen-diff [-d] I<OBJDUMP-OUTPUT-FILE> I<GDB-DISASSEMBLY-FILE>
91 B<codegen-diff> is a program that tries to show you the differences
106 Finally, you run B<codegen-diff>, as indicated in the Synopsis section of
125 B<codegen-diff> was written by Brian Gaeke.
  /external/ltp/testcases/kernel/io/stress_floppy/
stress_floppy 99 diff $TCdat/dumpdir/$the_file $the_file 2>&1 >/dev/null
101 tst_resm TFAIL "Diff of the $the_file tar files failed!"
104 tst_resm TINFO "Diff of the $the_file tar files passed."
143 diff dumpdir/$the_file /$TCdat/dumpdir/$the_file 2>&1 >/dev/null
146 "Diff of the $the_file backup files failed!"
150 "Diff of the $the_file backup files passed."
183 diff $TCdat/dumpdir/$the_file $the_file 2>&1 >/dev/null
186 "Diff of the $the_file cpio files failed!"
190 "Diff of the $the_file cpio files passed."
216 diff $TCdat/$the_file $the_file 2>&1 >/dev/nul
    [all...]
  /external/ltp/testcases/kernel/sched/cfs-scheduler/
hackbench.c 296 struct timeval start, stop, diff; local
361 timersub(&stop, &start, &diff);
362 printf("Time: %lu.%03lu\n", diff.tv_sec, diff.tv_usec / 1000);
  /external/ltp/testcases/network/iproute/
ip_tests.sh 36 tst_check_cmds cat awk ip diff
161 diff -iwB tst_ip.out tst_ip.exp
203 diff -iwB tst_ip.out tst_ip.exp
245 diff -iwB tst_ip.out tst_ip.exp
  /external/ltp/utils/ffsb-6.0-rc2/
fh.c 53 struct timeval diff; local
59 timersub(end, start, &diff);
61 value = 1000000 * diff.tv_sec + diff.tv_usec;
  /external/rmi4utils/rmidevice/
rmidevice.cpp 327 long long diff; local
328 diff = (end->tv_sec - start->tv_sec) * 1000 * 1000;
329 diff += (end->tv_nsec - start->tv_nsec) / 1000;
330 return diff;
  /external/skia/gm/
hsl.cpp 74 float diff = l - lum(*r,*g,*b); local
75 *r += diff;
76 *g += diff;
77 *b += diff;
  /external/skqp/gm/
hsl.cpp 74 float diff = l - lum(*r,*g,*b); local
75 *r += diff;
76 *g += diff;
77 *b += diff;
  /external/slf4j/slf4j-api/src/test/java/org/slf4j/
BasicMarkerTest.java 56 short diff = Differentiator.getDiffentiator(); field in class:BasicMarkerTest
146 final String diffPrefix = "NEW_" + diff;
159 final String diffPrefix = "NEW_" + diff;
179 final String diffPrefix = "homonym" + diff;
  /external/strace/tests/
options-syntax.test 67 diff -u -- "$EXP" "$LOG" > /dev/null || {
109 diff -- "$EXP" "$LOG" ||
  /external/strace/tests-m32/
options-syntax.test 67 diff -u -- "$EXP" "$LOG" > /dev/null || {
109 diff -- "$EXP" "$LOG" ||
  /external/strace/tests-mx32/
options-syntax.test 67 diff -u -- "$EXP" "$LOG" > /dev/null || {
109 diff -- "$EXP" "$LOG" ||
  /external/swiftshader/third_party/LLVM/tools/
Makefile 28 llvm-diff macho-dump llvm-objdump \
  /external/swiftshader/third_party/LLVM/utils/
findmisopt 121 diff "$out" "$optout" > /dev/null
123 echo "Diff fails with these switches:"
126 diff "$out" "$optout" | head
  /external/syslinux/core/lwip/src/core/
timers.c 360 u32_t diff; local
369 diff = LWIP_U32_DIFF(now, timeouts_last_time);
374 if (tmptimeout->time <= diff) {
378 diff -= tmptimeout->time;
  /external/toybox/scripts/
bloatcheck 66 diff -U 0 $DIFF1 $DIFF2 | tail -n +3 | sed -n 's/^\([-+]\)/\1 /p' \

Completed in 1417 milliseconds

<<21222324252627282930>>