HomeSort by relevance Sort by last modified time
    Searched refs:search (Results 51 - 75 of 1678) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Settings/src/com/android/settings/search/
SearchIndexableRaw.java 17 package com.android.settings.search;
23 * Indexable raw data for Search.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
search_s.h 9 #include <search.h>
  /external/icu/icu4c/source/i18n/
usearch.cpp 142 * @param strsrch string search data
284 * @param strsrch string search data
356 * @param strsrch string search data
536 * consideration. Forwards search will take the end accents into consideration
537 * for the default shift values and the backwards search will take the prefix
567 * @param strsrch string search data
576 UBreakIterator *breakiterator = strsrch->search->internalBreakIter;
598 * @param strsrch string search data
607 UBreakIterator *breakiterator = strsrch->search->breakIter;
628 const UChar *text = strsrch->search->text
3195 USearch *search = strsrch->search; local
3301 USearch *search = strsrch->search; local
    [all...]
  /art/tools/
generate-operator-out.py 55 m = _ENUM_START_RE.search(raw_line)
75 m = re.compile(r'^namespace (\S+) \{').search(raw_line)
79 m = re.compile(r'^\}\s+// namespace').search(raw_line)
85 m = re.compile(r'^\s*(?:class|struct)(?: MANAGED)?(?: PACKED\([0-9]\))? (\S+).* \{').search(raw_line)
91 m = re.compile(r'^\s*\}(\s+)?(while)?(.+)?;').search(raw_line)
99 m = _ENUM_END_RE.search(raw_line)
112 m_comment = re.compile(r'// <<(.*?)>>').search(raw_line)
127 m = _ENUM_VALUE_RE.search(line)
140 m_literal = re.compile(r'= (0x[0-9a-f]+|-?[0-9]+|\'.\')').search(rest)
  /external/curl/packages/vms/
