OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:classpath
(Results
326 - 350
of
6020
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/art/runtime/
class_loader_context.cc
104
// At this point we know the format is ok; continue and extract the
classpath
.
106
std::string
classpath
= class_loader_spec.substr(type_str_size + 1,
local
112
Split(
classpath
, kClasspathSeparator, &class_loader_chain_.back().
classpath
);
115
Split(
classpath
, kClasspathSeparator, &classpath_elements);
126
class_loader_chain_.back().
classpath
.push_back(dex_file_with_checksum[0]);
161
// Stop early if we detect the special shared library, which may be passed as the
classpath
210
for (const std::string& cp_elem : info.
classpath
) {
248
// We finished opening the dex files from the
classpath
.
249
// Now update the
classpath
and the checksum with the locations of the dex files
[
all
...]
/external/droiddriver/
build.gradle
14
classpath
'com.android.tools.build:gradle:1.3.0'
15
classpath
'com.github.dcendents:android-maven-gradle-plugin:1.3'
16
classpath
'com.jakewharton.sdkmanager:gradle-plugin:0.12.0'
18
classpath
'org.jfrog.buildinfo:build-info-extractor-gradle:3.0.3'
19
classpath
'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.1'
80
classpath
+= project.files(android.getBootClasspath().join(File.pathSeparator))
/external/slf4j/integration/
osgi-build.xml
12
<echo message="compile
classpath
: ${currentVersion}" />
13
<echo message="test
classpath
: ${test_classpath}" />
23
<taskdef name="junit"
classpath
="${test_classpath}"
68
<
classpath
path="${test_classpath}"/>
77
<
classpath
path="${test_classpath}"/>
86
<
classpath
path="${test_classpath}"/>
/external/testng/ant/
build-ant.xml
7
<taskdef name="testng" classname="org.testng.TestNGAntTask"
classpath
="${testng.jar}" />
14
<javac
classpath
="${testng.jar}"
18
<testng
classpath
="build;../../testng-5.2beta-jdk15.jar"
27
<testng
classpath
="${this.directory}/build;${testng.jar}"
45
<testng
classpath
="${this.directory}/build;${testng.jar}"
62
<testng
classpath
="${this.directory}/build;${testng.jar}"
/libcore/dom/src/test/resources/
build.xml
71
<
classpath
>
74
</
classpath
>
90
<
classpath
>
93
</
classpath
>
100
<
classpath
>
103
</
classpath
>
/external/annotation-tools/annotation-file-utilities/scripts/
extract-annotations
27
echo java -ea -cp ${JAVAC_JAR}:${AFU}/lib/plume-core.jar:${ANNOTATION_FILE_UTILS}:${
CLASSPATH
} annotations.io.classfile.ClassFileReader "$@"
31
# Needs
CLASSPATH
to find user files
32
java -ea -cp ${JAVAC_JAR}:${AFU}/lib/plume-core.jar:${ANNOTATION_FILE_UTILS}:${
CLASSPATH
} annotations.io.classfile.ClassFileReader "$@"
insert-annotations
27
echo "java -ea -cp ${JAVAC_JAR}:${AFU}/lib/plume-lib.jar:${ANNOTATION_FILE_UTILS}:${
CLASSPATH
} annotations.io.classfile.ClassFileWriter $@"
31
# Needs
CLASSPATH
to find user files
32
java -ea -cp ${JAVAC_JAR}:${AFU}/lib/plume-lib.jar:${ANNOTATION_FILE_UTILS}:${
CLASSPATH
} annotations.io.classfile.ClassFileWriter "$@"
/external/emma/core/res/com/vladium/emma/
run_usage.res
2
'cp', '
classpath
':
6
"load/coverage
classpath
";
15
"consider the entire
classpath
for coverage {including classes that are never loaded}";
/external/guava/guava-gwt/test/com/google/common/
GwtTestSuite.java
19
import com.google.common.reflect.
ClassPath
;
20
import com.google.common.reflect.
ClassPath
.ClassInfo;
37
:
ClassPath
.from(GwtTestSuite.class.getClassLoader()).getTopLevelClasses()) {
/external/guice/
common.xml
19
<
classpath
refid="compile.
classpath
"/>
29
classpath
="${common.basedir}/lib/build/bnd-0.0.384.jar"/>
80
<
classpath
path="${build.dir}/classes"/>
81
<
classpath
path="${build.dir}/test"/>
82
<
classpath
refid="compile.
classpath
"/>
96
<
classpath
>
99
<path refid="compile.
classpath
"/>
100
</
classpath
>
[
all
...]
/external/mockito/src/main/java/org/mockito/internal/configuration/plugins/
Plugins.java
31
* {@link org.mockito.plugins.MockMaker} extension exists or is visible in the current
classpath
.</p>
42
* current
classpath
.</p>
52
* {@link org.mockito.plugins.AnnotationEngine} extension exists or is visible in the current
classpath
.</p>
/external/proguard/build/
README
21
javac -sourcepath src -d classes -
classpath
lib/ant.jar \
26
javac -sourcepath src -d classes -
classpath
..... \
31
javac -sourcepath src -d classes -
classpath
wtklib/kenv.zip \
/frameworks/support/
build.gradle
37
classpath
build_libs.gradle
38
classpath
build_libs.jacoco
39
classpath
build_libs.kotlin.gradle_plugin
/frameworks/support/lifecycle/compiler/src/main/kotlin/androidx/lifecycle/model/
InputModel.kt
25
// all java files with lifecycle annotations excluding classes from
classpath
27
// info about all lifecycle observers including classes from
classpath
33
* Root class is class defined in currently processed module, not in
classpath
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainer.java
24
*
Classpath
container for the Android projects.
25
* This supports both the System
classpath
and the library dependencies.
38
* @param path the path containing the
classpath
container id.
/developers/samples/android/content/documentsUi/ContentProviderPaging/
build.gradle
7
classpath
'com.android.tools.build:gradle:3.0.0'
/developers/samples/android/input/autofill/AutofillFramework/
build.gradle
8
classpath
'com.android.tools.build:gradle:3.0.1'
/developers/samples/android/sensors/AccelerometerPlay/
build.gradle
7
classpath
'com.android.tools.build:gradle:3.0.0'
/developers/samples/android/system/AppShortcuts/
build.gradle
7
classpath
'com.android.tools.build:gradle:3.0.0'
/developers/samples/android/system/RuntimePermissions/
build.gradle
7
classpath
'com.android.tools.build:gradle:3.0.0'
/developers/samples/android/ui/fonts/DownloadableFonts/
build.gradle
8
classpath
'com.android.tools.build:gradle:3.0.0'
/development/samples/training/basic/ActivityLifecycle/
local.properties
11
extensible.
classpath
=./libs/android-support-v13.jar
/external/antlr/antlr-3.4/runtime/Perl5/tools/
antlr.bat
9
-
classpath
"%ANTLR_HOME%\tool\target\classes;%ANTLR_HOME%\runtime\Java\target\classes;%ANTLR_HOME%\lib\antlr-3.0.jar;%ANTLR_HOME%\lib\antlr-2.7.7.jar;%ANTLR_HOME%\lib\stringtemplate-3.0.jar" ^
/external/javassist/src/main/javassist/
ByteArrayClassPath.java
43
* @see javassist.
ClassPath
44
* @see ClassPool#insertClassPath(
ClassPath
)
45
* @see ClassPool#appendClassPath(
ClassPath
)
48
public class ByteArrayClassPath implements
ClassPath
{
/external/mockito/src/main/java/org/mockito/internal/configuration/
ClassPathLoader.java
13
* Loads configuration or extension points available in the
classpath
.
37
* Mockito to use it you need to put in your
classpath
53
* @return configuration loaded from
classpath
or null
57
// Trying to get config from
classpath
Completed in 1396 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>