Searched defs:baseName (Results 1 - 25 of 77) sorted by relevance

1234

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/staticDropFiles/
H A DbuildNotes.php44 $baseName = $parts[1]; variable
45 $parts = explode(".", $baseName);
/external/icu/icu4c/source/common/unicode/
H A Dlocid.h752 char* baseName; member in class:Locale
798 return &baseName[variantBegin];
/external/skia/bench/
H A DCodecBench.cpp14 CodecBench::CodecBench(SkString baseName, SkData* encoded, SkColorType colorType) argument
33 fName.printf("Codec_%s_%s", baseName.c_str(), colorName);
H A DDecodingSubsetBench.cpp26 SkString baseName = SkOSPath::Basename(path.c_str()); local
42 baseName.c_str(), colorName);
H A DDecodingBench.cpp27 SkString baseName = SkOSPath::Basename(path.c_str()); local
42 fName.printf("Decode_%s_%s", baseName.c_str(), colorName);
/external/skia/tools/
H A Dpicture_utils.cpp55 const char *subdirOrNull, const SkString& baseName) {
63 SkString fullPath = SkOSPath::Join(partialPath.c_str(), baseName.c_str());
54 write_bitmap_to_disk(const SkBitmap& bm, const SkString& dirPath, const char *subdirOrNull, const SkString& baseName) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DResourceBundleWrapper.java30 private String baseName = null; field in class:ResourceBundleWrapper
55 +baseName
101 public static UResourceBundle getBundleInstance(String baseName, String localeID, argument
103 UResourceBundle b = instantiateBundle(baseName, localeID, root, disableFallback);
106 if(baseName.indexOf('/')>=0){
109 throw new MissingResourceException("Could not find the bundle "+ baseName+separator+ localeID,"","");
114 protected static synchronized UResourceBundle instantiateBundle(String baseName, String localeID, argument
120 String name = baseName;
134 parent = (ResourceBundleWrapper)loadFromCache(cl, baseName+"_"+locName,defaultLocale);
136 parent = (ResourceBundleWrapper)instantiateBundle(baseName, locNam
[all...]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DModuleTest.java40 private String baseName = null; field in class:ModuleTest
44 protected ModuleTest(String baseName, String locName) { argument
46 this.baseName = baseName;
84 m = Factory.get(baseName, localeName);
H A DTestDataModule.java41 static final TestDataModule get(String baseName, String localeName) throws DataModuleFormatError { argument
42 return new ResourceModule(baseName, localeName);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509Util.java325 String baseName,
334 while ((alias = prov.getProperty("Alg.Alias." + baseName + "." + algorithm)) != null)
339 String className = prov.getProperty(baseName + "." + algorithm);
379 String baseName,
393 Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]);
401 imp = getImplementation(baseName, algorithm, prov[i]);
324 getImplementation( String baseName, String algorithm, Provider prov) argument
378 getImplementation( String baseName, String algorithm) argument
/external/clang/utils/TableGen/
H A DClangASTNodesEmitter.cpp46 std::string baseName(Record &R) { function in class:__anon2827::ClangASTNodesEmitter
98 << R->getName() << ", " << baseName(*Base) << "))\n";
101 << baseName(*Base) << ")\n";
/external/deqp/framework/delibs/decpp/
H A DdeFilePath.cpp164 std::string baseName = getBaseName(); local
165 size_t dotPos = baseName.find_last_of('.');
169 return baseName.substr(dotPos+1);
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/
H A DStubFtpServer.java363 * @param baseName - the base name of the resource bundle, a fully qualified class name
365 public void setReplyTextBaseName(String baseName) { argument
366 replyTextBundle = ResourceBundle.getBundle(baseName);
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/stub/
H A DStubFtpServer.java340 * @param baseName - the base name of the resource bundle, a fully qualified class name
342 public void setReplyTextBaseName(String baseName) { argument
343 replyTextBundle = ResourceBundle.getBundle(baseName);
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/stub/
H A DStubFtpServer.java341 * @param baseName - the base name of the resource bundle, a fully qualified class name
343 public void setReplyTextBaseName(String baseName) { argument
344 replyTextBundle = ResourceBundle.getBundle(baseName);
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/stub/
H A DStubFtpServer.java358 * @param baseName - the base name of the resource bundle, a fully qualified class name
360 public void setReplyTextBaseName(String baseName) { argument
361 replyTextBundle = ResourceBundle.getBundle(baseName);
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/stub/
H A DStubFtpServer.java358 * @param baseName - the base name of the resource bundle, a fully qualified class name
360 public void setReplyTextBaseName(String baseName) { argument
361 replyTextBundle = ResourceBundle.getBundle(baseName);
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/stub/
H A DStubFtpServer.java361 * @param baseName - the base name of the resource bundle, a fully qualified class name
363 public void setReplyTextBaseName(String baseName) { argument
364 replyTextBundle = ResourceBundle.getBundle(baseName);
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/stub/
H A DStubFtpServer.java361 * @param baseName - the base name of the resource bundle, a fully qualified class name
363 public void setReplyTextBaseName(String baseName) { argument
364 replyTextBundle = ResourceBundle.getBundle(baseName);
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/stub/
H A DStubFtpServer.java363 * @param baseName - the base name of the resource bundle, a fully qualified class name
365 public void setReplyTextBaseName(String baseName) { argument
366 replyTextBundle = ResourceBundle.getBundle(baseName);
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/core/server/
H A DAbstractFtpServer.java268 * @param baseName - the base name of the resource bundle, a fully qualified class name
270 public void setReplyTextBaseName(String baseName) { argument
271 replyTextBundle = ResourceBundle.getBundle(baseName);
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/core/server/
H A DAbstractFtpServer.java268 * @param baseName - the base name of the resource bundle, a fully qualified class name
270 public void setReplyTextBaseName(String baseName) { argument
271 replyTextBundle = ResourceBundle.getBundle(baseName);
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/core/server/
H A DAbstractFtpServer.java289 * @param baseName - the base name of the resource bundle, a fully qualified class name
291 public void setReplyTextBaseName(String baseName) { argument
292 replyTextBundle = ResourceBundle.getBundle(baseName);
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/core/server/
H A DAbstractFtpServer.java268 * @param baseName - the base name of the resource bundle, a fully qualified class name
270 public void setReplyTextBaseName(String baseName) { argument
271 replyTextBundle = ResourceBundle.getBundle(baseName);
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/core/server/
H A DAbstractFtpServer.java258 * @param baseName - the base name of the resource bundle, a fully qualified class name
260 public void setReplyTextBaseName(String baseName) { argument
261 replyTextBundle = ResourceBundle.getBundle(baseName);

Completed in 727 milliseconds

1234