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

/external/clang/utils/TableGen/
H A DClangASTNodesEmitter.h48 std::string baseName(Record &R) { function in class:llvm::ClangASTNodesEmitter
/external/icu4c/common/unicode/
H A Dlocid.h723 char* baseName; member in class:Locale
765 return &baseName[variantBegin];
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
H A DX509Util.java347 String baseName,
356 while ((alias = prov.getProperty("Alg.Alias." + baseName + "." + algorithm)) != null)
361 String className = prov.getProperty(baseName + "." + algorithm);
401 String baseName,
415 Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]);
423 imp = getImplementation(baseName, algorithm, prov[i]);
346 getImplementation( String baseName, String algorithm, Provider prov) argument
400 getImplementation( String baseName, String algorithm) argument
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DResourceBundleTest.java317 String baseName, @SuppressWarnings("unused")
367 String baseName) {
383 String baseName) {
394 String baseName, @SuppressWarnings("unused")
316 getCandidateLocales(@uppressWarningsÓ) String baseName, @SuppressWarnings(Ó) Locale locale) argument
366 getFormats(@uppressWarningsÓ) String baseName) argument
382 getFormats(@uppressWarningsÓ) String baseName) argument
393 getFallbackLocale(@uppressWarningsÓ) String baseName, @SuppressWarnings(Ó) Locale locale) argument
/external/icu4c/tools/toolutil/
H A Ducm.h105 char baseName[UCNV_MAX_CONVERTER_NAME_LENGTH]; member in struct:UCMFile
H A Dpkgitems.cpp517 char baseName[32]; local
531 if(baseNameLength>=(int32_t)sizeof(baseName)) {
537 ds->swapInvChars(ds, inBaseName, baseNameLength+1, baseName, pErrorCode);
539 checkIDSuffix(itemName, baseName, -1, ".cnv", check, context, pErrorCode);
/external/icu4c/common/
H A Dudata.cpp287 const char *baseName; local
289 baseName = findBasename(path); /* Cache remembers only the base name, not the full path. */
292 el = (DataCacheElement *)uhash_get(htable, baseName);
298 fprintf(stderr, "Cache: [%s] -> %p\n", baseName, retVal);
306 const char *baseName; local
331 baseName = findBasename(path);
332 nameLen = (int32_t)uprv_strlen(baseName);
340 uprv_strcpy(newElement->name, baseName);
H A Ducnvmbcs.c1447 const char *baseName; local
1463 baseName=(const char *)header+headerLength*4;
1464 if(0==uprv_strcmp(baseName, sharedData->staticData->name)) {
1477 args.name=baseName;
/external/collada/src/dae/
H A DdaeURI.cpp128 /* out */ string& baseName,
140 //dir = baseName = extension = "";
141 //re.FullMatch(path, &dir, &baseName, &extension);
146 dir = baseName = extension = tmpFile = "";
148 findExt.PartialMatch(tmpFile, &baseName, &extension);
196 void daeURI::pathComponents(string& dir, string& baseName, string& ext) const { argument
197 parsePath(_path, dir, baseName, ext);
224 void daeURI::path(const string& dir, const string& baseName, const string& ext) { argument
225 path(addSlashToEnd(dir) + baseName + ext);
234 void daeURI::pathFileBase(const string& baseName) { argument
126 parsePath(const string& path, string& dir, string& baseName, string& extension) argument
367 string dir, baseName, ext; local
[all...]
/external/icu4c/test/intltest/
H A Dintltest.cpp606 UBool IntlTest::runTest( char* name, char* par, char *baseName )
613 if(baseName == NULL) {
615 baseName=baseNameBuffer;
616 strcpy(baseName, "/");
629 rval = runTestLoop( NULL, par, baseName );
636 rval = runTestLoop( name, par, baseName );
663 UBool IntlTest::runTestLoop( char* testname, char* par, char *baseName )
672 if(baseName == NULL) {
673 printf("ERROR: baseName can't be null.\n");
676 if ((char *)this->basePath != baseName) {
1329 char baseName[1024]; local
[all...]
H A Dloctest.cpp1741 const char *baseName; member in struct:__anon4972
1752 if(strcmp(testCases[i].baseName, loc.getBaseName())) {
1753 errln("For locale \"%s\" expected baseName \"%s\", but got \"%s\"",
1754 testCases[i].localeID, testCases[i].baseName, loc.getBaseName());
/external/icu4c/test/cintltst/
H A Dcloctst.c2110 const char *baseName; member in struct:__anon4899
2118 char baseName[256]; local
2122 baseNameLen = uloc_getBaseName(testCases[i].localeID, baseName, 256, &status);
2123 if(strcmp(testCases[i].baseName, baseName)) {
2124 log_err("For locale \"%s\" expected baseName \"%s\", but got \"%s\"\n",
2125 testCases[i].localeID, testCases[i].baseName, baseName);

Completed in 361 milliseconds