/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/ |
udp.h | 27 __sum16 check; member in struct:udphdr
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
udp.h | 27 __sum16 check; member in struct:udphdr
|
/prebuilts/ndk/current/platforms/android-24/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,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/ |
FmEscapeXmlTextMethodTest.java | 29 private void check(String s, String expected) throws TemplateModelException { method in class:FmEscapeXmlTextMethodTest 36 check("", ""); 40 check("foo", "foo"); 44 check("<\"'>&", "<\"'>&");
|
FmExtractLettersMethodTest.java | 29 private void check(String s, String expected) throws TemplateModelException { method in class:FmExtractLettersMethodTest 36 check("", ""); 40 check("foo", "foo"); 44 check("<\"'>&foo ", "foo");
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/ |
Limit.java | 12 package org.jacoco.report.check; 74 * @return the configured counter entity to check 81 * Sets the counter entity to check. 84 * counter entity to check 92 * @return the configured value to check 99 * Sets the value to check. 102 * value to check 151 String check(final ICoverageNode node) { method in class:Limit
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/ |
BlockInputStream.java | 18 import org.tukaani.xz.check.Check; 24 private final Check check; field in class:BlockInputStream 37 Check check, boolean verifyCheck, 42 this.check = check; 63 // Check for reserved bits in Block Flags. 82 - headerSize - check.getSize() [all...] |
/art/test/022-interface/src/ |
Main.java | 40 static void check(boolean z) { method in class:Main 91 check(o.equals(null)); 92 check(o.hashCode() == 0xC001D00D); 93 check(o.toString().equals("Mallet's Mallet")); 94 check(subObjectOverrideTests(new SubInterfaceImpl()) != null);
|
/art/test/072-precise-gc/src/ |
Main.java | 29 check(wrefs); 65 static void check(WeakReference[] wrefs) { method in class:Main
|
/art/test/121-modifiers/src/ |
Main.java | 17 // These classes are to check the additional flags for inner classes. 78 check("Inf"); 79 check("NonInf"); 80 check("A"); 81 check("A$B"); 84 private static void check(String className) throws Exception { method in class:Main 108 // Check fields. 118 // Interface field, just check generically. 120 // Check the name, see that the corresponding bit is set. 128 // Check methods [all...] |
/cts/tests/tests/content/src/android/content/cts/ |
ClipboardManagerListenerTest.java | 62 protected boolean check() { method
|
/external/autotest/client/bin/ |
test_config.py | 74 raise ValueError('No value for option %s. Please check your ' 114 def check(self, section): member in class:config_loader 116 Check if the config file has valid values 137 Check if a option has a valid value
|
/external/autotest/client/site_tests/security_HardlinkRestrictions/ |
security_HardlinkRestrictions.py | 41 def check(self, boolean, msg, fatal=False): member in class:security_HardlinkRestrictions 92 # Check and clean up hardlink if it was created. 178 self.check(os.path.exists(sysctl), "%s exists" % (sysctl), fatal=True) 179 self.check(open(sysctl).read() == '1\n', "%s enabled" % (sysctl),
|
/external/autotest/client/site_tests/security_ModuleLocking/ |
security_ModuleLocking.py | 27 def check(self, boolean, msg, fatal=False): member in class:security_ModuleLocking 29 Check boolean state and report condition to log. 48 @param module: name of module to check 171 Check that the fd-based module loading syscall is enforcing the 180 # Check that the sysctl is either missing or set to 1. 183 self.check(open(sysctl).read() == '1\n', "%s enabled" % (sysctl)) 185 # Check the enforced state is to deny non-rootfs module loads. 188 self.check(loaded == False, "cannot load %s from /tmp" % (module)) 190 # Check old API fails when enforcement enabled. 192 self.check(loaded == False, "cannot load %s with old API" % (module) [all...] |
/external/autotest/client/site_tests/security_SymlinkRestrictions/ |
security_SymlinkRestrictions.py | 42 def check(self, boolean, msg, fatal=False): member in class:security_SymlinkRestrictions 55 self.check(cat.exit_status != 0, 58 self.check(cat.stdout != content, 62 self.check(cat.exit_status == 0, 65 self.check(cat.stdout == content, 73 self.check(rc != 0, "%s unwritable by %s (exit status %d)" % 76 self.check(rc == 0, "%s writable by %s (exit status %d)" % 83 self.check(os.path.exists(chk_path) == False, 87 self.check(os.path.exists(chk_path), 93 self.check(not os.path.exists(chk_path) [all...] |
/external/chromium-trace/catapult/third_party/Paste/tests/test_auth/ |
test_auth_digest.py | 33 def check(username, password, path="/"): function 52 assert b'bing' == check("bing","gnib") 53 assert check("bing","bad") is None
|
/external/chromium-trace/catapult/third_party/typ/typ/ |
test_case.py | 68 def check(self, cmd=None, stdin=None, env=None, aenv=None, files=None, member in class:MainTestCase
|
/external/clang/test/CXX/over/over.over/ |
p2-resolve-single-template-id.cpp | 35 void check() function in namespace:DontAllowUnresolvedOverloadedExpressionInAnUnusedExpression 43 // check the template function case 44 template<class T> void check() function in namespace:DontAllowUnresolvedOverloadedExpressionInAnUnusedExpression
|
/external/clang/test/CodeGen/ |
attr-mode-vector-types.c | 10 void check() { function 11 // CHECK: alloca <4 x i8> 13 // CHECK: alloca <8 x i8> 15 // CHECK: alloca <4 x i32> 17 // CHECK: alloca <8 x i64> 19 // CHECK: alloca <32 x float> 21 // CHECK: alloca <32 x double> 25 // CHECK: ret i32 4 28 // CHECK: ret i32 8 31 // CHECK: ret i32 1 [all...] |