/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemValueOf.java | 251 catch (RuntimeException re) { 252 TransformerException te = new TransformerException(re);
|
/external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/ |
doctest_webapp.py | 16 import re namespace 167 regex = re.escape(pattern) 169 regex = re.sub(r'0x[0-9a-f]+', '.*', regex) 171 return re.search(regex, text) 271 _EXAMPLE_RE = re.compile(r""" 305 """, re.MULTILINE | re.VERBOSE) 332 # Divide source into lines; check that they're properly 354 if len(want_lines) > 1 and re.match(r' *$', want_lines[-1]):
|
/external/chromium-trace/trace-viewer/tracing/build/ |
temporary_dev_server.py | 10 import re namespace 88 port_re = re.compile(
|
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/common/ |
htmlutil.py | 25 import re namespace 117 contents = re.sub(r'<([^\s\w/])',
|
simplefileflags.py | 24 import re namespace 149 ignore_dirs_regexs.append(re.compile(r'(^|[\\/])%s[\\/]' % ignore))
|
/external/clang/tools/scan-build/ |
set-xcode-analyzer | 14 import re namespace 45 m = re.search('^(\s*ExecPath\s*=\s*")', line)
|
/external/deqp/scripts/ |
convert_case_list_to_xml.py | 21 import re namespace 70 caseRE = re.compile(r"^\s*([a-zA-Z0-9_\.\-]+) '([^']*)' (\w+)\s*$".replace(" ", r"\s+"))
|
/external/fonttools/Lib/fontTools/misc/ |
psLib.py | 5 import re namespace 12 skipwhiteRE = re.compile("[%s]*" % whitespace) 14 endofthingRE = re.compile(endofthingPat) 15 commentRE = re.compile("%[^\n\r]*") 33 stringRE = re.compile(stringPat) 35 hexstringRE = re.compile("<[%s0-9A-Fa-f]*>" % whitespace) 322 import re namespace 323 m = re.search(br"/FontName\s+/([^ \t\n\r]+)\s+def", data)
|
/external/icu/icu4c/source/data/translit/ |
trnsfiles.mk | 10 # Then, you can have your local changes remain even if you upgrade or re
|
/external/libvpx/libvpx/test/android/ |
get_files.py | 17 import re namespace 92 file_list_reader = csv.reader((re.sub(' +', ' ', line) \
|
/external/lldb/test/functionalities/data-formatter/data-formatter-skip-summary/ |
TestDataFormatterSkipSummary.py | 137 import re namespace 141 m = re.search('\(Apple Inc\. build ([0-9]+)\)', line)
|
/external/lldb/test/functionalities/watchpoint/hello_watchlocation/ |
TestWatchLocation.py | 6 import re namespace 70 match = re.match("Watchpoint created: Watchpoint (.*):", self.res.GetOutput().splitlines()[0])
|
/external/lldb/test/lang/cpp/class_types/ |
TestClassTypesDisassembly.py | 78 frameRE = re.compile(r""" 84 """, re.VERBOSE)
|
/external/lldb/test/lang/cpp/stl/ |
TestStdCXXDisassembly.py | 80 codeRE = re.compile(r""" 86 """, re.VERBOSE)
|
/external/llvm/test/MC/Mips/mips64r6/ |
invalid-mips3.s | 30 # ddiv has been re-encoded. See valid.s 31 # ddivu has been re-encoded. See valid.s 32 # div has been re-encoded. See valid.s 33 # divu has been re-encoded. See valid.s
|
/external/markdown/markdown/extensions/ |
def_list.py | 22 import markdown, re namespace 29 RE = re.compile(r'(^|\n)[ ]{0,3}:[ ]{1,3}(.*?)(\n|$)') 32 return bool(self.RE.search(block)) 36 m = self.RE.search(block)
|
/external/nanopb-c/generator/google/protobuf/ |
text_format.py | 36 import re namespace 50 _FLOAT_INFINITY = re.compile('-?inf(?:inity)?f?', re.IGNORECASE) 51 _FLOAT_NAN = re.compile('nanf?', re.IGNORECASE) 305 _WHITESPACE = re.compile('(\\s|(#.*$))+', re.MULTILINE) 306 _TOKEN = re.compile( 311 _IDENTIFIER = re.compile('\w+') 611 _CUNESCAPE_HEX = re.compile(r'(\\+)x([0-9a-fA-F])(?![0-9a-fA-F])' [all...] |
/external/pdfium/testing/tools/ |
run_corpus_tests.py | 8 import re namespace 59 input_file_re = re.compile('^[a-zA-Z0-9_.]+[.]pdf$')
|
run_javascript_tests.py | 8 import re namespace 59 input_file_re = re.compile('^[a-zA-Z0-9_.]+[.]in$')
|
run_pixel_tests.py | 8 import re namespace 61 input_file_re = re.compile('^[a-zA-Z0-9_.]+[.]in$')
|
/external/selinux/policycoreutils/mcstrans/share/util/ |
mlstrans-test | 2 import sys, re
|
/external/v8/test/mjsunit/ |
regexp-indexof.js | 28 function CheckMatch(re, str, matches) { 29 assertEquals(matches.length > 0, re.test(str)); 30 var result = str.match(re); 42 if (re.global || idx == 0) {
|
/external/v8/test/webkit/fast/js/kde/ |
RegExp.js | 137 //shouldBe( "var re=/ships*\s/; re.exec('the hardships of traveling'); re.lastIndex", "14" ); 138 //shouldBe( "var re=/ships*\s/; str='the hardships of traveling'; re.exec(str); re.exec(str); re.lastIndex", "0" ); 155 re = /(chapter \d+(\.\d)*)/i; 159 shouldBe("str.match(re).toString()","'Chapter 3.4.5.1,Chapter 3.4.5.1,.1'");
|
/frameworks/base/cmds/appwidget/src/com/android/commands/appwidget/ |
AppWidget.java | 154 } catch (RemoteException re) { 155 re.printStackTrace();
|
/frameworks/base/core/java/android/content/pm/ |
LauncherApps.java | 148 } catch (RemoteException re) { 203 } catch (RemoteException re) { 224 } catch (RemoteException re) { 242 } catch (RemoteException re) { 258 } catch (RemoteException re) { 274 } catch (RemoteException re) { 303 } catch (RemoteException re) { 322 } catch (RemoteException re) {
|