/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/ |
rjsmin.py | 31 The module is a re-implementation aiming for speed, so it can be used at 72 import re as _re
|
/external/lldb/examples/python/ |
memory.py | 15 import re namespace
|
/external/lldb/test/functionalities/return-value/ |
TestReturnValue.py | 6 import re namespace
|
/external/lldb/test/lang/cpp/dynamic-value/ |
TestCppValueCast.py | 6 import re namespace
|
TestDynamicValue.py | 6 import re namespace
|
/external/lldb/test/lang/objc/objc-dynamic-value/ |
TestObjCDynamicValue.py | 6 import re namespace 124 # This test is not entirely related to the main thrust of this test case, but since we're here,
|
/external/lldb/test/pexpect-2.4/examples/ |
topip.py | 50 import os, sys, time, re, getopt, pickle, getpass, smtplib namespace
|
/external/lldb/test/python_api/frame/ |
TestFrames.py | 7 import re namespace
|
/external/lldb/test/python_api/value/ |
TestValueAPI.py | 6 import re namespace
|
/external/lldb/test/python_api/value/change_values/ |
TestChangeValueAPI.py | 6 import re namespace
|
/external/parameter-framework/tools/coverage/ |
coverage.py | 45 import re namespace 738 matchConfigApplicationLine = re.compile(configApplicationRegext).match 746 matchCriterionCreationLine = re.compile(criterionCreationRegext).match 749 matchChangingCriterionLine = re.compile(changingCriterionRegext).match [all...] |
/external/regex-re2/re2/ |
prog.h | 335 Regexp* re);
|
/external/selinux/libsemanage/src/ |
genhomedircon.c | 226 regex_t re; local 264 if (regcomp(&re, ustr_cstr(expr), REG_EXTENDED) != 0) 266 if (regexec(&re, handp->dir, 0, NULL, 0) == 0) 268 regfree(&re);
|
/external/skia/bench/ |
check_bench_regressions.py | 12 import re namespace
|
gen_bench_expectations.py | 12 import re namespace
|
/external/skia/tools/ |
compare_codereview.py | 19 import re namespace 265 result = re.sub( 269 result = re.sub(r'unexpected flaky.*', '', result) 271 result = re.sub(r'\bpreamble\b', '', result) 272 result = re.sub(r'\bstdio\b', '', result) 359 formatted_result = re.sub(r'(\S*\.html) ', '\n__\g<1>\n', result.text) 361 formatted_result = re.sub(r'\(.*\)', '', formatted_result) 364 lines.append((3, re.sub('/[^/]*$', '/', url) + result.url))
|
/external/toybox/kconfig/ |
symbol.c | 725 regex_t re; local 731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE)) 737 if (regexec(&re, sym->name, 0, NULL, 0)) 752 regfree(&re);
|
/external/v8/test/mjsunit/ |
array-constructor-feedback.js | 79 // TODO(mvstanton): re-enable when FLAG_allocation_site_pretenuring 102 // When it's re-optimized, we should call through the full stub
|
/external/valgrind/exp-bbv/tests/ppc32-linux/ |
ll.S | 93 ori 11,11,0xff00 # re-load top as a hackish
|
/frameworks/base/services/restrictions/java/com/android/server/restrictions/ |
RestrictionsManagerService.java | 196 } catch (RemoteException re) {
|
/frameworks/base/tools/layoutlib/rename_font/ |
build_font.py | 28 import re namespace 224 return re.sub(r'[^\w-]+', '', string)
|
/ndk/build/core/ |
build-local.mk | 28 # for the case when we're invoked from the NDK install path 36 $(info Android NDK: Please re-install to a different location to fix the issue !)
|
/ndk/sources/host-tools/nawk-20071023/ |
FIXES | 43 fixed a bug in matching the null RE in sub and gsub. thanks to al aho 98 to catch places where it might overrun. the RE code is still fragile. 104 be re-done from scratch. 107 fixed another 25-year-old RE bug, in split. it's another failure 108 to (re-)initialize. thanks to steve fisher for spotting this and 131 line state ^ for RE's in the set of valid characters; this led to a 149 in gawk as well; we're leaning on the same library.) 165 fixed bug that permitted non-terminated RE, as in "awk /x". 732 Added a bunch of tests to T.re and T.sub to verify some of this. [all...] |
/packages/apps/Calculator/ |
arity-2.1.2.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
script_helper.py | 6 import re namespace
|