/external/llvm-project/debuginfo-tests/dexter/dex/tools/view/ |
D | Tool.py | 12 from dex.heuristic import Heuristic 13 from dex.heuristic.Heuristic import add_heuristic_tool_arguments 52 heuristic = Heuristic(self.context, steps)
|
/external/llvm-project/debuginfo-tests/dexter/dex/heuristic/ |
D | __init__.py | 8 from dex.heuristic.Heuristic import Heuristic, StepValueInfo
|
D | Heuristic.py | 100 class Heuristic(object): class
|
/external/llvm-project/debuginfo-tests/dexter/ |
D | Commands.md | 59 ### Heuristic subsection 94 ### Heuristic subsection 109 ### Heuristic subsection 136 ### Heuristic subsection 163 ### Heuristic subsection 174 ### Heuristic subsection 218 ### Heuristic subsection 233 ### Heuristic subsection
|
/external/llvm-project/clang/include/clang/Tooling/ |
D | CompilationDatabase.h | 66 std::string Heuristic; member 71 LHS.Heuristic == RHS.Heuristic;
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | SerializationTests.cpp | 286 Cmd.Heuristic = "ignored"; in TEST() 303 EXPECT_NE(SerializedCmd.Heuristic, Cmd.Heuristic); in TEST()
|
/external/llvm-project/debuginfo-tests/dexter/dex/tools/test/ |
D | Tool.py | 21 from dex.heuristic import Heuristic 239 heuristic_score = Heuristic(self.context, steps)
|
/external/llvm-project/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/ |
D | Tool.py | 20 from dex.heuristic import Heuristic 152 heuristic = Heuristic(self.context, steps)
|
/external/llvm-project/debuginfo-tests/dexter/dex/tools/ |
D | TestToolBase.py | 18 from dex.heuristic.Heuristic import add_heuristic_tool_arguments
|
/external/protobuf/ |
D | CONTRIBUTORS.txt | 55 * Heuristic detection of sub-messages when printing unknown fields in
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | GlobalCompilationDatabase.cpp | 59 Cmd.Heuristic = "clangd fallback"; in getFallbackCommand()
|
D | TUScheduler.cpp | 631 FileName, Inputs.Version, Inputs.CompileCommand.Heuristic, in update()
|
/external/llvm-project/clang/lib/Tooling/ |
D | InterpolatingCompilationDatabase.cpp | 237 Result.Heuristic = "inferred from " + Cmd.Filename; in transferTo()
|
/external/llvm-project/clang/unittests/Tooling/ |
D | CompilationDatabaseTest.cpp | 748 StringRef Proxy = Results.front().Heuristic; in getProxy()
|
/external/one-true-awk/testdir/ |
D | funstack.ok | 530 Multipurpose Heuristic Program . . . . . 91--99 (or 91--98??) 2002 C. William Skinner Heuristic Approach to Inductive 2145 Charles E. Pfefferkorn Heuristic Problem Solving Design System 2346 Alberto Martelli Application of Heuristic Search Methods
|
D | funstack.in | 3726 title = "Experiments in Automatic Learning for a Multipurpose Heuristic Program", 15087 title = "Heuristic Approach to Inductive Inference in Fact Retrieval Systems", 15098 …abstract = "Heuristic procedures are presented which have been developed to perform inferences… 16244 title = "Heuristic Problem Solving Design System for Equipment or Furniture Layouts", 16261 …lanning tasks; spatial constraints; systems science and cybernetics --- Heuristic Programming; urb… 17811 title = "Application of Heuristic Search Methods to Edge and Contour Detection", 20829 …mplemented on any computer network. It is based on Baran's ``Hot Potato Heuristic Routing Doctrine…
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 10867 unsigned Heuristic = Subtarget->isThumb() ? 3 : 2; in PerformCMOVToBFICombine() local 10868 if (OrCI.countPopulation() > Heuristic) in PerformCMOVToBFICombine()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 14198 unsigned Heuristic = Subtarget->isThumb() ? 3 : 2; in PerformCMOVToBFICombine() local 14199 if (OrCI.countPopulation() > Heuristic) in PerformCMOVToBFICombine()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 15834 unsigned Heuristic = Subtarget->isThumb() ? 3 : 2; in PerformCMOVToBFICombine() local 15835 if (OrCI.countPopulation() > Heuristic) in PerformCMOVToBFICombine()
|