/build/tools/releasetools/ |
ota_from_target_files | 541 diffs = [] 573 diffs.append(common.Difference(tf, sf)) 578 common.ComputeDifferences(diffs) 580 for diff in diffs: [all...] |
common.py | 901 def ComputeDifferences(diffs): 902 """Call ComputePatch on all the Difference objects in 'diffs'.""" 903 print len(diffs), "diffs to compute" 906 by_size = [(i.tf.size, i) for i in diffs]
|
/external/qemu/audio/ |
audio.c | 1203 static float diffs[MAX_DIFFS]; 1209 diffs[num_diffs] = (float)((now-last)/1e6); /* last diff in ms */ 1216 if (diffs[nn] < min_diff) min_diff = diffs[nn]; 1217 if (diffs[nn] > max_diff) max_diff = diffs[nn]; 1218 all_diff += diffs[nn]; [all...] |
/frameworks/base/libs/androidfw/ |
ResourceTypes.cpp | 1656 int diffs = 0; local [all...] |
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
flakiness_dashboard_unittests.js | 117 '<b>Only shows actual results/diffs from the most recent *failure* on each bot.</b>' + 160 '<b>Only shows actual results/diffs from the most recent *failure* on each bot.</b></div>' + 196 '<b>Only shows actual results/diffs from the most recent *failure* on each bot.</b></div>' +
|
flakiness_dashboard.js | 831 html += ' | <b>Only shows actual results/diffs from the most recent *failure* on each bot.</b>'; [all...] |
/external/skia/tools/skpdiff/ |
diff_viewer.js | 115 return record.diffs[$scope.sortIndex].result;
|
/external/oprofile/libpp/ |
format_output.cpp | 370 counts_t & c, diff_array_t const & diffs, bool hide_immutable) 382 extra_found_images, diffs[pclass]); 565 do_output(out, *it, it->sample, counts, it->diffs);
|
/dalvik/tools/dmtracedump/ |
TraceDump.c | 2643 DiffEntry* diffs = (DiffEntry*)malloc(max * sizeof(DiffEntry)); local [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_variance_impl_sse2.asm | 122 pxor xmm7, xmm7 ; clear xmm7 for accumulating diffs 244 pxor xmm7, xmm7 ; clear xmm7 for accumulating diffs
|
/external/bison/ |
maint.mk | [all...] |
/external/libvpx/libvpx/vp8/common/x86/ |
variance_impl_sse2.asm | 124 pxor xmm7, xmm7 ; clear xmm7 for accumulating diffs 246 pxor xmm7, xmm7 ; clear xmm7 for accumulating diffs [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
lbxstr.h | 202 CARD8 diffs; /* number of diffs */ member in struct:_LbxDelta 204 /* list of diffs follows */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
lbxstr.h | 202 CARD8 diffs; /* number of diffs */ member in struct:_LbxDelta 204 /* list of diffs follows */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/ |
lbxstr.h | 202 CARD8 diffs; /* number of diffs */ member in struct:_LbxDelta 204 /* list of diffs follows */
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cmsccoll.c | 894 uint32_t diffs = 0; local 906 diffs++; 909 diffs++; 911 return diffs; [all...] |
/external/chromium_org/third_party/re2/lib/codereview/ |
codereview.py | 314 set_status("uploading CL metadata + diffs") 329 # and base revision they are diffs against. We use the patch 332 # new CL's overall subject. So omit the diffs when creating 365 set_status("uploaded CL metadata + diffs") [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar | |
/external/regex-re2/lib/codereview/ |
codereview.py | 314 set_status("uploading CL metadata + diffs") 329 # and base revision they are diffs against. We use the patch 332 # new CL's overall subject. So omit the diffs when creating 365 set_status("uploaded CL metadata + diffs") [all...] |
/external/icu4c/test/cintltst/ |
cmsccoll.c | 896 uint32_t diffs = 0; local 908 diffs++; 911 diffs++; 913 return diffs; [all...] |
/external/chromium_org/chrome/browser/resources/profiler/ |
profiler.js | [all...] |
/prebuilts/tools/common/eclipse/ |
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar | |
/external/chromium_org/tools/win/split_link/viz.js/ |
viz.js | 241 var diffs = []; 263 diffs.push(curr-prev); 269 if (diffs.length == 0) { 271 } else if (Runtime.dedup(diffs).length == 1) { 272 type.flatFactor = diffs[0]; [all...] |
/external/chromium_org/v8/tools/profviz/ |
gnuplot-4.6.3-emscripten.js | 299 var diffs = []; variable 321 diffs.push(curr-prev); 327 if (diffs.length == 0) { 329 } else if (Runtime.dedup(diffs).length == 1) { 330 type.flatFactor = diffs[0]; [all...] |