Searched refs:search (Results 151 - 175 of 753) sorted by relevance

1234567891011>>

/external/chromium/testing/gtest/test/
H A Dgtest_help_test.py113 self.assert_(HELP_REGEX.search(output), output)
137 self.assert_(not HELP_REGEX.search(output), output)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dstringutils.cc109 void replace_substrs(const char *search,
115 while ((pos = s->find(search, pos, search_len)) != std::string::npos) {
/external/chromium_org/chrome/browser/resources/options/
H A Dlanguage_dictionary_overlay.js41 * The paragraph of text that indicates that search returned no results.
60 this.searchField_ = $('language-dictionary-overlay-search-field');
62 this.wordList_.search(e.currentTarget.value);
94 this.wordList_.classList.add('no-search-matches');
97 this.wordList_.classList.remove('no-search-matches');
/external/chromium_org/chrome/test/functional/
H A Dsearch_engines.py19 """Get search engine info and return an element that matches keyword.
25 A search engine info dict or None.
43 """Test that chrome discovers youtube search engine after searching."""
44 # Take a snapshot of current search engine info.
48 # Use omnibox to invoke search engine discovery.
60 self.assertTrue(re.search('youtube', youtube['short_name'],
66 """Test adding then deleting a search engine."""
77 """Test adding then making a search engine default."""
95 """Test that we have 3 default search options."""
98 # Verify that each can be used as the default search provide
[all...]
/external/chromium_org/chrome/tools/build/linux/
H A Dchrome-wrapper23 # Build a search list from $XDG_DATA_HOME and $XDG_DATA_DIRS, the latter
24 # of which can itself be a colon-separated list of directories to search.
25 search="${XDG_DATA_HOME:-$HOME/.local/share}:${XDG_DATA_DIRS:-/usr/local/share:/usr/share}"
27 for dir in $search; do
32 # Didn't find it in the search path.
/external/chromium_org/components/test/data/web_database/
H A Dversion_42.sql9 INSERT INTO "meta" VALUES('Default Search Provider Backup','2Googlegoogle.comhttp://www.google.com/favicon.ico{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&q={searchTerms}100UTF-81{google:baseSuggestURL}search?client=chrome&hl={language}&q={searchTerms}1162620{google:baseURL}webhp?{google:RLZ}sourceid=chrome-instant&ie={inputEncoding}&ion=1{searchTerms}&nord=10{1234-5678-90AB-CDEF}');
12 INSERT INTO "keywords" VALUES(2,'Google','google.com','http://www.google.com/favicon.ico','{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&q={searchTerms}',1,1,'',0,0,'UTF-8','{google:baseSuggestURL}search?client=chrome&hl={language}&q={searchTerms}',1,1,6262,0,'{google:baseURL}webhp?{google:RLZ}sourceid=chrome-instant&ie={inputEncoding}&ion=1{searchTerms}&nord=1',0,'{1234-5678-90AB-CDEF}');
/external/chromium_org/net/dns/
H A Ddns_transaction_unittest.cc663 config_.search.push_back("a");
664 config_.search.push_back("b");
665 config_.search.push_back("c");
684 // Also check if suffix search causes server rotation.
691 config_.search.push_back("a");
692 config_.search.push_back("b");
693 config_.search.push_back("c");
751 config_.search.push_back("a");
752 config_.search.push_back("b");
753 config_.search
[all...]
/external/chromium_org/testing/gtest/test/
H A Dgtest_help_test.py113 self.assert_(HELP_REGEX.search(output), output)
137 self.assert_(not HELP_REGEX.search(output), output)
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAnchorElement.idl41 [TreatNullAs=NullString] attribute DOMString search;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DLocation.idl44 [SetterCallWith=ActiveWindow&FirstWindow] attribute DOMString search;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/webgl/
H A Dupdate_webgl_conformance_tests.py53 search = r'(?:[^"\'= ]*/)?' + re.escape(filename)
57 text = re.sub(search, replace, text)
/external/chromium_org/third_party/icu/source/i18n/
H A Dstsearch.cpp59 m_search_ = m_strsrch_->search;
94 m_search_ = m_strsrch_->search;
122 m_search_ = m_strsrch_->search;
157 m_search_ = m_strsrch_->search;
189 m_search_ = m_strsrch_->search;
227 m_search_ = m_strsrch_->search;
324 result->setMatchStart(m_strsrch_->search->matchedIndex);
325 result->setMatchLength(m_strsrch_->search->matchedLength);
365 // note search->matchedIndex will always be set to something
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dstringutils.cc109 void replace_substrs(const char *search,
115 while ((pos = s->find(search, pos, search_len)) != std::string::npos) {
/external/chromium_org/third_party/skia/src/core/
H A DSkRTree.h79 virtual void search(const SkIRect& query, SkTDArray<void*>* results);
158 void search(Node* root, const SkIRect query, SkTDArray<void*>* results) const;
/external/gtest/test/
H A Dgtest_help_test.py113 self.assert_(HELP_REGEX.search(output), output)
137 self.assert_(not HELP_REGEX.search(output), output)
/external/icu4c/i18n/
H A Dstsearch.cpp59 m_search_ = m_strsrch_->search;
94 m_search_ = m_strsrch_->search;
122 m_search_ = m_strsrch_->search;
157 m_search_ = m_strsrch_->search;
189 m_search_ = m_strsrch_->search;
227 m_search_ = m_strsrch_->search;
324 result->setMatchStart(m_strsrch_->search->matchedIndex);
325 result->setMatchLength(m_strsrch_->search->matchedLength);
365 // note search->matchedIndex will always be set to something
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest_help_test.py113 self.assert_(HELP_REGEX.search(output), output)
137 self.assert_(not HELP_REGEX.search(output), output)
/external/markdown/markdown/extensions/
H A Ddef_list.py32 return bool(self.RE.search(block))
36 m = self.RE.search(block)
/external/skia/src/core/
H A DSkRTree.h79 virtual void search(const SkIRect& query, SkTDArray<void*>* results);
158 void search(Node* root, const SkIRect query, SkTDArray<void*>* results) const;
/external/zlib/src/contrib/minizip/
H A Dmake_vms.com1 $ if f$search("ioapi.h_orig") .eqs. "" then copy ioapi.h ioapi.h_orig
/external/chromium_org/
H A DPRESUBMIT.py254 if (inclusion_pattern.search(line) and
255 not comment_pattern.search(line) and
256 not exclusion_pattern.search(line)):
276 if pattern.search(contents):
400 if pattern.search(contents):
699 if not comment_pattern.search(line) and pattern.search(line):
957 if preprocessor_statement.search(line):
1017 if not files or all(re.search(r'[\\/]OWNERS$', f) for f in files):
1020 if all(re.search('\
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DObjectStack.java191 public int search(Object o) method in class:ObjectStack
/external/chromium/chrome/browser/chromeos/input_method/
H A Dxkeyboard_unittest.cc22 // - kSearchKey is mapped to |search|.
25 ModifierMap GetMap(ModifierKey search, ModifierKey control, ModifierKey alt) { argument
27 // Use the Search key as |search|.
28 modifier_key.push_back(ModifierKeyPair(kSearchKey, search));
35 // - kSearchKey is mapped to |search|.
39 ModifierKey search, ModifierKey control, ModifierKey alt) {
42 if ((std::count(begin, end, ModifierKeyPair(kSearchKey, search)) == 1) &&
79 tmp_map.push_back(ModifierKeyPair(kSearchKey, kVoidKey)); // two search maps
38 CheckMap(const ModifierMap& modifier_map, ModifierKey search, ModifierKey control, ModifierKey alt) argument
/external/chromium/chrome/browser/resources/file_manager/js/
H A Dutil.js53 if (key.search(/_ERR$/) != -1 && FileError[key] == code)
/external/chromium_org/build/android/
H A Dsymbolize.py36 match = re.search(TRACE_LINE, data)

Completed in 697 milliseconds

1234567891011>>