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

12

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
H A Dsearch.js10 goog.provide('cvox.Search');
21 cvox.Search = function() {
28 cvox.Search.selectors = {};
33 cvox.Search.webSelectors = {
46 cvox.Search.imageSelectors = {
55 cvox.Search.index;
61 cvox.Search.results = [];
67 cvox.Search.panes = [];
73 cvox.Search.paneIndex;
78 cvox.Search
[all...]
/external/chromium_org/base/i18n/
H A Dstring_search.cc39 bool FixedPatternStringSearchIgnoringCaseAndAccents::Search( function in class:base::i18n::FixedPatternStringSearchIgnoringCaseAndAccents
75 return FixedPatternStringSearchIgnoringCaseAndAccents(find_this).Search(
/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/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Dsearch_operation.cc98 void SearchOperation::Search(const std::string& search_query, function in class:drive::file_system::SearchOperation
106 scheduler_->Search(
/external/chromium_org/components/enhanced_bookmarks/
H A Dbookmark_server_search_service.cc33 void BookmarkServerSearchService::Search(const std::string& query) { function in class:enhanced_bookmarks::BookmarkServerSearchService
/external/chromium_org/chrome/browser/download/
H A Ddownload_query_unittest.cc69 void Search() { function in class:DownloadQueryTest
70 query_.Search(mocks_.begin(), mocks_.end(), &results_);
78 Search();
87 Search();
156 Search();
169 Search();
579 Search();
591 Search();
606 Search();
612 std::cout << "Search too
[all...]
H A Ddownload_query.h39 // query.Search(all_items.begin(), all_items.end(), &results);
98 // or malformed. Search() will filter out all DownloadItem*s that do not
101 // Search() for items whose url matches both regexes. You can also pass two
102 // different DownloadStates to AddFilter(), which will cause Search() to
110 // filtering DownloadItem*s, Search() will sort the results primarily by the
113 // to Search() yields four DownloadItems {id:0, error:0, start_time:0}, {id:1,
116 // then with (SORT_START_TIME, DESCENDING), then Search() will return items
126 void Search(InputIterator iter, const InputIterator last, function in class:DownloadQuery
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Dtokenutil.py148 def Search(start_token, token_types, distance=None, reverse=False): function
438 # Search for a goog.scope statement, which will be 5 tokens before the
590 # Search backward to determine if this token is the first token of the
665 token: Search will be done after this token.
671 Search until end of string as in case of empty string Type.STRING_TEXT is not
/external/chromium_org/third_party/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))
/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))
/external/pcre/dist/
H A Dpcregexp.pas78 function Search(AStr: Pchar; ALen : longint) : boolean; virtual; function
530 function TpcRegExp.Search( AStr: Pchar; ALen : longint):boolean;
533 Search:=SearchNext(AStr,ALen);
741 if Search(nil,I) then
773 pcGrepMatch:=PpcRE^.Search(pchar(AStr),Length(AStr));
782 if PpcRE^.Search(pchar(AStr),Length(AStr)) then
794 pcFastGrepMatch:=PpcRE^.Search(pchar(AStr),Length(AStr));
802 if PpcRE^.Search(pchar(AStr),Length(AStr)) then
/external/ceres-solver/internal/ceres/
H A Dline_search.cc222 void ArmijoLineSearch::Search(const double step_size_estimate, function in class:ceres::internal::ArmijoLineSearch
323 void WolfeLineSearch::Search(const double step_size_estimate, function in class:ceres::internal::WolfeLineSearch
/external/chromium_org/third_party/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/lldb/source/Core/
H A DSearchFilter.cpp128 SearchFilter::Search (Searcher &searcher) function in class:SearchFilter
389 SearchFilterByModule::Search (Searcher &searcher) function in class:SearchFilterByModule
540 SearchFilterByModuleList::Search (Searcher &searcher) function in class:SearchFilterByModuleList
708 SearchFilterByModuleListAndCU::Search (Searcher &searcher) function in class:SearchFilterByModuleListAndCU
/external/lldb/source/Target/
H A DLanguageRuntime.cpp51 Search (Searcher &searcher) function in class:ExceptionSearchFilter
55 m_filter_sp->Search (searcher);
/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/chromium_org/chrome/browser/drive/
H A Ddummy_drive_service.cc62 CancelCallback DummyDriveService::Search( function in class:drive::DummyDriveService
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_service_on_worker.cc279 google_apis::CancelCallback DriveServiceOnWorker::Search( function in class:sync_file_system::drive_backend::DriveServiceOnWorker
/external/chromium_org/third_party/webrtc/base/
H A Dfileutils_mock.h77 return FakeDirectoryIterator::Search(std::string(""));
83 return FakeDirectoryIterator::Search(current_name);
86 bool Search(const std::string& current_name) { function in class:rtc::FakeDirectoryIterator
/external/chromium_org/v8/src/
H A Dstring-search.h13 // String Search object.
78 int Search(Vector<const SubjectChar> subject, int index) { function in class:v8::internal::StringSearch
191 // Single Character Pattern Search Strategy
225 // Linear Search Strategy
544 // object should be constructed once and the Search function then called
552 return search.Search(subject, start_index);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfake_file_system.cc174 void FakeFileSystem::Search(const std::string& search_query, function in class:drive::test_util::FakeFileSystem
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_system_indexer.cc62 vector<FilePath> Search(string query);
171 vector<FilePath> Index::Search(string query) { function in class:__anon3550::Index
484 vector<FilePath> file_paths = g_trigram_index.Get().Search(query);

Completed in 799 milliseconds

12