/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/ |
checksvnconfigfile.py | 46 errorcode_autoprop = not re.search("^\s*enable-auto-props\s*=\s*yes", config_file, re.MULTILINE) 47 errorcode_png = not re.search("^\s*\*\.png\s*=\s*svn:mime-type=image/png", config_file, re.MULTILINE)
|
/external/chromium_org/v8/tools/ |
run-valgrind.py | 64 if LEAK_LINE_MATCHER.search(line): 66 if not LEAK_OKAY_MATCHER.search(line):
|
/external/v8/tools/ |
run-valgrind.py | 64 if LEAK_LINE_MATCHER.search(line): 66 if not LEAK_OKAY_MATCHER.search(line):
|
/external/chromium_org/third_party/WebKit/Source/core/scripts/ |
list_idl_files_with_partial_interface.py | 41 match = re.search(partial_interface_regex, f.read())
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/ |
grammar.py | 35 if re.search("h$", noun):
|
/external/chromium_org/third_party/skia/src/core/ |
SkBBoxHierarchy.h | 50 * search. 62 virtual void search(const SkIRect& query, SkTDArray<void*>* results) = 0;
|
/external/llvm/utils/ |
DSAclean.py | 23 if re.compile("label(\s*)=(\s*)\"\s%tmp(.\w*)*(\s*)\"").search(buffer):
|
/external/skia/src/core/ |
SkBBoxHierarchy.h | 50 * search. 62 virtual void search(const SkIRect& query, SkTDArray<void*>* results) = 0;
|
/packages/apps/Browser/src/com/android/browser/search/ |
SearchEngine.java | 16 package com.android.browser.search; 23 * Interface for search engines. 27 // Used if the search engine is Google 31 * Gets the unique name of this search engine. 36 * Gets the human-readable name of this search engine. 41 * Starts a search. 46 * Gets search suggestions. 51 * Checks whether this search engine supports search suggestions. 56 * Closes this search engine [all...] |
/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/chromium_org/third_party/ |
PRESUBMIT.py | 51 if (not shortname_pattern.search(contents) 52 and not name_pattern.search(contents)): 58 if not version_pattern.search(contents): 65 if not release_pattern.search(contents): 71 if not license_pattern.search(contents):
|
/external/chromium_org/third_party/libxml/src/win32/ |
configure.js | 166 txt += " include: Additional search path for the compiler, particularily\n"; 168 txt += " lib: Additional search path for the linker, particularily\n"; 186 if (s.search(/^\/ChangeLog\//) != -1) { 209 if (s.search(/^LIBXML_MAJOR_VERSION=/) != -1) { 212 } else if(s.search(/^LIBXML_MINOR_VERSION=/) != -1) { 215 } else if(s.search(/^LIBXML_MICRO_VERSION=/) != -1) { 218 } else if(s.search(/^LIBXML_MICRO_VERSION_SUFFIX=/) != -1) { 293 if (s.search(/\@VERSION\@/) != -1) { 296 } else if (s.search(/\@LIBXML_VERSION_NUMBER\@/) != -1) { 299 } else if (s.search(/\@LIBXML_VERSION_EXTRA\@/) != -1) [all...] |
/external/chromium_org/remoting/tools/ |
verify_resources.py | 56 m = re.search('i18n-content=[\'"]([^\'"]*)[\'"]', line) 59 m = re.search('i18n-value-name-[1-9]=[\'"]([^\'"]*)[\'"]', line) 63 m = re.search('/\*i18n-content\*/[\'"]([^\`"]*)[\'"]', line) 67 m = re.search('IDR_([A-Z0-9_]*)', line) 69 m = re.search('/\*i18n-content\*/["]([^\`"]*)["]', line) 73 m = re.search('__MSG_(.*)__', line) 77 m = re.search('\{\%\s+trans\s+\%\}([A-Z0-9_]+)\{\%\s+endtrans\s+\%\}', line)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
cpp.py | 143 def search(pattern, s): function 147 return _regexp_compile_cache[pattern].search(s) 187 matched = search(pattern, s) 208 found_match = search(regex, current_line) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.help.base_3.5.2.v201011171123.jar | |
/external/chromium_org/chrome/browser/resources/history/ |
history_mobile.css | 32 #search-field, 51 #search-field { 54 url('../../../../ui/webui/resources/images/2x/search.png'); 65 html[dir='rtl'] #search-field { 75 .search-results .no-results-message { 88 #search-button, 124 #search-field { 132 #search-field, 164 .search-results { 169 /* Add extra spacing caused by the missing search bar on iOS. * [all...] |
/external/icu4c/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...] |
/external/chromium_org/third_party/icu/source/test/perf/strsrchperf/ |
strsrchperf.h | 56 StringSearchPerfFunction(StrSrchFn func, BoyerMooreSearch *search, const UChar *source, int32_t sourceLen, const UChar *pattern, int32_t patternLen) { 62 bms = search; 65 StringSearchPerfFunction(StrSrchFn func, UStringSearch* search, const UChar* source,int32_t sourceLen, const UChar* pattern, int32_t patternLen) { 71 srch = search; 104 while (bms->search(offset, start, end)) { 112 /* NOTE: No Boyer-Moore backward search yet... */ 113 while (bms->search(offset, start, end)) {
|
/external/chromium_org/tools/grit/grit/tool/ |
toolbar_postprocess.py | 57 if self._IDS_COMMAND.search(name_attr): 58 mo = self._GRAB_PARAMETERS.search(name_attr) 59 mp = self._GRAB_PARAMETERS.search(previous_name_attr) 77 if self._IDS_COMMAND.search(previous_name_attr): 87 if self._IDS_COMMAND.search(previous_name_attr): 89 mp = self._GRAB_PARAMETERS.search(previous_name_attr)
|
/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-netbsd/libc/stdlib/ |
tfind.c | 4 * Tree search generalized from Knuth (6.2.2) Algorithm T just like 22 #include <search.h>
|
/external/chromium/android/ |
prefix.h | 37 using std::search;
|
/external/chromium_org/components/test/data/web_database/ |
version_22.sql | 7 INSERT INTO "meta" VALUES('Default Search Provider ID','7'); 9 INSERT INTO "keywords" VALUES(2,'Google','google.com','http://www.google.com/favicon.ico','{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&q={searchTerms}',1,1,'',0,0,'UTF-8','{google:baseSuggestURL}search?client=chrome&hl={language}&q={searchTerms}',1,1); 10 INSERT INTO "keywords" VALUES(3,'Yahoo!','yahoo.com','http://search.yahoo.com/favicon.ico','http://search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}',1,1,'',0,0,'UTF-8','http://ff.search.yahoo.com/gossip?output=fxjson&command={searchTerms}',2,0); 11 INSERT INTO "keywords" VALUES(4,'Bing','bing.com','http://www.bing.com/s/wlflag.ico','http://www.bing.com/search?setmkt=en-US&q={searchTerms}',1,1,'',0,0,'UTF-8','http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}',3,0); 12 INSERT INTO "keywords" VALUES(5,'Wikipedia (en)','en.wikipedia.org','','http://en.wikipedia.org/w/index.php?title=Special:Search&search={searchTerms}',1,0,'',1283287335,0,'','',0,0) [all...] |
version_29.sql | 6 INSERT INTO "meta" VALUES('Default Search Provider ID','2'); 9 INSERT INTO "keywords" VALUES(2,'Google','google.com','http://www.google.com/favicon.ico','{google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&q={searchTerms}',1,1,'',0,0,'UTF-8','{google:baseSuggestURL}search?client=chrome&hl={language}&q={searchTerms}',1,1,6245,0,'{google:baseURL}search?{google:RLZ}sourceid=chrome-instant&ie={inputEncoding}&q={searchTerms}'); 10 INSERT INTO "keywords" VALUES(3,'Yahoo!','yahoo.com','http://search.yahoo.com/favicon.ico','http://search.yahoo.com/search?ei={inputEncoding}&fr=crmas&p={searchTerms}',1,1,'',0,0,'UTF-8','http://ff.search.yahoo.com/gossip?output=fxjson&command={searchTerms}',2,0,6262,0,''); 11 INSERT INTO "keywords" VALUES(4,'Bing','bing.com','http://www.bing.com/s/wlflag.ico','http://www.bing.com/search?setmkt=en-US&q={searchTerms}',1,1,'',0,0,'UTF-8','http://api.bing.com/osjson.aspx?query={searchTerms}&language={language}',3,0,6239,0,'');
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
InputTypeNames.h | 47 const AtomicString& search();
|