/external/chromium_org/tools/ |
nocompile_driver.py | 28 # conditional. Also extracts the comment. This allows us to search for 352 if (regexp.search(stdout) is not None or 353 regexp.search(stderr) is not None):
|
/external/chromium_org/v8/src/ |
uri.h | 11 #include "src/string-search.h" 76 StringSearch<uint8_t, Char> search(isolate, STATIC_CHAR_VECTOR("%")); 77 index = search.Search(GetCharVector<Char>(source), 0);
|
/external/e2fsprogs/intl/ |
dcigettext.c | 220 /* This is the type used for the search tree where known translations 224 /* Domain in which to search. */ 244 /* Root of the search tree with known translations. We can use this 247 # include <search.h> 425 CATEGORY locale and, if PLURAL is nonzero, search over string 444 struct known_translation_t *search; local 482 search = (struct known_translation_t *) 484 memcpy (search->msgid, msgid1, msgid_len); 485 search->domainname = (char *) domainname; 486 search->category = category [all...] |
/external/icu/icu4c/source/layout/ |
OpenTypeUtilities.cpp | 129 le_int32 OpenTypeUtilities::search(le_uint32 value, const le_uint32 array[], le_int32 count) function in class:OpenTypeUtilities 151 le_int32 OpenTypeUtilities::search(le_uint16 value, const le_uint16 array[], le_int32 count) function in class:OpenTypeUtilities
|
/external/lldb/scripts/Python/interface/ |
SBModule.i | 341 re_match = key.search(name) 348 re_match = key.search(mangled) 398 re_match = key.search(name) 438 re_match = key.search(fullpath)
|
/external/lldb/test/types/ |
AbstractBase.py | 105 match = self.pattern.search(line) 186 match = self.pattern.search(line)
|
/external/llvm/autoconf/m4/ |
link_options.m4 | 38 AC_DEFINE([HAVE_LINK_R],[1],[Define if you can use -Wl,-R. to pass -R. to the linker, in order to add the current directory to the dynamic linker search path.])
|
/external/oprofile/ |
opimport_pull | 104 match = pattern.search(line)
|
/external/chromium_org/third_party/markdown/ |
blockprocessors.py | 293 return bool(self.RE.search(block)) 297 m = self.RE.search(block) 449 return bool(self.RE.search(block)) 453 m = self.RE.search(block) 504 m = self.SEARCH_RE.search(block)
|
/external/chromium_org/tools/metrics/actions/ |
extract_actions.py | 173 match = action_re.search(line) 329 match = flag_name_re.search(line) 427 match = action_re.search(line) 430 elif malformed_action_re.search(line): 434 elif computed_action_re.search(line):
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar | |
/external/libsepol/tests/policies/test-cond/ |
refpolicy-base.conf | 159 search [all...] |
/build/tools/droiddoc/templates-sdk-dyn/assets/css/ |
default.css | 1504 Header, Login, Nav-X, Search 1542 .search { 1547 .search .bottom, .search .left, .search .right { 1551 .search .bottom { 1557 .search .left, .search .right { 1561 .search .left { top: 19px; left: 0 } 1562 .search .right { top: 19px; right: 0 [all...] |
/build/tools/atree/ |
files.cpp | 331 locate(FileRecord* rec, const vector<string>& search) 343 for (vector<string>::const_iterator it=search.begin(); 344 it!=search.end(); it++) {
|
/build/tools/ |
warn.py | [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/lib/lightopenid/ |
openid.php | 267 # There are no relevant information in headers, so we search the body. 490 # so we search for another prefix 558 # We search for both AX and SREG attributes, with AX taking precedence.
|
/external/chromium_org/native_client_sdk/src/resources/ |
common.js | 268 * @param {string} s The string to search. 269 * @param {string} prefix The prefix to search for in |s|. 272 // indexOf would search the entire string, lastIndexOf(p, 0) only checks at 427 if (window.location.search.length > 1) { 428 var pairs = window.location.search.substr(1).split('&'); 454 // If the config value is included in the search vars, use that.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
git.py | 189 match = re.search("^\s*git-svn-id:.*@(?P<svn_revision>\d+)\ ", git_log, re.MULTILINE) 196 match = re.search("^Date:\s*(\d{4})-(\d{2})-(\d{2}) (\d{2}):(\d{2}):(\d{2}) ([+-])(\d{2})(\d{2})$", git_log, re.MULTILINE) 302 match = re.search("^\s*(?P<branch_name>\S+)\s+merges with remote master$", origin_info, re.MULTILINE)
|
/art/runtime/base/ |
stringpiece.cc | 38 const char* result = std::search(ptr_ + pos, ptr_ + length_,
|
/bootable/recovery/applypatch/ |
bsdiff.c | 169 static off_t search(off_t *I,u_char *old,off_t oldsize, function 189 return search(I,old,oldsize,new,newsize,x,en,pos); 191 return search(I,old,oldsize,new,newsize,st,x,pos); 287 len=search(I,old,oldsize,new+scan,newsize-scan,
|
/development/testrunner/test_defs/ |
native_test.py | 120 if re.search("_test$|_test_$|_unittest$|_unittest_$|^test_", name): 152 path: Where to search for binaries. Can be nested directories. 153 binary: Which binary to search for.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ACBTree.h | 88 - (ACBTree *)search:(id)key;
|
/external/bsdiff/ |
bsdiff.c | 152 static off_t search(off_t *I,u_char *old,off_t oldsize, function 172 return search(I,old,oldsize,new,newsize,x,en,pos); 174 return search(I,old,oldsize,new,newsize,st,x,pos); 278 len=search(I,old,oldsize,new+scan,newsize-scan,
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/handshake/ |
draft75.py | 179 if not regexp.search(line): 184 if not _SIXTH_AND_LATER.search(sixth_and_later):
|
/external/chromium_org/build/android/pylib/ |
ports.py | 99 if re_port.search(cmd_helper.GetCmdOutput(['lsof', '-nPi:%d' % host_port])):
|