Home
last modified time | relevance | path

Searched defs:Check (Results 1 – 25 of 75) sorted by relevance

123

/external/libvpx/libvpx/test/
Dregister_state_check.h68 bool Check() const { in Check() function
119 bool Check() const { in Check() function
168 bool Check() const { in Check() function
/external/v8/test/mjsunit/regress/
Dregress-2027.js30 function Check(time) { class
Dregress-357108.js8 function Check(a) { class in TestArray
/external/v8/test/mjsunit/harmony/
Dblock-early-errors.js35 function Check(str) { class
/external/v8/tools/
Dandroid-run.py44 def Check(output, errors): function
Dnacl-run.py39 def Check(output, errors): function
/external/protobuf/gtest/test/
Dgtest_environment_test.cc111 void Check(bool condition, const char* msg) { in Check() function
/external/gtest/test/
Dgtest_environment_test.cc116 void Check(bool condition, const char* msg) { in Check() function
/external/google-breakpad/src/testing/gtest/test/
Dgtest_environment_test.cc116 void Check(bool condition, const char* msg) { in Check() function
/external/v8/src/arm64/
Dregexp-macro-assembler-arm64.cc365 __ Check(le, kOffsetOutOfRange); in CheckNotBackReferenceIgnoreCase() local
469 __ Check(le, kOffsetOutOfRange); in CheckNotBackReference() local
757 __ Check(ls, kInputStringTooLong); in GetCode() local
822 __ Check(ls, kInputStringTooLong); in GetCode() local
1118 __ Check(ls, kOffsetOutOfRange); in PushBacktrack() local
1276 __ Check(eq, kOffsetOutOfRange); in WriteStackPointerToRegister() local
1671 __ Check(eq, kOffsetOutOfRange); in LoadCurrentCharacterUnchecked() local
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DCheck.cs37 static class Check { class
/external/clang/test/SemaCXX/
Dmissing-namespace-qualifier-typo-corrections.cpp25 void Check() { // expected-note{{'Check' declared here}} in Check() function
/external/clang/tools/libclang/
DCIndexHigh.cpp444 ASTUnit::ConcurrencyCheck Check(*CXXUnit); in clang_findReferencesInFile() local
507 ASTUnit::ConcurrencyCheck Check(*CXXUnit); in clang_findIncludesInFile() local
DCXSourceLocation.cpp136 ASTUnit::ConcurrencyCheck Check(*CXXUnit); in clang_getLocation() local
DCIndexCodeCompletion.cpp690 ASTUnit::ConcurrencyCheck Check(*AST); in clang_codeCompleteAt_Impl() local
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
Dcheckerbase.py151 def Check(self, filename, source=None): member in CheckerBase
/external/v8/test/cctest/
Dtest-decls.cc141 void DeclarationContext::Check(const char* source, in Check() function in DeclarationContext
574 void Check(const char* source, in Check() function in SimpleContext
/external/clang/test/CXX/temp/temp.param/
Dp15-cxx0x.cpp39 struct Check : Bs<As>... { struct
/external/boringssl/src/tool/
Ddigest.cc222 static bool Check(const CheckModeArguments &args, const EVP_MD *md, in Check() function
/external/llvm/utils/FileCheck/
DFileCheck.cpp71 namespace Check { namespace
1032 size_t CheckString::Check(const SourceMgr &SM, StringRef Buffer, in Check() function in CheckString
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h41 inline std::error_code Check(std::error_code Err) { in Check() function
/external/v8/src/x64/
Dbuiltins-x64.cc1143 __ Check(not_smi, kUnexpectedInitialMapForInternalArrayFunction); in Generate_InternalArrayCode() local
1145 __ Check(equal, kUnexpectedInitialMapForInternalArrayFunction); in Generate_InternalArrayCode() local
1173 __ Check(not_smi, kUnexpectedInitialMapForArrayFunction); in Generate_ArrayCode() local
1175 __ Check(equal, kUnexpectedInitialMapForArrayFunction); in Generate_ArrayCode() local
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py304 def Check (self, event): member in EventTypeFilter
313 def Check (self, event): member in NoteFilter
323 def Check (self, event): member in ChannelFilter
/external/v8/src/ia32/
Dfull-codegen-ia32.cc744 __ Check(not_equal, kDeclarationInWithContext); in EmitDebugCheckDeclarationContext() local
746 __ Check(not_equal, kDeclarationInCatchContext); in EmitDebugCheckDeclarationContext() local
2505 __ Check(equal, kLetBindingReInitialization); in EmitVariableAssignment() local
3457 __ Check(zero, kNonSmiValue); in EmitOneByteSeqStringSetChar() local
3459 __ Check(zero, kNonSmiValue); in EmitOneByteSeqStringSetChar() local
3492 __ Check(zero, kNonSmiValue); in EmitTwoByteSeqStringSetChar() local
3494 __ Check(zero, kNonSmiValue); in EmitTwoByteSeqStringSetChar() local
/external/v8/src/x87/
Dfull-codegen-x87.cc741 __ Check(not_equal, kDeclarationInWithContext); in EmitDebugCheckDeclarationContext() local
743 __ Check(not_equal, kDeclarationInCatchContext); in EmitDebugCheckDeclarationContext() local
2495 __ Check(equal, kLetBindingReInitialization); in EmitVariableAssignment() local
3447 __ Check(zero, kNonSmiValue); in EmitOneByteSeqStringSetChar() local
3449 __ Check(zero, kNonSmiValue); in EmitOneByteSeqStringSetChar() local
3482 __ Check(zero, kNonSmiValue); in EmitTwoByteSeqStringSetChar() local
3484 __ Check(zero, kNonSmiValue); in EmitTwoByteSeqStringSetChar() local

123