HomeSort by relevance Sort by last modified time
    Searched refs:sourcePath (Results 1 - 25 of 368) 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;
  /external/icu/icu4c/source/tools/toolutil/
pkg_icu.h 19 const char *sourcePath, const char *addList, icu::Package *pkg,
pkg_icu.cpp 154 writePackageDatFile(const char *outFilename, const char *outComment, const char *sourcePath, const char *addList, Package *pkg, char outType) {
166 addListPkg.adoptInstead(readList(sourcePath, addList, TRUE, NULL));
  /frameworks/base/tools/aapt/
CrunchCache.h 32 CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff);
40 * It goes through all the files found in the sourcePath and compares
CrunchCache.cpp 19 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff)
20 : mSourcePath(sourcePath), mDestPath(destPath), mSourceFiles(0), mDestFiles(0), mFileFinder(ff)
43 // and offset our beginning pointer to the length of the sourcePath
  /system/vold/model/
ObbVolume.h 32 ObbVolume(int id, const std::string& sourcePath, const std::string& sourceKey,
ObbVolume.cpp 44 ObbVolume::ObbVolume(int id, const std::string& sourcePath, const std::string& sourceKey,
47 mSourcePath = sourcePath;
  /build/make/tools/atree/
files.h 26 string sourcePath;
atree.cpp 316 it->sourcePath.c_str(), it->sourceMod,
320 err = copy_file(it->sourcePath, it->outPath);
348 escape_filename(it->sourcePath).c_str());
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
Data.java 172 void setSymlink(String sourcePath, String destinationPath);
177 void setSymlink(String sourcePath, Data destination);
UnmodifiableData.java 87 public void setSymlink(String sourcePath, Data destination) {
92 public void setSymlink(String sourcePath, String destinationPath) {
DelegatedData.java 211 public void setSymlink(String sourcePath, String destinationPath) {
212 getDelegate().setSymlink(sourcePath, destinationPath);
216 public void setSymlink(String sourcePath, Data destination) {
218 getDelegate().setSymlink(sourcePath, destination);
NestedMapData.java 379 public void setSymlink(String sourcePath, String destinationPath) {
380 setSymlink(sourcePath, createChild(destinationPath));
386 public void setSymlink(String sourcePath, Data destination) {
387 createChild(sourcePath).setSymlink(destination);
DefaultDataContext.java 340 public void setSymlink(String sourcePath, String destinationPath) {
344 public void setSymlink(String sourcePath, Data destination) {
  /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.
  /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);
  /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)) {
  /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);
  /tools/metalava/src/test/java/com/android/tools/metalava/
DriverTest.kt 262 val sourcePath = sourcePathDir.path
578 "--sourcepath",
579 sourcePath,
    [all...]
  /cts/tests/tests/jni/src/android/jni/cts/
LinkerNamespacesHelper.java 209 String sourcePath = getApplicationInfo(packageName).sourceDir;
210 if (sourcePath == null) {
213 return sourcePath;
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 254 private void copyFile(String sourcePath, IParcelFileDescriptorFactory target, String targetName)
256 Slog.d(TAG, "Copying " + sourcePath + " to " + targetName);
260 in = new FileInputStream(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();
  /development/tools/idegen/src/
Configuration.java 230 String sourcePath = sourceRoot.getPath() + "/";
233 if (file.getPath().startsWith(sourcePath)) {

Completed in 513 milliseconds

1 2 3 4 5 6 7 8 91011>>