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

1 2

  /build/tools/atree/
files.h 26 string sourcePath;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Renderer.cpp 97 std::string sourcePath = getTempPath();
98 sourceText = std::string("#line 2 \"") + sourcePath + std::string("\"\n\n") + std::string(hlsl);
99 writeFile(sourcePath.c_str(), sourceText.c_str(), sourceText.size());
  /cts/tools/cts-java-scanner/src/com/android/cts/javascanner/
DocletRunner.java 42 args.add("-sourcepath");
65 List<String> sourcePath = new ArrayList<String>();
66 sourcePath.add("./frameworks/base/core/java");
67 sourcePath.add("./frameworks/base/test-runner/src");
68 sourcePath.add("./external/junit/src");
69 sourcePath.add("./development/tools/hosttestlib/src");
70 sourcePath.add("./libcore/dalvik/src/main/java");
71 sourcePath.add("./cts/tests/src");
72 sourcePath.add("./cts/libs/commonutil/src");
73 sourcePath.add("./cts/libs/deviceutil/src")
    [all...]
  /development/tools/idegen/src/
Configuration.java 231 String sourcePath = sourceRoot.getPath() + "/";
234 if (file.getPath().startsWith(sourcePath)) {
  /external/chromium_org/third_party/angle/src/compiler/
ParseContext.h 28 TParseContext(TSymbolTable& symt, TExtensionBehavior& ext, TIntermediate& interm, ShShaderType type, ShShaderSpec spec, int options, bool checksPrecErrors, const char* sourcePath, TInfoSink& is) :
34 sourcePath(sourcePath),
50 const char* sourcePath; // Path of source file or NULL.
Compiler.cpp 131 const char* sourcePath = NULL;
135 sourcePath = shaderStrings[0];
142 sourcePath, infoSink);
  /external/chromium_org/third_party/skia/src/animator/
SkMatrixParts.cpp 242 SkPath& sourcePath = source->getPath();
243 int srcPts = sourcePath.getPoints(src, 4);
  /external/skia/src/animator/
SkMatrixParts.cpp 242 SkPath& sourcePath = source->getPath();
243 int srcPts = sourcePath.getPoints(src, 4);
  /external/chromium_org/third_party/icu/source/tools/icupkg/
icupkg.cpp 223 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment;
254 sourcePath=options[OPT_SOURCEDIR].value;
257 sourcePath=NULL;
276 pkg->addFile(sourcePath, inFilename);
290 isModified=(UBool)(sourcePath!=destPath);
392 addListPkg=readList(sourcePath, options[OPT_ADD_LIST].value, TRUE);
  /external/icu4c/tools/icupkg/
icupkg.cpp 255 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment;
301 sourcePath=options[OPT_SOURCEDIR].value;
304 sourcePath=NULL;
328 pkg->addFile(sourcePath, inFilename);
342 isModified=(UBool)(sourcePath!=destPath);
453 if(readList(sourcePath, options[OPT_ADD_LIST].value, TRUE, addListPkg)) {
  /frameworks/base/libs/hwui/
PathCache.cpp 417 const SkPath* sourcePath = path->getSourcePath();
418 if (sourcePath && sourcePath->getGenerationID() == path->getGenerationID()) {
419 return const_cast<SkPath*>(sourcePath);
  /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/chromium_org/third_party/angle/src/libGLESv2/
Shader.cpp 362 std::string sourcePath;
365 sourcePath = getTempPath();
366 writeFile(sourcePath.c_str(), source, strlen(source));
371 if (sourcePath.empty())
379 sourcePath.c_str(),
  /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();
  /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/chromium_org/third_party/icu/source/test/cintltst/
creststn.c 672 const char *sourcePath = ctest_dataSrcDir();
673 int32_t srcPathLen = (int32_t)strlen(sourcePath);
679 strcpy(path, sourcePath);
    [all...]
  /external/icu4c/test/cintltst/
creststn.c 672 const char *sourcePath = ctest_dataSrcDir();
673 int32_t srcPathLen = (int32_t)strlen(sourcePath);
679 strcpy(path, sourcePath);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdi.jar 
jdimodel.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 

Completed in 430 milliseconds

1 2