HomeSort by relevance Sort by last modified time
    Searched defs:totals (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/native_client_sdk/src/libraries/xray/
report.c 102 struct XRayTotal* totals; local
103 totals = (struct XRayTotal*)
124 totals[counter].index = counter;
125 totals[counter].frame = frame;
126 totals[counter].ticks = total_ticks;
137 qsort(totals, counter, sizeof(struct XRayTotal), qcompare);
146 int index = totals[i].index;
147 int frame = totals[i].frame;
  /external/smack/src/org/jivesoftware/smack/util/
DNSUtil.java 184 int[] totals = new int[bucket.size()]; local
196 totals[count] = running_total;
207 selectedPos = bisect(totals, rnd);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEConvolveMatrix.cpp 232 ALWAYS_INLINE void setDestinationPixels(Uint8ClampedArray* image, int& pixel, float* totals, float divisor, float bias, Uint8ClampedArray* src)
234 unsigned char maxAlpha = preserveAlphaValues ? 255 : clampRGBAValue(totals[3] / divisor + bias);
236 image->set(pixel++, clampRGBAValue(totals[i] / divisor + bias, maxAlpha));
247 // Incorrectly diagnosing overwrite of stack in |totals| due to |preserveAlphaValues|.
261 float totals[3 + (preserveAlphaValues ? 0 : 1)]; local
276 totals[0] = 0;
277 totals[1] = 0;
278 totals[2] = 0;
280 totals[3] = 0;
283 totals[0] += m_kernelMatrix[kernelValue] * static_cast<float>(paintingData.srcPixelArray->item(kernelPixe (…)
345 float totals[3 + (preserveAlphaValues ? 0 : 1)]; local
    [all...]
  /external/elfutils/src/
size.c 83 { "totals", 't', NULL, 0, N_("Display the total sizes (bsd only)"), 0 },
159 static bool totals; variable
207 if (totals && format == format_bsd && totals_class != 0)
284 totals = true;
607 gettext ("(TOTALS)\n"));
  /external/chromium/base/
tracked_objects.cc 237 Aggregation totals; local
239 totals.AddDeathSnapshot(match_array[i]);
242 totals.Write(output);
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
main.c 892 static const u8 totals[] = local
902 prior = totals[count];
905 prior = totals[NDELAY-1] + delay*(count-(NDELAY-1));
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 812 Statistics totals = new Statistics("Totals"); local
817 totals.addCacheStatistics(cache);
820 LogUtils.d(totals.mName, totals.toString());
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsUi.java 451 ProcessStats.ProcessDataCollection totals = new ProcessStats.ProcessDataCollection( local
461 procs.add(new ProcStatsEntry(rawProcs.get(i), totals));
484 ent = new ProcStatsEntry(proc, st.mPackageName, totals, mUseUss,
535 ProcStatsEntry ent = new ProcStatsEntry(st, totals, mUseUss,
576 proc.evaluateTargetPackage(pm, mStats, totals, sEntryCompare, mUseUss,
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java 759 ProcessDataCollection totals = new ProcessDataCollection(screenStates, local
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 108344 static const u8 totals[] = local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 113389 static const u8 totals[] = local
    [all...]
  /external/sqlite/dist/
sqlite3.c 113425 static const u8 totals[] = local
    [all...]

Completed in 2346 milliseconds