/frameworks/opt/setupwizard/tools/docs/ |
doclava.jar | |
/external/icu/icu4c/source/i18n/ |
uregex.cpp | 85 static UBool validateRE(const RegularExpression *re, UBool requiresText, UErrorCode *status) { 89 if (re == NULL || re->fMagic != REXP_MAGIC) { 93 // !!! Not sure how to update this with the new UText backing, which is stored in re->fMatcher anyway 94 if (requiresText && re->fText == NULL && !re->fOwnsText) { 125 RegularExpression *re = new RegularExpression; local 128 if (re == NULL || refC == NULL || patBuf == NULL) { 130 delete re; 135 re->fPatRefCount = refC 205 RegularExpression *re = new RegularExpression; local 269 RegularExpression *re = (RegularExpression*)re2; local [all...] |
/build/tools/ |
event_log_tags.py | 17 import re namespace 68 parts = re.split(r"\s+", line, 2) 97 if not re.match(r"\(.*\)\s*$", description):
|
generate-notice-files.py | 29 import re namespace 96 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt") 154 SRC_DIR_STRIP_RE = re.compile(input_dir + "(/.*).txt")
|
/cts/suite/audio_quality/lib/include/task/ |
TaskCase.h | 50 std::list<BufferPair>* findAllBuffers(const android::String8& re); 111 std::list<ValuePair>* findAllValues(const android::String8& re); 118 std::list<IndexPair>* findAllIndices(const android::String8& re);
|
/external/autotest/client/bin/ |
kernelexpand.py | 11 import sys, re, os namespace 45 match = re.search(r'^(.*)' + suffix, kernel) 58 match = re.search(r'^((\d+\.\d+)\.(\d+))', kernel)
|
/external/autotest/client/cros/cellular/wardmodem/ |
global_state.py | 8 import re namespace 130 if not re.match('[a-z][_a-z0-9]*$', component_name) or \ 144 if not re.match('[A-Z][_A-Z0-9]*$', allowed_value) or \ 272 [0, # Nope, you're fine.
|
/external/autotest/client/cros/ |
kernel_trace.py | 5 import logging, os, re, utils namespace 137 if re.findall(event, ln): 186 results = re.findall(regexp, ln)
|
liststorage.py | 18 import os, re namespace 189 if not re.match("%s[0-9]+" % blockdev, basename): 216 if re.match("s[a-z]+", dev):
|
/external/autotest/client/site_tests/hardware_Badblocks/ |
hardware_Badblocks.py | 5 import logging, re, subprocess, threading namespace 115 line = re.sub(r'[\b]+', '\n', line) 126 min_sec = re.match(r'(\w+):(\w+)', lines[-2].split()[-4])
|
/external/autotest/client/site_tests/security_RootCA/ |
security_RootCA.py | 5 import glob, json, logging, os, re, stat namespace 14 FINGERPRINT_RE = re.compile(r'Fingerprint \(SHA1\):\n\s+(\b[:\w]+)\b') 15 NSS_ISSUER_RE = re.compile(r'Object Token:(.+?)\s+C,.?,.?') 66 child.expect('Re-enter password:')
|
/external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/ |
video_WebRtcPeerConnectionWithCamera.py | 7 import re namespace 60 if re.search(r'\s+wWidth\s+1280\s+wHeight\s+720', usb_devices): 64 if re.search(r'\s+wWidth\s+640\s+wHeight\s+480', usb_devices):
|
/external/autotest/client/tests/kvm/tests/ |
multi_disk.py | 1 import logging, re, random namespace 44 disks = re.findall(re_str, output) 100 disks = re.findall(re_str, output)
|
/external/autotest/client/virt/ |
ppm_utils.py | 7 import os, struct, time, re namespace 26 exp = re.compile(r"(.*_)?" + md5sum + r"\.ppm", re.IGNORECASE)
|
/external/autotest/frontend/afe/ |
rpc_handler.py | 8 import traceback, pydoc, re, urllib, logging, logging.handlers, inspect namespace 21 COMPILED_REGEXP = re.compile(FULL_REGEXP) 105 assert re.search(r'^\w+$', callback_name)
|
/external/autotest/server/cros/dynamic_suite/ |
tools.py | 7 import re namespace 75 devserver_build_tuple = re.search(re_pattern, package_url).groups() 96 match = re.match('.*/([^/]+/R\d+-[^/]+)', image)
|
/external/autotest/server/cros/network/ |
arping_runner.py | 5 import re namespace 81 regex = re.compile(r'(([0-9]{1,3}\.){3}[0-9]{1,3}) ' 87 match = re.search(regex, line.strip())
|
/external/autotest/server/site_tests/firmware_ECLidSwitch/ |
firmware_ECLidSwitch.py | 7 import re namespace 96 pattern_percent = re.compile( 98 pattern_disable = re.compile('Keyboard backlight disabled.')
|
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionTest/ |
kernel_ExternalUsbPeripheralsDetectionTest.py | 5 import logging, os, re, time namespace 49 re.search(out_match, cmd_out_line) != None) 145 if re.match(r'\d-\d.*:\d\.\d', device_dir)]
|
/external/chromium-trace/catapult/devil/devil/android/ |
apk_helper.py | 7 import re namespace 12 _MANIFEST_ATTRIBUTE_RE = re.compile( 15 _MANIFEST_ELEMENT_RE = re.compile(r'\s*(?:E|N): (\S*) .*$')
|
/external/chromium-trace/catapult/perf_insights/perf_insights/ |
map_single_trace.py | 6 import re namespace 114 m = re.match('^MRE_RESULT: (.+)', line, re.DOTALL)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/ |
android_app_backend.py | 5 import re namespace 94 process_filter = re.compile( 95 '^%s(:|$)' % re.escape(self._default_process_name)).match
|
/external/chromium-trace/catapult/telemetry/third_party/pyserial/serial/tools/ |
list_ports_linux.py | 14 import re namespace 55 m = re.search(regexp, text) 58 m = re.search(regexp, text.decode('ascii', 'replace'))
|
/external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/ |
test_parser.py | 7 import re namespace 25 namespaceExpected = re.compile(r"^(\s*)<(\S+)>", re.M).sub
|
/external/chromium-trace/catapult/third_party/webtest/webtest/ |
utils.py | 2 import re namespace 55 entity_pattern = re.compile(r"&(\w+|#\d+|#[xX][a-fA-F0-9]+);") 86 pat = re.compile(pat)
|