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

12

/external/clang/test/CXX/conv/conv.qual/
H A Dpr6089.cpp15 void first_finder( const char*& Search )
17 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 \arg 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
H A Dclosurizednamespacesinfo_test.py134 token = tokenutil.Search(token.next, TokenType.IDENTIFIER)
H A Derror_fixer.py209 end_quote = tokenutil.Search(token, Type.DOUBLE_QUOTE_STRING_END)
/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))
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/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/examples/includes/geshi/geshi/
H A Dtsql.php175 //Full-Text Search Procedures
/external/llvm/unittests/VMCore/
H A DMetadataTest.cpp130 TEST(NamedMDNodeTest, Search) {
/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/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/clang/utils/TableGen/
H A DClangAttrEmitter.cpp614 Record *Search = 0) {
615 if (!Search)
616 Search = &Arg;
619 llvm::StringRef ArgName = Search->getName();
646 std::vector<Record*> Bases = Search->getSuperClasses();
/external/zlib/src/
H A Dmake_vms.com74 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
263 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
276 $ AFile = F$Search(File)
384 $ its_vaxc = .not. its_decc .and. (F$Search("SYS$System:VAXC.Exe") .nes. "")

Completed in 4158 milliseconds

12