HomeSort by relevance Sort by last modified time
    Searched defs:srcPath (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/libusb/msvc/
ddk_build.cmd 48 set srcPath=libusb\os\obj%BUILD_ALT_DIR%\%cpudir%
73 copy %srcPath%\libusb-%version%.dll %dstPath%\dll
74 copy %srcPath%\libusb-%version%.pdb %dstPath%\dll
76 copy %srcPath%\libusb-%version%.lib %dstPath%\lib
92 set srcPath=examples\listdevs_ddkbuild\obj%BUILD_ALT_DIR%\%cpudir%
95 copy %srcPath%\listdevs.exe %dstPath%\examples
96 copy %srcPath%\listdevs.pdb %dstPath%\examples
112 set srcPath=examples\xusb_ddkbuild\obj%BUILD_ALT_DIR%\%cpudir%
115 copy %srcPath%\xusb.exe %dstPath%\examples
116 copy %srcPath%\xusb.pdb %dstPath%\example
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
cc_test.go 394 // srcPath returns the path to the given file relative to this test's source tree.
395 func srcPath(path string) string {
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/
cc_test.go 394 // srcPath returns the path to the given file relative to this test's source tree.
395 func srcPath(path string) string {
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
Deprecator.java 31 String srcPath = null;
42 srcPath = args[++i];
65 if (srcPath == null) {
68 srcDir = new File(srcPath);
70 err.append("\nsrc must be an existing directory: '" + srcPath + "'");
  /external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
Antlr3Mojo.java 483 String srcPath = sourceDirectory.getPath() + File.separator;
485 if (!grammarFileName.startsWith(srcPath)) {
489 File unprefixedGrammarFileName = new File(grammarFileName.substring(srcPath.length()));
  /external/icu/icu4c/source/test/intltest/
dcfmtest.cpp 188 const char *srcPath;
195 srcPath=getPath(tdd, "dcfmtest.txt");
196 if(srcPath==NULL) {
201 UChar *testData = ReadAndConvertFile(srcPath, len, status);
regextst.cpp     [all...]
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
CollectorUtil.java 64 String srcPath = String.format("%s%s", src, fileName);
66 device.pullFile(srcPath, destFile);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 243 File srcPath = getFile(jarFile, value);
245 if (srcPath.exists()) {
246 sourceAttachmentPath = new Path(srcPath.getAbsolutePath());
  /frameworks/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 816 Path_Delegate srcPath = Path_Delegate.getDelegate(src);
817 if (srcPath == null) {
827 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape());
    [all...]
  /external/kotlinc/lib/
kotlin-ant.jar 
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 431 String srcPath = srcDir.getParentFile().getParent();
442 assertEquals(appInstallPath, srcPath);
472 SECURE_CONTAINERS_PREFIX, srcPath);
    [all...]
  /prebuilts/tools/common/bazel/formc-deps/
jps-builders.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta3/
perflib-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.4.0-beta6/
perflib-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/24.5.0/
perflib-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0/
perflib-25.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha1/
perflib-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha3/
perflib-25.0.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha5/
perflib-25.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha7/
perflib-25.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-alpha9/
perflib-25.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-beta2/
perflib-25.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-beta5/
perflib-25.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/perflib/perflib/25.0.0-beta6/
perflib-25.0.0-beta6.jar 

Completed in 595 milliseconds

1 2 3