Home
last modified time | relevance | path

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

12

/art/tools/class2greylist/test/src/com/android/class2greylist/
DUnsupportedAppUsageAnnotationHandlerTest.java92 mJavac.compile(); in testGreylistMethod()
113 mJavac.compile(); in testGreylistConstructor()
134 mJavac.compile(); in testGreylistField()
155 mJavac.compile(); in testGreylistImplicit()
176 mJavac.compile(); in testGreylistImplicit_Invalid_MissingOnClass()
198 mJavac.compile(); in testGreylistImplicit_Invalid_PresentOnMember()
219 mJavac.compile(); in testGreylistMethodExpectedSignature()
240 mJavac.compile(); in testGreylistMethodExpectedSignatureWrong()
260 mJavac.compile(); in testGreylistInnerClassMethod()
279 mJavac.compile(); in testMethodNotGreylisted()
[all …]
DCovariantReturnTypeHandlerTest.java70 mJavac.compile(); in testReturnTypeWhitelisted()
94 mJavac.compile(); in testAnnotatedMemberNotPublicApi()
116 mJavac.compile(); in testReturnTypeAlreadyWhitelisted()
141 mJavac.compile(); in testAnnotationOnField()
DRepeatedAnnotationHandlerTest.java63 mJavac.compile(); in testRepeated()
/art/runtime/interpreter/mterp/
Dgen_mterp.py31 opcode_re = re.compile(r"^\s*V\((....), (\w+),.*", re.DOTALL)
45 indent_re = re.compile(r"^%( *)")
48 escape_re = re.compile(r'''
98 exec(compile(script, script_filename, mode='exec'))
/art/test/511-clinit-interface/
Dinfo.txt1 Test that compilers don't crash when having to compile
/art/tools/
Danalyze-init-failures.py27 _CLASS_RE = re.compile(r'^L(.*);$')
28 _ERROR_LINE_RE = re.compile(r'^dalvik.system.TransactionAbortError: (.*)')
29 _STACK_LINE_RE = re.compile(r'^\s*at\s[^\s]*\s([^\s]*)')
Dcompile-classes.sh34 $ANDROID_BUILD_TOP/art/tools/compile-jar.sh $DEX_FILE $ODEX_FILE arm64 \
Dgenerate_operator_out.py24 _ENUM_START_RE = re.compile(
26 _ENUM_VALUE_RE = re.compile(r'([A-Za-z0-9_]+)(.*)')
27 _ENUM_END_RE = re.compile(r'^\s*\};$')
/art/test/629-vdex-speed/
Dinfo.txt1 Regression test for vdex that used to not AOT compile
/art/test/674-vdex-uncompress/
Dinfo.txt1 Test that dex2oat can compile an APK that has uncompressed dex files,
/art/test/911-get-stack-trace/src/art/
DPrintThread.java47 Pattern.compile(IGNORE_THREAD_NAME_REGEX).matcher("");
54 Pattern.compile(CUT_STACK_THREAD_NAME_REGEX).matcher("");
/art/test/121-modifiers/
Dinfo.txt5 To reproduce, compile the source files. Asm.java needs the ASM libraries (core and tree). Then
8 Finally, compile with jack/jill or dx, and run baksmali.
/art/test/800-smali/
Dinfo.txt2 Will compile and run all the smali files in smali/ and run the test cases mentioned in src/Main.jav…
/art/tools/class2greylist/src/com/android/class2greylist/
DApiResolver.java32 private static final Pattern LINK_TAG_PATTERN = Pattern.compile("\\{@link ([^\\}]+)\\}");
33 private static final Pattern CODE_TAG_PATTERN = Pattern.compile("\\{@code ([^\\}]+)\\}");
/art/tools/cpp-define-generator/
Dmake_header.py34 asm_define_re = re.compile(r'">>(\w+) (?:\$|#)?([-0-9]+) (?:\$|#)?(0|1)<<"')
DAndroid.bp17 // This produces human-readable asm_defines.s with the embedded compile-time constants.
49 // This extracts the compile-time constants from asm_defines.s and creates the header.
/art/test/664-aget-verifier/
Dinfo.txt5 checks and never actually null at runtime. This fails compile-time verification,
/art/test/965-default-verify/
Dinfo.txt4 build-src contains java files that are needed if you are to compile with javac
/art/tools/ahat/
DAndroid.mk73 $(PRIVATE_AHAT_TEST_ART) --no-compile -d $(PRIVATE_AHAT_TEST_DALVIKVM_ARG) \
84 $(PRIVATE_AHAT_TEST_ART) --no-compile -d $(PRIVATE_AHAT_TEST_DALVIKVM_ARG) \
/art/test/094-pattern/src/
DMain.java72 public static final Pattern WEB_URL = Pattern.compile(WEB_URL_STR);
/art/tools/libjavac/
DAndroid.bp15 // This is a helper library for host tests that compile Java code at test time.
/art/tools/class2greylist/test/
DAndroid.bp18 // Only compile source java files in this apk.
/art/tools/libjavac/src/com/android/javac/
DJavac.java82 public void compile() { in compile() method in Javac
/art/test/435-try-finally-without-catch/
Dinfo.txt10 be non-null at compile-time (as is the case in this test), it will
/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java245 Matcher m = Pattern.compile("(\'[^\']+\'| *[^ ]+ *)").matcher(command); in splitCommand()

12