HomeSort by relevance Sort by last modified time
    Searched refs:total (Results 326 - 350 of 2504) sorted by null

<<11121314151617181920>>

  /external/boringssl/src/crypto/base64/
base64.c 131 size_t total = 0; local
159 total = encoded + 1;
171 if (total + encoded + 1 < total) {
176 total += encoded + 1;
185 if (total > INT_MAX) {
188 total = 0;
190 *out_len = (int)total;
  /external/dng_sdk/source/
dng_bad_pixels.cpp 181 uint32 total = 0; local
193 total += value;
201 total += value;
209 total += value;
217 total += value;
230 total += value;
238 total += value;
246 total += value;
254 total += value;
262 *dPtr = (uint16) ((total + 2) >> 2)
995 uint32 total = 0; local
1074 uint32 total = 0; local
1465 uint32 total = 0; local
1653 uint32 total = 0; local
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
NodeComparatorTest.java 66 MockNode(int total) {
68 instructionCounter = CounterImpl.getInstance(total, 0);
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
OkHttp.java 68 long total = readAllAndClose(urlConnection.getInputStream()); local
73 total, TimeUnit.NANOSECONDS.toMillis(finish - start)));
UrlConnection.java 69 long total = readAllAndClose(in); local
74 total, TimeUnit.NANOSECONDS.toMillis(finish - start)));
  /external/python/cpython2/Lib/
Bastion.py 143 def total(self): member in class:_test.Original
150 print "b.total() =", b.total()
  /external/skia/tools/lua/
xfer-counter.lua 34 io.write("total: ", gXM_Count)
  /external/skqp/tools/lua/
xfer-counter.lua 34 io.write("total: ", gXM_Count)
  /external/v8/tools/testrunner/local/
verbose.py 36 """Total: %(total)i tests
46 total = len(tests)
62 "total": total,
91 sys.stderr.write("--- Total time: %s ---\n" % FormatTime(overall_time))
  /external/valgrind/massif/tests/
one.post.exp 36 n time(B) total(B) useful-heap(B) extra-heap(B) stacks(B)
  /external/valgrind/memcheck/tests/
accounting.stderr.exp 9 total heap usage: 1 allocs, 1 frees, 1 bytes allocated
bug155125.stderr.exp 10 total heap usage: 0 allocs, 0 frees, 0 bytes allocated
describe-block.stderr.exp 10 total heap usage: ... allocs, ... frees, ... bytes allocated
  /external/valgrind/memcheck/tests/linux/
brk.stderr.exp 8 total heap usage: ... allocs, ... frees, ... bytes allocated
  /packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
StorageSummaryDonutPreferenceController.java 85 * @param used Total number of used bytes on the summarized volume.
86 * @param total Total number of bytes on the summarized volume.
88 public void updateBytes(long used, long total) {
90 mTotalBytes = total;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
Bastion.py 143 def total(self): member in class:_test.Original
150 print "b.total() =", b.total()
  /prebuilts/gdb/linux-x86/lib/python2.7/
Bastion.py 143 def total(self): member in class:_test.Original
150 print "b.total() =", b.total()
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305.go 75 if total := len(in) + n; cap(in) >= total {
76 head = in[:total]
78 head = make([]byte, total)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/crypto/chacha20poly1305/
chacha20poly1305.go 75 if total := len(in) + n; cap(in) >= total {
76 head = in[:total]
78 head = make([]byte, total)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Bastion.py 143 def total(self): member in class:_test.Original
150 print "b.total() =", b.total()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Bastion.py 143 def total(self): member in class:_test.Original
150 print "b.total() =", b.total()
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
sec-7m.d 12 # multiple of 4, and whose total length in linked output
  /tools/loganalysis/src/com/android/loganalysis/item/
TopItem.java 42 public static final String TOTAL = "TOTAL";
47 USER, NICE, SYSTEM, IDLE, IOW, IRQ, SIRQ, TOTAL, TEXT));
159 * Get the number of total ticks.
162 return (Integer) getAttribute(TOTAL);
166 * Set the number of total ticks.
168 public void setTotal(int total) {
169 setAttribute(TOTAL, total);
  /art/runtime/gc/space/
bump_pointer_space.cc 163 uint64_t total = static_cast<uint64_t>(bytes_allocated_.LoadRelaxed()); local
173 total += thread->GetThreadLocalBytesAllocated();
176 return total;
181 uint64_t total = static_cast<uint64_t>(objects_allocated_.LoadRelaxed()); local
191 total += thread->GetThreadLocalObjectsAllocated();
194 return total;
  /bionic/libc/include/bits/fortify/
stdio.h 181 size_t total; local
182 if (__size_mul_overflow(size, count, &total)) {
186 if (total > bos) {
205 size_t total; local
206 if (__size_mul_overflow(size, count, &total)) {
210 if (total > bos) {

Completed in 1388 milliseconds

<<11121314151617181920>>