/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/ |
file_utils.cpp | 161 const char *const baseName = basename(filePathBuf); 162 const int baseNameLength = strlen(baseName); 168 snprintf(outName, baseNameLength + 1 /* terminator */, "%s", baseName);
|
/external/deqp/modules/gles31/functional/ |
es31fUniformBlockTests.cpp | 272 std::string baseName = layoutFlags[layoutFlagNdx].name; 279 baseName += "_instance_array"; 281 modeGroup->addChild(new Block2LevelStructArrayCase(m_context, (baseName + "_vertex").c_str(), "", baseFlags|DECLARE_VERTEX, bufferModes[modeNdx].mode, isArray ? 3 : 0)); 282 modeGroup->addChild(new Block2LevelStructArrayCase(m_context, (baseName + "_fragment").c_str(), "", baseFlags|DECLARE_FRAGMENT, bufferModes[modeNdx].mode, isArray ? 3 : 0)); 285 modeGroup->addChild(new Block2LevelStructArrayCase(m_context, (baseName + "_both").c_str(), "", baseFlags|DECLARE_VERTEX|DECLARE_FRAGMENT, bufferModes[modeNdx].mode, isArray ? 3 : 0));
|
es31fSSBOLayoutTests.cpp | [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
X509Util.java | 325 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]);
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
file_entry_binding_util.js | 58 var baseName = entry.baseName; 87 fs.root.getDirectory(baseName, {}, getEntryCallback, 90 fs.root.getFile(baseName, {}, getEntryCallback, getEntryError);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
locid.h | 735 char* baseName; 782 return &baseName[variantBegin];
|
/external/icu/icu4c/source/common/unicode/ |
locid.h | 735 char* baseName; 782 return &baseName[variantBegin];
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RulesEngine.java | 793 String baseName = realFqcn.substring(dotIndex+1); 795 if (Character.isLowerCase(baseName.charAt(0))) { 796 if (baseName.equals(VIEW_TAG)) { 800 baseName = "ViewTag"; //$NON-NLS-1$ 802 baseName = Character.toUpperCase(baseName.charAt(0)) + baseName.substring(1); 805 baseName + "Rule"; //$NON-NLS-1$ [all...] |
/external/smali/smali/ |
build.gradle | 142 baseName = 'maven' 183 def outFile = fatJar.destinationDir.getPath() + '/' + fatJar.baseName + '-' + fatJar.version + '-small' + '.' + fatJar.extension
|
/external/clang/utils/TableGen/ |
ClangASTNodesEmitter.cpp | 46 std::string baseName(Record &R) { 76 std::string BaseName = macroName(Base->getName()); 93 << BaseName << "(Type, Base)\n"; 98 << R->getName() << ", " << baseName(*Base) << "))\n"; 101 << baseName(*Base) << ")\n";
|
/external/deqp/framework/delibs/decpp/ |
deFilePath.cpp | 164 std::string baseName = getBaseName(); 165 size_t dotPos = baseName.find_last_of('.'); 169 return baseName.substr(dotPos+1);
|
/external/deqp/executor/tools/ |
xeCommandLineExecutor.cpp | 235 std::string baseName = item.getBaseName(); 236 if (baseName.find("-cases.xml") == baseName.length()-10) 238 std::string packageName = baseName.substr(0, baseName.length()-10);
|
/external/chromium_org/extensions/renderer/resources/ |
runtime_custom_bindings.js | 50 var baseName = response.baseName; 54 fs.root.getDirectory(baseName, {}, callback, function(fileError) {
|
app_runtime_custom_bindings.js | 60 fs.root.getFile(item.baseName, {}, function(fileEntry) {
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
intltest.cpp | 647 UBool IntlTest::runTest( char* name, char* par, char *baseName ) 654 if(baseName == NULL) { 656 baseName=baseNameBuffer; 657 strcpy(baseName, "/"); 670 rval = runTestLoop( NULL, par, baseName ); 677 rval = runTestLoop( name, par, baseName ); 703 UBool IntlTest::runTestLoop( char* testname, char* par, char *baseName ) 712 if(baseName == NULL) { 713 printf("ERROR: baseName can't be null.\n"); 716 if ((char *)this->basePath != baseName) { [all...] |
/external/guava/guava/src/com/google/common/io/ |
Files.java | 420 String baseName = System.currentTimeMillis() + "-"; 423 File tempDir = new File(baseDir, baseName + counter); 430 + baseName + "0 to " + baseName + (TEMP_DIR_ATTEMPTS - 1) + ')');
|
/external/icu/icu4c/source/test/intltest/ |
intltest.cpp | 647 UBool IntlTest::runTest( char* name, char* par, char *baseName ) 654 if(baseName == NULL) { 656 baseName=baseNameBuffer; 657 strcpy(baseName, "/"); 670 rval = runTestLoop( NULL, par, baseName ); 677 rval = runTestLoop( name, par, baseName ); 703 UBool IntlTest::runTestLoop( char* testname, char* par, char *baseName ) 712 if(baseName == NULL) { 713 printf("ERROR: baseName can't be null.\n"); 716 if ((char *)this->basePath != baseName) { [all...] |
/external/deqp/modules/gles2/functional/ |
es2fShaderMatrixTests.cpp | [all...] |
/external/chromium_org/third_party/icu/source/common/ |
udata.cpp | 211 const char *basename=uprv_strrchr(path, U_FILE_SEP_CHAR); local 212 if(basename==NULL) { 215 return basename+1; 298 const char *baseName; 300 baseName = findBasename(path); /* Cache remembers only the base name, not the full path. */ 303 el = (DataCacheElement *)uhash_get(htable, baseName); 309 fprintf(stderr, "Cache: [%s] -> %p\n", baseName, retVal); 317 const char *baseName; 342 baseName = findBasename(path); 343 nameLen = (int32_t)uprv_strlen(baseName); 409 const char *basename; \/* item's basename (icudt22e_mt.res)*\/ member in class:UDataPathIterator [all...] |
/external/icu/icu4c/source/common/ |
udata.cpp | 211 const char *basename=uprv_strrchr(path, U_FILE_SEP_CHAR); local 212 if(basename==NULL) { 215 return basename+1; 298 const char *baseName; 300 baseName = findBasename(path); /* Cache remembers only the base name, not the full path. */ 303 el = (DataCacheElement *)uhash_get(htable, baseName); 309 fprintf(stderr, "Cache: [%s] -> %p\n", baseName, retVal); 317 const char *baseName; 342 baseName = findBasename(path); 343 nameLen = (int32_t)uprv_strlen(baseName); 409 const char *basename; \/* item's basename (icudt22e_mt.res)*\/ member in class:UDataPathIterator [all...] |
/frameworks/base/services/core/java/com/android/server/ |
IntentResolver.java | 553 String baseName = name; 556 baseName = name.substring(0, slashpos).intern(); 564 addFilter(mBaseTypeToFilter, baseName, filter); 566 addFilter(mWildTypeToFilter, baseName, filter); 584 String baseName = name; 587 baseName = name.substring(0, slashpos).intern(); 595 remove_all_objects(mBaseTypeToFilter, baseName, filter); 597 remove_all_objects(mWildTypeToFilter, baseName, filter);
|
/external/chromium_org/third_party/skia/tools/skpdiff/ |
SkDiffContext.cpp | 117 SkString baseName = SkOSPath::Basename(baselinePath); 118 SkString testName = SkOSPath::Basename(testPath); 121 newRecord->fCommonName = get_combined_name(baseName, testName); 123 newRecord->fCommonName = get_common_prefix(baseName, testName);
|
/external/deqp/modules/gles2/accuracy/ |
es2aVaryingInterpolationTests.cpp | 321 string baseName = string(glu::getPrecisionName((glu::Precision)precision)) + "_" + coordRanges[coordNdx].name; 323 addChild(new InterpolationCase(m_context, baseName.c_str(), "", (glu::Precision)precision, coordRanges[coordNdx].minVal, coordRanges[coordNdx].maxVal, false)); 324 addChild(new InterpolationCase(m_context, (baseName + "_proj").c_str(), "", (glu::Precision)precision, coordRanges[coordNdx].minVal, coordRanges[coordNdx].maxVal, true));
|
/external/deqp/modules/gles3/accuracy/ |
es3aVaryingInterpolationTests.cpp | 328 string baseName = string(glu::getPrecisionName((glu::Precision)precision)) + "_" + coordRanges[coordNdx].name; 330 addChild(new InterpolationCase(m_context, baseName.c_str(), "", (glu::Precision)precision, coordRanges[coordNdx].minVal, coordRanges[coordNdx].maxVal, false)); 331 addChild(new InterpolationCase(m_context, (baseName + "_proj").c_str(), "", (glu::Precision)precision, coordRanges[coordNdx].minVal, coordRanges[coordNdx].maxVal, true));
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
pkgitems.cpp | 136 // get the item basename 181 // get the item basename 517 char baseName[32]; 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);
|