Searched refs:classpath (Results 1 - 25 of 55) sorted by relevance

123

/frameworks/support/app-toolkit/
H A Dbuild.gradle23 classpath build_libs.jacoco
24 classpath build_libs.gradle
25 classpath build_libs.kotlin.gradle_plugin
/frameworks/data-binding/integration-tests/App With Spaces/
H A Dbuild.gradle21 classpath "com.android.tools.build:gradle:${dataBindingConfig.androidPluginVersion}"
/frameworks/data-binding/integration-tests/IndependentLibrary/
H A Dbuild.gradle21 classpath "com.android.tools.build:gradle:${dataBindingConfig.androidPluginVersion}"
/frameworks/data-binding/integration-tests/MultiModuleTestApp/
H A Dbuild.gradle21 classpath "com.android.tools.build:gradle:${dataBindingConfig.androidPluginVersion}"
/frameworks/data-binding/samples/BindingDemo/
H A Dbuild.gradle23 classpath "com.android.tools.build:gradle:${dataBindingConfig.androidPluginVersion}"
/frameworks/support/navigation/safe-args-generator/
H A Dbuild.gradle51 // implementation, so we move android.jar to end of classpath
52 def classpath = it.classpath.getFiles()
53 def androidJar = classpath.find { it.name == "android.jar" }
54 classpath.remove(androidJar)
55 classpath.add(androidJar)
56 it.classpath = files(classpath)
/frameworks/support/
H A Dbuild.gradle37 classpath build_libs.gradle
38 classpath build_libs.jacoco
39 classpath build_libs.kotlin.gradle_plugin
/frameworks/support/navigation/integration-tests/safeargs-testapp/
H A Dbuild.gradle35 classpath build_libs.gradle
36 classpath "${LibraryGroups.NAVIGATION}:safe-args-gradle-plugin:${LibraryVersions.NAVIGATION}"
/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexoptUtils.java47 * classpath), the compiled code will be rejected.
62 * and pay attention to the way the classpath is created for the non isolated mode in:
99 String classpath = sharedLibrariesAndBaseClassPath;
102 ? encodeClassLoader(classpath, info.classLoaderName) : null;
103 // Note that the splits with no code are not removed from the classpath computation.
104 // i.e. split_n might get the split_n-1 in its classpath dependency even
107 // apks without code when doing the classpath checks. As such we could actually
110 classpath = encodeClasspath(classpath, splitRelativeCodePaths[i - 1]);
232 * Adds an element to the encoding of an existing classpath
235 encodeClasspath(String classpath, String newElement) argument
247 encodeClassLoader(String classpath, String classLoaderName) argument
[all...]
/frameworks/data-binding/compiler/
H A Dbuild.gradle30 classpath 'commons-io:commons-io:2.4'
31 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
H A Dgradlew164 exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
/frameworks/opt/setupwizard/tools/gradle/
H A Ddocs.gradle20 classpath = files(variant.javaCompile.classpath.files) + files(
/frameworks/data-binding/compilerCommon/
H A Dbuild.gradle46 classpath configurations.runtime
53 classpath configurations.runtime
61 classpath configurations.runtime
/frameworks/data-binding/extensions/baseAdapters/
H A Dbuild.gradle18 classpath "com.android.tools.build:gradle:${dataBindingConfig.androidPluginVersion}"
72 classpath = files(variant.javaCompile.classpath.files) + files(
/frameworks/opt/setupwizard/library/
H A Dself.gradle16 classpath "net.ltgt.gradle:gradle-errorprone-plugin:0.0.13"
/frameworks/data-binding/extensions/library/
H A Dbuild.gradle30 classpath "com.android.tools.build:gradle:${dataBindingConfig.androidPluginVersion}"
88 classpath = files(variant.javaCompile.classpath.files) + files(
/frameworks/multidex/
H A Dbuild.gradle26 classpath 'com.android.tools.build:gradle:2.3.0'
/frameworks/support/room/compiler/
H A Dbuild.gradle36 // Temporary hack to stop AS to adding two guavas into test's classpath
75 classpath configurations.runtime
/frameworks/native/opengl/tools/glgen/
H A Dgen63 java -classpath src GenerateGL -c specs/jsr239/glspec-1.0 \
76 java -classpath src GenerateGLES
84 java -classpath src GenerateEGL
/frameworks/support/app-toolkit/buildSrc/src/main/kotlin/androidx/build/
H A DDiffAndDocs.kt335 // Base classpath is Android SDK, sub-projects add their own.
336 classpath = androidJarFile(project)
375 * <li>Adds the project's compilation classpath (e.g. dependencies) to the task classpath to ensure
377 * <li>Adds the project's output artifacts to the task classpath to ensure that source references to
385 task.classpath += project.files(javaCompileTask.classpath) +
404 task.classpath += releaseVariant.getCompileClasspath(null) +
450 classpath = project.files(doclavaConfig.resolve())
476 classpath
[all...]
/frameworks/support/buildSrc/src/main/kotlin/androidx/build/
H A DDiffAndDocs.kt335 // Base classpath is Android SDK, sub-projects add their own.
336 classpath = androidJarFile(project)
375 * <li>Adds the project's compilation classpath (e.g. dependencies) to the task classpath to ensure
377 * <li>Adds the project's output artifacts to the task classpath to ensure that source references to
385 task.classpath += project.files(javaCompileTask.classpath) +
404 task.classpath += releaseVariant.getCompileClasspath(null) +
450 classpath = project.files(doclavaConfig.resolve())
476 classpath
[all...]
/frameworks/base/tests/TouchLatency/
H A Dgradlew164 exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
/frameworks/data-binding/developmentPlugins/
H A Dgradlew164 exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
/frameworks/data-binding/extensions/
H A Dgradlew164 exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"
/frameworks/data-binding/
H A Dgradlew164 exec "$JAVACMD" "${JVM_OPTS[@]}" -classpath "$CLASSPATH" org.gradle.wrapper.GradleWrapperMain "$@"

Completed in 397 milliseconds

123