/pdk/build/ |
prepare_pdk_tree.py | 38 m = self.patterns[self.current].search(line) 43 mOther = self.patterns[notCurrent].search(line)
|
/development/scripts/ |
stack | 276 header = process_info_line.search(line) 280 header = signal_line.search(line) 284 header = register_line.search(line) 340 header = thread_line.search(line)
|
/external/chromium/chrome/browser/resources/options/ |
cookies_view.css | 8 #remove-all-cookies-search-column { 14 html[dir=rtl] #remove-all-cookies-search-column {
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/ |
filetestcase.py | 80 match = self._EXPECTED_RE.search(line)
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar | |
/external/elfutils/libdw/ |
libdw_findcu.c | 56 #include <search.h> 66 /* Find out which of the two arguments is the search value. It has 142 /* Add the new entry to the search tree. */
|
/external/sepolicy/ |
mls | 69 mlsconstrain dir { open search setattr rename add_name remove_name reparent rmdir } 80 mlsconstrain dir { read getattr search }
|
/external/smack/src/org/jivesoftware/smackx/search/ |
UserSearchManager.java | 17 package org.jivesoftware.smackx.search; 33 * The UserSearchManager is a facade built upon Jabber Search Services (JEP-055) to allow for searching 40 * UserSearchManager search = new UserSearchManager(con, "users.jabber.org"); 41 * Form searchForm = search.getSearchForm(); 44 * ReportedData data = search.getSearchResults(answerForm); 66 * Returns the form to fill out to perform a search. 68 * @param searchService the search service to query. 69 * @return the form to fill out to perform a search. 77 * Submits a search form to the server and returns the resulting information 81 * @param searchService the name of the search service to use [all...] |
/external/v8/test/mjsunit/ |
search-string-multiple.js | 28 // Test search and replace where we search for a string, not a regexp.
|
/external/v8/tools/ |
js2c.py | 105 eval_match = EVAL_PATTERN.search(lines) 108 with_match = WITH_PATTERN.search(lines) 123 pattern_match = name_pattern.search(lines, 0) 153 pattern_match = name_pattern.search(lines, start + len(result))
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/ |
regress-181654.js | 125 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): 263 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';
|
/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/skia/bench/ |
bench_analyze.py | 99 height_match = re.search(HEIGHT_RE, line) 105 rev_match = re.search(REV_RE, line) 110 line_match = re.search(LINE_RE, line)
|
/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);
|
/build/tools/droiddoc/templates-sac/assets/js/ |
docs.js | 12 var GOOGLE_DATA; // combined data for google service apis, used for search suggest 20 // load json file for Android API search suggestions 61 // set search's onkeyup handler here so we can show suggestions 62 // even while search results are visible 65 // set up the search close button 66 $('.search .close').click(function() { 70 $("#search-container").removeClass('active'); 75 $('.search').click(function() { 108 //Set up search 110 $("#search-container").addClass('active') [all...] |
/build/tools/droiddoc/templates-ds/assets/js/ |
docs.js | 38 // set search's onkeyup handler here so we can show suggestions 39 // even while search results are visible 42 // set up the search close button 43 $('.search .close').click(function() { 47 $("#search-container").removeClass('active'); 52 $('.search').click(function() { 85 //Set up search 87 $("#search-container").addClass('active'); 89 $("#search-container").mouseover(function() { 90 $("#search-container").addClass('active') [all...] |
/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-ds/assets/css/ |
default.css | 1406 Header, Login, Nav-X, Search 1443 .search { 1448 .search .bottom, .search .left, .search .right { 1452 .search .bottom { 1458 .search .left, .search .right { 1462 .search .left { top: 19px; left: 0 } 1463 .search .right { top: 19px; right: 0 [all...] |