Searched refs:Search (Results 1 - 25 of 45) sorted by relevance

12

/external/clang/test/CXX/conv/conv.qual/
H A Dpr6089.cpp16 void first_finder( const char*& Search )
18 make_range( Search, is_char_ptr(Search) );
/external/llvm/autoconf/m4/
H A Dcheck_gnu_make.m47 dnl Search all the common names for GNU make
/external/llvm/projects/sample/autoconf/m4/
H A Dcheck_gnu_make.m47 dnl Search all the common names for GNU make
/external/llvm/include/llvm/ADT/
H A DDeltaAlgorithm.h63 /// Search - Search for a subset (or subsets) in \p Sets which can be
69 bool Search(const changeset_ty &Changes, const changesetlist_ty &Sets,
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dclosurizednamespacesinfo.py138 namespace = tokenutil.Search(token, TokenType.STRING_TEXT).string
167 namespace = tokenutil.Search(token, TokenType.STRING_TEXT).string
309 namespace = tokenutil.Search(token, TokenType.STRING_TEXT).string
324 namespace = tokenutil.Search(token, TokenType.STRING_TEXT).string
361 doc_start = tokenutil.Search(token, TokenType.DOC_START_BRACE)
362 interface = tokenutil.Search(doc_start, TokenType.COMMENT)
382 # Search backward to determine if this token is the first token of the
395 # Search forward to find other parts of this identifier separated by white
H A Drequireprovidesorter.py196 name = tokenutil.Search(token, Type.STRING_TEXT).string
231 object_name = tokenutil.Search(token, Type.STRING_TEXT).string
H A Dstatetracker.py208 interesting_token = tokenutil.Search(search_start_token,
444 found returns None and changes no tokens. Search is abandoned when a
902 identifier = tokenutil.Search(last_code, Type.SIMPLE_LVALUE, None, True)
916 next_token = tokenutil.Search(next_token, Type.FUNCTION_NAME, 2)
H A Dtokenutil.py147 def Search(start_token, token_types, distance=None, reverse=False): function
H A Djavascriptlintrules.py328 namespace = tokenutil.Search(token, Type.STRING_TEXT).string
359 namespace = tokenutil.Search(token, Type.STRING_TEXT).string
/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/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))
/external/regex-re2/re2/testing/
H A Dbacktrack.cc53 bool Search(const StringPiece& text, const StringPiece& context,
62 // Search parameters
72 // Search state
94 bool Backtracker::Search(const StringPiece& text, const StringPiece& context, function in class:re2::Backtracker
123 // to text, so have to reallocate on each call to Search.
247 if (!b.Search(text, context, anchored, longest, match, nmatch))
H A Dregexp_benchmark.cc61 fprintf(stderr, "Search: %7lld bytes (peak=%lld)\n", mc.HeapGrowth(), mc.PeakHeapGrowth());
150 void Search(int iters, int nbytes, const char* regexp, SearchImpl* search) { function in namespace:re2
179 void Search_Easy0_CachedDFA(int i, int n) { Search(i, n, EASY0, SearchCachedDFA); }
180 void Search_Easy0_CachedNFA(int i, int n) { Search(i, n, EASY0, SearchCachedNFA); }
181 void Search_Easy0_CachedPCRE(int i, int n) { Search(i, n, EASY0, SearchCachedPCRE); }
182 void Search_Easy0_CachedRE2(int i, int n) { Search(i, n, EASY0, SearchCachedRE2); }
191 void Search_Easy1_CachedDFA(int i, int n) { Search(i, n, EASY1, SearchCachedDFA); }
192 void Search_Easy1_CachedNFA(int i, int n) { Search(i, n, EASY1, SearchCachedNFA); }
193 void Search_Easy1_CachedPCRE(int i, int n) { Search(i, n, EASY1, SearchCachedPCRE); }
194 void Search_Easy1_CachedRE2(int i, int n) { Search(
[all...]
/external/libpng/scripts/
H A Dmakevms.com20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
110 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
123 $ AFile = F$Search(File)
/external/libpng/contrib/gregbook/
H A Dmakevms.com100 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
113 $ AFile = F$Search(File)
/external/libpng/contrib/pngminus/
H A Dmakevms.com60 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
73 $ AFile = F$Search(File)
/external/libvpx/libvpx/examples/includes/geshi/geshi/
H A Dtsql.php175 //Full-Text Search Procedures
/external/llvm/unittests/IR/
H A DMetadataTest.cpp130 TEST(NamedMDNodeTest, Search) {
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp229 bool Search(StringRef S, bool EnsureStartOfWord = false) { function in class:__anon3799::ParseHelper
286 // Search for token: expected
287 if (!PH.Search("expected", true))
412 // Search for token: }}
413 if (!PH.Search("}}")) {
/external/llvm/lib/Support/Unix/
H A DProgram.inc66 // At this point, the file name is valid and does not contain slashes. Search
/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);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/www/projectName/
H A Dsearchcvs.php59 <h3>Search</h3>
130 $pageTitle = "Eclipse Tools - Search CVS";
/external/openfst/src/include/fst/
H A Dmatcher.h237 if (Search()) {
254 Search();
306 bool Search();
326 bool SortedMatcher<F>::Search() { function in class:fst::SortedMatcher
/external/clang/utils/TableGen/
H A DClangAttrEmitter.cpp701 Record *Search = 0) {
702 if (!Search)
703 Search = &Arg;
706 llvm::StringRef ArgName = Search->getName();
733 std::vector<Record*> Bases = Search->getSuperClasses();

Completed in 499 milliseconds

12