HomeSort by relevance Sort by last modified time
    Searched defs:Finder (Results 1 - 25 of 33) sorted by null

1 2

  /external/clang/unittests/AST/
DeclTest.cpp 22 MatchFinder Finder;
24 newFrontendActionFactory(&Finder));
NamedDeclPrinterTest.cpp 69 MatchFinder Finder;
70 Finder.addMatcher(NodeMatch, &Printer);
72 newFrontendActionFactory(&Finder));
DeclPrinterTest.cpp 75 MatchFinder Finder;
76 Finder.addMatcher(NodeMatch, &Printer);
78 newFrontendActionFactory(&Finder));
    [all...]
StmtPrinterTest.cpp 74 MatchFinder Finder;
75 Finder.addMatcher(NodeMatch, &Printer);
77 newFrontendActionFactory(&Finder));
MatchVerifier.h 80 MatchFinder Finder;
81 Finder.addMatcher(AMatcher.bind(""), this);
83 tooling::newFrontendActionFactory(&Finder));
  /external/chromium_org/sandbox/win/tools/finder/
finder.cc 7 #include "sandbox/win/tools/finder/finder.h"
9 Finder::Finder() {
19 Finder::~Finder() {
24 DWORD Finder::Init(sandbox::TokenLevel token_type,
44 DWORD Finder::Scan() {
finder.h 9 #include "sandbox/win/tools/finder/ntundoc.h"
49 // The finder class handles the search of objects (file system, registry, kernel
53 class Finder {
55 Finder();
56 ~Finder();
  /external/llvm/lib/Analysis/
ModuleDebugInfoPrinter.cpp 29 DebugInfoFinder Finder;
54 Finder.processModule(M);
59 for (DICompileUnit CU : Finder.compile_units()) {
65 for (DISubprogram S : Finder.subprograms()) {
71 for (DIGlobalVariable GV : Finder.global_variables()) {
77 for (DIType T : Finder.types()) {
  /external/clang/unittests/Tooling/
RefactoringCallbacksTest.cpp 26 MatchFinder Finder;
27 Finder.addMatcher(AMatcher, &Callback);
29 tooling::newFrontendActionFactory(&Finder));
  /external/droiddriver/src/com/google/android/droiddriver/finders/
Finder.java 25 public interface Finder {
27 * Returns the matching UiElement. The implementing finder should not poll.
41 * It is recommended that this method return the description of the finder,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/test/
finder_unittest.py 28 from webkitpy.test.finder import Finder
43 self.finder = Finder(self.fs)
44 self.finder.add_tree('/foo', 'bar')
45 self.finder.add_tree('/foo2')
61 self.assertEqual(self.finder.additional_paths(['/usr']),
65 self.assertTrue(self.finder.is_module('bar.baz'))
66 self.assertTrue(self.finder.is_module('bar2.baz2'))
67 self.assertTrue(self.finder.is_module('bar2.baz2_integrationtest')
    [all...]
finder.py 75 class Finder(object):
main.py 39 from webkitpy.test.finder import Finder
80 self.finder = Finder(self.filesystem)
86 self.finder.add_tree(top_directory, starting_subdirectory)
89 self.finder.skip(names, reason, bugid)
120 sys.path = self.finder.additional_paths(sys.path) + sys.path
135 self.finder.clean_trees()
137 names = self.finder.find_names(args, self._options.all)
185 if self.finder.is_module(name)
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 33 // MatchFinder finder;
34 // finder.AddMatcher(Id("id", record(hasName("::a_namespace::AClass"))),
36 // return Tool.Run(newFrontendActionFactory(&finder));
243 MatchFinder Finder;
244 Finder.addMatcher(Matcher, &Callback);
245 Finder.match(Node, Context);
  /external/llvm/unittests/Transforms/DebugIR/
DebugIR.cpp 270 DebugInfoFinder Finder;
271 Finder.processModule(*M);
272 ASSERT_EQ((unsigned)1, Finder.compile_unit_count());
282 DICompileUnit CU(*Finder.compile_units().begin());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macostools.py 3 mkalias(src, dst) - Create a finder alias 'dst' pointing to 'src'
33 """Create a finder alias"""
76 """Tell the finder a file has changed. No-op on MacOSX."""
82 """Tell the finder a file has changed"""
86 import Finder
87 f = Finder.Finder()
91 """Copy a file, including finder info, resource fork, etc"""
findertools.py 1 """Utility routines depending on the finder,
10 the Finder returns the process *names* which can then be
12 the Finder returns a code which does not seem to work.
21 import Finder
37 """returns basic (recyclable) Finder AE interface object"""
40 _finder_talker = Finder.Finder()
46 """Open a file thru the finder. Specify file by name or fsspec"""
47 finder = _getfinder()
49 return finder.open(fss
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.h 66 MatchFinder Finder;
68 Finder.addMatcher(AMatcher, &VerifyFound);
70 if (!Finder.addDynamicMatcher(AMatcher, &VerifyDynamicFound))
73 newFrontendActionFactory(&Finder));
113 MatchFinder Finder;
115 Finder.addMatcher(AMatcher, &VerifyVerifiedResult);
117 newFrontendActionFactory(&Finder));
136 Finder.matchAST(AST->getASTContext());
ASTMatchersTest.cpp 45 TEST(Finder, DynamicOnlyAcceptsSomeMatchers) {
46 MatchFinder Finder;
47 EXPECT_TRUE(Finder.addDynamicMatcher(decl(), nullptr));
48 EXPECT_TRUE(Finder.addDynamicMatcher(callExpr(), nullptr));
49 EXPECT_TRUE(Finder.addDynamicMatcher(constantArrayType(hasSize(42)),
53 EXPECT_FALSE(Finder.addDynamicMatcher(isArrow(), nullptr));
54 EXPECT_FALSE(Finder.addDynamicMatcher(hasSize(2), nullptr));
55 EXPECT_FALSE(Finder.addDynamicMatcher(hasName("x"), nullptr));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
__init__.py 2 Package generated from /System/Library/CoreServices/Finder.app
6 warnpy3k("In 3.x, the Finder package is removed.", stacklevel=2)
36 'CoRe' : ('Finder.Standard_Suite', 'Standard_Suite'),
37 'fleg' : ('Finder.Legacy_suite', 'Legacy_suite'),
38 'fndr' : ('Finder.Containers_and_folders', 'Containers_and_folders'),
39 'fndr' : ('Finder.Files', 'Files'),
40 'fndr' : ('Finder.Finder_Basics', 'Finder_Basics'),
41 'fndr' : ('Finder.Finder_items', 'Finder_items'),
42 'fndr' : ('Finder.Window_classes', 'Window_classes'),
43 'tpdf' : ('Finder.Type_Definitions', 'Type_Definitions')
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.h 215 class LIBPROTOBUF_EXPORT Finder {
217 virtual ~Finder();
301 void SetFinder(Finder* finder) {
302 finder_ = finder;
335 Finder* finder_;
  /external/llvm/lib/Transforms/Utils/
CloneFunction.cpp 158 static MDNode* FindSubprogram(const Function *F, DebugInfoFinder &Finder) {
159 for (DISubprogram Subprogram : Finder.subprograms()) {
181 DebugInfoFinder Finder;
182 Finder.processModule(*OldFunc->getParent());
184 const MDNode *OldSubprogramMDNode = FindSubprogram(OldFunc, Finder);
192 for (DICompileUnit CU : Finder.compile_units()) {
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 216 delete Finder;
280 Finder = new DebugInfoFinder();
281 Finder->processModule(*M);
288 DebugInfoFinder* Finder;
299 unsigned SubprogramCount = Finder->subprogram_count();
302 auto Iter = Finder->subprograms().begin();
316 EXPECT_EQ(2U, Finder->compile_unit_count());
318 auto Iter = Finder->compile_units().begin();
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 84 ASTMatchFinder *Finder,
90 Finder(Finder),
250 if (Matcher->matches(ast_type_traits::DynTypedNode::create(Node), Finder,
258 if (Matcher->matches(ast_type_traits::DynTypedNode::create(Node), Finder,
280 ASTMatchFinder *const Finder;
741 MatchASTConsumer(MatchFinder *Finder,
743 : Finder(Finder), ParsingDone(ParsingDone) {}
750 Finder->matchAST(Context)
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 155 DebugInfoFinder Finder;
174 Finder(), Filename(Filename), Directory(Directory), FileNode(nullptr),
176 Finder.processModule(M);
183 if (Finder.compile_unit_count() > 1)
186 createCompileUnit(Finder.compile_unit_count() == 1 ?
187 (MDNode*)*Finder.compile_units().begin() : nullptr);
324 << " in a list of " << Finder.subprogram_count()
328 for (DISubprogram S : Finder.subprograms()) {

Completed in 514 milliseconds

1 2