Searched refs:entryName (Results 1 - 25 of 39) sorted by relevance

12

/external/qemu/android/filesystems/
H A Dramdisk_extractor.cpp274 android::base::String entryName; local
275 entryName.resize(nameSize);
276 if (!input.doRead(&entryName[0], nameSize)) {
280 D("---- %d Name=[%s]\n", __LINE__, entryName.c_str());
285 !strcmp(entryName.c_str(), kTrailer)) {
292 if (nameSize == entryName.size() &&
293 !strcmp(entryName.c_str(), fileName)) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DClassPath.java174 String entryName = rawEntry.getName();
177 if (entryName.endsWith("@classes.dex")) {
178 Matcher m = dalvikCacheOdexPattern.matcher(entryName);
184 entryName = m.group(1);
187 int extIndex = entryName.lastIndexOf(".");
191 baseEntryName = entryName;
193 baseEntryName = entryName.substring(0, extIndex);
/external/chromium_org/third_party/icu/source/common/
H A Ducmndata.c70 const char *entryName; member in struct:__anon11954
183 if(0==strcmpAfterPrefix(s, toc[0].entryName, &startPrefixLength)) {
188 if(0==strcmpAfterPrefix(s, toc[limit].entryName, &limitPrefixLength)) {
194 int32_t cmp=strcmpAfterPrefix(s, toc[i].entryName, &prefixLength);
280 fprintf(stderr, "\tx%d: %s\n", number, toc->entry[number].entryName);
287 fprintf(stderr, "%s: Found.\n", toc->entry[number].entryName);
/external/icu/icu4c/source/common/
H A Ducmndata.c70 const char *entryName; member in struct:__anon21744
183 if(0==strcmpAfterPrefix(s, toc[0].entryName, &startPrefixLength)) {
188 if(0==strcmpAfterPrefix(s, toc[limit].entryName, &limitPrefixLength)) {
194 int32_t cmp=strcmpAfterPrefix(s, toc[i].entryName, &prefixLength);
280 fprintf(stderr, "\tx%d: %s\n", number, toc->entry[number].entryName);
287 fprintf(stderr, "%s: Found.\n", toc->entry[number].entryName);
/external/chromium_org/third_party/icu/source/tools/pkgdata/
H A Dpkgtypes.h113 const char *entryName; /* special entrypoint name */ member in struct:UPKGOptions_
H A Dpkgdata.cpp425 o.entryName = options[ENTRYPOINT].value;
427 o.entryName = o.cShortName;
690 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath);
722 writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, NULL, NULL, gencFilePath);
1483 createCommonDataFile(o->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileListFiles->str, 0, TRUE, o->verbose, gencmnFile);
1681 uprv_strcat(dllFilePath, o->entryName);
1813 sprintf(tmpbuffer, "%s%s ", o->entryName, UDATA_CMN_INTERMEDIATE_SUFFIX);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.h113 const char *entryName; /* special entrypoint name */ member in struct:UPKGOptions_
H A Dpkgdata.cpp435 o.entryName = options[ENTRYPOINT].value;
437 o.entryName = o.cShortName;
700 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath);
733 // writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, NULL, NULL, gencFilePath);
1577 createCommonDataFile(o->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileListFiles->str, 0, TRUE, o->verbose, gencmnFile);
1771 uprv_strcat(dllFilePath, o->entryName);
1903 sprintf(tmpbuffer, "%s%s ", o->entryName, UDATA_CMN_INTERMEDIATE_SUFFIX);
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkg_genc.c56 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename);
590 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename) { argument
610 uprv_strcpy(entryName, inFilename);
623 *outFilename++=*entryName++='_';
627 *outFilename++=*entryName++=*inFilename++;
632 *outFilename++=*entryName++='_';
637 *outFilename++=*entryName++=*inFilename++;
640 *entryName=0;
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c56 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename);
582 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename) { argument
602 uprv_strcpy(entryName, inFilename);
615 *outFilename++=*entryName++='_';
619 *outFilename++=*entryName++=*inFilename++;
624 *outFilename++=*entryName++='_';
629 *outFilename++=*entryName++=*inFilename++;
632 *entryName=0;
/external/chromium_org/third_party/icu/source/tools/icuswap/
H A Dicuswap.cpp488 char *entryName; local
491 entryName=(char *)inBytes+ds->readUInt32(inEntries[i].nameOffset);
493 if(0==uprv_memcmp(entryName, inPkgName, inPkgNameLength)) {
494 uprv_memcpy(entryName, outPkgName, inPkgNameLength);
/external/icu/icu4c/source/tools/icuswap/
H A Dicuswap.cpp488 char *entryName; local
491 entryName=(char *)inBytes+ds->readUInt32(inEntries[i].nameOffset);
493 if(0==uprv_memcmp(entryName, inPkgName, inPkgNameLength)) {
494 uprv_memcpy(entryName, outPkgName, inPkgNameLength);
/external/kernel-headers/original/uapi/linux/
H A Dncp.h156 __u8 entryName[256]; member in struct:nw_info_struct
157 /* libncp may depend on there being nothing after entryName */
/external/chromium_org/ui/file_manager/file_manager/background/js/
H A Dfile_operation_manager.js1057 var entryName = this.sourceEntries[0].name;
1058 var i = entryName.lastIndexOf('.');
1059 destName = ((i < 0) ? entryName : entryName.substr(0, i));
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp211 std::string entryName; local
214 raw_string_ostream OS(entryName);
218 entryName = getEntry()->getName();
230 return entryName + " => " + exitName;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...

Completed in 479 milliseconds

12