Searched defs:cachesize (Results 1 - 19 of 19) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
H A Dtest_basics.py37 cachesize = (0, 1024*1024, 1) variable in class:BasicTestCase
71 self.d.set_cachesize(*self.cachesize)
72 cachesize = self.d.get_cachesize()
73 self.assertEqual(cachesize[0], self.cachesize[0])
74 self.assertEqual(cachesize[2], self.cachesize[2])
77 self.assertEqual(125, int(100.0*cachesize[1]/self.cachesize[1]))
90 self.d.set_cachesize, *self.cachesize)
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
H A Dtest_basics.py37 cachesize = (0, 1024*1024, 1) variable in class:BasicTestCase
71 self.d.set_cachesize(*self.cachesize)
72 cachesize = self.d.get_cachesize()
73 self.assertEqual(cachesize[0], self.cachesize[0])
74 self.assertEqual(cachesize[2], self.cachesize[2])
77 self.assertEqual(125, int(100.0*cachesize[1]/self.cachesize[1]))
90 self.d.set_cachesize, *self.cachesize)
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
H A Dtest_basics.py37 cachesize = (0, 1024*1024, 1) variable in class:BasicTestCase
71 self.d.set_cachesize(*self.cachesize)
72 cachesize = self.d.get_cachesize()
73 self.assertEqual(cachesize[0], self.cachesize[0])
74 self.assertEqual(cachesize[2], self.cachesize[2])
77 self.assertEqual(125, int(100.0*cachesize[1]/self.cachesize[1]))
90 self.d.set_cachesize, *self.cachesize)
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
H A Dtest_basics.py37 cachesize = (0, 1024*1024, 1) variable in class:BasicTestCase
71 self.d.set_cachesize(*self.cachesize)
72 cachesize = self.d.get_cachesize()
73 self.assertEqual(cachesize[0], self.cachesize[0])
74 self.assertEqual(cachesize[2], self.cachesize[2])
77 self.assertEqual(125, int(100.0*cachesize[1]/self.cachesize[1]))
90 self.d.set_cachesize, *self.cachesize)
[all...]
/prebuilts/misc/common/robolectric/android-all/
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.1.2_r1-robolectric-r1.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/images/android-logo-mask ...
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.2.2_r1.2-robolectric-r1.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/images/android-logo-mask ...
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.3_r2-robolectric-r1.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/images/android-logo-mask ...
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.4_r1-robolectric-r2.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/images/android-logo-mask ...
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.0.2_r3-robolectric-r0.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/images/android-logo-mask ...
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-5.1.1_r9-robolectric-r2.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/images/android-logo-mask ...
H A Dandroid-all-6.0.1_r3-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF sun/ sun/misc/ sun/misc/Unsafe.class Unsafe. ...
H A Dandroid-all-6.0.1_r3-robolectric-r1.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/images/android-logo-mask ...
H A Dandroid-all-6.0.0_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 3052 milliseconds