/frameworks/base/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 | 219 protected boolean check() { method 233 protected boolean check() { method 259 protected boolean check() { method 283 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 79 class SizeofPointerChecker : public Checker<check::ASTCodeBody> {
|
DivZeroChecker.cpp | 10 // This defines DivZeroChecker, a builtin check in ExprEngine that performs 25 class DivZeroChecker : public Checker< check::PreStmt<BinaryOperator> > { 53 // Check for divide by zero.
|
MacOSXAPIChecker.cpp | 33 class MacOSXAPIChecker : public Checker< check::PreStmt<CallExpr> > { 57 // Check if the first argument is stack allocated. If so, issue a warning
|
NSAutoreleasePoolChecker.cpp | 11 // about subpar uses of NSAutoreleasePool. Note that while the check itself 12 // (in its current form) could be written as a flow-insensitive check, in 33 : public Checker<check::PreObjCMessage> {
|
NSErrorChecker.cpp | 10 // This file defines a CheckNSError, a flow-insenstive check 40 : public Checker< check::ASTDecl<ObjCMethodDecl> > { 88 : public Checker< check::ASTDecl<FunctionDecl> > { 152 : public Checker< check::Location, 153 check::Event<ImplicitNullDerefEvent> > { 226 // SVal so that we can later check it when handling the
|
ObjCAtSyncChecker.cpp | 10 // This defines ObjCAtSyncChecker, a builtin check that checks for null pointers 28 : public Checker< check::PreStmt<ObjCAtSynchronizedStmt> > { 61 // Check for null mutexes.
|
PointerArithChecker.cpp | 26 : public Checker< check::PreStmt<BinaryOperator> > {
|