/external/zlib/src/ |
inflate.h | 30 DICTID, /* i: waiting for dictionary check value */ 33 TYPEDO, /* i: same, but skip check to exit inflate on new block */ 47 CHECK, /* i: waiting for 32-bit check value */ 49 DONE, /* finished check, done -- remain here until reset */ 68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK 77 CHECK -> LENGTH -> DONE 88 unsigned long check; /* protected copy of check value */ member in struct:inflate_state
|
/frameworks/base/core/tests/coretests/src/android/os/ |
AidlTest.java | 39 private static boolean check(TestParcelable p, int n, String s) { method in class:AidlTest 256 assertTrue("out parameter 0: " + list.get(0), check(list.get(0), 33, "asdf")); 257 assertTrue("out parameter 1: " + list.get(1), check(list.get(1), 34, "jkl;")); 258 assertTrue("out parameter 2: " + list.get(2), check(list.get(2), 34, "jkl;")); 279 assertTrue("out parameter 0: " + list.get(0), check(list.get(0), 33, "asdf")); 280 assertTrue("out parameter 1: " + list.get(1), check(list.get(1), 34, "jkl;"));
|
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/ |
OSUSocketFactory.java | 329 public void check(Certificate cert, Collection<String> unresolvedCritExts) method in class:OSUSocketFactory.EKUChecker
|
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/ |
ProcessExpressions.java | 96 Preconditions.check(updatedIntermediate instanceof IntermediateV2, "Incompatible data"
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/ |
ConstructorTest.java | 82 public int check() { method in class:ConstructorTest.ConstructorTestHelper 386 assertEquals("improper instance created", 99, test.check());
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
ServerSocketChannelImpl.java | 249 assert IOStatus.check(n);
|
/libcore/xml/src/main/java/org/kxml2/io/ |
KXmlSerializer.java | 86 private final void check(boolean close) throws IOException { method in class:KXmlSerializer 207 check(false); 312 check(false); 398 check(false); 502 check(false); 507 check(); 527 check(true); 564 check(false); 577 check(false); 617 check(false) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
ip.h | 101 __sum16 check; member in struct:iphdr
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
ip.h | 101 __sum16 check; member in struct:iphdr
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_complex.py | 37 # check that relative difference < eps 56 # both zero; check that signs match 69 """Compute complex z=x*y, and check that z/x==y and z/y==x.""" 144 def check(n, deltas, is_equal, imag = 0.0): function in function:ComplexTest.test_richcompare_boundaries 156 check(2 ** pow, range(1, 101), lambda delta: delta % mult == 0) 157 check(2 ** pow, range(1, 101), lambda delta: False, float(i)) 158 check(2 ** 53, range(-100, 0), lambda delta: True) 285 # check that the sign of a zero in the real or imaginary part 340 # check that complex accepts long unicode strings 442 x /= 3.0 # now check against floating poin [all...] |
test_py3kwarn.py | 49 def check(s): function in function:TestPy3KWarnings.test_paren_arg_names 52 check("def f((x)): pass") 53 check("def f((((x))), (y)): pass") 54 check("def f((x), (((y))), m=32): pass") 370 # For extension modules, check the __warningregistry__.
|
test_pyexpat.py | 291 def check(self, expected, label): member in class:BufferTextTest
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_complex.py | 37 # check that relative difference < eps 56 # both zero; check that signs match 69 """Compute complex z=x*y, and check that z/x==y and z/y==x.""" 144 def check(n, deltas, is_equal, imag = 0.0): function in function:ComplexTest.test_richcompare_boundaries 156 check(2 ** pow, range(1, 101), lambda delta: delta % mult == 0) 157 check(2 ** pow, range(1, 101), lambda delta: False, float(i)) 158 check(2 ** 53, range(-100, 0), lambda delta: True) 285 # check that the sign of a zero in the real or imaginary part 340 # check that complex accepts long unicode strings 442 x /= 3.0 # now check against floating poin [all...] |
test_py3kwarn.py | 49 def check(s): function in function:TestPy3KWarnings.test_paren_arg_names 52 check("def f((x)): pass") 53 check("def f((((x))), (y)): pass") 54 check("def f((x), (((y))), m=32): pass") 370 # For extension modules, check the __warningregistry__.
|
test_pyexpat.py | 291 def check(self, expected, label): member in class:BufferTextTest
|
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/ |
ip.h | 91 __u16 check; member in struct:iphdr
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/ |
ip.h | 91 __u16 check; member in struct:iphdr
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/ |
ip.h | 91 __u16 check; member in struct:iphdr
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/ |
ip.h | 91 __u16 check; member in struct:iphdr
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/ |
ip.h | 91 __u16 check; member in struct:iphdr
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/ |
ip.h | 91 __u16 check; member in struct:iphdr
|
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/ |
ip.h | 91 __u16 check; member in struct:iphdr
|
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/ |
ip.h | 91 __u16 check; member in struct:iphdr
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/ |
ip.h | 91 __u16 check; member in struct:iphdr
|
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/ |
ip.h | 91 __u16 check; member in struct:iphdr
|