Searched refs:cachesize (Results 1 - 11 of 11) sorted by relevance

/external/autotest/client/tests/kvm/scripts/
H A Dvirtio_console_guest.py174 cachesize=1024, method=0):
179 @param cachesize: Block to receive and send.
188 self.cachesize = cachesize
199 data += os.read(desc, self.cachesize)
225 data += os.read(i[0], self.cachesize)
244 data += os.read(desc, self.cachesize)
541 def loopback(self, in_files, out_files, cachesize=1024, mode=LOOP_NONE):
549 @param cachesize: Cachesize.
557 s = self.Switch(in_f, out_f, self.exit_thread, cachesize, mod
[all...]
/external/dnsmasq/src/
H A Dcache.c81 bignames_left = daemon->cachesize/10;
83 if (daemon->cachesize > 0)
85 crecp = safe_malloc(daemon->cachesize*sizeof(struct crec));
87 for (i=0; i < daemon->cachesize; i++, crecp++)
96 rehash(daemon->cachesize);
871 int i, total_size = daemon->cachesize;
901 if (daemon->cachesize > 0)
1131 daemon->cachesize, cache_live_freed, cache_inserted);
H A Ddnsmasq.c463 else if (daemon->cachesize != 0)
464 my_syslog(LOG_INFO, _("started, version %s cachesize %d"), VERSION, daemon->cachesize);
H A Ddnsmasq.h626 int cachesize, ftabsize; member in struct:daemon
H A Doption.c232 { 'c', ARG_ONE, "cachesize", gettext_noop("Specify the size of the cache in entries (defaults to %s)."), "$" },
1518 daemon->cachesize = size;
2776 daemon->cachesize = CACHESIZ;
/external/robolectric/v3/runtime/
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 ...
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-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/ ...

Completed in 114 milliseconds