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

  /external/skia/src/core/
SkChunkAlloc.cpp 71 void SkChunkAlloc::reuse() { function in class:SkChunkAlloc
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 326 * Reuse a particular cache entry for another block.
529 struct unix_cache *cache, *reuse[READ_DIRECT_SIZE]; local
554 if ((cache = find_cached_block(data, block, &reuse[0]))) {
569 if (find_cached_block(data, block+i, &reuse[i]))
580 cache = reuse[j];
594 struct unix_cache *cache, *reuse; local
627 cache = find_cached_block(data, block, &reuse);
629 cache = reuse;
  /external/webkit/JavaScriptCore/jit/
ExecutableAllocatorFixedVMPool.cpp 127 void reuse(void* position, size_t size) function in class:JSC::FixedVMPoolAllocator
137 void reuse(void*, size_t) {} function in class:JSC::FixedVMPoolAllocator
140 void reuse(void*, size_t) {} function in class:JSC::FixedVMPoolAllocator
215 // we can reuse this. Pop it off the end of m_freeList.
302 // This means that we can simply reuse all memory when allocating, without
358 // We can reuse the existing FreeListEntry node to add this back
366 // Call reuse to report to the operating system that this memory is in use.
368 reuse(result, size);
  /external/openssl/ssl/
ssltest.c 278 fprintf(stderr," -reuse - use session-id reuse\n");
477 int number=1,reuse=0; local
546 else if (strcmp(*argv,"-reuse") == 0)
547 reuse=1;
727 if (!ssl2 && !ssl3 && !tls1 && number > 1 && !reuse && !force)
731 "or add one of -ssl2, -ssl3, -tls1, -reuse\n"
1009 if (!reuse) SSL_set_session(c_ssl,NULL);
    [all...]
  /prebuilt/common/ddmlib/
ddmlib-prebuilt.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 818 milliseconds