Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 25 of 32) sorted by relevance

12

/art/test/968-default-partial-compile-gen/util-src/
Dgenerate_java.py58 def __init__(self, sources, javac, temp_dir, classes_dir): argument
62 self.sources = sources
79 for f in self.sources:
87 ifaces = set(i for i in self.sources if isinstance(i, base.TestInterface))
/art/test/971-iface-super/util-src/
Dgenerate_java.py58 def __init__(self, sources, javac, temp_dir, classes_dir): argument
62 self.sources = sources
79 for f in self.sources:
87 ifaces = set(i for i in self.sources if isinstance(i, base.TestInterface))
/art/tools/
Ddt_fds_forward.py95 sources = [local_sock, finish_event, sock]
96 print("Starting select on " + str(sources))
97 (rf, _, _) = select.select(sources, [], [])
/art/runtime/interpreter/mterp/
DREADME.txt13 The final assembly sources are written into the "out" directory, where
22 The assembly instruction files are simply fragments of assembly sources.
33 Both C and assembly sources will be passed through the C pre-processor,
43 ==== Using C constants from assembly sources ====
/art/
Ddefault_build18 ctx.bash("./generate-sources")
/art/libartpalette/
DAndroid.bp55 // support both prebuilts and sources present simultaneously.
86 // Targets without support for dlopen just use the sources for
/art/test/965-default-verify/
DAndroid.bp14 // Library with src/ sources for the test.
/art/test/843-default-interface/
DAndroid.bp14 // Library with src/ sources for the test.
/art/test/967-default-ame/
DAndroid.bp14 // Library with src/ sources for the test.
/art/test/073-mismatched-field/
DAndroid.bp14 // Library with src/ sources for the test.
/art/test/075-verification-error/
DAndroid.bp14 // Library with src/ sources for the test.
/art/test/845-data-image/
DAndroid.bp14 // Library with src-art/ sources for the test.
/art/test/2262-default-conflict-methods/
DAndroid.bp14 // Library with src/ sources for the test.
/art/test/823-cha-inlining/
DAndroid.bp14 // Library with src/ sources for the test.
/art/test/182-method-linking/
DAndroid.bp14 // Library with src/ sources for the test.
/art/test/042-new-instance/
DAndroid.bp14 // Library with src/ sources for the test.
/art/test/032-concrete-sub/
DAndroid.bp14 // Library with src/ sources for the test.
/art/test/077-method-override/
DAndroid.bp14 // Library with src/ sources for the test.
/art/test/069-field-type/
DAndroid.bp14 // Library with src/ sources for the test.
/art/test/024-illegal-access/
DAndroid.bp14 // Library with src/ sources for the test.
/art/test/966-default-conflict/
DAndroid.bp14 // Library with src/ sources for the test.
/art/test/2262-miranda-methods/
DAndroid.bp14 // Library with src/ sources for the test.
/art/test/2240-tracing-non-invokable-method/
DAndroid.bp14 // Library with src/ sources for the test.
/art/test/536-checker-needs-access-check/
DAndroid.bp14 // Library with src/ sources for the test.
/art/test/537-checker-inline-and-unverified/
DAndroid.bp14 // Library with src/ sources for the test.

12