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

12

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
H A DMultiDexContainer.java53 * @param entryName The name of the entry
56 @Nullable T getEntry(@Nonnull String entryName) throws IOException; argument
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationLoader.java93 private static final UResourceBundle findWithFallback(UResourceBundle table, String entryName) { argument
94 return ((ICUResourceBundle)table).findWithFallback(entryName);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationLoader.java91 private static final UResourceBundle findWithFallback(UResourceBundle table, String entryName) { argument
92 return ((ICUResourceBundle)table).findWithFallback(entryName);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DZipDexContainer.java108 * @param entryName The name of the entry
112 @Nullable @Override public ZipDexFile getEntry(@Nonnull String entryName) throws IOException { argument
115 ZipEntry entry = zipFile.getEntry(entryName);
148 private final String entryName; field in class:ZipDexContainer.ZipDexFile
150 protected ZipDexFile(@Nonnull Opcodes opcodes, @Nonnull byte[] buf, @Nonnull String entryName) { argument
152 this.entryName = entryName;
156 return entryName;
H A DOatFile.java210 return dexEntry.entryName;
217 @Nullable @Override public OatDexFile getEntry(@Nonnull String entryName) throws IOException { argument
222 if (entry.entryName.equals(entryName)) {
554 public final String entryName; field in class:OatFile.DexEntry
559 public DexEntry(String entryName, byte[] buf, int dexOffset) { argument
560 this.entryName = entryName;
566 return new OatDexFile(buf, dexOffset, entryName);
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/
H A DDexEntryFinderTest.java216 @Nullable @Override public DexBackedDexFile getEntry(@Nonnull String entryName) throws IOException { argument
217 if (entries.containsKey(entryName)) {
218 DexBackedDexFile entry = entries.get(entryName);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DDexFileFactory.java441 private final String entryName; field in class:DexFileFactory.SingletonMultiDexContainer
444 public SingletonMultiDexContainer(@Nonnull String entryName, @Nonnull DexBackedDexFile dexFile) { argument
445 this.entryName = entryName;
450 return ImmutableList.of(entryName);
453 @Nullable @Override public DexBackedDexFile getEntry(@Nonnull String entryName) throws IOException { argument
454 if (entryName.equals(this.entryName)) {
/external/icu/icu4c/source/common/
H A Ducmndata.c72 const char *entryName; member in struct:__anon7302
185 if(0==strcmpAfterPrefix(s, toc[0].entryName, &startPrefixLength)) {
190 if(0==strcmpAfterPrefix(s, toc[limit].entryName, &limitPrefixLength)) {
196 int32_t cmp=strcmpAfterPrefix(s, toc[i].entryName, &prefixLength);
282 fprintf(stderr, "\tx%d: %s\n", number, toc->entry[number].entryName);
289 fprintf(stderr, "%s: Found.\n", toc->entry[number].entryName);
/external/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.h115 const char *entryName; /* special entrypoint name */ member in struct:UPKGOptions_
/external/icu/icu4c/source/tools/icuswap/
H A Dicuswap.cpp489 char *entryName; local
492 entryName=(char *)inBytes+ds->readUInt32(inEntries[i].nameOffset);
494 if(0==uprv_memcmp(entryName, inPkgName, inPkgNameLength)) {
495 uprv_memcpy(entryName, outPkgName, inPkgNameLength);
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp300 std::string entryName; member in struct:vkt::SpirVAssembly::ShaderElement
368 ctx.moduleMap[elements[i].moduleName].push_back(std::make_pair(elements[i].entryName, elements[i].stage));
/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_genc.c58 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/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h213 std::string entryName; local
216 raw_string_ostream OS(entryName);
220 entryName = getEntry()->getName();
232 return entryName + " => " + exitName;
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DRegionInfo.cpp183 std::string entryName; local
186 raw_string_ostream OS(entryName);
189 entryName = OS.str();
191 entryName = getEntry()->getNameStr();
204 return entryName + " => " + exitName;
/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/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCacheTests.cpp162 const char* entryName);
187 const char* entryName)
213 m_shaderStageInfo[m_shaderStageCount].pName = entryName;
185 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/r8/deps/
H A Dcommons-compress-1.12.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/compress/ ...
/external/guice/lib/build/
H A Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF/NOTICE META- ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/testng/ant/3rdparty/
H A Dcobertura.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/sourceforge/cobertura/ net/sourceforge/cobertura/ant/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 822 milliseconds

12