/external/v8/src/compiler/ |
D | redundancy-elimination.h | 22 struct Check { struct 23 Check(Node* node, Check* next) : node(node), next(next) {} in Check() function 25 Check* next; argument
|
/external/libvpx/libvpx/test/ |
D | register_state_check.h | 66 void Check() const { in Check() function 112 void Check() const { in Check() function 159 void Check() const { in Check() function
|
D | avg_test.cc | 221 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/ |
D | android-run.py | 44 def Check(output, errors): function
|
/external/lzma/Java/Tukaani/src/org/tukaani/xz/check/ |
D | Check.java | 15 public abstract class Check { class
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopVersioning.cpp | 51 void LoopVersioning::setSCEVChecks(SCEVUnionPredicate Check) { in setSCEVChecks() 197 for (const auto &Check : AliasChecks) in prepareNoAliasMetadata() local
|
/external/protobuf/gtest/test/ |
D | gtest_environment_test.cc | 111 void Check(bool condition, const char* msg) { in Check() function
|
/external/googletest/googletest/test/ |
D | gtest_environment_test.cc | 116 void Check(bool condition, const char* msg) { in Check() function
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_environment_test.cc | 116 void Check(bool condition, const char* msg) { in Check() function
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_environment_test.cc | 116 void Check(bool condition, const char* msg) { in Check() function
|
/external/v8/testing/gtest/test/ |
D | gtest_environment_test.cc | 116 void Check(bool condition, const char* msg) { in Check() function
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MallocOverflowSecurityChecker.cpp | 152 auto P = [DR, Pred](const MallocOverflowCheck &Check) { in Erase() 213 denomExtVal](const MallocOverflowCheck &Check) { in CheckAssignmentExpr()
|
/external/skia/tools/skiaserve/tester/ |
D | tester.py | 24 def Check(request): function
|
/external/libchrome/base/threading/ |
D | thread_collision_warner.h | 164 explicit Check(ThreadCollisionWarner* warner) in Check() function
|
/external/gemmlowp/test/ |
D | test.h | 42 #define Check(b) \ macro
|
/external/clang/test/SemaCXX/ |
D | pass-object-size.cpp | 97 void Check() { in Check() function
|
D | missing-namespace-qualifier-typo-corrections.cpp | 25 void Check() { // expected-note{{'Check' declared here}} in Check() function
|
/external/v8/src/regexp/arm64/ |
D | regexp-macro-assembler-arm64.cc | 374 __ 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/ |
D | Check.cs | 37 static class Check { class
|
/external/clang/tools/libclang/ |
D | CIndexHigh.cpp | 444 ASTUnit::ConcurrencyCheck Check(*CXXUnit); in clang_findReferencesInFile() local 507 ASTUnit::ConcurrencyCheck Check(*CXXUnit); in clang_findIncludesInFile() local
|
/external/pdfium/xfa/fwl/ |
D | cfwl_themepart.h | 20 Check, enumerator
|
/external/clang/test/CXX/temp/temp.param/ |
D | p15-cxx0x.cpp | 39 struct Check : Bs<As>... { struct
|
/external/libtextclassifier/util/hash/ |
D | farmhash.cc | 3055 #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/ |
D | firewallsocketserver.cc | 156 bool FirewallSocketServer::Check(FirewallProtocol p, in Check() function in rtc::FirewallSocketServer
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 413 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
|