/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/ |
regress-181654.js | 125 return err.toString().search(RegExp(pattern));
|
regress-181914.js | 164 return err.toString().search(RegExp(pattern));
|
/frameworks/base/core/java/android/provider/ |
Applications.java | 49 * The content path for application search. 51 public static final String SEARCH_PATH = "search"; 73 * Gets a cursor with application search results. 76 public static Cursor search(ContentResolver resolver, String query) { method in class:Applications 120 * {@link Applications#search(ContentResolver, String)}.
|
/build/tools/droiddoc/templates-pdk/assets/ |
search_autocomplete.js | 7 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';
|
/external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/ |
js_checker.py | 27 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/ |
dump_ast_matchers.py | 69 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/ |
search_autocomplete.js | 7 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';
|
doclava-developer-core.css | 318 #search { 481 /* SEARCH FILTER */ 487 #search-button { 540 /* SEARCH */ 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 [all...] |
/external/icu4c/test/intltest/ |
uvectest.cpp | 152 TEST_ASSERT(a->search((void*)"cde") == 1); 153 TEST_ASSERT(a->search((void*)"bcde") == 2); 154 TEST_ASSERT(a->search((void*)"abc") == 3);
|
/external/webkit/Source/WebCore/page/ |
Location.cpp | 114 String Location::search() const function in class:WebCore::Location 208 void Location::setSearch(const String& search, DOMWindow* activeWindow, DOMWindow* firstWindow) 213 url.setQuery(search);
|
/external/markdown/markdown/ |
blockprocessors.py | 222 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/ |
blkiomon.c | 175 static struct dstat *blkiomon_find_dstat(struct rb_search *search, __u32 device) 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);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
SourceRevealer.java | 40 import org.eclipse.jdt.core.search.IJavaSearchConstants; 41 import org.eclipse.jdt.core.search.SearchEngine; 42 import org.eclipse.jdt.core.search.SearchMatch; 43 import org.eclipse.jdt.core.search.SearchParticipant; 44 import org.eclipse.jdt.core.search.SearchPattern; 45 import org.eclipse.jdt.core.search.SearchRequestor; 86 * <li> A search, either by filename/line number, or for fqmn might provide only 1 result. 87 * In such a case, just open that result. Give preference to the file name/line # search 89 * <li> The search might not provide any results. e.g, the method name may be of the form 91 * such a case, if the fileName:lineNumber argument is available, a search for tha [all...] |
/build/tools/droiddoc/templates-sdk/assets/css/ |
default.css | 1250 Header, Login, Nav-X, Search 1287 .search { 1292 .search .bottom, .search .left, .search .right { 1296 .search .bottom { 1302 .search .left, .search .right { 1306 .search .left { top: 19px; left: 0 } 1307 .search .right { top: 19px; right: 0 [all...] |
/frameworks/base/docs/html/guide/google/gcm/client-javadoc/ |
default.css | 1234 Header, Login, Nav-X, Search 1271 .search { 1276 .search .bottom, .search .left, .search .right { 1280 .search .bottom { 1286 .search .left, .search .right { 1290 .search .left { top: 19px; left: 0 } 1291 .search .right { top: 19px; right: 0 [all...] |
/frameworks/base/docs/html/guide/google/gcm/server-javadoc/ |
default.css | 1234 Header, Login, Nav-X, Search 1271 .search { 1276 .search .bottom, .search .left, .search .right { 1280 .search .bottom { 1286 .search .left, .search .right { 1290 .search .left { top: 19px; left: 0 } 1291 .search .right { top: 19px; right: 0 [all...] |
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/ |
bugzilla.py | 56 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("<title>Bug (?P<bug_id>\d+) Submitted</title>" [all...] |
/frameworks/native/opengl/libs/GLES_trace/tools/ |
genapi.py | 288 m = re.search(self.API_ENTRY_REGEX, apientry) 297 m = re.search(self.API_ENTRY_REGEX, apientry) 305 m = re.search(self.CALL_GL_API_REGEX, callsite)
|
/tools/motodev/src/plugins/videos/libs/ |
mail.jar | |
/development/testrunner/test_defs/ |
gtest.py | 117 if re.search("_test$|_test_$|_unittest$|_unittest_$|^test_", name):
|
native_test.py | 120 if re.search("_test$|_test_$|_unittest$|_unittest_$|^test_", name):
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
simplefileflags.py | 159 if ignore.search(f):
|
/external/clang/tools/scan-build/ |
sorttable.js | 35 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/regex-re2/util/ |
stringpiece.cc | 46 const char* result = std::search(ptr_ + pos, ptr_ + length_,
|
/external/v8/test/mjsunit/ |
string-replace-one-char.js | 32 function test_replace(result, expected, search, replace) { 33 assertEquals(expected, result.replace(search, replace)); 62 // Search char not found.
|