/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 168 """Return a 2-tuple of number of enabled and total printers.""" 170 total = 0 178 total += len(printer.subprinters) 182 total += 1 183 return (enabled, total) 187 """Return a 2-tuble of the enabled state and total number of all printers. 235 total = 0 246 total += 1 258 total += 1 274 total += [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 168 """Return a 2-tuple of number of enabled and total printers.""" 170 total = 0 178 total += len(printer.subprinters) 182 total += 1 183 return (enabled, total) 187 """Return a 2-tuble of the enabled state and total number of all printers. 235 total = 0 246 total += 1 258 total += 1 274 total += [all...] |
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 168 """Return a 2-tuple of number of enabled and total printers.""" 170 total = 0 178 total += len(printer.subprinters) 182 total += 1 183 return (enabled, total) 187 """Return a 2-tuble of the enabled state and total number of all printers. 235 total = 0 246 total += 1 258 total += 1 274 total += [all...] |
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 168 """Return a 2-tuple of number of enabled and total printers.""" 170 total = 0 178 total += len(printer.subprinters) 182 total += 1 183 return (enabled, total) 187 """Return a 2-tuble of the enabled state and total number of all printers. 235 total = 0 246 total += 1 258 total += 1 274 total += [all...] |
/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 168 """Return a 2-tuple of number of enabled and total printers.""" 170 total = 0 178 total += len(printer.subprinters) 182 total += 1 183 return (enabled, total) 187 """Return a 2-tuble of the enabled state and total number of all printers. 235 total = 0 246 total += 1 258 total += 1 274 total += [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/command/ |
pretty_printers.py | 168 """Return a 2-tuple of number of enabled and total printers.""" 170 total = 0 178 total += len(printer.subprinters) 182 total += 1 183 return (enabled, total) 187 """Return a 2-tuble of the enabled state and total number of all printers. 235 total = 0 246 total += 1 258 total += 1 274 total += [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 168 """Return a 2-tuple of number of enabled and total printers.""" 170 total = 0 178 total += len(printer.subprinters) 182 total += 1 183 return (enabled, total) 187 """Return a 2-tuble of the enabled state and total number of all printers. 235 total = 0 246 total += 1 258 total += 1 274 total += [all...] |
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 168 """Return a 2-tuple of number of enabled and total printers.""" 170 total = 0 178 total += len(printer.subprinters) 182 total += 1 183 return (enabled, total) 187 """Return a 2-tuble of the enabled state and total number of all printers. 235 total = 0 246 total += 1 258 total += 1 274 total += [all...] |
/prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/command/ |
pretty_printers.py | 168 """Return a 2-tuple of number of enabled and total printers.""" 170 total = 0 178 total += len(printer.subprinters) 182 total += 1 183 return (enabled, total) 187 """Return a 2-tuble of the enabled state and total number of all printers. 235 total = 0 246 total += 1 258 total += 1 274 total += [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/ |
PaddedBufferedBlockCipher.java | 96 int total = len + bufOff; local 97 int leftOver = total % buf.length; 103 return total + buf.length; 106 return total; 109 return total - leftOver + buf.length; 123 int total = len + bufOff; local 124 int leftOver = total % buf.length; 128 return Math.max(0, total - buf.length); 131 return total - leftOver;
|
/frameworks/base/libs/hwui/ |
Caches.cpp | 177 uint32_t total = 0; local 178 log.appendFormat("Current memory usage / total memory usage (bytes):\n"); 194 log.appendFormat(" Layers total %8d (numLayers = %zu)\n", 196 total += memused; 215 log.appendFormat(" FontRenderer %d total %8d / %8d\n", i, sizeA8 + sizeRGBA, 222 total += textureCache.getSize(); 223 total += renderBufferCache.getSize(); 224 total += gradientCache.getSize(); 225 total += pathCache.getSize(); 226 total += tessellationCache.getSize() [all...] |
/external/skia/bench/ |
MemoryBench.cpp | 36 size_t total = fMinSize * 64; variable 43 while (size < total) {
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
VCardTest.java | 45 int total = composer.getCount(); local 46 assertEquals(1, total);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/ |
Streams.java | 131 long total = 0; local 136 total += numRead; 137 if (total > limit) 143 return total;
|
/external/jemalloc/test/integration/ |
posix_memalign.c | 69 size_t alignment, size, total; local 80 total = 0; 96 total += malloc_usable_size(ps[i]); 97 if (total >= (MAXALIGN << 1))
|
/external/skia/include/views/animated/ |
SkScrollBarView.h | 27 void setTotal(unsigned total);
|
/frameworks/av/include/media/nbaio/ |
AudioBufferProviderSource.h | 46 virtual ssize_t readVia(readVia_t via, size_t total, void *user,
|
/bionic/libc/bionic/ |
sysinfo.cpp | 95 long total; local 96 if (sscanf(buf, pattern, &total) == 1) { 97 page_count = static_cast<int>(total / (PAGE_SIZE / 1024));
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
DexTranslationAdvice.java | 99 * Calculates the total rop width of the list of SSA registers 106 int total = 0; local 109 total += sources.get(i).getCategory(); 112 return total;
|
/external/jmonkeyengine/engine/src/test/jme3test/network/ |
TestThroughput.java | 43 private static long total = 0; field in class:TestThroughput 66 total++; 68 //System.out.println( "total:" + total + " counter:" + counter + " lastTime:" + lastTime + " time:" + time ); 75 System.out.println("messages per second:" + pps + " total messages:" + total);
|
/external/libvpx/libvpx/third_party/libwebm/ |
mkvreader.cpp | 86 int MkvReader::Length(long long* total, long long* available) { 90 if (total) 91 *total = m_length;
|
/external/lldb/test/python_api/value/linked_list/ |
main.cpp | 36 int total = 0; local 40 ++total; 43 printf("We have a total number of %d tasks\n", total);
|
/external/skia/tests/ |
AtomicTest.cpp | 35 int32_t total = base; local 38 total += gAdds[i].valueToAdd * gAdds[i].timesToAdd; 52 REPORTER_ASSERT(reporter, total == base);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/ |
mkvreader.cpp | 80 int MkvReader::Length(long long* total, long long* available) 85 if (total) 86 *total = m_length;
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
ScrollBarView.java | 61 // The content position is between 0 to "total". The current position is 63 public void setContentPosition(int position, int total) { 64 if (position == mContentPosition && total == mContentTotal) { 71 mContentTotal = total;
|