Searched defs:Search (Results 1 - 10 of 10) sorted by relevance

/external/llvm/lib/Support/
H A DDeltaAlgorithm.cpp55 if (Search(Changes, Sets, Res))
69 bool DeltaAlgorithm::Search(const changeset_ty &Changes, function in class:DeltaAlgorithm
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dtokenutil.py147 def Search(start_token, token_types, distance=None, reverse=False): function
/external/regex-re2/re2/
H A Dbitstate.cc36 // The usual Search prototype.
37 // Can only call Search once per BitState.
38 bool Search(const StringPiece& text, const StringPiece& context,
48 // Search parameters
58 // Search state
292 // Search text (within context) for prog_.
293 bool BitState::Search(const StringPiece& text, const StringPiece& context, function in class:re2::BitState
296 // Search parameters.
371 if (!b.Search(text, context, anchored, longest, match, nmatch))
H A Dnfa.cc50 bool Search(const StringPiece& text, const StringPiece& context,
116 Threadq q0_, q1_; // pre-allocated for Search.
400 bool NFA::Search(const StringPiece& text, const StringPiece& const_context, function in class:re2::NFA
454 fprintf(stderr, "NFA::Search %s (context: %s) anchored=%d longest=%d\n",
701 if (!nfa.Search(text, context, anchor == kAnchored, kind != kFirstMatch, match, nmatch))
H A Ddfa.cc75 bool Search(const StringPiece& text, const StringPiece& context,
223 // Search parameters
254 // Before each search, the parameters to Search are analyzed by
1118 // this invocation of Search() has already reset the
1703 bool DFA::Search(const StringPiece& text, function in class:re2::DFA
1865 bool matched = dfa->Search(text, context, anchored,
/external/v8/src/
H A Dstring-search.h36 // String Search object.
101 int Search(Vector<const SubjectChar> subject, int index) { function in class:v8::internal::StringSearch
206 // Single Character Pattern Search Strategy
240 // Linear Search Strategy
559 // object should be constructed once and the Search function then called
567 return search.Search(subject, start_index);
H A Dobjects-inl.h1887 int DescriptorArray::Search(String* name) { function in class:v8::internal::DescriptorArray
1908 number = Search(name);
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp229 bool Search(StringRef S) { function in class:__anon118::ParseHelper
273 // Search for token: expected
274 if (!PH.Search("expected"))
385 // Search for token: }}
386 if (!PH.Search("}}")) {
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1705 // Search for a SCEV subexpression that is not safe to expand. Any expression
1739 SCEVFindUnsafe Search; local
1740 visitAll(S, Search);
1741 return !Search.IsUnsafe;
/external/chromium/chrome/browser/ui/
H A Dbrowser.cc1541 void Browser::Search() { function in class:Browser
1556 FROM_HERE, method_factory_.NewRunnableMethod(&Browser::Search));
2223 case IDC_SEARCH: Search(); break;

Completed in 189 milliseconds