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

12 3 4 5 6 7 8

  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-beta-1103/
kotlin-gradle-plugin-1.0.0-beta-1103.pom 83 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-beta-4584/
kotlin-gradle-plugin-1.0.0-beta-4584.pom 83 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.0-rc-1036/
kotlin-gradle-plugin-1.0.0-rc-1036.pom 88 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/1.0.2/
kotlin-gradle-plugin-1.0.2.pom 94 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
PackageDeviceInfo.java 46 String dir = pkg.applicationInfo.sourceDir;
  /external/icu/icu4c/source/tools/gennorm2/
gennorm2.cpp 58 SOURCEDIR,
82 options[SOURCEDIR].value="";
115 "\t-s or --sourcedir source directory, followed by the path\n"
157 CharString filename(options[SOURCEDIR].value, errorCode);
  /external/icu/icu4c/source/tools/icupkg/
icupkg.8.in 43 .BI "\-s\fP, \fB\-\-sourcedir" " source"
149 .BI "\-s\fP, \fB\-\-sourcedir" " source"
182 .B "\fB\-\-sourcedir"
  /frameworks/base/packages/Keyguard/scripts/
new_merge.py 59 def dirCompare(sourceDir, destDir, ext, run_in_reverse):
60 sourceFiles = getFileList(sourceDir, ext)
65 sourceFile = sourceDir + file
  /pdk/build/
prepare_pdk_tree.py 116 sourceDir = os.path.abspath('.')
143 mountf.write("mount --bind " + sourceDir + "/" + subdir + " " + targetDir + "/" + subdir + \
147 create_symbolic_link(sourceDir, targetDir, file_name)
  /external/fio/os/windows/
install.wxs 22 <Directory Id="TARGETDIR" Name="SourceDir">
  /cts/tests/tests/content/src/android/content/pm/cts/
PackageInfoTest.java 95 assertEquals(expected.sourceDir, actual.sourceDir);
  /external/icu/icu4c/source/tools/genrb/
derb.1.in 32 .BI "\-s\fP, \fB\-\-sourcedir" " source"
120 .BI "\-s\fP, \fB\-\-sourcedir" " source"
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-gradle-plugin/0.12.613/
kotlin-gradle-plugin-0.12.613.pom 95 <sourceDir>${project.basedir}/src/main/kotlin</sourceDir>
  /sdk/eclipse/scripts/
collect_sources_for_sdk.py 77 [ "--dry", "--sourcedir=" ])
85 elif o in [ "-s", "--sourcedir" ]:
  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 578 public String sourceDir;
581 * Full path to the publicly available parts of {@link #sourceDir},
583 * {@link #sourceDir} if an application is forward locked.
589 * APK defined in {@link #sourceDir}, form a complete application.
798 pw.println(prefix + "sourceDir=" + sourceDir);
799 if (!Objects.equals(sourceDir, publicSourceDir)) {
    [all...]
  /build/tools/releasetools/
common.py 403 def _BuildBootableImage(sourcedir, fs_config_file, info_dict=None,
405 """Build a bootable image from the specified sourcedir.
408 'sourcedir'), and turn them into a boot image. Return the image data, or
409 None if sourcedir does not appear to contains files for building the
417 os.path.join(sourcedir, "RAMDISK")]
419 cmd = ["mkbootfs", os.path.join(sourcedir, "RAMDISK")]
425 assert p1.returncode == 0, "mkbootfs of %s ramdisk failed" % (sourcedir,)
426 assert p2.returncode == 0, "minigzip of %s ramdisk failed" % (sourcedir,)
430 if not os.access(os.path.join(sourcedir, "kernel"), os.F_OK):
433 if has_ramdisk and not os.access(os.path.join(sourcedir, "RAMDISK"), os.F_OK)
    [all...]
  /external/llvm/utils/lit/lit/
TestRunner.py 428 sourcedir = os.path.dirname(sourcepath)
433 sourcedir = sourcedir.replace('\\', '/')
442 ('%S', sourcedir),
443 ('%p', sourcedir),
452 ('%/S', sourcedir.replace('\\', '/')),
453 ('%/p', sourcedir.replace('\\', '/')),
  /external/cmockery/cmockery_0_1_2/packages/deb/
rules 92 dh_install --sourcedir=debian/tmp
  /external/icu/icu4c/source/tools/ctestfw/unicode/
uperf.h 173 const char* sourceDir;
  /external/icu/icu4c/source/tools/gensprep/
gensprep.c 85 SOURCEDIR,
113 "\t-s or --sourcedir source directory of ICU data, followed by the path\n"
151 options[SOURCEDIR].value="";
172 srcDir=options[SOURCEDIR].value;
  /hardware/intel/img/psb_video/debian/
rules 87 dh_install --sourcedir=$(CURDIR)/debian/tmp
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.1.in 45 .BI "\-s\fP, \fB\-\-sourcedir" " source"
232 .BI "\-s\fP, \fB\-\-sourcedir" " source"
  /external/icu/icu4c/source/data/
build.xml 105 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/main" />
155 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/collation" />
171 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/rbnf" />
276 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/segments"/>
307 <arg name="--sourcedir" value="${env.CLDR_DIR}/common/transforms" />
322 <arg name=-"-sourcedir" value="${env.CLDR_DIR}/common/transforms" />
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-netrexx.jar 
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java 80 protected String sourceDir;
330 static final int SOURCEDIR = 3;
353 UOption.SOURCEDIR(),
452 sourceDir = null;
519 if (options[SOURCEDIR].doesOccur) sourceDir = options[SOURCEDIR].value;
    [all...]

Completed in 2022 milliseconds

12 3 4 5 6 7 8