| /packages/apps/Contacts/src/com/android/contacts/ |
| ContactSaveService.java | 520 final ArrayList<ContentProviderOperation> diff = Lists.newArrayList(); local 523 diff.add(cpoWrapper.getOperation()); 528 for (ContentProviderOperation operation : diff) { 535 final ContentProviderResult[] results = new ContentProviderResult[diff.size()]; 536 while (numberProcessed < diff.size()) { 537 final int subsetCount = applyDiffSubset(diff, numberProcessed, results, resolver); 675 * Splits "diff" into subsets based on "MAX_CONTACTS_PROVIDER_BATCH_SIZE", applies each of the 680 private int applyDiffSubset(ArrayList<ContentProviderOperation> diff, int offset, 683 final int subsetCount = Math.min(diff.size() - offset, MAX_CONTACTS_PROVIDER_BATCH_SIZE); 685 subset.addAll(diff.subList(offset, offset + subsetCount)) [all...] |
| /toolchain/binutils/binutils-2.27/bfd/ |
| elf64-ia64-vms.c | 1394 unsigned int i, kept, dupes, diff, dest, src, len; local [all...] |
| elfnn-ia64.c | 1626 unsigned int i, kept, dupes, diff, dest, src, len; local [all...] |
| vms-lib.c | 730 int diff; local 732 diff = (char)(name[0] - syms[mid].name[0]); 733 if (diff == 0) 734 diff = strcmp (name, syms[mid].name); 735 if (diff == 0) 737 else if (diff < 0) [all...] |
| /prebuilts/tools/common/m2/repository/org/assertj/assertj-core/3.8.0/ |
| assertj-core-3.8.0.jar | |
| /external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
| vktRenderPassMultisampleResolveTests.cpp | [all...] |
| /external/pdfium/core/fpdftext/ |
| cpdf_textpage.cpp | 1133 CFX_PointF diff = charinfo1.m_Origin - charinfo.m_Origin; local 1423 CFX_PointF diff = pTextObj1->GetPos() - pTextObj2->GetPos(); local [all...] |
| /art/test/ |
| run-test | 909 diff --strip-trailing-cr -q "$expected" "$output" >/dev/null [all...] |
| /bionic/tools/versioner/src/ |
| versioner.cpp | 662 auto diff = (end - start) / 1.0ms; local 663 printf("Compiled headers for %zu targets in %0.2LFms\n", compilation_types.size(), diff);
|
| /external/autotest/client/cros/chameleon/ |
| audio_test_utils.py | 641 diff = abs(list1[i] - list2[j]) 642 relative_error = diff / list1[i]
|
| /external/deqp/external/openglcts/modules/common/ |
| glcRobustnessTests.cpp | 405 int diff = memcmp(inputData, resultData, size); local 406 if (diff != 0)
|
| /external/iproute2/misc/ |
| arpd.c | 246 int diff = (now.tv_sec-prev.tv_sec)*1000+(now.tv_usec-prev.tv_usec)/1000; local 248 buckets += diff;
|
| /external/jdiff/src/jdiff/ |
| Diff.java | 12 class Diff { 48 DiffMyers diff = new DiffMyers(oldDocWords, newDocWords); local 49 DiffMyers.change script = diff.diff_2(false); 343 if (!Diff.noDocDiffs) { 344 diffFile.println(" <TD BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\"> <A HREF=\"" + Diff.diffFileName + "index" + HTMLReportGenerator.reportFileExt + "\"><FONT CLASS=\"NavBarFont1\"><B>Text Changes</B></FONT></A> </TD>"); 475 if (!Diff.noDocDiffs) { 516 String link = "<a href=\"" + Diff.diffFileName + diffOutput.pkgName_ + HTMLReportGenerator.reportFileExt + "#" + diffOutput.id_ + "\">"; 586 * Emit the HTML footer and close the diff file. [all...] |
| /external/libhevc/decoder/ |
| ihevcd_fmt_conv.c | 761 WORD32 diff = ps_disp_pic->pu1_luma - ps_codec->s_disp_buffer[i].pu1_bufs[0]; local 762 if(diff == (ps_codec->i4_strd * PAD_TOP + PAD_LEFT))
|
| /external/libxaac/decoder/ |
| ixheaacd_freq_sca.c | 536 VOID ixheaacd_calc_bands(WORD16 *diff, WORD16 start, WORD16 stop, 555 diff[i] = sub_d(previous, current);
|
| /external/lisa/src/shell/ |
| lisa_shell | 115 git diff-index --quiet --ignore-submodules HEAD
|
| /external/ltp/testcases/kernel/power_management/lib/ |
| pm_sched_mc.py | 780 diff = second_highest - intr_stop[i] 782 if diff < 10000: 783 print "INFO: Diff in interrupt count is below threshold"
|
| /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
| H264TrackImpl.java | 554 long diff = pos - markPos; local 555 LOG.fine("Resetting to " + markPos + " (pos is " + pos + ") which makes the buffersize " + diff);
|
| /external/skia/tools/ |
| sk_tool_utils.cpp | 406 static unsigned diff(const SkColorType ct, const void* a, const void* b) { function in namespace:sk_tool_utils 473 if (diff(a.colorType(), a.addr(x, y), b.addr(x, y)) > maxDiff) {
|
| /external/skqp/third_party/etc1/ |
| etc1.cpp | 54 | base col1 | base col2 | table | table |diff|flip| 69 | base col 1 | dcol 2 | table | table |diff|flip| 170 inline int convertDiff(int base, int diff) { 171 return convert5To8((0x1f & base) + kLookup[0x7 & diff]);
|
| /external/v8/src/compiler/ |
| js-builtin-reducer.cc | 972 Node* diff = graph()->NewNode(simplified()->NumberSubtract(), input, input); local 1414 Node* diff = graph()->NewNode(simplified()->NumberSubtract(), input, input); local 1429 Node* diff = graph()->NewNode(simplified()->NumberSubtract(), input, trunc); local [all...] |
| /external/v8/src/heap/ |
| mark-compact.h | 349 unsigned int diff = new_cell_index - cell_index_; local 351 cell_base_ += diff * (Bitmap::kBitsPerCell * kPointerSize);
|
| /frameworks/av/media/libaaudio/examples/loopback/src/ |
| LoopbackAnalyzer.h | 768 float diff = predicted - sample; variable 769 if (fabs(diff) > mTolerance) {
|
| /frameworks/base/core/java/com/android/internal/widget/ |
| ActionBarOverlayLayout.java | 260 final int diff = mLastSystemUiVisibility ^ visible; 272 if ((diff & SYSTEM_UI_FLAG_LAYOUT_STABLE) != 0) {
|
| /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
| KeyguardAffordanceView.java | 355 float diff = circleRadius - mMinBackgroundRadius; local 357 values[0].setFloatValues(mCircleStartValue + diff, circleRadius);
|