/external/icu/icu4c/source/common/ |
D | locid.cpp | 244 if (baseName != fullName) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 249 if (fullName != fullNameBuffer) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 251 uprv_free(fullName); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 252 fullName = NULL; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 257 : UObject(), fullName(fullNameBuffer), baseName(NULL) in Locale() 268 : UObject(), fullName(fullNameBuffer), baseName(NULL) in Locale() 278 : UObject(), fullName(fullNameBuffer), baseName(NULL) in Locale() 413 : UObject(other), fullName(fullNameBuffer), baseName(NULL) in Locale() 425 if (baseName != fullName) { in operator =() 429 if(fullName != fullNameBuffer) { in operator =() [all …]
|
D | locdispnames.cpp | 63 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName, in getDisplayLanguage() 75 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName, in getDisplayLanguage() 103 length=uloc_getDisplayScript(fullName, displayLocale.fullName, in getDisplayScript() 115 length=uloc_getDisplayScript(fullName, displayLocale.fullName, in getDisplayScript() 143 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, in getDisplayCountry() 155 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, in getDisplayCountry() 183 length=uloc_getDisplayVariant(fullName, displayLocale.fullName, in getDisplayVariant() 195 length=uloc_getDisplayVariant(fullName, displayLocale.fullName, in getDisplayVariant() 223 length=uloc_getDisplayName(fullName, displayLocale.fullName, in getDisplayName() 235 length=uloc_getDisplayName(fullName, displayLocale.fullName, in getDisplayName()
|
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
D | FuncSystemProperty.java | 59 String fullName = m_arg0.execute(xctxt).str(); in execute() local 60 int indexOfNSSep = fullName.indexOf(':'); in execute() 73 ? fullName.substring(0, indexOfNSSep) : ""; in execute() 78 ? fullName : fullName.substring(indexOfNSSep + 1); in execute() 88 new Object[]{ fullName }); //"XSL Property not supported: "+fullName); in execute() 97 …fullName }); //"Don't currently do anything with namespace "+namespace+" in property: "+fullName); in execute() 109 …new Object[]{ fullName }); //"SecurityException when trying to access XSL system property: "+full… in execute() 119 …new Object[]{ fullName }); //"SecurityException when trying to access XSL system property: "+full… in execute() 132 result = System.getProperty(fullName); in execute() 137 …new Object[]{ fullName }); //"SecurityException when trying to access XSL system property: "+full… in execute() [all …]
|
D | FuncExtFunctionAvailable.java | 55 String fullName = m_arg0.execute(xctxt).str(); in execute() local 56 int indexOfNSSep = fullName.indexOf(':'); in execute() 62 methName = fullName; in execute() 66 prefix = fullName.substring(0, indexOfNSSep); in execute() 70 methName = fullName.substring(indexOfNSSep + 1); in execute()
|
D | FuncExtElementAvailable.java | 54 String fullName = m_arg0.execute(xctxt).str(); in execute() local 55 int indexOfNSSep = fullName.indexOf(':'); in execute() 61 methName = fullName; in execute() 65 prefix = fullName.substring(0, indexOfNSSep); in execute() 69 methName= fullName.substring(indexOfNSSep + 1); in execute()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 580 public String getFullName() { return fullName; } in getFullName() 642 file.pool.findSymbol(fullName + '.' + name); in findFieldByName() 667 file.pool.findSymbol(fullName + '.' + name); in findNestedTypeByName() 682 file.pool.findSymbol(fullName + '.' + name); in findEnumTypeByName() 692 private final String fullName; field in Descriptors.Descriptor 714 this.fullName = fullname; in Descriptor() 734 fullName = computeFullName(file, parent, proto.getName()); in Descriptor() 845 public String getFullName() { return fullName; } in getFullName() 1007 private final String fullName; field in Descriptors.FieldDescriptor 1094 fullName = computeFullName(file, parent, proto.getName()); in FieldDescriptor() [all …]
|
D | ExtensionRegistry.java | 139 public ExtensionInfo findExtensionByName(final String fullName) { in findExtensionByName() argument 140 return findImmutableExtensionByName(fullName); in findExtensionByName() 151 public ExtensionInfo findImmutableExtensionByName(final String fullName) { in findImmutableExtensionByName() argument 152 return immutableExtensionsByName.get(fullName); in findImmutableExtensionByName() 163 public ExtensionInfo findMutableExtensionByName(final String fullName) { in findMutableExtensionByName() argument 164 return mutableExtensionsByName.get(fullName); in findMutableExtensionByName() 208 public Set<ExtensionInfo> getAllMutableExtensionsByExtendedType(final String fullName) { in getAllMutableExtensionsByExtendedType() argument 211 if (pair.descriptor.getFullName().equals(fullName)) { in getAllMutableExtensionsByExtendedType() 226 public Set<ExtensionInfo> getAllImmutableExtensionsByExtendedType(final String fullName) { in getAllImmutableExtensionsByExtendedType() argument 229 if (pair.descriptor.getFullName().equals(fullName)) { in getAllImmutableExtensionsByExtendedType()
|
/external/doclava/src/com/google/doclava/ |
D | TypeInfo.java | 121 mFullName = other.fullName(); in TypeInfo() 148 public String fullName() { in fullName() method in TypeInfo 152 return fullName(new HashSet<String>()); in fullName() 161 result += arg.fullName(typeVars); in typeArgumentsName() 171 public String fullName(HashSet<String> typeVars) { in fullName() method in TypeInfo 193 String fullName = null; in fullNameNoDimensionNoBounds() local 200 fullName = mQualifiedTypeName; in fullNameNoDimensionNoBounds() 202 fullName += typeArgumentsName(mTypeArguments, typeVars); in fullNameNoDimensionNoBounds() 204 return fullName; in fullNameNoDimensionNoBounds() 208 String fullName = null; in fullNameNoDimension() local [all …]
|
D | Stubs.java | 121 "Parameter of unavailable type " + t.fullName() + " in " + cl.qualifiedName() in writeStubsAndApi() 126 "Parameter uses type parameter of unavailable type " + t.fullName() + " in " in writeStubsAndApi() 152 "Reference to unavailable annotation class " + t.fullName()); in writeStubsAndApi() 373 "Parameter of hidden type " + tInfoType.fullName() + " in " in cantStripThis() 472 String leafName = cl.asTypeInfo().fullName(classDeclTypeVars); in writeClass() 486 stream.println(" extends " + base.fullName(classDeclTypeVars)); in writeClass() 505 stream.print(comma + iface.fullName(classDeclTypeVars)); in writeClass() 658 stream.print(method.returnType().fullName(method.typeVariables()) + " "); in writeMethod() 713 stream.print(field.type().fullName()); in writeField() 883 stream.print(ann.returnType().fullName()); in writeAnnotationElement() [all …]
|
/external/lzma/CPP/Windows/ |
D | FileName.cpp | 32 void SplitNameToPureNameAndExtension(const UString &fullName, in SplitNameToPureNameAndExtension() argument 35 int index = fullName.ReverseFind(kExtensionDelimiter); in SplitNameToPureNameAndExtension() 38 pureName = fullName; in SplitNameToPureNameAndExtension() 44 pureName = fullName.Left(index); in SplitNameToPureNameAndExtension() 46 extension = fullName.Mid(index + 1); in SplitNameToPureNameAndExtension()
|
D | FileName.h | 22 void SplitNameToPureNameAndExtension(const UString &fullName,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
D | FetchBaseTask.java | 82 String fullName=entry.substring(entry.lastIndexOf("/")+1,entry.length()); in getScript() local 83 if (fullName.endsWith(".jar")) in getScript() 86 return fetchDirectoryTarget(type, id, fullName, cvsinfo); in getScript() 123 private String fetchDirectoryTarget(String type, String id, String fullName,String[] cvsinfo){ in fetchDirectoryTarget() argument 127 "\t\t<cvs command=\"export -d "+fullName+"\"\n" + in fetchDirectoryTarget()
|
/external/skia/tests/ |
D | OSPathTest.cpp | 30 SkString fullName = SkOSPath::Join(dir.c_str(), filename.c_str()); in test_dir_with_file() local 38 REPORTER_ASSERT(reporter, fullName.size() == expectedSize); in test_dir_with_file() 40 SkString basename = SkOSPath::Basename(fullName.c_str()); in test_dir_with_file() 41 SkString dirname = SkOSPath::Dirname(fullName.c_str()); in test_dir_with_file()
|
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | CheckerRegistry.h | 102 void addChecker(InitializationFunction fn, StringRef fullName, 108 void addChecker(StringRef fullName, StringRef desc) { in addChecker() argument 111 addChecker(&CheckerRegistry::initializeManager<T>, fullName, desc); in addChecker()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | UResourceBundle.java | 351 protected static UResourceBundle addToCache(ClassLoader cl, String fullName, in addToCache() argument 354 cacheKey.setKeyValues(cl, fullName, defaultLocale); in addToCache() 370 protected static UResourceBundle loadFromCache(ClassLoader cl, String fullName, in loadFromCache() argument 373 cacheKey.setKeyValues(cl, fullName, defaultLocale); in loadFromCache() 558 String fullName = ICUResourceBundleReader.getFullName(baseName, localeName); in instantiateBundle() local 559 b = loadFromCache(root, fullName, defaultLocale); in instantiateBundle() 703 String fullName = ICUResourceBundleReader.getFullName(getBaseName(), getLocaleID()); in get() local 705 "Can't find resource for bundle " + fullName + ", key " in get()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | OpenArchive.cpp | 474 UString fullName; in SetCallback() local 476 NFile::NDirectory::MyGetFullPathName(filePath, fullName, fileNamePartStartIndex); in SetCallback() 478 fullName.Left(fileNamePartStartIndex), in SetCallback() 479 fullName.Mid(fileNamePartStartIndex)); in SetCallback() 494 UString fullName, prefix, name; in Open2() local 498 if (!NFile::NDirectory::MyGetFullPathName(filePath, fullName, fileNamePartStartIndex)) in Open2() 500 prefix = fullName.Left(fileNamePartStartIndex); in Open2() 501 name = fullName.Mid(fileNamePartStartIndex); in Open2()
|
/external/clang/utils/TableGen/ |
D | ClangSACheckersEmitter.cpp | 111 std::string fullName = getPackageFullName(R); in EmitClangSACheckers() local 112 if (!fullName.empty()) { in EmitClangSACheckers() 113 GroupInfo &info = groupInfoByName[fullName]; in EmitClangSACheckers() 142 std::string fullName = getCheckerFullName(R); in EmitClangSACheckers() local 143 GroupInfo &info = groupInfoByName[fullName]; in EmitClangSACheckers()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
D | KeyAgreementSpi.java | 330 String fullName = clazz.getName(); in getSimpleName() local 332 return fullName.substring(fullName.lastIndexOf('.') + 1); in getSimpleName()
|
/external/mdnsresponder/mDNSShared/ |
D | dnssd_clientlib.c | 104 char *const fullName, in DNSServiceConstructFullName() argument 111 char *fn = fullName; in DNSServiceConstructFullName() 112 char *const lim = fullName + 1005; in DNSServiceConstructFullName()
|
/external/icu/icu4c/source/common/unicode/ |
D | locid.h | 749 char* fullName; variable 804 return fullName; in getName()
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
D | ServiceTest.java | 239 String fullName = innerClass.getName(); in testNoGenericServices() local 246 assertTrue(fullName.startsWith(outerName)); in testNoGenericServices() 255 innerClassNames.add(fullName.substring(outerName.length() + 1)); in testNoGenericServices()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | ICUResourceBundle.java | 1127 String fullName = ICUResourceBundleReader.getFullName(baseName, localeName); 1128 ICUResourceBundle b = (ICUResourceBundle)loadFromCache(root, fullName, defaultLocale); 1143 if(DEBUG) System.out.println("Creating "+fullName+ " currently b is "+b); 1160 return addToCache(root, fullName, defaultLocale, b); 1191 b = (ICUResourceBundle)addToCache(root, fullName, defaultLocale, b); 1219 String fullName = ICUResourceBundleReader.getFullName(getBaseName(), getLocaleID()); in get() local 1221 "Can't find resource for bundle " + fullName + ", key " in get()
|
D | ICUResourceBundleReader.java | 330 String fullName = ICUResourceBundleReader.getFullName(data.baseName, data.localeID); in createInstance() local 334 String itemPath = fullName.substring(ICUData.ICU_BASE_NAME.length() + 1); in createInstance() 335 inBytes = ICUBinary.getData(data.loader, fullName, itemPath); in createInstance() 341 InputStream stream = ICUData.getStream(data.loader, fullName); in createInstance() 349 …throw new ICUUncheckedIOException("Data file " + fullName + " is corrupt - " + ex.getMessage(), ex… in createInstance()
|
/external/emma/core/java12/com/vladium/emma/instr/ |
D | InstrVisitor.java | 2029 private void setClassName (final String fullName) in setClassName() argument 2031 if ($assert.ENABLED) $assert.ASSERT (fullName != null && fullName.length () > 0, in setClassName() 2034 final int lastSlash = fullName.lastIndexOf ('/'); in setClassName() 2038 m_className = fullName; in setClassName() 2042 if ($assert.ENABLED) $assert.ASSERT (lastSlash < fullName.length () - 1, in setClassName() 2043 "malformed class name [" + fullName + "]"); in setClassName() 2045 m_classPackageName = fullName.substring (0, lastSlash); in setClassName() 2046 m_className = fullName.substring (lastSlash + 1); in setClassName()
|
/external/lzma/CPP/7zip/Archive/ |
D | SplitHandler.cpp | 233 UString fullName = seqName.GetNextName(); in Open() local 235 HRESULT result = openVolumeCallback->GetStream(fullName, &nextStream); in Open()
|