Home
last modified time | relevance | path

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

12345

/external/v8/src/compiler/
Dredundancy-elimination.h22 struct Check { struct
23 Check(Node* node, Check* next) : node(node), next(next) {} in Check() function
25 Check* next; argument
/external/libvpx/libvpx/test/
Dregister_state_check.h66 void Check() const { in Check() function
112 void Check() const { in Check() function
159 void Check() const { in Check() function
Davg_test.cc221 void Check(const int expected) { in Check() function in __anon87e324790111::SatdTest
274 void Check(const int64_t expected) { in Check() function in __anon87e324790111::BlockErrorTestFP
/external/v8/tools/
Dandroid-run.py44 def Check(output, errors): function
/external/lzma/Java/Tukaani/src/org/tukaani/xz/check/
DCheck.java15 public abstract class Check { class
/external/llvm/lib/Transforms/Utils/
DLoopVersioning.cpp51 void LoopVersioning::setSCEVChecks(SCEVUnionPredicate Check) { in setSCEVChecks()
197 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata() local
/external/protobuf/gtest/test/
Dgtest_environment_test.cc111 void Check(bool condition, const char* msg) { in Check() function
/external/googletest/googletest/test/
Dgtest_environment_test.cc116 void Check(bool condition, const char* msg) { in Check() function
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/testing/gtest/test/
Dgtest_environment_test.cc116 void Check(bool condition, const char* msg) { in Check() function
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocOverflowSecurityChecker.cpp152 auto P = [DR, Pred](const MallocOverflowCheck &Check) { in Erase()
213 denomExtVal](const MallocOverflowCheck &Check) { in CheckAssignmentExpr()
/external/skia/tools/skiaserve/tester/
Dtester.py24 def Check(request): function
/external/libchrome/base/threading/
Dthread_collision_warner.h164 explicit Check(ThreadCollisionWarner* warner) in Check() function
/external/gemmlowp/test/
Dtest.h42 #define Check(b) \ macro
/external/clang/test/SemaCXX/
Dpass-object-size.cpp97 void Check() { in Check() function
Dmissing-namespace-qualifier-typo-corrections.cpp25 void Check() { // expected-note{{'Check' declared here}} in Check() function
/external/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.cc374 __ Check(le, kOffsetOutOfRange); in CheckNotBackReferenceIgnoreCase() local
511 __ Check(le, kOffsetOutOfRange); in CheckNotBackReference() local
799 __ Check(ls, kInputStringTooLong); in GetCode() local
863 __ Check(ls, kInputStringTooLong); in GetCode() local
1166 __ Check(ls, kOffsetOutOfRange); in PushBacktrack() local
1324 __ Check(eq, kOffsetOutOfRange); in WriteStackPointerToRegister() local
1632 __ 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/tools/libclang/
DCIndexHigh.cpp444 ASTUnit::ConcurrencyCheck Check(*CXXUnit); in clang_findReferencesInFile() local
507 ASTUnit::ConcurrencyCheck Check(*CXXUnit); in clang_findIncludesInFile() local
/external/pdfium/xfa/fwl/
Dcfwl_themepart.h20 Check, enumerator
/external/clang/test/CXX/temp/temp.param/
Dp15-cxx0x.cpp39 struct Check : Bs<As>... { struct
/external/libtextclassifier/util/hash/
Dfarmhash.cc3055 #define Check(x) do { \ in Test() macro
3951 #define Check(x) do { \ in Test() macro
5205 #define Check(x) do { \ in Test() macro
6099 #define Check(x) do { \ in Test() macro
6991 #define Check(x) do { \ in Test() macro
7883 #define Check(x) do { \ in Test() macro
/external/webrtc/webrtc/base/
Dfirewallsocketserver.cc156 bool FirewallSocketServer::Check(FirewallProtocol p, in Check() function in rtc::FirewallSocketServer
/external/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp413 for (const auto &Check : Checks) { in printChecks() local
1821 [&](const RuntimePointerChecking::PointerCheck &Check) { in expandBounds()
1847 for (const auto &Check : ExpandedChecks) { in addRuntimeChecks() local
1886 Instruction *Check = BinaryOperator::CreateAnd(MemoryRuntimeCheck, in addRuntimeChecks() local

12345