/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/ |
History.md | 75 and Playback Control in Chrome. If you?re not sure what features you
|
/external/chromium-trace/catapult/tracing/ |
tracing_project.py | 7 import re namespace 146 config_names = [re.match('(.+)_config.html$', x).group(1)
|
/external/deqp/android/scripts/ |
build.py | 24 import re namespace 36 m = re.search('([a-z]+)\s*\=\s*"([^"]+)"', line)
|
/external/emma/core/java12/com/vladium/emma/data/ |
MergeProcessor.java | 281 throw e; // re-throw 306 catch (RuntimeException re) 308 failure = re;
|
/external/emma/core/java12/com/vladium/emma/report/ |
ReportProcessor.java | 280 catch (RuntimeException re) 282 failure = re;
|
/external/jsoncpp/ |
doxybuild.py | 5 import re namespace 40 contents = re.sub(k, v, contents)
|
/external/libvncserver/webclients/novnc/include/ |
webutil.js | 83 var re = new RegExp('.*[?&]' + name + '=([^&#]*)'), 84 match = document.location.href.match(re);
|
/external/libvpx/libvpx/test/android/ |
Android.mk | 54 # some test files depend on *_rtcd.h, ensure they're generated first.
|
/external/markdown/markdown/ |
treeprocessors.py | 2 import re namespace 44 self.__placeholder_re = re.compile(markdown.INLINE_PLACEHOLDER % r'([0-9]{4})')
|
/external/mdnsresponder/mDNSPosix/ |
parselog.py | 62 import re namespace 72 spaceExp = re.compile(r'\s+')
|
/external/pcre/dist/ |
pcrecpp.cc | 59 Arg RE::no_arg((void*)NULL); 63 // RE class. This works on GCC >= 3, at least. It definitely works 83 void RE::Init(const string& pat, const RE_Options* options) { 100 void RE::Cleanup() { 107 RE::~RE() { 112 pcre* RE::Compile(Anchor anchor) { 131 pcre* re; local 133 re = pcre_compile(pattern_.c_str(), pcre_options, 136 // Tack a '\z' at the end of RE. Parenthesize it first so tha 508 pcre* re = (anchor == ANCHOR_BOTH) ? re_full_ : re_partial_; local [all...] |
/external/pdfium/testing/tools/ |
run_corpus_tests.py | 11 import re namespace 112 input_file_re = re.compile('^[a-zA-Z0-9_.]+[.]pdf$')
|
/external/protobuf/python/ |
ez_setup.py | 219 return main(list(argv)+[egg]) # we're done here 253 import re namespace 269 match = re.search("\nmd5_data = {\n([^}]+)}", src)
|
/external/skia/platform_tools/android/bin/ |
download_utils.py | 15 import re namespace 95 # Indicate that we're still writing. 260 if not re.match('[0-9a-f]{40}\n?$', data): 269 if the URL does not match the URL stamp, then we must re-download it.
|
/external/toybox/toys/pending/ |
expr.c | 84 static void re(struct value *lhs, struct value *rhs) function 225 {"-", sub }, {"*", mul }, {"/", divi}, {"%", mod }, {":", re },
|
/external/tpm2/generator/ |
extract_structures.py | 18 import re namespace 23 table_name = re.compile(r'^\s*Table\s+[0-9]+')
|
/external/v8/build/ |
landmines.py | 22 import re namespace 172 re.search(r'(?:[Rr]elease)|(?:[Dd]ebug)', f)):
|
/external/v8/test/mjsunit/ |
lazy-load.js | 34 var re = /test/; variable
|
/external/v8/test/webkit/ |
pretty-print.js | 29 var re = /test/g;
|
/external/v8/tools/release/ |
merge_to_branch.py | 125 for bug in re.findall(r"^[ \t]*BUG[ \t]*=[ \t]*(.*?)[ \t]*$", msg, re.M): 163 "changes. When you're done, save the file and exit your "
|
search_related_commits.py | 9 import re namespace 57 matches = re.search("(\{#)([0-9]*)(\})", original_message)
|
/external/valgrind/massif/tests/ |
realloc.stderr.exp | 26 Massif: re-PEAK Sp 3 (t:800, hp:800, ex:0, st:0)
|
/external/valgrind/memcheck/tests/ |
err_disable1.stderr.exp | 21 --------- re-enabled (expect 1) ---------
|
/external/vboot_reference/utility/ |
chromeos-tpm-recovery-test | 38 # fake test, even if we're running the test on a real TPM. 123 re=$(echo "$bytes " | sed 's/././g') 124 sed "s/$re/$bytes /" < space.$index.data > _tmp_
|
/external/webrtc/ |
android-webrtc.mk | 18 # we might need to re-organize them
|