HomeSort by relevance Sort by last modified time
    Searched full:sourcedir (Results 1 - 25 of 179) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/base/core/java/android/content/pm/
InstrumentationInfo.java 37 public String sourceDir;
40 * Full path to the publicly available parts of {@link #sourceDir},
42 * {@link #sourceDir} if an application is forward locked.
48 * APK defined in {@link #sourceDir}, form a complete application.
89 sourceDir = orig.sourceDir;
115 dest.writeString(sourceDir);
141 sourceDir = source.readString();
157 ai.sourceDir = sourceDir;
    [all...]
  /cts/tools/cts-java-scanner/src/com/android/cts/javascanner/
DocletRunner.java 47 for (File sourceDir : mSourceDirs) {
48 args.addAll(getSourceFiles(sourceDir));
82 for (File sourceDir : sourceDirs) {
83 sourcePath.add(sourceDir.toString());
96 private List<String> getSourceFiles(File sourceDir) {
99 File[] files = sourceDir.listFiles(new FileFilter() {
  /external/testng/bin/
run-tests.sh 10 java -ea -classpath test-14/build:$ROOT/3rdparty/junit.jar:$JAVA_HOME/lib/tools.jar:$JAR14:$CLASSPATH org.testng.TestNG -sourcedir test-14/src test-14/testng.xml
12 java -ea -classpath test-14/v4/build:$ROOT/3rdparty/junit.jar:$JAVA_HOME/lib/tools.jar:$JAR14:$CLASSPATH org.testng.TestNG -sourcedir test-14/v4/src test-14/v4/testng.xml
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
vpath2 16 print MAKEFILE "VPATH = $workdir:$sourcedir\n";
19 print MAKEFILE "vpath %.c $sourcedir\n";
  /cts/tests/tests/content/src/android/content/pm/cts/
InstrumentationInfoTest.java 61 assertEquals(expected.sourceDir, actual.sourceDir);
ApplicationInfoTest.java 64 assertEquals(mApplicationInfo.sourceDir, info.sourceDir);
  /external/icu/icu4c/source/tools/gencnval/
gencnval.1.in 26 .BI "\-s\fP, \fB\-\-sourcedir" " source"
61 .BI "\-s\fP, \fB\-\-sourcedir" " source"
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFactory.java 139 final String sourceDir = context.getApplicationInfo().sourceDir;
140 final File packagePath = new File(sourceDir);
143 Log.e(TAG, "sourceDir is not a file: " + sourceDir);
146 return new ReadOnlyBinaryDictionary(sourceDir, afd.getStartOffset(), afd.getLength(),
  /external/emma/
test.sh 18 SOURCEDIR=$JAVADIR/com/android/bunnies
19 mkdir -p $SOURCEDIR
21 cat <<END >$SOURCEDIR/Bunny.java
59 cat <<END >$SOURCEDIR/SubBunny.java
118 javac -g $(find $SOURCEDIR -name \*.java)
  /external/smali/smali/
build.gradle 70 for (sourceDir in (sourceDirs + testSourceDirs)) {
71 excludeDirs.remove(sourceDir);
72 while ((sourceDir = sourceDir.getParentFile()) != null) {
73 excludeDirs.remove(sourceDir);
  /external/icu/icu4c/source/tools/gensprep/
gensprep.8.in 23 .BI "\-s\fP, \fB\-\-sourcedir" " source"
54 .BI "\-s\fP, \fB\-\-sourcedir" " source"
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0/
kotlin-android-extensions-1.0.0.pom 38 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.0-rc-1036/
kotlin-android-extensions-1.0.0-rc-1036.pom 38 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-android-extensions/1.0.2/
kotlin-android-extensions-1.0.2.pom 38 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
  /cts/tests/tests/security/src/android/security/cts/
MMapExecutableTest.java 31 assertTrue(mmapExecutable(getContext().getApplicationInfo().sourceDir));
  /packages/apps/Messaging/src/com/android/messaging/util/
FileUtil.java 98 public static void moveAllContentUnderDirectory(File sourceDir, File targetDir) {
99 if (sourceDir.isDirectory() && targetDir.isDirectory()) {
100 if (isSameOrSubDirectory(sourceDir, targetDir)) {
105 for (File file : sourceDir.listFiles()) {
  /external/smali/smalidea/
build.gradle 170 for (sourceDir in (sourceDirs + testSourceDirs)) {
171 excludeDirs.remove(sourceDir);
172 while ((sourceDir = sourceDir.getParentFile()) != null) {
173 excludeDirs.remove(sourceDir);
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 31 "\t-s or --sourcedir source directory for files followed by path\n"
51 SOURCEDIR,
85 fileName(NULL), sourceDir("."),
101 fileName(NULL), sourceDir("."),
142 if(options[SOURCEDIR].doesOccur) {
143 sourceDir = options[SOURCEDIR].value;
190 ucbuf_resolveFileName(sourceDir, fileName, NULL, &len, &status);
199 ucbuf_resolveFileName(sourceDir, fileName, resolvedFileName, &len, &status);
  /external/libgdx/extensions/gdx-jnigen/src/com/badlogic/gdx/jnigen/
NativeCodeGenerator.java 177 FileDescriptor sourceDir;
194 /** Generates .h/.cpp fiels from the Java files found in <code>sourceDir</code>, with their .class files being in
197 * @param sourceDir the directory containing the Java files
201 public void generate (String sourceDir, String classpath, String jniDir) throws Exception {
202 generate(sourceDir, classpath, jniDir, null, null);
205 /** Generates .h/.cpp fiels from the Java files found in <code>sourceDir</code>, with their .class files being in
209 * @param sourceDir the directory containing the Java files
215 public void generate (String sourceDir, String classpath, String jniDir, String[] includes, String[] excludes)
217 this.sourceDir = new FileDescriptor(sourceDir);
    [all...]
  /external/curl/packages/Win32/
README 46 cd <curl-sourcedir>\lib cd <curl-sourcedir>\lib
  /external/icu/icu4c/source/tools/genrb/
genrb.1.in 31 .BI "\-s\fP, \fB\-\-sourcedir" " source"
97 .BI "\-s\fP, \fB\-\-sourcedir" " source"
  /external/llvm/
Makefile.common 35 # 5. SourceDir - If specified, this specifies a directory that the source files
42 # and usually the source code too (unless SourceDir is set).
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/0.13.1513/
kotlin-gradle-plugin-0.13.1513.pom 88 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/0.13.1514/
kotlin-gradle-plugin-0.13.1514.pom 88 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0/
kotlin-gradle-plugin-1.0.0.pom 88 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>

Completed in 1281 milliseconds

1 2 3 4 5 6 7 8