OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOOTCLASSPATH
(Results
1 - 15
of
15
) sorted by null
/libcore/ojluni/src/test/
artrun
20
### Change the
BOOTCLASSPATH
to pick up bootlib classes.
93
# Dummy image location name. Art ignores the
bootclasspath
setting if a boot image
94
# already exists, so we force it to create a new boot image with our correct
bootclasspath
.
104
core-ojtests-hostdex.jar # This is the *one* addition that makes our OJ tests actually run. The rest of these are standard jars on the
bootclasspath
.
115
export
BOOTCLASSPATH
=$(join ":" "${BOOT_DEXJARS_ABS[@]}") # a,b,c
117
echo "
BOOTCLASSPATH
=$
BOOTCLASSPATH
"
125
echo "export
BOOTCLASSPATH
=$
BOOTCLASSPATH
"
/external/turbine/javatests/com/google/turbine/binder/
BinderTest.java
54
private static final ImmutableList<Path>
BOOTCLASSPATH
=
77
Binder.bind(units, Collections.emptyList(),
BOOTCLASSPATH
).units();
118
Binder.bind(units, Collections.emptyList(),
BOOTCLASSPATH
).units();
153
Binder.bind(units, Collections.emptyList(),
BOOTCLASSPATH
).units();
178
Binder.bind(units, Collections.emptyList(),
BOOTCLASSPATH
);
195
Binder.bind(units, Collections.emptyList(),
BOOTCLASSPATH
).units();
219
Binder.bind(units, Collections.emptyList(),
BOOTCLASSPATH
).units();
234
BOOTCLASSPATH
);
255
Binder.bind(units, ImmutableList.of(libJar),
BOOTCLASSPATH
).units();
BinderErrorTest.java
39
private static final ImmutableList<Path>
BOOTCLASSPATH
=
355
Binder.bind(ImmutableList.of(parseLines(source)), Collections.emptyList(),
BOOTCLASSPATH
)
ClassPathBinderTest.java
57
private static final ImmutableList<Path>
BOOTCLASSPATH
=
63
ClassPathBinder.bind(ImmutableList.of(),
BOOTCLASSPATH
, tliBuilder);
80
ClassPathBinder.bind(ImmutableList.of(),
BOOTCLASSPATH
, TopLevelIndex.builder());
123
// symbols can be located on the regular and boot-classpaths, and the
bootclasspath
wins
/external/turbine/javatests/com/google/turbine/lower/
LowerIntegrationTest.java
329
static final ImmutableList<Path>
BOOTCLASSPATH
=
346
IntegrationTestSupport.runJavac(input.classes, ImmutableList.of(),
BOOTCLASSPATH
);
358
IntegrationTestSupport.runJavac(input.sources, classpathJar,
BOOTCLASSPATH
);
361
IntegrationTestSupport.runTurbine(input.sources, classpathJar,
BOOTCLASSPATH
);
LowerTest.java
75
private static final ImmutableList<Path>
BOOTCLASSPATH
=
81
ClassPathBinder.bind(ImmutableList.of(),
BOOTCLASSPATH
, TopLevelIndex.builder());
253
BOOTCLASSPATH
);
281
IntegrationTestSupport.runTurbine(input.sources, ImmutableList.of(),
BOOTCLASSPATH
);
329
BOOTCLASSPATH
);
381
IntegrationTestSupport.runTurbine(input, ImmutableList.of(lib),
BOOTCLASSPATH
);
406
BOOTCLASSPATH
);
479
IntegrationTestSupport.runJavac(noImports, ImmutableList.of(),
BOOTCLASSPATH
);
481
IntegrationTestSupport.runTurbine(sources, ImmutableList.of(),
BOOTCLASSPATH
);
/external/turbine/javatests/com/google/turbine/main/
MainTest.java
45
static final ImmutableList<String>
BOOTCLASSPATH
=
68
.addBootClassPathEntries(
BOOTCLASSPATH
)
88
.addBootClassPathEntries(
BOOTCLASSPATH
)
111
.addBootClassPathEntries(
BOOTCLASSPATH
)
152
.addBootClassPathEntries(
BOOTCLASSPATH
)
/external/turbine/javatests/com/google/turbine/deps/
TransitiveTest.java
44
.addBootClassPathEntries(Iterables.transform(
BOOTCLASSPATH
, Path::toString))
DependenciesTest.java
59
static final ImmutableSet<Path>
BOOTCLASSPATH
=
81
IntegrationTestSupport.runJavac(sources, classpath,
BOOTCLASSPATH
);
107
BindingResult bound = Binder.bind(units, classpath,
BOOTCLASSPATH
);
113
ImmutableSet.copyOf(Iterables.transform(
BOOTCLASSPATH
, Path::toString)),
AbstractTransitiveTest.java
56
protected static final ImmutableList<Path>
BOOTCLASSPATH
=
169
.addBootClassPathEntries(Iterables.transform(
BOOTCLASSPATH
, Path::toString))
/system/core/rootdir/
Android.mk
145
$(hide) sed -e 's?%
BOOTCLASSPATH
%?$(PRODUCT_BOOTCLASSPATH)?g' $< >$@
/build/make/core/
envsetup.mk
214
# Set up minimal
BOOTCLASSPATH
list of jars to build/execute
221
#
bootclasspath
.
/prebuilts/tools/common/m2/repository/com/google/errorprone/javac/9-dev-r3297-4/
javac-9-dev-r3297-4.jar
/prebuilts/tools/linux-x86_64/kythe/extractors/
javac_extractor.jar
/prebuilts/tools/linux-x86_64/kythe/indexers/
java_indexer.jar
Completed in 556 milliseconds