/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
SwatDeprecated.java | 165 String inPath = inFile.getCanonicalPath(); 167 pw.println("processFile: " + inPath); 170 String outPath = dstPrefix + inPath.substring(srcPrefix.length()); 279 pw.println("no changes in file: " + inPath); 300 pw.println(inPath);
|
/frameworks/base/libs/hwui/ |
VectorDrawable.cpp | 134 static void applyTrim(SkPath* outPath, const SkPath& inPath, float trimPathStart, float trimPathEnd, 137 *outPath = inPath; 145 SkPathMeasure measure(inPath, false); 177 SkPath inPath = *outPath; 178 applyTrim(outPath, inPath, mStagingProperties.getTrimPathStart(),
|
/frameworks/base/cmds/pm/src/com/android/commands/pm/ |
Pm.java | 369 final String inPath = nextArg(); 370 if (inPath == null && params.sessionParams.sizeBytes == 0) { 374 if (doWriteSession(sessionId, inPath, params.sessionParams.sizeBytes, "base.apk", 530 private int doWriteSession(int sessionId, String inPath, long sizeBytes, String splitName, 532 if ("-".equals(inPath)) { 533 inPath = null; 534 } else if (inPath != null) { 535 final File file = new File(inPath); 550 if (inPath != null) { 551 in = new FileInputStream(inPath); [all...] |
/frameworks/base/services/core/java/com/android/server/pm/ |
PackageManagerShellCommand.java | 144 final String inPath = getNextArg(); 145 if (inPath == null && params.sessionParams.sizeBytes == 0) { 149 if (doWriteSplit(sessionId, inPath, params.sessionParams.sizeBytes, "base.apk", [all...] |
/external/skia/src/gpu/gl/ |
GrGLPathRendering.cpp | 90 GrPath* GrGLPathRendering::createPath(const SkPath& inPath, const GrStrokeInfo& stroke) { 91 return new GrGLPath(this->gpu(), inPath, stroke);
|
/external/icu/icu4c/source/common/ |
udata.cpp | 435 UDataPathIterator::UDataPathIterator(const char *inPath, const char *pkg, 440 fprintf(stderr, "SUFFIX1=%s PATH=%s\n", inSuffix, inPath); 443 if(inPath == NULL) { 446 path = inPath; [all...] |
/external/opencv3/modules/videoio/src/ |
cap_qt.cpp | 157 CFStringRef inPath = CFStringCreateWithCString (kCFAllocatorDefault, filename, kCFStringEncodingISOLatin1); 158 OPENCV_ASSERT ((inPath != nil), "icvOpenFile_QT_Movie", "couldnt create CFString from a string"); 161 myErr = QTNewDataReferenceFromFullPathCFString (inPath, kQTPOSIXPathStyle, 0, & myDataRef, & myDataRefType); [all...] |
/external/chromium-trace/catapult/third_party/polymer/components/polymer/ |
polymer.min.js | [all...] |
/external/chromium-trace/catapult/tracing/third_party/components/polymer/ |
polymer.min.js | [all...] |