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

1 2 3 4 5 6 7 8 91011>>

  /external/vogar/src/vogar/
Action.java 32 private final File sourcePath;
37 File sourcePath, File javaFile) {
42 this.sourcePath = sourcePath;
59 return sourcePath;
  /build/make/tools/atree/
files.h 26 string sourcePath;
  /external/swiftshader/src/OpenGL/compiler/
Compiler.cpp 112 const char* sourcePath = nullptr;
116 sourcePath = shaderStrings[0];
123 sourcePath, infoSink);
ParseHelper.h 37 TParseContext(TSymbolTable& symt, TExtensionBehavior& ext, TIntermediate& interm, GLenum type, int options, bool checksPrecErrors, const char* sourcePath, TInfoSink& is) :
41 sourcePath(sourcePath),
66 const char* sourcePath; // Path of source file or null.
  /development/tools/idegen/src/
Configuration.java 230 String sourcePath = sourceRoot.getPath() + "/";
233 if (file.getPath().startsWith(sourcePath)) {
  /cts/tests/tests/jni/src/android/jni/cts/
LinkerNamespacesHelper.java 209 String sourcePath = getApplicationInfo(packageName).sourceDir;
210 if (sourcePath == null) {
213 return sourcePath;
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Video_ThumbnailsTest.java 214 String sourcePath = c.getString(c.getColumnIndex("_data"));
219 new File(sourcePath).delete();
MediaStore_Images_ThumbnailsTest.java 350 String sourcePath = c.getString(c.getColumnIndex("_data"));
355 new File(sourcePath).delete();
  /external/icu/icu4c/source/tools/icupkg/
icupkg.cpp 257 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment;
303 sourcePath=options[OPT_SOURCEDIR].value;
306 sourcePath=NULL;
330 pkg->addFile(sourcePath, inFilename);
344 isModified=(UBool)(sourcePath!=destPath);
455 if(readList(sourcePath, options[OPT_ADD_LIST].value, TRUE, addListPkg)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoringTest.java 152 IPath sourcePath = file.getProjectRelativePath();
153 fileToGolden.put(sourcePath, basename);
154 IPath newPath = sourcePath.removeLastSegments(1).append(layoutName + DOT_XML);
ExtractStyleRefactoringTest.java 216 IPath sourcePath = file.getProjectRelativePath();
217 fileToGolden.put(sourcePath, basename);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AidlProcessor.java 167 IPath sourcePath = sourceFile.getLocation();
168 String osSourcePath = sourcePath.toOSString();
  /external/oj-libjdwp/src/share/back/
SDE.c 59 String sourcePath; // do not read - use accessor
502 private void storeFile(int fileId, String sourceName, String sourcePath) {
506 fileTable[fileIndex].sourcePath = sourcePath;
514 String sourcePath = null;
524 sourcePath = readLine();
526 storeFile(fileId, sourceName, sourcePath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 402 IPath sourcePath = sourceFile.getProjectRelativePath();
412 if (!file.getProjectRelativePath().equals(sourcePath)) {
  /external/annotation-tools/asmx/
ow_util_ant_tasks.jar 
  /external/icu/icu4c/source/test/cintltst/
creststn.c 668 const char *sourcePath = ctest_dataSrcDir();
669 int32_t srcPathLen = (int32_t)strlen(sourcePath);
675 strcpy(path, sourcePath);
    [all...]
  /prebuilts/tools/common/m2/repository/org/anarres/jarjar/jarjar-gradle/1.0.0/
jarjar-gradle-1.0.0.jar 
  /external/annotation-tools/asmx/config/
ow_util_ant_tasks.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/file-management/1.2.1/
file-management-1.2.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.1.0/
sdk-common-24.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.1.3/
sdk-common-24.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.2.0/
sdk-common-24.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.2.0-alpha1/
sdk-common-24.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.2.0-beta4/
sdk-common-24.2.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.2.0-rc1/
sdk-common-24.2.0-rc1.jar 

Completed in 1532 milliseconds

1 2 3 4 5 6 7 8 91011>>