/cts/libs/deviceutil/src/android/cts/util/ |
PollingCheck.java | 38 protected abstract boolean check(); method in class:PollingCheck 41 if (check()) { 53 if (check()) { 63 public static void check(CharSequence message, long timeout, Callable<Boolean> condition) method in class:PollingCheck 80 protected boolean check() { method
|
/external/chromium-trace/catapult/third_party/typ/typ/tests/ |
arg_parser_test.py | 35 def check(argv, expected=None): function in function:ArgumentParserTest.test_argv_from_args 42 check(['--version']) 43 check(['--coverage', '--coverage-omit', 'foo']) 44 check(['--jobs', '3']) 45 check(['-vv'], ['--verbose', '--verbose'])
|
/external/icu/icu4c/source/tools/ |
Makefile.in | 24 check check-local check-recursive build-local check-exhaustive 35 check: all check-recursive 37 check-exhaustive: check 40 all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive: 76 check-local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/wizards/templates/ |
FmActivityToLayoutMethodTest.java | 29 private void check(String s, String expected) throws TemplateModelException { method in class:FmActivityToLayoutMethodTest 36 check("FooActivity", "activity_foo"); 40 check("FooActiv", "activity_foo"); 44 check("Foo", "activity_foo"); 48 check("", "");
|
FmEscapeXmlAttributeMethodTest.java | 29 private void check(String s, String expected) throws TemplateModelException { method in class:FmEscapeXmlAttributeMethodTest 36 check("", ""); 40 check("foo", "foo"); 44 check("<\"'>&", "<"'>&"); 48 check("foo>bar", "foo>bar");
|
FmSlashedPackageNameMethodTest.java | 29 private void check(String s, String expected) throws TemplateModelException { method in class:FmSlashedPackageNameMethodTest 36 check("", ""); 40 check("foo", "foo"); 44 check("foo.bar.baz", "foo/bar/baz"); 48 check("foo/bar/baz", "foo/bar/baz");
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_fixers.py | 36 def check(self, before, after, ignore_warnings=False): member in class:FixerTestCase 80 self.check(b, a) 88 self.check(b, a) 96 self.check(b, a) 104 self.check(b, a) 109 self.check(b, a) 114 self.check(b, a) 119 self.check(b, a) 124 self.check(b, a) 129 self.check(b, a 3009 def check(self, b, a): member in class:Test_map 3121 def check(self, b, a): member in class:Test_zip [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/ |
test_fixers.py | 36 def check(self, before, after, ignore_warnings=False): member in class:FixerTestCase 80 self.check(b, a) 88 self.check(b, a) 96 self.check(b, a) 104 self.check(b, a) 109 self.check(b, a) 114 self.check(b, a) 119 self.check(b, a) 124 self.check(b, a) 129 self.check(b, a 3009 def check(self, b, a): member in class:Test_map 3121 def check(self, b, a): member in class:Test_zip [all...] |
/prebuilts/go/darwin-x86/test/interface/ |
embed2.go | 40 func check(s string, v int64) { func 48 check("t.M()", t.M()) 49 check("pt.M()", pt.M()) 50 check("ti.M()", ti.M()) 51 check("pti.M()", pti.M()) // ERROR "pointer to interface, not interface" 52 check("s.M()", s.M()) 53 check("ps.M()", ps.M()) 56 check("i = t; i.M()", i.M()) 57 check("i = t; pi.M()", pi.M()) // ERROR "pointer to interface, not interface" 60 check("i = pt; i.M()", i.M() [all...] |
/prebuilts/go/linux-x86/test/interface/ |
embed2.go | 40 func check(s string, v int64) { func 48 check("t.M()", t.M()) 49 check("pt.M()", pt.M()) 50 check("ti.M()", ti.M()) 51 check("pti.M()", pti.M()) // ERROR "pointer to interface, not interface" 52 check("s.M()", s.M()) 53 check("ps.M()", ps.M()) 56 check("i = t; i.M()", i.M()) 57 check("i = t; pi.M()", pi.M()) // ERROR "pointer to interface, not interface" 60 check("i = pt; i.M()", i.M() [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
check.go | 5 // This file implements the Check function, which drives type-checking. 36 isLhs bool // expression is lhs operand of a shift with delayed type-check 72 // (initialized by Files, valid only for the duration of check.Files; 80 funcs []funcInfo // list of functions to type-check 94 func (check *Checker) addUnusedDotImport(scope *Scope, pkg *Package, pos token.Pos) { 95 mm := check.unusedDotImports 98 check.unusedDotImports = mm 108 // addDeclDep adds the dependency edge (check.decl -> to) if check.decl exists 109 func (check *Checker) addDeclDep(to Object) [all...] |
/prebuilts/go/linux-x86/src/go/types/ |
check.go | 5 // This file implements the Check function, which drives type-checking. 36 isLhs bool // expression is lhs operand of a shift with delayed type-check 72 // (initialized by Files, valid only for the duration of check.Files; 80 funcs []funcInfo // list of functions to type-check 94 func (check *Checker) addUnusedDotImport(scope *Scope, pkg *Package, pos token.Pos) { 95 mm := check.unusedDotImports 98 check.unusedDotImports = mm 108 // addDeclDep adds the dependency edge (check.decl -> to) if check.decl exists 109 func (check *Checker) addDeclDep(to Object) [all...] |
/art/test/004-UnsafeTest/src/ |
Main.java | 21 private static void check(int actual, int expected, String msg) { method in class:Main 28 private static void check(long actual, long expected, String msg) { method in class:Main 35 private static void check(Object actual, Object expected, String msg) { method in class:Main 52 check(unsafe.arrayBaseOffset(boolean[].class), vmArrayBaseOffset(boolean[].class), 54 check(unsafe.arrayBaseOffset(byte[].class), vmArrayBaseOffset(byte[].class), 56 check(unsafe.arrayBaseOffset(char[].class), vmArrayBaseOffset(char[].class), 58 check(unsafe.arrayBaseOffset(double[].class), vmArrayBaseOffset(double[].class), 60 check(unsafe.arrayBaseOffset(float[].class), vmArrayBaseOffset(float[].class), 62 check(unsafe.arrayBaseOffset(int[].class), vmArrayBaseOffset(int[].class), 64 check(unsafe.arrayBaseOffset(long[].class), vmArrayBaseOffset(long[].class) 93 check(t.intVar, intValue, "Unsafe.putInt(Object, long, int)"); method 101 check(t.longVar, longValue, "Unsafe.putLong(Object, long, long)"); method 109 check(t.objectVar, objectValue, "Unsafe.putObject(Object, long, Object)"); method [all...] |
/external/jsmn/ |
jsmn_test.c | 14 /* Check single condition */ 15 #define check(cond) do { if (!(cond)) fail(); } while (0) macro 53 check(r >= 0); 54 check(t[0].type == JSMN_OBJECT); 55 check(t[0].start == 0 && t[0].end == 2); 60 check(r >= 0); 61 check(t[0].type == JSMN_ARRAY); 62 check(t[0].start == 0 && t[0].end == 2); 67 check(r >= 0); 68 check(t[0].type == JSMN_OBJECT && t[0].start == 0 && t[0].end == 8) [all...] |
/libcore/ojluni/src/main/java/java/security/cert/ |
PKIXCertPathChecker.java | 37 * For example, an implementation may check for and process a critical private 44 * class. Each of the {@code PKIXCertPathChecker}s {@link #check check} 52 * check successive certificates. The {@link #init init} method is used 72 * Additional input parameters required for executing the check may be 102 * certificates will be passed to the {@link #check check} method 107 * the {@code check} method. If {@code true}, certificates 111 * {@code PKIXCertPathChecker} is unable to check certificates in 122 * its checks when certificates are presented to the {@code check} 164 public abstract void check(Certificate cert, method in class:PKIXCertPathChecker 175 public void check(Certificate cert) throws CertPathValidatorException { method in class:PKIXCertPathChecker 176 check(cert, java.util.Collections.<String>emptySet()); method [all...] |
/external/icu/icu4c/source/samples/ |
Makefile.in | 29 check check-recursive check-local check-exhaustive 43 check-samples: check-samples-recursive 45 # Note (srl 4/15/2002) do NOT recursively check samples for 2.1, look into testing them in the future. 46 #check: all check-recursive check-loca [all...] |
/art/compiler/optimizing/ |
prepare_for_register_allocation.h | 39 void VisitNullCheck(HNullCheck* check) OVERRIDE; 40 void VisitDivZeroCheck(HDivZeroCheck* check) OVERRIDE; 41 void VisitBoundsCheck(HBoundsCheck* check) OVERRIDE; 44 void VisitClinitCheck(HClinitCheck* check) OVERRIDE;
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
PollingCheck.java | 35 protected abstract boolean check(); method in class:PollingCheck 38 if (check()) { 50 if (check()) { 60 public static void check(CharSequence message, long timeoutMs, Callable<Boolean> condition) method in class:PollingCheck
|
/development/ndk/platforms/android-21/include/linux/ |
udp.h | 27 __sum16 check; member in struct:udphdr
|
/development/ndk/platforms/android-3/include/linux/ |
udp.h | 21 __u16 check; member in struct:udphdr
|
/external/clang/test/CodeGen/ |
2007-05-29-UnionCopy.c | 16 void check(union U *u, union U *v) { function
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/ |
AssertionFailedException.java | 11 package org.eclipse.wb.internal.core.utils.check;
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/ |
IViolationsOutput.java | 12 package org.jacoco.report.check;
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/check/ |
None.java | 10 package org.tukaani.xz.check; 12 public class None extends Check {
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/ |
default02.pass.cpp | 38 void check(int i); 57 check(0); 63 check(0); 78 void check(int i) function
|