/bionic/libc/tools/ |
generate-NOTICE.py | 9 import re namespace 80 line = re.sub("^ \* ", "", line)
|
/build/core/tasks/ |
apicheck.mk | 44 # Check that the API we're building hasn't broken the last-released 60 # Check that the API we're building hasn't changed from the not-yet-released 90 # Check that the System API we're building hasn't broken the last-released 106 # Check that the System API we're building hasn't changed from the not-yet-released
|
/build/tools/ |
java-event-log-tags.py | 30 import re namespace 73 # We're building something that's not being included in the 127 out = name[0].lower() + re.sub(r"[^A-Za-z0-9]", "", name.title())[1:]
|
/dalvik/dx/src/ |
Android.mk | 5 # This tool is prebuilt if we're doing an app-only build.
|
/development/testrunner/test_defs/ |
native_test.py | 22 import re namespace 120 if re.search("_test$|_test_$|_unittest$|_unittest_$|^test_", name):
|
/device/generic/goldfish/gps/ |
Android.mk | 16 # We're moving the emulator-specific platform libs to
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t012lexerXML.py | 21 def reportError(self, re): 23 raise re
|
t022scopes.py | 18 def reportError(self, re): 20 raise re
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
cpplint.py | 83 import re namespace 323 _ALT_TOKEN_REPLACEMENT_PATTERN = re.compile( 342 _MATCH_ASM = re.compile(r'^\s*(?:asm|_asm|__asm|__asm__)' 350 _RE_SUPPRESSION = re.compile(r'\bNOLINT\b(\([^)]*\))?') 538 # This will always be the fallback because we're not sure 888 _RE_PATTERN_CLEANSE_LINE_ESCAPES = re.compile( 891 _RE_PATTERN_CLEANSE_LINE_DOUBLE_QUOTES = re.compile(r'"[^"]*"') 893 _RE_PATTERN_CLEANSE_LINE_SINGLE_QUOTES = re.compile(r"'.'" [all...] |
/external/deqp/scripts/opengl/ |
src_util.py | 24 import re namespace 77 return re.sub('[A-Z]+$', '', name)
|
/external/dhcpcd/mk/ |
cc.mk | 12 # Try and use some good cc flags if we're building from git
|
/external/google-breakpad/src/testing/scripts/ |
fuse_gmock_files.py | 65 import re namespace 79 INCLUDE_GMOCK_FILE_REGEX = re.compile(r'^\s*#\s*include\s*"(gmock/.+)"')
|
/external/icu/icu4c/source/data/misc/ |
miscfiles.mk | 10 # Then, you can have your local changes remain even if you upgrade or re-
|
/external/libcxx/test/libcxx/android/test/ |
config.py | 2 import re namespace 67 std_pattern = re.compile(r'-std=(c\+\+\d[0-9x-z])')
|
/external/libvncserver/webclients/novnc/include/ |
webutil.js | 78 var re = new RegExp('[?][^#]*' + name + '=([^&#]*)'); 80 return (document.location.href.match(re) || ['',defVal])[1];
|
/external/lldb/scripts/Python/interface/ |
SBValueList.i | 124 elif isinstance(key, type(re.compile('.'))):
|
/external/lldb/scripts/ |
lldb.swig | 42 import re
|
/external/lldb/test/attic/ |
tester.py | 4 import math, os.path, re, sys, time, unittest namespace 8 rem = re.match("(^.*/)test$", testPath)
|
/external/lldb/test/functionalities/watchpoint/multiple_threads/ |
TestWatchpointMultipleThreads.py | 7 import re namespace 139 if re.search("Process .* exited", self.res.GetOutput()):
|
/external/lldb/test/source-manager/ |
TestSourceManager.py | 139 import re namespace 140 m = re.search('^\[(\d+)\].*// Set break point at this line.', output)
|
/external/llvm/test/MC/Mips/mips64r6/ |
invalid-mips64.s | 51 # ddiv has been re-encoded. See valid.s 52 # ddivu has been re-encoded. See valid.s 53 # div has been re-encoded. See valid.s 54 # divu has been re-encoded. See valid.s
|
/external/llvm/utils/lit/lit/formats/ |
base.py | 32 import re namespace 49 self.pattern = re.compile(pattern)
|
/external/markdown/markdown/extensions/ |
wikilinks.py | 82 import re namespace 86 clean_label = re.sub(r'([ ]+_)|(_[ ]+)|([ ]+)', '_', label)
|
/external/markdown/markdown/ |
inlinepatterns.py | 45 import re namespace 102 ATTR_RE = re.compile("\{@([^\}]*)=([^\}]*)}") # {@id=123} 129 self.compiled_re = re.compile("^(.*?)%s(.*?)$" % pattern, re.DOTALL) 147 * m: A re match object containing a match of the pattern.
|
/external/mesa3d/scons/ |
llvm.py | 32 import re namespace 76 llvm_version_re = re.compile(r'^#define PACKAGE_VERSION "([^"]*)"') 159 # automatically link agains LIBCMT. When we're doing a
|