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

1 23 4 5 6 7 8 91011>>

  /art/test/665-checker-simd-zero/src/
Main.java 151 int total = 1111; local
153 boolean[] xz = new boolean[total];
154 byte[] xb = new byte[total];
155 char[] xc = new char[total];
156 short[] xs = new short[total];
157 int[] xi = new int[total];
158 long[] xl = new long[total];
159 float[] xf = new float[total];
160 double[] xd = new double[total];
162 for (int i = 0; i < total; i++)
    [all...]
  /external/conscrypt/libcore-stub/src/main/java/libcore/io/
Streams.java 53 * Returns the total number of bytes transferred.
56 int total = 0; local
60 total += c;
63 return total;
  /frameworks/base/cmds/incident_helper/tests/
ProcrankParser_test.cpp 81 ProcrankProto::Process* total = expected.mutable_summary()->mutable_total(); local
82 total->set_pss(1201993);
83 total->set_uss(935300);
84 total->set_swap(88164);
85 total->set_pswap(31069);
86 total->set_uswap(27612);
87 total->set_zswap(6826);
88 total->set_cmdline("TOTAL");
91 ->set_raw_text("6828K physical used for 31076K in swap (524284K total swap)")
125 ProcrankProto::Process* total = expected.mutable_summary()->mutable_total(); local
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
contrast.cpp 34 float total = 0; local
41 total += lumArray[i];
43 const float avg = total / numPixels;
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
Result.java 34 // Get total execution time
36 float total = 0.0f; local
38 total += time;
40 return total;
  /packages/apps/Launcher3/src/com/android/launcher3/util/
IOUtils.java 47 long total = 0; local
51 total += r;
53 return total;
  /external/libcups/cups/
backchannel.c 109 size_t total; /* Total bytes */ local
116 total = 0;
118 while (total < bytes)
143 count = (ssize_t)_write(3, buffer, (unsigned)(bytes - total));
145 count = write(3, buffer, bytes - total);
160 * Write succeeded, update buffer pointer and total count...
164 total += (size_t)count;
  /external/syslinux/gpxe/src/util/
diffsize.pl 72 my($text, $data, $bss, $total, $hex, $name) = split;
76 next if $total =~ /[a-z]/ or $name =~ /TOTALS/;
82 $Sizes{$name}{$id} = $total;
92 my $total = 0;
99 $total += $diff;
101 printf " TOTAL: %+d\n", $total;
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
Instrument.java 55 int total = 0; local
58 total += instrument(s, new File(absoluteDest, s.getName()));
60 total += instrumentRecursive(s, absoluteDest);
64 Integer.valueOf(total), absoluteDest);
70 int total = 0; local
73 total += instrumentRecursive(child,
77 total += instrument(src, dest);
79 return total;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
fpformat.py 72 total = intpart + fraction
73 nextdigit = total[i+digs]
77 if total[n] != '9': break
80 total = '0' + total
83 total = total[:n] + chr(ord(total[n]) + 1) + '0'*(len(total)-n-1)
84 intpart, fraction = total[:i], total[i:]
    [all...]
  /external/python/cpython2/Lib/
fpformat.py 72 total = intpart + fraction
73 nextdigit = total[i+digs]
77 if total[n] != '9': break
80 total = '0' + total
83 total = total[:n] + chr(ord(total[n]) + 1) + '0'*(len(total)-n-1)
84 intpart, fraction = total[:i], total[i:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
fpformat.py 72 total = intpart + fraction
73 nextdigit = total[i+digs]
77 if total[n] != '9': break
80 total = '0' + total
83 total = total[:n] + chr(ord(total[n]) + 1) + '0'*(len(total)-n-1)
84 intpart, fraction = total[:i], total[i:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
fpformat.py 72 total = intpart + fraction
73 nextdigit = total[i+digs]
77 if total[n] != '9': break
80 total = '0' + total
83 total = total[:n] + chr(ord(total[n]) + 1) + '0'*(len(total)-n-1)
84 intpart, fraction = total[:i], total[i:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fpformat.py 72 total = intpart + fraction
73 nextdigit = total[i+digs]
77 if total[n] != '9': break
80 total = '0' + total
83 total = total[:n] + chr(ord(total[n]) + 1) + '0'*(len(total)-n-1)
84 intpart, fraction = total[:i], total[i:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fpformat.py 72 total = intpart + fraction
73 nextdigit = total[i+digs]
77 if total[n] != '9': break
80 total = '0' + total
83 total = total[:n] + chr(ord(total[n]) + 1) + '0'*(len(total)-n-1)
84 intpart, fraction = total[:i], total[i:
    [all...]
  /device/generic/goldfish/libqemu/
test_guest_1.c 64 size_t total = 0; local
76 total += len;
102 total*1.0 / (1024.*1024.*(time1-time0)), 1.0*total, time1-time0);
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
AtraceScriptsWriter.java 79 int total = 0; local
83 total = total + n;
85 return total;
  /external/jemalloc/test/integration/
sdallocx.c 15 size_t nsz, sz, alignment, total; local
25 total = 0;
34 total += nsz;
35 if (total >= (MAXALIGN << 1))
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvreader.h 27 virtual int Length(long long* total, long long* available);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/
Invoice.java 27 public Float total; field in class:Invoice
  /external/toybox/toys/other/
base64.c 28 unsigned total;
34 TT.total++;
46 TT.total = 0;
53 while (TT.total&3) wraputchar('=', &x);
  /prebuilts/go/darwin-x86/src/cmd/cover/testdata/
p.go 5 // A package such that there are 3 functions with zero total and covered lines.
6 // And one with 1 total and covered lines. Reproduces issue #20515.
  /prebuilts/go/linux-x86/src/cmd/cover/testdata/
p.go 5 // A package such that there are 3 functions with zero total and covered lines.
6 // And one with 1 total and covered lines. Reproduces issue #20515.
  /system/update_engine/payload_consumer/
mock_download_action.h 34 uint64_t total));
  /test/vts/utils/python/coverage/
coverage_report.py 87 total = 0
91 return total, covered
96 total += 1
99 return total, covered

Completed in 2495 milliseconds

1 23 4 5 6 7 8 91011>>