/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
ITreeNodeStream`1.cs | 101 * parsing, it's slow and a waste of memory to create unique
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/ |
LookaheadStream.java | 142 // release(marker); // waste of call; it does nothing in this class
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeNodeStream.java | 74 * parsing, it's slow and a waste of memory to create unique
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
LookaheadStream.h | 151 // release(marker); // waste of call; it does nothing in this class
|
LookaheadStream.m | 151 // release(marker); // waste of call; it does nothing in this class
|
/external/chromium_org/net/proxy/ |
proxy_resolver_v8.h | 102 // default Isolate will waste a few MB of memory and the runtime it took to
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
BackgroundHTMLParser.cpp | 40 // This is a waste of memory (and potentially time if the speculation fails).
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
PartitionAlloc.cpp | 61 size_t waste = pageSize - (numSlots * size); local 64 waste += sizeof(void*) * (kNumSystemPagesPerPartitionPage - i); 65 double wasteRatio = (double) waste / (double) pageSize; 556 printf("bucket size %zu (pageSize %zu waste %zu): %zu alloc/%zu commit/%zu freeable bytes, %zu/%zu/%zu full/active/free pages\n", bucketSlotSize, static_cast<size_t>(bucket.pageSize), bucketWaste, numActiveBytes, numResidentBytes, numFreeableBytes, static_cast<size_t>(bucket.numFullPages), numActivePages, numFreePages);
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/ |
vmw_screen_pools.c | 153 * not to waste memory, since a kernel buffer is a minimum 4096 bytes.
|
/external/chromium_org/ui/gfx/ |
platform_font_mac.mm | 161 // an actual font. Don't waste time working out metrics.
|
/external/elfutils/libelf/ |
elf32_xlatetof.c | 126 version and so would waste "precious" code. */
|
elf32_xlatetom.c | 127 version and so would waste "precious" code. */
|
/external/grub/lib/ |
getopt1.c | 43 and linking in this code is a waste when using the GNU C library
|
/external/guava/guava/src/com/google/common/base/internal/ |
Finalizer.java | 160 * Loop as long as we have references available so as not to waste
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
LwjglAbstractDisplay.java | 152 // If the canvas is not active, there's no need to waste time
|
/external/libvpx/libvpx/vpx_mem/include/ |
vpx_mem_tracker.h | 82 to check for memory leaks, but we do not waste cache space for bounds check padding)
|
/external/llvm/lib/Target/ARM/ |
ARMCallingConv.h | 82 // If we had R3 unallocated only, now we still must to waste it.
|
/external/llvm/lib/Transforms/Utils/ |
SimplifyInstructions.cpp | 64 // Don't waste time simplifying unused instructions.
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
vmw_screen_pools.c | 153 * not to waste memory, since a kernel buffer is a minimum 4096 bytes.
|
/libcore/luni/src/main/java/java/lang/ref/ |
SoftReference.java | 47 * early cause unnecessary work; those that are cleared too late waste memory.
|
/ndk/sources/host-tools/make-3.81/ |
getopt1.c | 43 and linking in this code is a waste when using the GNU C library
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasTransform.java | 142 // we don't waste space (unless the viewport is
|
/system/core/libutils/ |
LinearAllocator.cpp | 41 // Too high, and we may waste too much space
|
/external/mdnsresponder/mDNSCore/ |
DNSCommon.h | 136 // used to waste a lot of CPU time verifying that the names match, only then to find that the RDATA is different. 139 // (99% of the time) and then bail out before we waste time on the expensive SameDomainName() check.
|
/cts/tests/tests/security/src/android/security/cts/ |
ClonedSecureRandomTest.java | 200 // Don't waste PIDs if we're close to wrap-around to improve odds of
|