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

1 2

  /external/deqp/scripts/build/
build.py 10 srcPath = DEQP_DIR
23 execute(["cmake", srcPath] + cfgArgs)
  /external/chromium_org/third_party/skia/tools/
skimage_main.cpp 429 * @param srcPath The path to the file, for recreating the length-less stream.
430 * @param codec The SkImageDecoder originally used to decode srcPath, which will be used
435 static void test_stream_without_length(const char srcPath[], SkImageDecoder* codec,
441 SkASSERT(srcPath);
443 FILEStreamWithoutLength stream(srcPath);
450 srcPath);
456 "a digest\n", srcPath);
461 "that uses getLength\n", srcPath);
484 static void decodeFileAndWrite(const char srcPath[], const SkString* writePath) {
486 SkFILEStream stream(srcPath);
    [all...]
  /external/skia/tools/
skimage_main.cpp 429 * @param srcPath The path to the file, for recreating the length-less stream.
430 * @param codec The SkImageDecoder originally used to decode srcPath, which will be used
435 static void test_stream_without_length(const char srcPath[], SkImageDecoder* codec,
441 SkASSERT(srcPath);
443 FILEStreamWithoutLength stream(srcPath);
450 srcPath);
456 "a digest\n", srcPath);
461 "that uses getLength\n", srcPath);
484 static void decodeFileAndWrite(const char srcPath[], const SkString* writePath) {
486 SkFILEStream stream(srcPath);
    [all...]
  /external/chromium_org/third_party/WebKit/public/platform/
WebFileSystem.h 79 // Moves a file or directory at |srcPath| to |destPath|.
82 virtual void move(const WebURL& srcPath, const WebURL& destPath, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); }
84 // Copies a file or directory at |srcPath| to |destPath|.
87 virtual void copy(const WebURL& srcPath, const WebURL& destPath, WebFileSystemCallbacks) { BLINK_ASSERT_NOT_REACHED(); }
  /developers/build/
build.gradle 109 def srcPath = "${inputPath}/src/${input}/${filetype[0]}"
111 from(srcPath)
147 def srcPath = "${inputPath}/${samplegen.targetSampleModule()}/src/${input}/${filetype}"
149 from(srcPath)
207 srcDirs.each { srcPath ->
208 print "** Copying source ${srcPath}...";
211 def javaPath = "${srcPath}/java";
224 from("${srcPath}/res")
227 from("${srcPath}/rs")
229 into("${outputPath}") {from("${srcPath}/AndroidManifest.xml")
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
chop_transparency_main.cpp 95 static void decodeFileAndWrite(const char srcPath[]) {
97 SkFILEStream stream(srcPath);
115 write_bitmap(srcPath, bitmap);
  /external/skia/experimental/PdfViewer/
chop_transparency_main.cpp 95 static void decodeFileAndWrite(const char srcPath[]) {
97 SkFILEStream stream(srcPath);
115 write_bitmap(srcPath, bitmap);
  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.h 53 const UnicodeString &input, const char *srcPath, int32_t line);
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...]
  /external/deqp/scripts/
run_internal_tests.py 26 def __init__ (self, name, srcPath, buildPath, genParams, buildParams, testBinaryName, executor = 'executor', execserver = 'execserver', junitTool = 'testlog-to-junit'):
28 self.srcPath = srcPath
42 execute(["cmake", os.path.realpath(config.srcPath)] + config.genParams, workDir = config.buildPath)
  /external/icu/icu4c/source/test/intltest/
regextst.h 58 const UnicodeString &input, const char *srcPath, int32_t line);
dcfmtest.cpp 186 const char *srcPath;
193 srcPath=getPath(tdd, "dcfmtest.txt");
194 if(srcPath==NULL) {
199 UChar *testData = ReadAndConvertFile(srcPath, len, status);
regextst.cpp     [all...]
  /frameworks/native/cmds/rawbu/
backup.cpp 256 static int backup_dir(FILE* fh, const char* srcPath)
261 int srcLen = strlen(srcPath);
265 dir = opendir(srcPath);
269 srcPath, strerror(errno));
291 strcpy(fullPath, srcPath);
503 static int restore_data(const char* srcPath)
507 FILE* fh = fopen(srcPath, "r");
510 srcPath, strerror(errno));
527 backupFilePath = strdup(srcPath);
534 printf("Restoring from %s to /data...\n", srcPath);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_path.c 123 void vegaAppendPath(VGPath dstPath, VGPath srcPath)
128 if (dstPath == VG_INVALID_HANDLE || srcPath == VG_INVALID_HANDLE) {
132 src = handle_to_path(srcPath);
221 void vegaTransformPath(VGPath dstPath, VGPath srcPath)
226 if (dstPath == VG_INVALID_HANDLE || srcPath == VG_INVALID_HANDLE) {
230 src = handle_to_path(srcPath);
  /external/mesa3d/src/gallium/state_trackers/vega/
api_path.c 123 void vegaAppendPath(VGPath dstPath, VGPath srcPath)
128 if (dstPath == VG_INVALID_HANDLE || srcPath == VG_INVALID_HANDLE) {
132 src = handle_to_path(srcPath);
221 void vegaTransformPath(VGPath dstPath, VGPath srcPath)
226 if (dstPath == VG_INVALID_HANDLE || srcPath == VG_INVALID_HANDLE) {
230 src = handle_to_path(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()));
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
VideoUtils.java 117 * @param srcPath the path of source video file.
127 private static void genVideoUsingMuxer(String srcPath, String dstPath,
132 extractor.setDataSource(srcPath);
174 retrieverSrc.setDataSource(srcPath);
  /external/chromium_org/third_party/skia/src/utils/
SkDashPath.cpp 92 static bool cull_path(const SkPath& srcPath, const SkStrokeRec& rec,
100 if (!srcPath.isLine(pts)) {
  /external/skia/src/utils/
SkDashPath.cpp 92 static bool cull_path(const SkPath& srcPath, const SkStrokeRec& rec,
100 if (!srcPath.isLine(pts)) {
  /frameworks/base/services/core/java/com/android/server/pm/
Installer.java 106 public int movedex(String srcPath, String dstPath, String instructionSet) {
114 builder.append(srcPath);
  /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/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 536 private static void addPath(long destPath, long srcPath, AffineTransform transform) {
542 Path_Delegate srcPathDelegate = sManager.getDelegate(srcPath);
Paint_Delegate.java 791 Path_Delegate srcPath = Path_Delegate.getDelegate(src);
792 if (srcPath == null) {
802 Shape strokeShape = stroke.createStrokedShape(srcPath.getJavaShape());
    [all...]

Completed in 968 milliseconds

1 2