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

  /external/chromium_org/native_client_sdk/src/libraries/xray/
report.c 108 struct XRayTotal* totals; local
109 totals = (struct XRayTotal*)
130 totals[counter].index = counter;
131 totals[counter].frame = frame;
132 totals[counter].ticks = total_ticks;
143 qsort(totals, counter, sizeof(struct XRayTotal), qcompare);
152 int index = totals[i].index;
153 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/deqp/executor/tools/
xeBatchResultToXml.cpp 144 ResultToSingleXmlLogHandler (xe::xml::Writer& writer, BatchResultTotals& totals)
146 , m_totals (totals)
183 static void writeTotals (xe::xml::Writer& writer, const BatchResultTotals& totals)
193 writer << Writer::Attribute(xe::getTestStatusCodeName((xe::TestStatusCode)code), de::toString(totals.countByCode[code]).c_str());
194 totalCases += totals.countByCode[code];
205 BatchResultTotals totals; local
206 ResultToSingleXmlLogHandler handler (writer, totals);
221 writeTotals(writer, totals);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEConvolveMatrix.cpp 240 ALWAYS_INLINE void setDestinationPixels(Uint8ClampedArray* image, int& pixel, float* totals, float divisor, float bias, Uint8ClampedArray* src)
242 unsigned char maxAlpha = preserveAlphaValues ? 255 : clampRGBAValue(totals[3] / divisor + bias);
244 image->set(pixel++, clampRGBAValue(totals[i] / divisor + bias, maxAlpha));
255 // Incorrectly diagnosing overwrite of stack in |totals| due to |preserveAlphaValues|.
269 float totals[3 + (preserveAlphaValues ? 0 : 1)]; local
284 totals[0] = 0;
285 totals[1] = 0;
286 totals[2] = 0;
288 totals[3] = 0;
291 totals[0] += m_kernelMatrix[kernelValue] * static_cast<float>(paintingData.srcPixelArray->item(kernelPixe (…)
353 float totals[3 + (preserveAlphaValues ? 0 : 1)]; local
    [all...]
  /external/elfutils/0.153/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;
614 gettext ("(TOTALS)\n"));
  /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 608 ProcessStats.ProcessDataCollection totals = new ProcessStats.ProcessDataCollection( local
618 procs.add(new ProcStatsEntry(rawProcs.get(i), totals));
643 ent = new ProcStatsEntry(proc, st.mPackageName, totals, mUseUss,
699 ProcStatsEntry ent = new ProcStatsEntry(st, totals, mUseUss,
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ProcessStats.java 1079 ProcessDataCollection totals = new ProcessDataCollection(screenStates, local
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 108137 static const u8 totals[] = local
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 123392 static const u8 totals[] = local
    [all...]
  /external/sqlite/dist/
sqlite3.c 123412 static const u8 totals[] = local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
wagon-http-2.6-shaded.jar 

Completed in 849 milliseconds