/ndk/tests/device/test-stlport_shared-exception/jni/ |
catch9.cpp | 26 void check(D *d) function 113 check (&d); // try with an object 114 check ((D *)0); // try with no object
|
catch9p.cpp | 26 void check(D *d) function 113 check (&d); // try with an object 114 check ((D *)0); // try with no object
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
catch3.cpp | 6 // We cannot catch an ambiguous base class. Check with a non-virtual public 27 void check(D *d) function 119 check (&d); // try with an object 120 check ((D *)0); // try with no object
|
catch3p.cpp | 6 // We cannot catch an ambiguous base class. Check with a non-virtual 26 void check(D *d) function 113 check (&d); // try with an object 114 check ((D *)0); // try with no object
|
catch4.cpp | 6 // We cannot catch an ambiguous base class. Check with a virtual public 26 void check(D *d) function 110 check (&d); // try with an object 111 check ((D *)0); // try with no object
|
catch4p.cpp | 6 // We cannot catch an ambiguous base class. Check with a virtual 26 void check(D *d) function 110 check (&d); // try with an object 111 check ((D *)0); // try with no object
|
catch5.cpp | 28 void check(D *d) function 150 check (&d); // try with an object 151 check ((D *)0); // try with no object
|
catch8.cpp | 25 void check(D *d) function 106 check (&d); // try with an object 107 check ((D *)0); // try with no object
|
catch8p.cpp | 25 void check(D *d) function 107 check (&d); // try with an object 108 check ((D *)0); // try with no object
|
catch9.cpp | 26 void check(D *d) function 113 check (&d); // try with an object 114 check ((D *)0); // try with no object
|
catch9p.cpp | 26 void check(D *d) function 113 check (&d); // try with an object 114 check ((D *)0); // try with no object
|
/packages/apps/Mms/src/com/android/mms/drm/ |
DrmUtils.java | 59 * Check if content may be forwarded according to DRM 68 // first check if the URI is registered as DRM in DRM-framework 70 int check = drmManagerClient.checkRightsStatus(uri.toString(), action); local 71 return (check == DrmStore.RightsStatus.RIGHTS_VALID);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
udp.h | 26 __sum16 check; member in struct:udphdr
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netinet/ |
udp.h | 73 u_int16_t check; member in struct:udphdr
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
udp.h | 26 __sum16 check; member in struct:udphdr
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/ |
udp.h | 73 u_int16_t check; member in struct:udphdr
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/ |
udp.h | 27 __sum16 check; member in struct:udphdr
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/ |
udp.h | 27 __sum16 check; member in struct:udphdr
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/ |
udp.h | 27 __sum16 check; member in struct:udphdr
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_check.py | 2 """Tests for distutils.command.check.""" 6 from distutils.command.check import check, HAS_DOCUTILS namespace 18 cmd = check(dist) 28 # by default, check is checking the metadata 63 cmd = check(dist) 81 cmd = check(dist)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_complex_args.py | 8 def check(self, func, expected, *args): member in class:ComplexArgsTestCase 20 self.check(f, 1, 1) 23 self.check(f, 2, 2) 29 self.check(f, 3, (3,)) 31 self.check(f, 4, (4,)) 33 self.check(f, 5, (5,)) 35 self.check(f, 6, (6,)) 41 self.check(f, 2, ((2,),)) 47 self.check(f, 3, (((3,),),)) 53 self.check(f, (3, 9, 8, 7), (((3,),),), 9, 8, 7 [all...] |
test_sha.py | 17 def check(self, data, digest): member in class:SHATestCase 18 # Check digest matches the expected value 28 # Check hexdigest() output matches digest()'s output 36 self.check("abc", 40 self.check("abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq", 44 self.check("a" * 1000000, 48 self.check(chr(0xAA) * 80,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_check.py | 2 """Tests for distutils.command.check.""" 6 from distutils.command.check import check, HAS_DOCUTILS namespace 18 cmd = check(dist) 28 # by default, check is checking the metadata 63 cmd = check(dist) 81 cmd = check(dist)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_complex_args.py | 8 def check(self, func, expected, *args): member in class:ComplexArgsTestCase 20 self.check(f, 1, 1) 23 self.check(f, 2, 2) 29 self.check(f, 3, (3,)) 31 self.check(f, 4, (4,)) 33 self.check(f, 5, (5,)) 35 self.check(f, 6, (6,)) 41 self.check(f, 2, ((2,),)) 47 self.check(f, 3, (((3,),),)) 53 self.check(f, (3, 9, 8, 7), (((3,),),), 9, 8, 7 [all...] |
test_sha.py | 17 def check(self, data, digest): member in class:SHATestCase 18 # Check digest matches the expected value 28 # Check hexdigest() output matches digest()'s output 36 self.check("abc", 40 self.check("abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq", 44 self.check("a" * 1000000, 48 self.check(chr(0xAA) * 80,
|