/external/stlport/test/eh/ |
cray.mak | 37 check: $(TEST)
|
/external/webkit/LayoutTests/dom/xhtml/level3/core/ |
checkcharacternormalization01.js | 81 Normalize document with check-character-normalization set to false, check that 86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-check-character-normalization 111 domConfig.setParameter("check-character-normalization", false);
|
checkcharacternormalization03.js | 81 Normalize document using Node.normalize checking that "check-character-normalization" 86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-check-character-normalization 111 canSet = domConfig.canSetParameter("check-character-normalization",true); 116 domConfig.setParameter("check-character-normalization", true);
|
/external/webkit/Tools/Scripts/webkitpy/style/checkers/ |
changelog_unittest.py | 40 checker.check(changelog_data.split('\n')) 51 checker.check(changelog_data.split('\n'))
|
test_expectations.py | 76 "will fail the check." % self._file_path) 110 self._tab_checker.check(lines) 112 def check(self, lines): member in class:TestExpectationsChecker
|
/frameworks/native/libs/binder/ |
PermissionCache.cpp | 37 status_t PermissionCache::check(bool* granted, function in class:android::PermissionCache 100 if (pc.check(&granted, permission, uid) != NO_ERROR) {
|
/ndk/sources/host-tools/sed-4.2.1/ |
Makefile.am | 42 echo Skipping check --without-included-regex \
|
/ndk/tests/build/stdint-c++/jni/ |
Android.mk | 1 # The purpose of this test is to check that the definitions in <stdint.h>
|
/sdk/sdkmanager/app/ |
Android.mk | 12 # to also check the following files:
|
/external/quake/quake/src/QW/server/ |
world.c | 392 // we must fully check even when bounding boxes don't quite touch 544 // check for empty 876 edict_t *check; local 881 // check world first 886 // check all entities 890 check = NEXT_EDICT(sv.edicts); 891 for (e=1 ; e<sv.num_edicts ; e++, check = NEXT_EDICT(check)) 893 if (check->free) 895 if (check->v.solid != SOLID_BSP & [all...] |
/cts/tests/src/android/app/cts/ |
IntentServiceStub.java | 55 protected boolean check() { method
|
/cts/tests/tests/content/src/android/content/cts/ |
ClipboardManagerListenerTest.java | 62 protected boolean check() { method
|
/cts/tests/tests/widget/src/android/widget/cts/ |
VideoViewTest.java | 180 protected boolean check() { method 194 protected boolean check() { method 215 protected boolean check() { method 234 protected boolean check() { method
|
/cts/tools/signature-tools/ |
Android.mk | 61 # signature-check script 65 LOCAL_PREBUILT_EXECUTABLES := sig-check
|
/dalvik/vm/mterp/x86-atom/ |
OP_DOUBLE_TO_LONG.S | 37 fucomip %st(2), %st(0) # check for negInf 39 fucomip %st(1), %st(0) # check for posInf or NaN
|
OP_FLOAT_TO_INT.S | 37 fucomip %st(2), %st(0) # check for negInf 39 fucomip %st(1), %st(0) # check for posInf or NaN
|
OP_FLOAT_TO_LONG.S | 37 fucomip %st(2), %st(0) # check for negInf 39 fucomip %st(1), %st(0) # check for posInf or NaN
|
OP_SPUT_OBJECT.S | 36 cmp $$0, (%ecx, %eax, 4) # check for null ptr; resolved StaticField 51 cmp $$0, %eax # check if initalization failed
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
PKIXCertPathCheckerTest.java | 82 pc.check(new MyCertificate("", null), new HashSet());
|
/external/chromium/testing/gtest/scripts/test/ |
Makefile | 7 # make check - makes everything and runs the built sample test. 33 check : all
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
AdjustedReturnValueChecker.cpp | 10 // This file defines AdjustedReturnValueChecker, a simple check to see if the 27 public Checker< check::PostStmt<CallExpr> > {
|
ArrayBoundChecker.cpp | 10 // This file defines ArrayBoundChecker, which is a path-sensitive check 27 public Checker<check::Location> { 37 // Check for out of bound array element access. 85 // Array bound check succeeded. From this point forward the array bound
|
CastToStructChecker.cpp | 12 // This check corresponds to CWE-588. 26 class CastToStructChecker : public Checker< check::PreStmt<CastExpr> > {
|
CheckSizeofPointer.cpp | 1 //==- CheckSizeofPointer.cpp - Check for sizeof on pointers ------*- C++ -*-==// 10 // This file defines a check for unintended use of sizeof() on pointer 80 class SizeofPointerChecker : public Checker<check::ASTCodeBody> {
|
MacOSXAPIChecker.cpp | 33 class MacOSXAPIChecker : public Checker< check::PreStmt<CallExpr> > { 57 // Check if the first argument is stack allocated. If so, issue a warning
|