HomeSort by relevance Sort by last modified time
    Searched refs:CACHE_SIZE (Results 1 - 8 of 8) sorted by null

  /external/javassist/src/main/javassist/bytecode/
ConstPool.java 42 private static final int CACHE_SIZE = 32;
45 * A hash function for CACHE_SIZE
131 constInfoCache = new ConstInfo[CACHE_SIZE];
132 constInfoIndexCache = new int[CACHE_SIZE];
144 constInfoCache = new ConstInfo[CACHE_SIZE];
145 constInfoIndexCache = new int[CACHE_SIZE];
155 constInfoCache = new ConstInfo[CACHE_SIZE];
156 constInfoIndexCache = new int[CACHE_SIZE];
    [all...]
  /external/e2fsprogs/lib/ext2fs/
unix_io.c 80 #define CACHE_SIZE 8
81 #define WRITE_DIRECT_SIZE 4 /* Must be smaller than CACHE_SIZE */
82 #define READ_DIRECT_SIZE 4 /* Should be smaller than CACHE_SIZE */
91 struct unix_cache cache[CACHE_SIZE];
311 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) {
337 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) {
363 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) {
410 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) {
  /external/opencv/cv/src/
cvsmooth.cpp     [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 757 milliseconds