/ndk/build/core/ |
check-cygwin-make.mk | 16 # Check that we have a Cygwin-compatible make.
|
add-application.mk | 31 # Check that NDK_DEBUG is properly defined. If it is 51 $(call check-required-vars,$(NDK_APP_VARS_REQUIRED),$(_application_mk)) 63 # check whether APP_PLATFORM is defined. If not, look for project.properties in 111 # Check that the value of APP_PLATFORM corresponds to a known platform 121 # Check platform level (after adjustment) against android:minSdkVersion in AndroidManifest.xml 132 # Check that the value of APP_ABI corresponds to known ABIs 157 # If APP_BUILD_SCRIPT is defined, check that the file exists. 218 # check that APP_OPTIM, if defined, is either 'release' or 'debug' 237 # Check that APP_STL is defined. If not, use the default value (system) 238 # otherwise, check that the name is correct [all...] |
/ndk/sources/host-tools/make-3.81/ |
makefile.com | 100 $! Check if this is a define relating to the properties of the C/C++ 116 $! Check for properties of C/C++ compiler
|
/prebuilts/devtools/tools/ |
draw9patch.bat | 27 rem Check we have a valid Java.exe in the path.
|
jobb.bat | 30 rem Check we have a valid Java.exe in the path.
|
/sdk/apkbuilder/etc/ |
apkbuilder.bat | 27 rem Check we have a valid Java.exe in the path.
|
/sdk/hierarchyviewer/etc/ |
hierarchyviewer1.bat | 27 rem Check we have a valid Java.exe in the path.
|
/sdk/monitor/ |
monitor.bat | 23 rem Check we have a valid Java.exe in the path.
|
/external/v8/test/mjsunit/ |
mirror-object.js | 51 // Check the mirror hierachy. 56 // Check the mirror properties. 91 // Parse JSON representation and check. 105 // Check that the serialization contains all properties. 113 // Check that serialized handle is correct. 116 // Check that serialized name is correct.
|
debug-script-breakpoints.js | 46 // Check the content of the script break points. 87 // Check the content of the script break points.
|
mirror-regexp.js | 62 // Check the mirror hierachy. 68 // Check the mirror properties. 81 // Parse JSON representation and check.
|
mirror-script.js | 38 // Check the mirror hierachy. 43 // Check the mirror properties. 66 // Parse JSON representation and check.
|
mirror-unresolved-function.js | 49 // Check the mirror hierachy for unresolved functions. 55 // Check the mirror properties for unresolved functions. 68 // Parse JSON representation of unresolved functions and check.
|
regexp.js | 281 // Check for lazy RegExp literal creation 290 // Check $01 and $10 316 // Check that the back reference has two successors. See 345 // Check decimal escapes doesn't overflow. 352 // Check numbers in quantifiers doesn't overflow and doesn't throw on 384 // Check that we don't read past the end of the string. 569 // Again, to check if caching interferes. 591 // Again, to check if caching interferes. 606 // Check that properties of RegExp have the correct permissions. 633 // Check that end-anchored regexps are optimized correctly [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Tree.Tests.pas | 242 // check children of root all point at root 243 Check(C0.Parent = Root); 244 Check(C0.ChildIndex = 1); 245 Check(C1.Parent = Root); 246 Check(C1.ChildIndex = 2); 247 Check(C2.Parent = Root); 248 Check(C2.ChildIndex = 3); 370 Check(C0.Parent = R0); 372 Check(C1.Parent = R0); 374 Check(C2.Parent = R0) [all...] |
/external/llvm/lib/Target/AArch64/Disassembler/ |
AArch64Disassembler.cpp | 181 static bool Check(DecodeStatus &Out, DecodeStatus In); 186 static bool Check(DecodeStatus &Out, DecodeStatus In) { 356 // S}. Hence we want to check bit 1. 668 if (!Check(S, DecodeGPR32RegisterClass(Inst, Rt, Address, Decoder))) 670 if (!Check(S, DecodeGPR32RegisterClass(Inst, Rt2, Address, Decoder))) 674 if (!Check(S, DecodeGPR64RegisterClass(Inst, Rt, Address, Decoder))) 676 if (!Check(S, DecodeGPR64RegisterClass(Inst, Rt2, Address, Decoder))) 683 if (!Check(S, DecodeGPR64xspRegisterClass(Inst, Rn, Address, Decoder)))
|
/external/chromium/base/ |
logging.h | 58 // The CHECK(condition) macro is active in both debug and release builds and 257 // Sets the Log Assert Handler that will be used to notify of check failures. 264 // Sets the Log Report Handler that will be used to notify of check failures 342 // in debug mode. In particular, CHECK()s will always fire if they 444 // CHECK dies with a fatal error if condition is not true. It is *not* 445 // controlled by NDEBUG, so the check will be executed regardless of 448 // We make sure CHECK et al. always evaluates their arguments, as 449 // doing CHECK(FunctionWithSideEffect()) is a common idiom. 450 #define CHECK(condition) \ 452 << "Check failed: " #condition ". [all...] |
/external/llvm/test/MC/Mips/ |
mips-jump-instructions.s | 2 # Check that the assembler can handle the documented syntax 4 # CHECK: .section __TEXT,__text,regular,pure_instructions 8 # CHECK: b 1332 # encoding: [0x34,0x05,0x00,0x10] 9 # CHECK: nop # encoding: [0x00,0x00,0x00,0x00] 10 # CHECK: bc1f 1332 # encoding: [0x34,0x05,0x00,0x45] 11 # CHECK: nop # encoding: [0x00,0x00,0x00,0x00] 12 # CHECK: bc1t 1332 # encoding: [0x34,0x05,0x01,0x45] 13 # CHECK: nop # encoding: [0x00,0x00,0x00,0x00] 14 # CHECK: beq $9, $6, 1332 # encoding: [0x34,0x05,0x26,0x11] 15 # CHECK: nop # encoding: [0x00,0x00,0x00,0x00 [all...] |
mips64-register-names.s | 3 # Check that the register names are mapped to their correct numbers for n64 7 # CHECK: encoding: [0x64,0x00,0x00,0x00] 8 # CHECK: encoding: [0x64,0x01,0x00,0x00] 9 # CHECK: encoding: [0x64,0x02,0x00,0x00] 10 # CHECK: encoding: [0x64,0x03,0x00,0x00] 11 # CHECK: encoding: [0x64,0x04,0x00,0x00] 12 # CHECK: encoding: [0x64,0x05,0x00,0x00] 13 # CHECK: encoding: [0x64,0x06,0x00,0x00] 14 # CHECK: encoding: [0x64,0x07,0x00,0x00] 15 # CHECK: encoding: [0x64,0x08,0x00,0x00 [all...] |
mips-relocations.s | 2 # Check that the assembler can handle the documented syntax 4 # CHECK: .section __TEXT,__text,regular,pure_instructions 5 # CHECK: lui $2, %hi(_gp_disp) # encoding: [A,A,0x02,0x3c] 6 # CHECK: # fixup A - offset: 0, value: _gp_disp@ABS_HI, kind: fixup_Mips_HI16 7 # CHECK: addiu $2, $2, %lo(_gp_disp) # encoding: [A,A,0x42,0x24] 8 # CHECK: # fixup A - offset: 0, value: _gp_disp@ABS_LO, kind: fixup_Mips_LO16 9 # CHECK: lw $25, %call16(strchr)($gp) # encoding: [A,A,0x99,0x8f] 10 # CHECK: # fixup A - offset: 0, value: strchr@GOT_CALL, kind: fixup_Mips_CALL16 11 # CHECK: lw $3, %got(loop_1)($2) # encoding: [A,A,0x43,0x8c] 12 # CHECK: # fixup A - offset: 0, value: loop_1@GOT, kind: fixup_Mips_GOT (…) [all...] |
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/ |
AAC_E_SAMPLES.c | 187 moper.Check = cmnMemCheck;
|
/system/core/libcutils/tests/memset_mips/ |
memset_omips.S | 70 andi t0, a2, 0x4 # Check if there is at least a full
|
/external/chromium/net/base/ |
x509_certificate_unittest.cc | 24 // properly verify the EV-ness of a cert, we need to check for its revocation 441 // We also want to check a serial number where the first byte is >= 0x80 in 718 EXPECT_EQ(policy.Check(google_cert.get()), CertPolicy::UNKNOWN); 719 EXPECT_EQ(policy.Check(webkit_cert.get()), CertPolicy::UNKNOWN); 725 EXPECT_EQ(policy.Check(google_cert.get()), CertPolicy::ALLOWED); 726 EXPECT_EQ(policy.Check(webkit_cert.get()), CertPolicy::UNKNOWN); 732 EXPECT_EQ(policy.Check(google_cert.get()), CertPolicy::DENIED); 733 EXPECT_EQ(policy.Check(webkit_cert.get()), CertPolicy::UNKNOWN); 739 EXPECT_EQ(policy.Check(google_cert.get()), CertPolicy::DENIED); 740 EXPECT_EQ(policy.Check(webkit_cert.get()), CertPolicy::ALLOWED) [all...] |
/external/compiler-rt/make/ |
subdir.mk | 53 # Check for undefined required variables, and unset sentinel value from optional
|
/external/gtest/src/ |
Android.mk | 26 # TODO: The targets below have some redundancy. Check if we cannot
|