/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
HasCoverage.java | 28 int diff = Math.round(entity.getCoveragePercentage()) local 30 return diff != 0 ? diff : entity.getName().compareTo(otherEntity.getName());
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/ |
AllocationInfo.java | 62 int diff = 0; local 65 diff = o1.mAllocNumber - o2.mAllocNumber; 68 // pass, since diff is init with 0, we'll use SIZE compare below 72 diff = o1.mAllocatedClass.compareTo(o2.mAllocatedClass); 75 diff = o1.mThreadId - o2.mThreadId; 80 diff = compareOptionalString(class1, class2); 85 diff = compareOptionalString(method1, method2); 89 if (diff == 0) { 91 diff = o1.mAllocationSize - o2.mAllocationSize; 95 diff = -diff [all...] |
/external/clang/utils/ABITest/layout/ |
Makefile | 29 test.%.report: test.%.x.diff test.%.y.diff 42 .PRECIOUS: test.%.x.diff 43 test.%.x.diff: test.%.ref.out test.%.x.out 44 -diff $^ > $@ 45 .PRECIOUS: test.%.y.diff 46 test.%.y.diff: test.%.ref.out test.%.y.out 47 -diff $^ > $@
|
/external/libvpx/vpx_ports/ |
vpx_timer.h | 82 LARGE_INTEGER freq, diff; local 84 diff.QuadPart = t->end.QuadPart - t->begin.QuadPart; 86 if (QueryPerformanceFrequency(&freq) && diff.QuadPart < freq.QuadPart) 87 return (long)(diff.QuadPart * 1000000 / freq.QuadPart); 91 struct timeval diff; 93 timersub(&t->end, &t->begin, &diff); 94 return diff.tv_sec ? 1000000 : diff.tv_usec;
|
/external/llvm/tools/llvm-diff/ |
DiffLog.cpp | 35 Diff.push_back(DiffRecord(L, R)); 39 Diff.push_back(DiffRecord(L, DiffRecord::second_type(0))); 43 Diff.push_back(DiffRecord(DiffRecord::first_type(0), R)); 46 unsigned DiffLogBuilder::getNumLines() const { return Diff.size(); } 49 return (Diff[I].first ? (Diff[I].second ? DC_match : DC_left) 52 Instruction *DiffLogBuilder::getLeft(unsigned I) const { return Diff[I].first; } 53 Instruction *DiffLogBuilder::getRight(unsigned I) const { return Diff[I].second; }
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
EntityDeltaTests.java | 44 * correctly build expected "diff" operations. 212 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local 213 source.buildDiff(diff); 215 assertTrue("Created changes when none needed", (diff.size() == 0)); 230 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local 231 source.buildAssert(diff); 232 source.buildDiff(diff); 233 assertEquals("Unexpected operations", 4, diff.size()); 235 final ContentProviderOperation oper = diff.get(0); 239 final ContentProviderOperation oper = diff.get(1) 270 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local 309 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local 342 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local 367 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local 395 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local [all...] |
/external/libvpx/vp8/encoder/arm/armv6/ |
vp8_subtract_armv6.asm | 60 str r0, [r6, #0] ; diff 61 str r1, [r6, #4] ; diff 63 add r6, r6, r2, lsl #1 ; update diff pointer 72 ; r0 short *diff 81 add r0, r0, #512 ; set *diff point to Cb 106 str r8, [r0], #4 ; diff (A) 108 str r9, [r0], #4 ; diff (A) 122 str r8, [r0], #4 ; diff (B) 124 str r9, [r0], #4 ; diff (B) 149 str r8, [r0], #4 ; diff (A [all...] |
/external/llvm/test/Feature/ |
small.ll | 3 ; RUN: diff %t1.ll %t2.ll
|
smallest.ll | 3 ; RUN: diff %t1.ll %t2.ll
|
unreachable.ll | 3 ; RUN: diff %t1.ll %t2.ll
|
/external/regex-re2/ |
README.android | 11 Changes required to build using stlport on Android as follows (full diff) 13 diff -r ./re2/parse.cc /home/idh/temp9/re2/re2/parse.cc 16 diff -r ./re2/re2.cc /home/idh/temp9/re2/re2/re2.cc 20 diff -r ./util/util.h /home/idh/temp9/re2/util/util.h
|
/external/sqlite/dist/ |
README-Android | 8 diff -r -u -d orig . | grep -v "Only in" > Android.patch
|
/external/tcpdump/tests/ |
bgp_vpn_attrset.sh | 4 if (../tcpdump -t -n -v -r bgp_vpn_attrset.pcap | diff -w - bgp_vpn_attrset.out)
|
eapon1.sh | 7 if diff eapon1.new eapon1.out
|
esp0.sh | 5 if (../tcpdump -t -n -r 02-sunrise-sunset-esp.pcap | diff - esp0.out)
|
espudp1.sh | 7 if diff espudp1.new espudp1.out
|
isakmp1.sh | 6 if (../tcpdump -t -n -r isakmp-delete-segfault.pcap | diff - isakmp1.out)
|
isakmp2.sh | 6 if (../tcpdump -t -n -r isakmp-pointer-loop.pcap | diff - isakmp2.out)
|
isakmp3.sh | 7 if diff isakmp3.new isakmp3.out
|
isakmp4.sh | 7 if diff isakmp4.new isakmp4.out
|
lmp.sh | 7 if diff lmp.new lmp.out
|
ospf-gmpls.sh | 7 if diff ospf-gmpls.new ospf-gmpls.out
|
/external/valgrind/main/auxprogs/ |
posixtestsuite-1.5.1-diff-results | 20 diff -U2 tmptmp_1 tmptmp_2;
|
/external/bzip2/ |
bzdiff | 4 # Bzcmp/diff wrapped for bzip2, 7 # Bzcmp and bzdiff are used to invoke the cmp or the diff pro- 9 # directly to cmp or diff. If only 1 file is specified, then 12 # necessary) and fed to cmp or diff. The exit status from cmp 13 # or diff is preserved. 19 *) comp=${DIFF-diff} ;;
|
/external/webkit/Tools/Scripts/webkitpy/common/ |
prettypatch.py | 39 def pretty_diff_file(self, diff): 42 assert(isinstance(diff, str)) 43 pretty_diff = self.pretty_diff(diff) 49 def pretty_diff(self, diff): 52 if not diff: 65 # PrettyPatch does not modify the encoding of the diff output 67 return self._executive.run_command(args, input=diff, decode_output=False)
|