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

  /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/icu4c/test/intltest/
dcfmtest.cpp 182 const char *srcPath;
189 srcPath=getPath(tdd, "dcfmtest.txt");
190 if(srcPath==NULL) {
195 UChar *testData = ReadAndConvertFile(srcPath, len, status);
regextst.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 294 File srcPath = getFile(jarFile, value);
296 if (srcPath.exists()) {
297 sourceAttachmentPath = new Path(srcPath.getAbsolutePath());
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 761 Path_Delegate srcPath = Path_Delegate.getDelegate(src);
762 if (srcPath == null) {
772 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape());
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 376 String srcPath = srcDir.getParent();
386 assertTrue("The APK path (" + srcPath + ") should start with "
388 srcPath.startsWith(SECURE_CONTAINERS_PREFIX));
397 assertEquals(srcPath, appInstallPath);
427 assertTrue("The APK path (" + srcPath + ") should start with "
428 + SECURE_CONTAINERS_PREFIX, srcPath.startsWith(SECURE_CONTAINERS_PREFIX));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 

Completed in 200 milliseconds