Home
last modified time | relevance | path

Searched refs:compile (Results 1 – 25 of 3740) sorted by relevance

12345678910>>...150

/external/syzkaller/pkg/report/
Dlinux.go509 …linuxRcuStall = compile("INFO: rcu_(?:preempt|sched|bh) (?:self-)?detected(?: expedited)? stall…
510 …linuxRipFrame = compile(`IP: (?:(?:[0-9]+:)?(?:{{PC}} +){0,2}{{FUNC}}|[0-9]+:0x[0-9a-f]+|(?:[0-…
529 compile("^ +(?:{{PC}} )?{{FUNC}}"),
587 compile(`^ should_fail(\.[a-z]+\.[0-9]+)?\+0x`),
588 compile(`^ should_failslab(\.[a-z]+\.[0-9]+)?\+0x`),
601 compile("Call Trace:"),
613 title: compile("BUG: KASAN:"),
614 …report: compile("BUG: KASAN: ([a-z\\-]+) in {{FUNC}}(?:.*\\n)+?.*(Read|Write) of size (?:[0-9]+)"),
619 compile("BUG: KASAN: (?:[a-z\\-]+) in {{FUNC}}"),
620 compile("Call Trace:"),
[all …]
Dgvisor.go90 title: compile("panic:(.*)"),
101 title: compile("Panic:(.*)"),
112 title: compile("fatal error:(.*)"),
123 title: compile("runtime error:(.*)"),
134 title: compile("SIGSEGV:(.*)"),
145 title: compile("SIGBUS:(.*)"),
156 title: compile("FATAL ERROR:(.*)"),
167 title: compile("WARNING: DATA RACE"),
168 …report: compile("WARNING: DATA RACE\n(?:.*\n)*? (?:[a-zA-Z0-9./-_]+/)([a-zA-Z0-9.()*_]+)\\(…
179 title: compile("Invalid request partialResult"),
[all …]
/external/bcc/src/lua/bpf/spec/
Dcodegen_spec.lua18 local function compile(t) function
55 compile {
66 compile {
77 compile {
88 compile {
99 compile {
110 compile {
121 compile {
133 compile {
144 compile {
[all …]
/external/tensorflow/tensorflow/java/src/test/java/org/tensorflow/processor/
DOperatorProcessorTest.java18 import static com.google.testing.compile.CompilationSubject.assertThat;
20 import com.google.testing.compile.Compilation;
21 import com.google.testing.compile.Compiler;
22 import com.google.testing.compile.JavaFileObjects;
33 Compilation compile = compile("org/tensorflow/processor/operator/good/BasicGood.java"); in basicGood() local
34 assertThat(compile).succeededWithoutWarnings(); in basicGood()
35 assertThat(compile).generatedSourceFile("org.tensorflow.op.Ops"); in basicGood()
40 assertThat(compile("org/tensorflow/processor/operator/bad/BasicBad.java")).failed(); in basicBad()
44 private static Compilation compile(String path) { in compile() method in OperatorProcessorTest
47 .compile( in compile()
/external/owasp/sanitizer/src/tests/org/owasp/html/
DCssFuzzerTest.java182 CssTokens.TokenType.AT, Pattern.compile("@" + IDENT)); in TOKEN_TYPE_FILTERS.put()
184 CssTokens.TokenType.COLON, Pattern.compile(":")); in TOKEN_TYPE_FILTERS.put() argument
186 CssTokens.TokenType.COLUMN, Pattern.compile("\\|\\|")); in TOKEN_TYPE_FILTERS.put()
188 CssTokens.TokenType.COMMA, Pattern.compile(",")); in TOKEN_TYPE_FILTERS.put() argument
191 Pattern.compile("[^\\w\u0000- \u0080-\uffff\\-]")); in TOKEN_TYPE_FILTERS.put()
193 CssTokens.TokenType.DIMENSION, Pattern.compile(NUMBER + "[a-z]+")); in TOKEN_TYPE_FILTERS.put()
195 CssTokens.TokenType.DOT_IDENT, Pattern.compile("\\." + IDENT)); in TOKEN_TYPE_FILTERS.put()
197 CssTokens.TokenType.FUNCTION, Pattern.compile(IDENT + "[(]")); in TOKEN_TYPE_FILTERS.put()
199 CssTokens.TokenType.HASH_ID, Pattern.compile("#" + IDENT_PART + "+")); in TOKEN_TYPE_FILTERS.put()
202 Pattern.compile("#[a-fA-F0-9]+")); in TOKEN_TYPE_FILTERS.put()
[all …]
/external/python/cpython2/Lib/test/
Dtest_compiler.py51 self.assertRaises(SyntaxError, compiler.compile,
55 compiler.compile(buf, basename, "exec")
64 compiler.compile("class foo():pass\n\n","<string>","exec")
67 compiler.compile("def g(): yield\n\n", "<string>", "exec")
72 c = compiler.compile('f(x=1, *(2, 3), y=4)', '<string>', 'exec')
80 c = compiler.compile("try:\n 1//0\nexcept:\n e = 1\nfinally:\n f = 1",
91 c = compiler.compile('"doc"', '<string>', 'exec')
93 c = compiler.compile('def f():\n "doc"', '<string>', 'exec')
127 c = compiler.compile('def g():\n'
139 c = compiler.compile('list((i,j) for i in range(3) if i < 3'
[all …]
Dtest_compile.py14 compile("hi", "<test>", "exec")
15 compile("hi\r", "<test>", "exec")
18 compile("", "<test>", "exec")
21 compile("\r\n", "<test>", "exec")
22 compile("\r", "<test>", "exec")
23 compile("hi\r\nstuff\r\ndef f():\n pass\r", "<test>", "exec")
24 compile("this_is\rreally_old_mac\rdef f():\n pass", "<test>", "exec")
28 self.assertRaises(SyntaxError, compile, '__debug__ = 1', '?', 'single')
56 self.assertRaises(SyntaxError, compile, "1+*3", "filename", "exec")
59 self.assertRaises(SyntaxError, compile, "f(None=1)", "<string>", "exec")
[all …]
Dtest_source_encoding.py23 c = compile("\n# coding: utf-8\nu = u'\xc3\xb3'\n", "dummy", "exec")
29 c = compile("a, b = '\U0001010F', '\\U0001010F'", "dummy", "exec")
47 compile('# -*- coding: iso-8859-15 -*-\n', 'dummy', 'exec')
48 compile('\xef\xbb\xbf\n', 'dummy', 'exec')
49 compile('\xef\xbb\xbf# -*- coding: utf-8 -*-\n', 'dummy', 'exec')
51 compile('# -*- coding: fake -*-\n', 'dummy', 'exec')
53 compile('\xef\xbb\xbf# -*- coding: iso-8859-15 -*-\n',
56 compile('\xef\xbb\xbf# -*- coding: iso-8859-15 -*-\n',
59 compile('\xef\xbb\xbf# -*- coding: fake -*-\n', 'dummy', 'exec')
61 compile('\xef\xbb\xbf# -*- coding: fake -*-\n', 'dummy', 'exec')
[all …]
/external/owasp/sanitizer/src/main/org/owasp/html/examples/
DEbayPolicyExample.java65 private static final Pattern COLOR_NAME = Pattern.compile(
70 private static final Pattern COLOR_CODE = Pattern.compile(
73 private static final Pattern NUMBER_OR_PERCENT = Pattern.compile(
75 private static final Pattern PARAGRAPH = Pattern.compile(
77 private static final Pattern HTML_ID = Pattern.compile(
80 private static final Pattern HTML_TITLE = Pattern.compile(
82 private static final Pattern HTML_CLASS = Pattern.compile(
85 private static final Pattern ONSITE_URL = Pattern.compile(
87 private static final Pattern OFFSITE_URL = Pattern.compile(
91 private static final Pattern NUMBER = Pattern.compile(
[all …]
/external/catch2/scripts/
Dembed.py3 preprocessorRe = re.compile( r'\s*#.*' )
5 fdefineRe = re.compile( r'\s*#\s*define\s*(\S*)\s*\(' ) # #defines that take arguments
6 defineRe = re.compile( r'\s*#\s*define\s*(\S*)(\s+)(.*)' ) # all #defines
7 undefRe = re.compile( r'\s*#\s*undef\s*(\S*)' ) # all #undefs
9 ifdefCommonRe = re.compile( r'\s*#\s*if' ) # all #ifdefs
10 ifdefRe = re.compile( r'\s*#\s*ifdef\s*(\S*)' )
11 ifndefRe = re.compile( r'\s*#\s*ifndef\s*(\S*)' )
12 endifRe = re.compile( r'\s*#\s*endif\s*//\s*(.*)' )
13 elseRe = re.compile( r'\s*#\s*else' )
14 ifRe = re.compile( r'\s*#\s*if\s+(.*)' )
[all …]
DapprovalTests.py21 langFilenameParser = re.compile(r'(.+\.[ch]pp)')
22 filelocParser = re.compile(r'''
29 lineNumberParser = re.compile(r' line="[0-9]*"')
30 hexParser = re.compile(r'\b(0[xX][0-9a-fA-F]+)\b')
31 durationsParser = re.compile(r' time="[0-9]*\.[0-9]*"')
32 timestampsParser = re.compile(r'\d{4}-\d{2}-\d{2}T\d{2}\:\d{2}\:\d{2}Z')
33 versionParser = re.compile(r'Catch v[0-9]+\.[0-9]+\.[0-9]+(-develop\.[0-9]+)?')
34 nullParser = re.compile(r'\b(__null|nullptr)\b')
35 exeNameParser = re.compile(r'''
42 specialCaseParser = re.compile(r'file\((\d+)\)')
[all …]
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
DLog4jRuleSet.java37 …SingleConversionRule crImport0 = new SingleConversionRule(Pattern.compile("import\\s*+org.apache.l… in Log4jRuleSet()
40 …SingleConversionRule catImport = new SingleConversionRule(Pattern.compile("import\\s*+org.apache.l… in Log4jRuleSet()
43 …SingleConversionRule crImport1 = new SingleConversionRule(Pattern.compile("import\\s*+org.apache.l… in Log4jRuleSet()
45 …SingleConversionRule crImport2 = new SingleConversionRule(Pattern.compile("import\\s*+org.apache.l… in Log4jRuleSet()
48 …SingleConversionRule crImportMDC = new SingleConversionRule(Pattern.compile("import\\s*+org.apache… in Log4jRuleSet()
50 …SingleConversionRule crFactory0 = new SingleConversionRule(Pattern.compile("Logger.getLogger\\("),… in Log4jRuleSet()
52 …SingleConversionRule crFactory1 = new SingleConversionRule(Pattern.compile("\\sCategory.getInstanc… in Log4jRuleSet()
54 …SingleConversionRule crFactory2 = new SingleConversionRule(Pattern.compile("LogManager.getLogger\\… in Log4jRuleSet()
56 …SingleConversionRule variable0 = new SingleConversionRule(Pattern.compile("(\\sCategory\\b)"), " L… in Log4jRuleSet()
58 …SingleConversionRule variable1 = new SingleConversionRule(Pattern.compile("(^Category\\b)"), "Logg… in Log4jRuleSet()
DJULRuleSet.java43 …SingleConversionRule crImport0 = new SingleConversionRule(Pattern.compile("import\\s*+java.util.lo… in JULRuleSet()
46 …SingleConversionRule crImport1 = new SingleConversionRule(Pattern.compile("import\\s*+org.apache.l… in JULRuleSet()
48 …SingleConversionRule crImport2 = new SingleConversionRule(Pattern.compile("import\\s*+java.util.lo… in JULRuleSet()
51 …SingleConversionRule crFactory0 = new SingleConversionRule(Pattern.compile("Logger.getLogger\\("),… in JULRuleSet()
53 …SingleConversionRule crFactory1 = new SingleConversionRule(Pattern.compile("LogManager.getLogger\\… in JULRuleSet()
55 …SingleConversionRule crWarning = new SingleConversionRule(Pattern.compile("\\.warning\\("), ".warn… in JULRuleSet()
56 …SingleConversionRule crSevere = new SingleConversionRule(Pattern.compile("\\.severe\\("), ".error(… in JULRuleSet()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DSimpleFormatterTest.java34 SimpleFormatter fmt = SimpleFormatter.compile("This doesn''t have templates '{0}"); in TestWithNoArguments()
73 SimpleFormatter.compile("{}"); in TestSyntaxErrors()
78 SimpleFormatter.compile("{12d"); in TestSyntaxErrors()
88 SimpleFormatter.compile("{0} meter").format("1")); in TestOneArgument()
93 SimpleFormatter fmt = SimpleFormatter.compile("a{20}c"); in TestBigArgument()
105 SimpleFormatter.compile( in TestGetTextWithNoArguments()
111 SimpleFormatter fmt = SimpleFormatter.compile( in TestTooFewArgumentValues()
137 SimpleFormatter fmt = SimpleFormatter.compile( in TestWithArguments()
162 SimpleFormatter fmt = SimpleFormatter.compile( in TestFormatUseAppendToAsArgument()
175 SimpleFormatter fmt = SimpleFormatter.compile("{2}, {0}, {1} and {3}"); in TestFormatReplaceNoOptimization()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DSimpleFormatterTest.java37 SimpleFormatter fmt = SimpleFormatter.compile("This doesn''t have templates '{0}"); in TestWithNoArguments()
76 SimpleFormatter.compile("{}"); in TestSyntaxErrors()
81 SimpleFormatter.compile("{12d"); in TestSyntaxErrors()
91 SimpleFormatter.compile("{0} meter").format("1")); in TestOneArgument()
96 SimpleFormatter fmt = SimpleFormatter.compile("a{20}c"); in TestBigArgument()
108 SimpleFormatter.compile( in TestGetTextWithNoArguments()
114 SimpleFormatter fmt = SimpleFormatter.compile( in TestTooFewArgumentValues()
140 SimpleFormatter fmt = SimpleFormatter.compile( in TestWithArguments()
165 SimpleFormatter fmt = SimpleFormatter.compile( in TestFormatUseAppendToAsArgument()
178 SimpleFormatter fmt = SimpleFormatter.compile("{2}, {0}, {1} and {3}"); in TestFormatReplaceNoOptimization()
[all …]
/external/python/cpython3/Lib/test/
Dtest_peepholer.py24 code = compile(line, '', 'single')
68 code = compile(line,'','single')
81 code = compile(line,'','single')
86 code = compile(repr(tuple(range(10000))),'','single')
118 code = compile(line, '', 'single')
131 code = compile(line, '', 'single')
167 code = compile(line, '', 'single')
173 code = compile('a=2+"b"', '', 'single')
178 code = compile('a="x"*10000', '', 'single')
181 code = compile('a=1<<1000', '', 'single')
[all …]
Dtest_compile.py15 compile(source, "<single>", "single")
21 compile("hi", "<test>", "exec")
22 compile("hi\r", "<test>", "exec")
25 compile("", "<test>", "exec")
28 compile("\r\n", "<test>", "exec")
29 compile("\r", "<test>", "exec")
30 compile("hi\r\nstuff\r\ndef f():\n pass\r", "<test>", "exec")
31 compile("this_is\rreally_old_mac\rdef f():\n pass", "<test>", "exec")
35 self.assertRaises(SyntaxError, compile, '__debug__ = 1', '?', 'single')
52 self.assertRaises(SyntaxError, compile, "1+*3", "filename", "exec")
[all …]
Dtest_source_encoding.py25 c = compile(b"\n# coding: utf-8\nu = '\xc3\xb3'\n", "dummy", "exec")
32 compile(b"# coding: cp932\nprint '\x94\x4e'", "dummy", "exec")
39 c = compile("# coding=latin-1\n\u00c6 = '\u00c6'", "dummy", "exec")
45 c = compile("a, b = '\U0001010F', '\\U0001010F'", "dummy", "exec")
73 compile(b'# -*- coding: iso-8859-15 -*-\n', 'dummy', 'exec')
74 compile(b'\xef\xbb\xbf\n', 'dummy', 'exec')
75 compile(b'\xef\xbb\xbf# -*- coding: utf-8 -*-\n', 'dummy', 'exec')
77 compile(b'# -*- coding: fake -*-\n', 'dummy', 'exec')
79 compile(b'\xef\xbb\xbf# -*- coding: iso-8859-15 -*-\n',
82 compile(b'\xef\xbb\xbf# -*- coding: iso-8859-15 -*-\n',
[all …]
Dtest_re.py40 re.compile(pattern)
69 x = re.compile('ab+c')
149 pattern = re.compile('.')
153 self.assertRaises(ValueError, re.compile, pattern, re.I)
157 re.compile("(?P<quote>)(?(quote))")
217 re.compile(r'(?P<a>x)(?P=a)(?(a)y)')
218 re.compile(r'(?P<a1>x)(?P=a1)(?(a1)y)')
219 re.compile(r'(?P<a1>x)\1(?(1)y)')
246 re.compile('(?P<µ>x)(?P=µ)(?(µ)y)')
247 re.compile('(?P<��������������>x)(?P=��������������)(?(��������������)y)')
[all …]
/external/capstone/
DCOMPILE.TXT1 This documentation explains how to compile, install & run Capstone on MacOSX,
2 Linux, *BSD & Solaris. We also show steps to cross-compile for Microsoft Windows.
4 To natively compile for Windows using Microsoft Visual Studio, see COMPILE_MSVC.TXT.
6 To compile using CMake, see COMPILE_CMAKE.TXT.
8 To compile using XCode on MacOSX, see xcode/README.md.
12 Capstone requires no prerequisite packages, so it is easy to compile & install.
20 ones you want to compile in by editing "config.mk" before going to next steps.
54 - To compile for current platform, run:
58 - On 64-bit OS, run the command below to cross-compile Capstone for 32-bit binary:
98 (3) Cross-compile for Windows from *nix
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/
Dasm.py16 ASM_FUNCTION_X86_RE = re.compile(
22 ASM_FUNCTION_ARM_RE = re.compile(
29 ASM_FUNCTION_AARCH64_RE = re.compile(
37 ASM_FUNCTION_AMDGPU_RE = re.compile(
44 ASM_FUNCTION_MIPS_RE = re.compile(
53 ASM_FUNCTION_PPC_RE = re.compile(
64 ASM_FUNCTION_RISCV_RE = re.compile(
70 ASM_FUNCTION_SPARC_RE = re.compile(
76 ASM_FUNCTION_SYSTEMZ_RE = re.compile(
84 SCRUB_LOOP_COMMENT_RE = re.compile(
[all …]
Dcommon.py48 RUN_LINE_RE = re.compile('^\s*[;#]\s*RUN:\s*(.*)$')
49 CHECK_PREFIX_RE = re.compile('--?check-prefix(?:es)?[= ](\S+)')
50 CHECK_RE = re.compile(r'^\s*[;#]\s*([^:]+?)(?:-NEXT|-NOT|-DAG|-LABEL)?:')
52 OPT_FUNCTION_RE = re.compile(
57 ANALYZE_FUNCTION_RE = re.compile(
62 IR_FUNCTION_RE = re.compile('^\s*define\s+(?:internal\s+)?[^@]*@(\w+)\s*\(')
63 TRIPLE_IR_RE = re.compile(r'^\s*target\s+triple\s*=\s*"([^"]+)"$')
64 TRIPLE_ARG_RE = re.compile(r'-mtriple[= ]([^ ]+)')
65 MARCH_ARG_RE = re.compile(r'-march[= ]([^ ]+)')
67 SCRUB_LEADING_WHITESPACE_RE = re.compile(r'^(\s+)')
[all …]
/external/freetype/src/tools/docmaker/
Dsources.py54 self.start = re.compile( start, re.VERBOSE )
55 self.column = re.compile( column, re.VERBOSE )
56 self.end = re.compile( end, re.VERBOSE )
130 re_markup_tag1 = re.compile( r'''\s*<((?:\w|-)*)>''' ) # <xxxx> format
131 re_markup_tag2 = re.compile( r'''\s*@((?:\w|-)*):''' ) # @xxxx: format
153 re_crossref = re.compile( r"""
168 re_italic = re.compile( r"_((?:\w|-)(?:\w|'|-)*)_(.*)" ) # _italic_
169 re_bold = re.compile( r"\*((?:\w|-)(?:\w|'|-)*)\*(.*)" ) # *bold*
204 re_url = re.compile( url, re.VERBOSE | re.MULTILINE )
210 re_source_sep = re.compile( r'\s*/\*\s*\*/' ) # /* */
[all …]
/external/clang/test/Parser/
Dms-if-exists.cpp15 this will not compile. in test_if_exists_stmts()
18 this will not compile. in test_if_exists_stmts()
41 this will not compile. in __if_exists()
45 this will not compile. in __if_not_exists()
62 __if_exists(MayExist::Type_not) { this will not compile } in test_if_exists_init_list()
74 __if_not_exists(MayExist::Type) { this will not compile } in test_if_exists_init_list()
91 this will not compile. in __if_exists()
95 this will not compile. in __if_not_exists()
/external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/object/
DMatchesPatternTest.java15 Matcher<String> matcher = new MatchesPattern(Pattern.compile(".")); in copesWithNullsAndUnknownTypes()
23 assertThat("a", new MatchesPattern(Pattern.compile("a"))); in matchesExactString()
28 …assertDoesNotMatch("A different string does not match", new MatchesPattern(Pattern.compile("a")), … in doesNotMatchADifferentString()
33 … assertDoesNotMatch("A substring does not match", new MatchesPattern(Pattern.compile("a")), "ab"); in doesNotMatchSubstring()
38 Matcher<?> m = new MatchesPattern(Pattern.compile("a[bc](d|e)")); in hasAReadableDescription()
44 final Matcher<String> matcher = new MatchesPattern(Pattern.compile("a")); in describesAMismatch()
50 Matcher<?> m = MatchesPattern.matchesPattern(Pattern.compile("a[bc](d|e)")); in factoryMethodAllowsCreationWithPattern()

12345678910>>...150