/external/icu/icu4c/source/test/cintltst/ |
usrchtst.c | 246 log_err_status(status, "Error: NULL break iterator is valid for opening search\n"); 263 log_err("Error: NULL break iterator is valid for opening search\n"); 276 log_err_status(status, "Error: Break iterator is valid for opening search\n"); 288 log_err("Error: Break iterator is valid for opening search\n"); 318 log_err("Error opening search %s\n", u_errorName(status)); 330 log_err("Error opening search %s\n", u_errorName(status)); 337 const SearchData search) 341 int32_t matchindex = search.offset[count]; 348 usearch_setAttribute(strsrch, USEARCH_ELEMENT_COMPARISON, search.elemCompare, &status); 360 matchlength = search.size[count] 774 const SearchData *search = &(BREAKITERATOREXACT[count]); local 881 const SearchData *search = &(OVERLAP[count]); local 1244 SearchData search = BASIC[searchDataIndex ++]; local 1407 SearchData search = MATCH[0]; local 1511 SearchData search = MATCH[count]; local 1745 SearchData search; local 1864 const SearchData *search = &(BREAKITERATORCANONICAL[count]); local 1982 const SearchData *search = &(OVERLAPCANONICAL[count]); local 2299 SearchData search = BASICCANONICAL[searchDataIndex ++]; local 2459 UStringSearch *search = NULL; local 2514 UStringSearch *search; local 2603 UStringSearch *search; local 2897 UChar search[] = local 2908 UChar search[] = local 2919 UChar search[] = { 0x00c9 }; local [all...] |
/build/tools/droiddoc/templates-sdk-dev/ |
customizations.cs | 97 <form data-search class="dac-header-search"> 98 <button class="dac-header-search-close" data-search-close> 102 <div class="dac-header-search-inner"> 103 <i class="dac-sprite dac-search-white dac-header-search-icon"></i> 104 <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q" class="dac-header-search-input" placeholder="Search" /> 105 <button class="dac-header-search-clear dac-hidden" data-search-clear [all...] |
/external/autotest/client/tests/npb/ |
npb.py | 69 m = re.search('Total threads\s*=\s*(.*)\n', itest.stdout) 72 ts = re.search('Time in seconds\s*=\s*(.*)\n', itest.stdout) 73 mt = re.search('Mop/s total\s*=\s*(.*)\n', itest.stdout) 74 mp = re.search('Mop/s/thread\s*=\s*(.*)\n', itest.stdout) 102 m = re.search('Time in seconds\s*=\s*(.*)\n', itest.stdout) 116 m = re.search('Time in seconds\s*=\s*(.*)\n', itest_single.stdout)
|
/external/autotest/server/cros/chaos_lib/ |
chaos_log_analyzer.py | 31 if search_regex.search(line): 42 timestamp_string = timestamp_re.search(line).group(0) 73 if ((start_copy == False) and (start_re and start_re.search(line))): 75 if ((start_copy == True) and (stop_re and stop_re.search(line))): 78 ((not match_re) or (match_re and match_re.search(line)))): 80 if ((start_copy == True) and (end_re and end_re.search(line))): 99 # Let's go back 1 sec and search again
|
/external/curl/packages/vms/ |
gnv_link_curl.com | 74 $ if f$search("[.packages.vms]curlmsg.obj") .eqs. "" 78 $ if f$search("gnv$curlmsg.exe") .eqs. "" 88 $ if f$search(init_obj) .eqs. "" 101 $ if f$search(rpt_obj) .eqs. "" 115 $ if f$search(base_link_opt_file) .eqs. "" 119 $ if f$search(base_link_opt_file) .eqs. "" 129 $ if f$search("gnv$libzshr32") .eqs. "" 144 $ if f$search(hp_ssl_libcrypto32) .nes. "" 162 $ if f$search(hp_ssl_libcrypto32) .nes. "" 209 $ if f$search(gnv_ssl_libcrypto32) .nes. " [all...] |
stage_curl_install.com | 69 $ if f$search("[--]libcurl.pc") .eqs. "" 73 $ if f$search("[--]curl-config") .eqs. "" 128 $ if f$search(file) .nes. "" then set file/remove 'file';* 161 $ if f$search(file) .nes. "" then delete 'file';* 163 $ if f$search(file) .nes. "" then delete 'file';* 165 $ if f$search(file) .nes. "" then delete 'file';* 167 $ if f$search(file) .nes. "" then delete 'file';* 169 $ if f$search(file) .nes. "" then delete 'file';* 171 $ if f$search(file) .nes. "" then delete 'file';* 173 $ if f$search(file) .nes. "" then delete 'file'; [all...] |
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
network.py | 24 search = sepolicy.search variable 29 allows = search([sepolicy.ALLOW], {sepolicy.SOURCE: src, sepolicy.CLASS: tclass, sepolicy.PERMS: perm})
|
transition.py | 24 search = sepolicy.search variable 30 trans = search([sepolicy.ALLOW], {sepolicy.SOURCE: src}) 35 return search([sepolicy.TRANSITION], {sepolicy.SOURCE: src, sepolicy.CLASS: "process"})
|
/packages/apps/UnifiedEmail/src/org/apache/commons/io/ |
IOCase.java | 206 * @param search the start to search for, not null 210 public boolean checkRegionMatches(String str, int strStartIndex, String search) { 211 return str.regionMatches(!sensitive, strStartIndex, search, 0, search.length());
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
insque.c | 32 #include <search.h>
|
/external/autotest/client/cros/ |
pkcs11.py | 29 match = re.search(r'Slot \d+: (/.*)$', line) 45 match = re.search(r'^Slot (\d+): ' + token_path, line) 55 match = re.search(r'/home/root/(.*)/chaps', token_path) 66 match = re.search(r'^Slot \d+: (.*)$', line) 199 if not re.search('Sign: CKR_OK', output): 206 if not re.search('Sign: CKR_OK', output): 255 return re.search('Sign: CKR_OK', output) 260 return re.search('Sign: CKR_OK', output) 265 return re.search('Sign: CKR_OK', output)
|
/external/autotest/client/site_tests/platform_HighResTimers/ |
platform_HighResTimers.py | 15 match = re.search('^\s*\.resolution:\s(\d+)\s*nsecs$', line)
|
/external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/ |
html_generation_controller.py | 20 if re.search('url\(.+\)', contents):
|
/external/compiler-rt/test/msan/ |
tsearch.cc | 4 #include <search.h>
|
/external/elfutils/libdw/ |
frame-cache.c | 35 #include <search.h> 63 /* Most of the data is in our two search trees. */
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/findUsages/ |
SmaliClassReferenceSearcher.java | 42 import com.intellij.psi.impl.search.LowLevelSearchUtil; 43 import com.intellij.psi.search.*; 44 import com.intellij.psi.search.searches.ReferencesSearch; 45 import com.intellij.psi.search.searches.ReferencesSearch.SearchParameters; 101 // TODO: limit search scope to only smali files. See, e.g. AnnotatedPackagesSearcher.PackageInfoFilesOnly
|
/external/vixl/tools/ |
git.py | 49 files_in_watched_folder = lambda n: untracked_regexp.search(n) != None
|
/libcore/ojluni/src/main/java/java/util/ |
Stack.java | 34 * for whether the stack is <tt>empty</tt>, and a method to <tt>search</tt> 130 public synchronized int search(Object o) { method in class:Stack
|
/packages/apps/Settings/src/com/android/settings/search/ |
BaseSearchIndexProvider.java | 17 package com.android.settings.search;
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
ILeanbackLauncherStrategy.java | 34 public void search(String query); method in interface:ILeanbackLauncherStrategy 37 * Returns a {@link BySelector} describing the search row 67 * Returns a {@link UiObject2} describing the focused search row
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudsearchdomain/ |
layer1.py | 32 search domain and search those documents. 34 The endpoints for submitting `UploadDocuments`, `Search`, and 39 submit suggest requests to the search endpoint. 75 def search(self, query, cursor=None, expr=None, facet=None, member in class:CloudSearchDomainConnection 80 Retrieves a list of documents that match the specified search 81 criteria. How you specify the search criteria depends on which 86 + `simple`: search all `text` and `text-array` fields for the 87 specified string. Search for phrases, individual terms, and 89 + `structured`: search specific fields, construct compoun [all...] |
/external/libjpeg-turbo/doc/html/search/ |
search.js | 0 // Search script generated by doxygen 32 function convertToId(search) 35 for (i=0;i<search.length;i++) 37 var c = search.charAt(i); 83 /* A class handling everything associated with the search panel. 133 // Called when focus is added or removed from the search field. 151 // show search selection popup 163 // show search selection popup 184 // Called when the content of the search field is changed. 217 else if (e.keyCode==27) // Escape out of the search fiel [all...] |
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
dateinterval.py | 96 match = regex.search(source, pos) 99 match = regex.search(source, match.end() )
|
/external/icu/icu4c/source/samples/strsrch/ |
strsrch.cpp | 60 UStringSearch * search = 0; variable 227 * Creates a string search 234 search = usearch_openFromCollator(pattern, -1, source, -1, collator, NULL, 240 usearch_setAttribute(search, USEARCH_OVERLAP, USEARCH_ON, &status); 243 usearch_setAttribute(search, USEARCH_CANONICAL_MATCH, USEARCH_ON, 247 fprintf(stderr, "Error setting search attributes\n"); 256 int32_t offset = usearch_next(search, &status); 262 usearch_getMatchedLength(search)); 263 offset = usearch_next(search, &status); 269 fprintf(stdout, "End of search\n") [all...] |
/external/v8/tools/ |
run-valgrind.py | 88 if LEAK_LINE_MATCHER.search(line): 90 if not LEAK_OKAY_MATCHER.search(line):
|