build_gnv_curl_release_notes.com 40 $ curl_readme = f$search("sys$disk:[--]readme.")
43 $ curl_readme = f$search("sys$disk:[--]$README.")
51 $ curl_copying = f$search("sys$disk:[--]copying.")
54 $ curl_copying = f$search("sys$disk:[--]$COPYING.")
62 $ vms_readme = f$search("sys$disk:[]readme.")
65 $ vms_readme = f$search("sys$disk:[]$README.")
73 $ curl_release_notes = f$search("sys$disk:[--]release-notes.")
76 $ curl_release_notes = f$search("sys$disk:[--]$RELEASE-NOTES.")
84 $ if f$search("sys$disk:[]hp_ssl_release_info.txt") .eqs. ""
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/search/
SearchTest.java 14 package android.icu.dev.test.search;
753 StringSearch search = new StringSearch(pattern, text); local
829 SearchData search = BREAKITERATOREXACT[count]; local
873 SearchData search = BREAKITERATORCANONICAL[count]; local
1098 SearchData search = MATCH[0]; local
1211 SearchData search = BASIC[index]; local
1285 SearchData search = BASICCANONICAL[index]; local
1548 SearchData search = (OVERLAP[count]); local
1597 SearchData search = OVERLAPCANONICAL[count]; local
1763 SearchData search = MATCH[count]; local
1980 TestSearch search = new TestSearch( local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
SearchTest.java 13 package com.ibm.icu.dev.test.search;
749 StringSearch search = new StringSearch(pattern, text); local
825 SearchData search = BREAKITERATOREXACT[count]; local
869 SearchData search = BREAKITERATORCANONICAL[count]; local
1094 SearchData search = MATCH[0]; local
1207 SearchData search = BASIC[index]; local
1281 SearchData search = BASICCANONICAL[index]; local
1544 SearchData search = (OVERLAP[count]); local
1593 SearchData search = OVERLAPCANONICAL[count]; local
1759 SearchData search = MATCH[count]; local
1976 TestSearch search = new TestSearch( local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
cgen-opc.c 143 /* Initialize a keyword table search.
144 SPEC is a specification of what to search for.
148 The result is an opaque data item used to record the search status.
154 CGEN_KEYWORD_SEARCH search; local
163 search.table = kt;
164 search.spec = spec;
165 search.current_hash = 0;
166 search.current_entry = NULL;
167 return search;
170 /* Return the next keyword specified by SEARCH
    [all...]
  /external/icu/icu4c/source/test/intltest/
srchtest.cpp 255 const SearchData *search)
259 int32_t matchindex = search->offset[count];
263 strsrch->setAttribute(USEARCH_ELEMENT_COMPARISON, search->elemCompare, status);
276 matchlength = search->size[count];
301 matchindex = search->offset[count];
317 matchindex = search->offset[count];
319 matchlength = search->size[count];
343 matchindex = count > 0 ? search->offset[count - 1] : -1;
363 matchindex = search->offset[count];
385 matchlength = search->size[count]
907 const SearchData *search = &(BREAKITERATOREXACT[count]); local
1002 const SearchData *search = &(OVERLAP[count]); local
1295 SearchData search = BASIC[index ++]; local
1418 SearchData search = MATCH[0]; local
1480 SearchData search = MATCH[count]; local
1683 const SearchData *search; local
1755 const SearchData *search = &(BREAKITERATORCANONICAL[count]); local
1860 const SearchData *search = &(OVERLAPCANONICAL[count]); local
2125 SearchData search = BASICCANONICAL[index ++]; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/icu/icu4c/source/layout/
OpenTypeUtilities.h 31 static le_int32 search(le_uint16 value, const le_uint16 array[], le_int32 count);
32 static le_int32 search(le_uint32 value, const le_uint32 array[], le_int32 count);
  /external/skia/src/core/
SkRTree.h 45 void search(const SkRect& query, SkTDArray<int>* results) const override;
79 void search(Node* root, const SkRect& query, SkTDArray<int>* results) const;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
StackTest.java 138 assertEquals(array.length - i, stack.search(array[i]));
143 * java.util.Stack#search(java.lang.Object)
146 // Test for method int java.util.Stack.search(java.lang.Object)
153 assertEquals("Search returned incorrect value for equivalent object", 3, s
154 .search(item1));
155 assertEquals("Search returned incorrect value for equal object", 3, s
156 .search("Ichi"));
158 assertEquals("Search returned incorrect value for equivalent object at top of stack",
159 1, s.search(item2));
160 assertEquals("Search returned incorrect value for equal object at top of stack"
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
tfind.c 4 * Tree search generalized from Knuth (6.2.2) Algorithm T just like
14 #include <search.h>
  /external/autotest/client/site_tests/hardware_SsdDetection/
hardware_SsdDetection.py 43 if re.search("mmcblk", device):
49 match = re.search(r'Nominal Media Rotation Rate: (.+)$',
63 match = re.search("device size with M = 1000\*1000: (.+) MBytes",
79 if not re.search(r'Gen. signaling speed \(%s\)' % link_speed,
  /external/llvm/utils/
DSAclean.py 23 if re.compile("label(\s*)=(\s*)\"\s%tmp(.\w*)*(\s*)\"").search(buffer):
  /external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/
list_ports.py 15 Additionally a grep function is supplied that can be used to search for ports
38 Search for ports using a regular expression. Port name, description and
44 if r.search(port) or r.search(desc) or r.search(hwid):
  /external/libpng/contrib/gregbook/
makevms.com 13 $ if f$search("[---.zlib]zlib.h").nes."" then zpath = "[---.zlib]"
14 $ if f$search("[--]png.h").nes."" then pngpath = "[--]"
16 $ if f$search("[-.zlib]zlib.h").nes."" then zpath = "[-.zlib]"
17 $ if f$search("[-.libpng]png.h").nes."" then pngpath = "[-.libpng]"
40 $ if f$search("SYS$SYSTEM:DECC$COMPILER.EXE").eqs.""
43 $ if f$search("SYS$SYSTEM:VAXC.EXE").eqs.""
100 $ If F$Search(P1) .Eqs. "" Then Goto Makeit
113 $ AFile = F$Search(File)
  /external/selinux/policycoreutils/sepolicy/sepolicy/
communicate.py 25 search = sepolicy.search variable
45 allows = search([sepolicy.ALLOW], {sepolicy.SOURCE: src, sepolicy.CLASS: tclass, sepolicy.PERMS: perm})
  /external/smali/smalidea/src/test/java/org/jf/smalidea/findUsages/
HighlightLocalClassUsagesTest.java 39 import com.intellij.psi.search.LocalSearchScope;
40 import com.intellij.psi.search.searches.ReferencesSearch;
71 List<PsiReference> refs = Lists.newArrayList(ReferencesSearch.search(target, scope).findAll());
  /external/libxml2/win32/
configure.js 168 txt += " include: Additional search path for the compiler, particularily\n";
170 txt += " lib: Additional search path for the linker, particularily\n";
188 if (s.search(/^\/ChangeLog\//) != -1) {
211 if (s.search(/^LIBXML_MAJOR_VERSION=/) != -1) {
214 } else if(s.search(/^LIBXML_MINOR_VERSION=/) != -1) {
217 } else if(s.search(/^LIBXML_MICRO_VERSION=/) != -1) {
220 } else if(s.search(/^LIBXML_MICRO_VERSION_SUFFIX=/) != -1) {
296 if (s.search(/\@VERSION\@/) != -1) {
299 } else if (s.search(/\@LIBXML_VERSION_NUMBER\@/) != -1) {
302 } else if (s.search(/\@LIBXML_VERSION_EXTRA\@/) != -1)
    [all...]
  /external/autotest/client/site_tests/kernel_fs_Punybench/
kernel_fs_Punybench.py 97 r1 = re.search(tag + ".*\n(\d.*sec\n)+", text)
136 r1 = re.search(tag + ".*\n.*\n.*", text)
137 r2 = re.search(r"[^\s]+ MiB/s$", r1.group(0))
138 r3 = re.search(re_float, r2.group(0))
182 r1 = re.search(r"timer avg= *([^\s]*).*$", result)
203 r1 = re.search(r"[^\s]+ MiB/s.*$", result)
204 r2 = re.search(re_float, r1.group(0))
221 r1 = re.search(r"([^\s]+ IOPs/sec).*$", result)
222 r2 = re.search(re_float, r1.group(0))
241 r1 = re.search(r"[^\s]+ MiB/s.*$", result
    [all...]
  /external/autotest/client/cros/
power_suspend.py 116 if not re.search('Using.*/dev interface to.*clock', hwclock_output):
180 if (finished_regex.search(line)):
214 match = re.search(r'([0-9]+) seconds since .+ (-?[0-9.]+) sec',
229 match = re.search(r'PM1_STS: WAK.*', line)
236 if (re.search(b, utils.get_board()) and
237 re.search(e, wake_elog) and re.search(s, wake_syslog)):
260 match = regex.search(line)
271 match = regex.search(line)
283 match = regex.search(line
    [all...]
  /external/rootdev/
rootdev.c 236 const char *search) {
239 if (search == NULL)
240 search = kDefaultSearchPath;
255 snprintf(dst, size, "%s", search);
273 const char *device, const char *search) {
278 if (search == NULL)
279 search = kDefaultSearchPath;
290 len = snprintf(dst, sizeof(dst), "%s/%s/slaves", search, slave);
291 if (len != strlen(device) + strlen(search) + 8) {
370 const char *search, const char *dev_path)
    [all...]

Completed in 726 milliseconds

1 23 4 5 6 7 8 91011>>