Searched refs:search (Results 126 - 150 of 354) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/html/
H A DHTMLAnchorElement.h82 String search() const;
/external/webkit/Source/WebCore/page/
H A DLocation.h69 String search() const;
H A DLocation.cpp114 String Location::search() const function in class:WebCore::Location
208 void Location::setSearch(const String& search, DOMWindow* activeWindow, DOMWindow* firstWindow) argument
213 url.setQuery(search);
/external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
H A Djs_checker.py27 match = self.input_api.re.search(regex, line)
46 if self.input_api.re.search(r'\*\s+@const', line):
153 self.re.search("</?(include|if)", error.token.line))
/external/clang/docs/tools/
H A Ddump_ast_matchers.py69 m = re.search(r'Usable as: Any Matcher[\s\n]*$', comment, re.S)
75 if re.search(r'Usable as:\s*$', comment):
231 m = re.search(r'is_base_of<([^,]+), NodeType>', line)
/external/doclava/res/assets/templates/assets/
H A Dsearch_autocomplete.js7 var DEFAULT_TEXT = "search developer docs";
106 var search = document.getElementById("search_autocomplete");
107 var text = search.value.replace(/(^ +)|( +$)/g, '');
157 return true; // allow the event to bubble up to the search api
173 while ((tmp = s.search(re)) >= 0) {
264 document.location = toRoot + 'search.html#q=' + query + '&t=0';
H A Ddoclava-developer-core.css318 #search {
487 #search-button {
542 /* restrict global search form width */
602 /* Disable built in search forms */
603 .gsc-control form.gsc-search-box {
606 table.gsc-search-box {
624 td.gsc-search-button {
630 #search-button {
635 /* search result tabs */
/external/icu4c/test/intltest/
H A Duvectest.cpp152 TEST_ASSERT(a->search((void*)"cde") == 1);
153 TEST_ASSERT(a->search((void*)"bcde") == 2);
154 TEST_ASSERT(a->search((void*)"abc") == 3);
/external/markdown/markdown/
H A Dblockprocessors.py222 return bool(self.RE.search(block))
226 m = self.RE.search(block)
337 return bool(self.RE.search(block))
341 m = self.RE.search(block)
394 return bool(self.SEARCH_RE.search(block))
/external/blktrace/
H A Dblkiomon.c175 static struct dstat *blkiomon_find_dstat(struct rb_search *search, __u32 device) argument
193 search->node_ptr = p;
194 search->parent = parent;
201 struct rb_search search; local
205 dstat = blkiomon_find_dstat(&search, device);
215 rb_link_node(&dstat->node, search.parent, search.node_ptr);
/external/llvm/utils/lit/lit/
H A Dmain.py167 ts, relative = search(parent)
179 def search(path): function in function:getTestSuite
199 ts, relative = search(item)
208 parent = search(path_in_suite[:-1])
219 def search(path_in_suite): function in function:getLocalConfig
226 return search(path_in_suite)
256 # Otherwise we have a directory to search for tests, start by getting the
557 if rex.search(t.getFullName())]
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/
H A Dbugzilla.py56 match = re.search(Bugzilla.bug_url_short, message)
59 match = re.search(Bugzilla.bug_url_long, message)
71 match = re.search("^\s*" + Bugzilla.bug_url_short + "$", message, re.MULTILINE)
74 match = re.search("^\s*" + Bugzilla.bug_url_long + "$", message, re.MULTILINE)
93 # so we do a manual search instead:
140 return [int(digits.search(tag["href"]).group(0))
372 match = re.search("show_bug.cgi\?id=(?P<bug_id>\d+)", up_link['href'])
423 match = re.search("<title>(.+?)</title>", response.read())
426 if match and re.search("Invalid", match.group(1), re.IGNORECASE):
540 match = re.search("<titl
[all...]
/external/chromium/base/
H A Dstring_util.h355 // Returns true if str starts with search, or false otherwise.
357 const std::string& search,
360 const std::wstring& search,
363 const string16& search,
366 // Returns true if str ends with search, or false otherwise.
368 const std::string& search,
371 const std::wstring& search,
374 const string16& search,
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/util/
H A Dsorttable.js43 if (table.className.search(/\bsortable\b/) != -1) {
69 if (table.rows[i].className.search(/\bsortbottom\b/) != -1) {
102 if (this.className.search(/\bsorttable_sorted\b/) != -1) {
115 if (this.className.search(/\bsorttable_sorted_reverse\b/) != -1) {
/external/clang/tools/scan-build/
H A Dsorttable.js35 if (table.className.search(/\bsortable\b/) != -1) {
61 if (table.rows[i].className.search(/\bsortbottom\b/) != -1) {
94 if (this.className.search(/\bsorttable_sorted\b/) != -1) {
107 if (this.className.search(/\bsorttable_sorted_reverse\b/) != -1) {
/external/icu4c/common/
H A Dtriedict.h210 virtual int32_t search( UText *text,
/external/regex-re2/util/
H A Dstringpiece.cc46 const char* result = std::search(ptr_ + pos, ptr_ + length_,
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
H A Dregress-181914.js164 return err.toString().search(RegExp(pattern));
/external/webkit/Source/WebCore/WebCore.gyp/scripts/
H A Daction_derivedsourcesallinone.py103 match = conditionalPattern.search(idlContents)
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DRTree.cpp158 void RTree::search(WebCore::IntRect& clip, Vector<WebCore::RecordingData*>&list) function in class:RTree::RTree
160 m_root->search(clip.x(), clip.y(), clip.maxX(), clip.maxY(), list);
569 void Node::search(int minx, int miny, int maxx, int maxy, Vector<WebCore::RecordingData*>& list) function in class:RTree::Node
576 m_children[i]->search(minx, miny, maxx, maxy, list);
/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dcredentials.py74 match = re.search("%s\"(?P<value>.+)\"" % label,
/external/chromium/build/util/
H A Dlastchange.py137 match = re.search(r'^\w+://.*$', output, re.M)
160 match = re.search(r'\S+$', output)
/external/chromium/chrome/browser/autocomplete/
H A Dextension_app_provider.cc47 std::search(name.begin(),
53 std::search(url.begin(),
/external/chromium-trace/trace-viewer/build/
H A Dparse_deps.py223 # Things to search for.
224 m_r = re.search("""base\s*\.\s*require\((["'])(.+?)\\1\)""",
226 m_s = re.search("""base\s*\.\s*requireStylesheet\((["'])(.+?)\\1\)""",
/external/e2fsprogs/intl/
H A Ddcigettext.c220 /* This is the type used for the search tree where known translations
224 /* Domain in which to search. */
244 /* Root of the search tree with known translations. We can use this
247 # include <search.h>
425 CATEGORY locale and, if PLURAL is nonzero, search over string
444 struct known_translation_t *search; local
482 search = (struct known_translation_t *)
484 memcpy (search->msgid, msgid1, msgid_len);
485 search->domainname = (char *) domainname;
486 search
[all...]

Completed in 519 milliseconds

1234567891011>>