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

123

/external/vogar/src/vogar/target/
H A DClassPathScanner.java111 for (String entryName : entryNames) {
112 if (entryName.startsWith(pathPrefix)) {
113 if (entryName.endsWith(DOT_CLASS)) {
116 int index = entryName.indexOf('/', prefixLength);
118 String p = entryName.substring(0, index).replace('/', '.');
120 } else if (isToplevelClass(entryName)) {
121 classNames.add(getClassName(entryName).replace('/', '.'));
135 String entryName = e.nextElement().getName();
136 if (!entryName.endsWith(DOT_CLASS)) {
140 entryNames.add(entryName);
[all...]
/external/jetty/src/java/org/eclipse/jetty/util/resource/
H A DJarResource.java162 String entryName = entry.getName();
163 if ((subEntryName != null) && (entryName.startsWith(subEntryName)))
166 if (!subEntryIsDir && subEntryName.length()+1==entryName.length() && entryName.endsWith("/"))
177 entryName = entryName.substring(subEntryName.length());
178 if (!entryName.equals(""))
189 else if ((subEntryName != null) && (!entryName.startsWith(subEntryName)))
205 LOG.debug("Skipping entry: "+entryName);
209 String dotCheck = entryName
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
H A DClassPath.java224 String entryName = rawEntry.getName();
227 if (entryName.endsWith("@classes.dex")) {
228 Matcher m = dalvikCacheOdexPattern.matcher(entryName);
234 entryName = m.group(1);
237 int extIndex = entryName.lastIndexOf(".");
241 baseEntryName = entryName;
243 baseEntryName = entryName.substring(0, extIndex);
249 if (entryName.endsWith(".oat")) {
/external/icu/icu4c/source/common/
H A Ducmndata.c70 const char *entryName; member in struct:__anon6668
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/jacoco/org.jacoco.core/src/org/jacoco/core/instr/
H A DInstrumenter.java200 final String entryName = entry.getName();
201 if (signatureRemover.removeEntry(entryName)) {
205 zipout.putNextEntry(new ZipEntry(entryName));
206 if (!signatureRemover.filterEntry(entryName, zipin, zipout)) {
207 count += instrumentAll(zipin, zipout, name + "@" + entryName);
/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 ...
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.h113 const char *entryName; /* special entrypoint name */ member in struct:UPKGOptions_
H A Dpkgdata.cpp448 o.entryName = options[ENTRYPOINT].value;
450 o.entryName = o.cShortName;
713 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath);
748 writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, (optMatchArch[0] == 0 ? NULL : optMatchArch), NULL, gencFilePath);
1617 createCommonDataFile(o->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileListFiles->str, 0, TRUE, o->verbose, gencmnFile);
1811 uprv_strcat(dllFilePath, o->entryName);
1943 sprintf(tmpbuffer, "%s%s ", o->entryName, UDATA_CMN_INTERMEDIATE_SUFFIX);
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationLoader.java90 private static final UResourceBundle findWithFallback(UResourceBundle table, String entryName) { argument
91 return ((ICUResourceBundle)table).findWithFallback(entryName);
/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);
588 getOutFilename(const char *inFilename, const char *destdir, char *outFilename, char *entryName, const char *newSuffix, const char *optFilename) { argument
608 uprv_strcpy(entryName, inFilename);
621 *outFilename++=*entryName++='_';
625 *outFilename++=*entryName++=*inFilename++;
630 *outFilename++=*entryName++='_';
635 *outFilename++=*entryName++=*inFilename++;
638 *entryName=0;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationLoader.java88 private static final UResourceBundle findWithFallback(UResourceBundle table, String entryName) { argument
89 return ((ICUResourceBundle)table).findWithFallback(entryName);
/external/icu/icu4c/source/tools/icuswap/
H A Dicuswap.cpp487 char *entryName; local
490 entryName=(char *)inBytes+ds->readUInt32(inEntries[i].nameOffset);
492 if(0==uprv_memcmp(entryName, inPkgName, inPkgNameLength)) {
493 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/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h214 std::string entryName; local
217 raw_string_ostream OS(entryName);
221 entryName = getEntry()->getName();
233 return entryName + " => " + exitName;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCacheTests.cpp162 const char* entryName);
190 const char* entryName)
216 m_shaderStageInfo[m_shaderStageCount].pName = entryName;
188 bindShaderStage(VkShaderStageFlagBits stage, const char* sourceName, const char* entryName) argument
/external/guice/extensions/persist/lib/
H A Dhibernate-entitymanager.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/hibernate/ org/hibernate/ejb/ ...
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
/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/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp3271 string entryName; member in struct:vkt::SpirVAssembly::__anon3918::ShaderElement
3278 , entryName(entryPoint_)
3317 ctx.moduleMap[elements[i].moduleName].push_back(std::make_pair(elements[i].entryName, elements[i].stage));
/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/ ...

Completed in 803 milliseconds

123