/external/lzma/CPP/7zip/UI/Common/ |
ArchiveName.h | 10 UString CreateArchiveName(const UString &srcName, bool fromPrev, bool keepName);
|
ArchiveName.cpp | 28 static FString CreateArchiveName2(const FString &srcName, bool fromPrev, bool keepName)
34 if (NFile::NDir::GetOnlyDirPrefix(srcName, dirPrefix))
49 if (!fileInfo.Find(srcName))
51 return srcName;
67 UString CreateArchiveName(const UString &srcName, bool fromPrev, bool keepName)
69 return GetCorrectFsPath(fs2us(CreateArchiveName2(us2fs(srcName), fromPrev, keepName)));
|
/build/tools/acp/ |
acp.c | 115 const char* srcName; 130 srcName = strrchr(src, FSSEP); 131 if (srcName == NULL) { 132 srcName = src; 134 srcName++; 135 assert(*srcName != '\0'); 140 int srcNameLen = strlen(srcName); 145 memcpy(dst + stripDestLen+1, srcName, srcNameLen+1);
|
/prebuilts/go/darwin-x86/doc/progs/ |
defer.go | 40 func CopyFile(dstName, srcName string) (written int64, err error) { 41 src, err := os.Open(srcName)
|
defer2.go | 42 func CopyFile(dstName, srcName string) (written int64, err error) { 43 src, err := os.Open(srcName)
|
/prebuilts/go/linux-x86/doc/progs/ |
defer.go | 40 func CopyFile(dstName, srcName string) (written int64, err error) { 41 src, err := os.Open(srcName)
|
defer2.go | 42 func CopyFile(dstName, srcName string) (written int64, err error) { 43 src, err := os.Open(srcName)
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowDrawable.java | 40 public static Drawable createFromStream(InputStream is, String srcName) { 41 if (corruptStreamSources.contains(srcName)) { 45 shadowOf(drawable).setSource(srcName); 51 public static Drawable createFromResourceStream(Resources res, TypedValue value, InputStream is, String srcName) { 52 return createFromStream(is, srcName); 56 public static Drawable createFromResourceStream(Resources res, TypedValue value, InputStream is, String srcName, BitmapFactory.Options opts) { 57 return createFromStream(is, srcName);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
Drawable.java | [all...] |
NinePatchDrawable.java | 100 public NinePatchDrawable(Bitmap bitmap, byte[] chunk, Rect padding, String srcName) { 101 this(new NinePatchState(new NinePatch(bitmap, chunk, srcName), padding), null); 109 Rect padding, String srcName) { 110 this(new NinePatchState(new NinePatch(bitmap, chunk, srcName), padding), res); 120 Rect padding, Rect opticalInsets, String srcName) { 121 this(new NinePatchState(new NinePatch(bitmap, chunk, srcName), padding, opticalInsets),
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
CoverageTransformer.java | 150 private static String toVMName(final String srcName) { 151 return srcName.replace('.', '/');
|
/frameworks/base/graphics/java/android/graphics/ |
NinePatch.java | 109 * @param srcName The name of the source for the bitmap. Might be null. 111 public NinePatch(Bitmap bitmap, byte[] chunk, String srcName) { 113 mSrcName = srcName;
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
MmsUtils.java | 333 String srcName; 343 srcName = String.format(isGif ? "image%06d.gif" : "image%06d.jpg", index); 344 smilBody.append(String.format(sSmilImagePart, srcName)); 346 widthLimit, heightLimit, bytesPerImage, srcName, contentType); 349 srcName = String.format("video%06d.mp4", index); 350 final int length = addVideoPart(context, pb, part, srcName); 352 smilBody.append(String.format(sSmilVideoPart, srcName, 356 srcName = String.format("contact%06d.vcf", index); 357 totalLength += addVCardPart(context, pb, part, srcName); 358 smilBody.append(String.format(sSmilPart, srcName)); [all...] |
/cts/tests/tests/provider/src/android/provider/cts/ |
SmsBackupRestoreTest.java | 218 final String srcName = String.format("text.%06d.txt", 0); 227 values.put(Telephony.Mms.Part.NAME, srcName); 228 values.put(Telephony.Mms.Part.CONTENT_ID, "<"+srcName+">"); 229 values.put(Telephony.Mms.Part.CONTENT_LOCATION, srcName);
|
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
CheckAPI.java | 76 String srcName = "Current"; // default source name 572 this.srcName = options[i][1]; 633 bw.write(srcName + SEP); // source name 668 String title = "ICU4J API Comparison: " + srcName + " with " + compareName; 707 bw.write("Changed in " + srcName); 721 bw.write("Added in " + srcName); 739 bw.write("Comparing " + srcName + " with " + compareName); 754 bw.write("=== Changed in " + srcName + " ==="); 764 bw.write("=== Added in " + srcName + " ==="); [all...] |
GatherAPIDataOld.java | 72 String srcName = "Current"; // default source name 113 this.srcName = options[i][1]; 174 bw.write(srcName + APIInfo.SEP); // source name
|
GatherAPIData.java | 73 String srcName = "Current"; // default source name 122 this.srcName = options[i][1]; 183 bw.write(srcName + APIInfo.SEP); // source name
|
/external/javasqlite/src/main/java/SQLite/ |
Database.java | 601 * @param srcName schema of source database 605 public Backup backup(Database dest, String destName, String srcName) 609 _backup(b, dest, destName, this, srcName); 616 String srcName)
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
NewHdfParser.java | 547 private void handleCopy(ParseState state, HdfNameAttrs element, String srcName) { 549 Data src = state.output.getChild(srcName); 557 private void handleLink(ParseState state, HdfNameAttrs element, String srcName) { 559 child.setSymlink(state.output.createChild(srcName));
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES31Ext.spec | 15 void glCopyImageSubDataEXT ( GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth )
|
/prebuilts/tools/common/m2/repository/org/antlr/ST4/4.0.8/ |
ST4-4.0.8.jar | |
/prebuilts/tools/common/offline-m2/org/antlr/ST4/4.0.8/ |
ST4-4.0.8.jar | |
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
TelephonyBackupAgentTest.java | 336 final String srcName = String.format("text.%06d.txt", 0); 337 final String smilBody = String.format(TelephonyBackupAgent.sSmilTextPart, srcName); 352 bodyPart.put(Telephony.Mms.Part.NAME, srcName); 353 bodyPart.put(Telephony.Mms.Part.CONTENT_ID, "<"+srcName+">"); 354 bodyPart.put(Telephony.Mms.Part.CONTENT_LOCATION, srcName); [all...] |
/frameworks/native/cmds/rawbu/ |
backup.cpp | 197 const char* srcName) 207 if (srcName != NULL) { 209 amt, origSize, srcName, errno != 0 ? strerror(errno) : "unexpected EOF");
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
LeftRecursiveRuleAnalyzer.java | 320 public void fillRetValAssignments(ST ruleST, String srcName) { 327 ST ruleNameST = recRuleTemplates.getInstanceOf(srcName);
|