Searched refs:search (Results 51 - 75 of 885) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/i18n/
H A Dusearch.cpp140 * @param strsrch string search data
282 * @param strsrch string search data
354 * @param strsrch string search data
534 * consideration. Forwards search will take the end accents into consideration
535 * for the default shift values and the backwards search will take the prefix
565 * @param strsrch string search data
574 UBreakIterator *breakiterator = strsrch->search->internalBreakIter;
596 * @param strsrch string search data
605 UBreakIterator *breakiterator = strsrch->search->breakIter;
626 const UChar *text = strsrch->search
3193 USearch *search = strsrch->search; local
3299 USearch *search = strsrch->search; local
[all...]
/external/chromium_org/tools/idl_parser/
H A Didl_node.py128 def Traverse(self, search, filter_nodes):
132 search.Enter(self)
133 search.depth += 1
135 child.Traverse(search, filter_nodes)
136 search.depth -= 1
137 search.Exit(self)
162 search = DumpTreeSearch(accept_props)
163 self.Traverse(search, filter_nodes)
164 return search.out
/external/chromium_org/chrome/browser/resources/options/
H A Dlanguage_dictionary_overlay.css22 #language-dictionary-overlay-search-field {
28 html[dir=rtl] #language-dictionary-overlay-search-field {
37 #language-dictionary-overlay-word-list.no-search-matches {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dsrchtest.cpp255 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
254 assertEqualWithStringSearch(StringSearch *strsrch, const SearchData *search) argument
460 assertEqual(const SearchData *search) argument
518 assertCanonicalEqual(const SearchData *search) argument
569 assertEqualWithAttribute(const SearchData *search, USearchAttributeValue canonical, USearchAttributeValue overlap) argument
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/icu/icu4c/source/test/intltest/
H A Dsrchtest.cpp255 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
254 assertEqualWithStringSearch(StringSearch *strsrch, const SearchData *search) argument
460 assertEqual(const SearchData *search) argument
518 assertCanonicalEqual(const SearchData *search) argument
569 assertEqualWithAttribute(const SearchData *search, USearchAttributeValue canonical, USearchAttributeValue overlap) argument
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/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jar ... apache/lucene/index/ org/apache/lucene/queryParser/ org/apache/lucene/search/ org/apache/lucene/search/spans/ org/apache/lucene/store/ org ...
/external/chromium_org/chrome/common/extensions/docs/static/js/
H A Dsearch.js5 // Activate the search box:
7 var form = document.getElementById('chrome-docs-cse-search-form');
21 var element = google.search.cse.element.getElement('results');
33 // Attach autocomplete to the search box
35 google.search.CustomSearchControl.attachAutoCompletionWithOptions(
37 // set to true to prevent the search box form from being submitted, since
38 // the search control displaying the results is on the same page.
/external/chromium_org/remoting/tools/
H A Dverify_resources.py63 m = re.search('i18n-content=[\'"]([^\'"]*)[\'"]', line)
66 m = re.search('i18n-title=[\'"]([^\'"]*)[\'"]', line)
69 m = re.search('i18n-value-name-[1-9]=[\'"]([^\'"]*)[\'"]', line)
73 m = re.search('/\*i18n-content\*/[\'"]([^\`"]*)[\'"]', line)
77 m = re.search('IDS_([A-Z0-9_]*)', line)
79 m = re.search('/\*i18n-content\*/["]([^\`"]*)["]', line)
83 m = re.search('__MSG_(.*)__', line)
87 m = re.search('\{\%\s+trans\s+\%\}([A-Z0-9_]+)\{\%\s+endtrans\s+\%\}', line)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
H A Drepaint_overlay.py10 re.search('"repaintRects": \[$', text, re.MULTILINE) != None or
41 minimum_repaint_match = re.search('Minimum repaint:\n(\[.*\n\])', actual_text, re.DOTALL)
176 var path = decodeURIComponent(location.search).substr(1);
/external/chromium_org/v8/tools/
H A Drun-valgrind.py64 if LEAK_LINE_MATCHER.search(line):
66 if not LEAK_OKAY_MATCHER.search(line):
/external/icu/icu4c/source/layout/
H A DOpenTypeUtilities.h31 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/chromium_org/chrome/common/
H A Dsearch_urls.cc10 namespace search { namespace
26 } // namespace search
H A Dsearch_urls_unittest.cc10 namespace search { namespace
40 } // namespace search
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
H A Dgrammar.py35 if re.search("h$", noun):
/external/chromium_org/tools/grit/grit/node/custom/
H A Dfilename.py20 return not self.BANNED.search(message.GetPresentableContent())
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dpage_filter.py66 matches_url = cls._page_exclude_regex.search(page.url)
67 matches_name = page.name and cls._page_exclude_regex.search(page.name)
76 matches_url = cls._page_regex.search(page.url)
77 matches_name = page.name and cls._page_regex.search(page.name)
/external/doclava/res/assets/templates/components/
H A Dsearch_box.cs1 <?cs # The default search box that goes in the header ?><?cs
3 <div id="search" >
5 <form accept-charset="utf-8" class="gsc-search-box"
7 <table class="gsc-search-box" cellpadding="0" cellspacing="0"><tbody>
11 title="search developer docs" name="q"
12 value="search developer docs"
22 <td class="gsc-search-button">
23 <input type="submit" value="Search" title="search" id="search-button" class="gsc-search
[all...]
/external/llvm/utils/
H A DDSAclean.py23 if re.compile("label(\s*)=(\s*)\"\s%tmp(.\w*)*(\s*)\"").search(buffer):
/external/sepolicy/
H A Dplatform_app.te12 allow platform_app shell_data_file:dir search;
18 allow platform_app apk_private_data_file:dir search;
/external/chromium-trace/trace-viewer/third_party/web_dev_style/web_dev_style/
H A Dcss_checker.py62 return re.search(r'(?:^|\S){|{\s*\S+\s*$', line)
67 m = re.search(r'\.(-?[_a-zA-Z0-9-]+).*[,{]\s*$', line)
74 return (line.find('}') >= 0 and re.search(r'[^ }]', line) and
78 return re.search(r'(?<!data):(?!//)\S[^;]+;\s*', line)
87 m = re.search(hex_reg, line)
92 return re.search(small_seconds, line)
95 return re.search(r'\(\s*\'?\s*data:', line)
98 return re.search(r'[_a-zA-Z0-9-](?<!data):(?!//)[^;]+;\s*[^ }]\s*', line)
110 m = re.search(hex_reg, line)
114 ms = int(float(re.search(small_second
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDOMURLUtilsReadOnly.h67 static String search(const KURL&);
68 String search() { return search(url()); } function in class:blink::DOMURLUtilsReadOnly
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/tools/
H A Dlist_ports.py15 Additionally a grep function is supplied that can be used to search for ports
44 if r.search(port) or r.search(desc) or r.search(hwid):
/external/libpng/contrib/gregbook/
H A Dmakevms.com13 $ 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.""
/external/vixl/tools/
H A Dgit.py37 match = re.search("^\* (.*)$", branches, re.MULTILINE)
48 match = re.search('^[0-9a-fA-F]{40}$', commit, re.MULTILINE)
72 files_in_watched_folder = lambda n: untracked_regexp.search(n) != None
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcpp.py134 def search(pattern, s): function
138 return _regexp_compile_cache[pattern].search(s)
178 matched = search(pattern, s)
199 found_match = search(regex, current_line)
886 next_enclosing_character = search(enclosing_character_regex, line)
912 if re.search(r'Copyright', lines[line], re.I):
1335 if search(r'printf\s*\(.*".*%[-+ ]?\d*q', line):
1339 if search(r'printf\s*\(.*".*%\d+\$', line):
1346 if search(r'("|\').*\\(%|\[|\(|{)', line):
1353 if search(
[all...]

Completed in 1767 milliseconds

1234567891011>>