Searched defs:CACHE_SIZE (Results 1 - 18 of 18) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dunix_io.c90 #define CACHE_SIZE 8 macro
91 #define WRITE_DIRECT_SIZE 4 /* Must be smaller than CACHE_SIZE */
92 #define READ_DIRECT_SIZE 4 /* Should be smaller than CACHE_SIZE */
101 struct unix_cache cache[CACHE_SIZE];
327 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) {
353 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) {
379 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) {
426 for (i=0, cache = data->cache; i < CACHE_SIZE; i++, cache++) {
/external/strace/
H A Dsocketutils.c54 #define CACHE_SIZE 1024U macro
55 static cache_entry cache[CACHE_SIZE];
56 #define CACHE_MASK (CACHE_SIZE - 1)
/external/javassist/src/main/javassist/bytecode/
H A DConstPool.java42 private static final int CACHE_SIZE = 32; field in class:ConstPool
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];
/external/robolectric/v3/
H A Drobolectric-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/robolectric/ org/robolectric/util/ org/robolectric/res/ org/ ...
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/caliper/lib/
H A Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/joda/time/ org/joda/time/base/ ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 680 milliseconds