/external/go-cmp/cmp/internal/function/ |
D | func.go | 76 fullName := fnc.Name() // e.g., "long/path/name/mypkg.(*MyType).(long/path/name/mypkg.myMethod)-fm" 79 fullName = strings.TrimSuffix(fullName, "-fm") 82 for len(fullName) > 0 { 83 inParen := strings.HasSuffix(fullName, ")") 84 fullName = strings.TrimSuffix(fullName, ")") 86 s := lastIdentRx.FindString(fullName) 91 fullName = strings.TrimSuffix(fullName, s) 93 if i := strings.LastIndexByte(fullName, '('); inParen && i >= 0 { 94 fullName = fullName[:i] 96 fullName = strings.TrimSuffix(fullName, ".")
|
/external/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | DescriptorPool.cs | 89 internal T FindSymbol<T>(string fullName) where T : class 92 descriptorsByName.TryGetValue(fullName, out result); in descriptorsByName.TryGetValue() argument 103 dependency.DescriptorPool.descriptorsByName.TryGetValue(fullName, out result); 120 internal void AddPackage(string fullName, FileDescriptor file) in AddPackage() argument 122 int dotpos = fullName.LastIndexOf('.'); in AddPackage() 126 AddPackage(fullName.Substring(0, dotpos), file); in AddPackage() 127 name = fullName.Substring(dotpos + 1); in AddPackage() 131 name = fullName; in AddPackage() 135 if (descriptorsByName.TryGetValue(fullName, out old)) in AddPackage() 145 descriptorsByName[fullName] = new PackageDescriptor(name, fullName, file); in AddPackage() [all …]
|
D | PackageDescriptor.cs | 43 private readonly string fullName; field in Google.Protobuf.Reflection.PackageDescriptor 46 internal PackageDescriptor(string name, string fullName, FileDescriptor file) in PackageDescriptor() argument 49 this.fullName = fullName; in PackageDescriptor() 60 get { return fullName; }
|
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | DescriptorPool.cs | 89 internal T FindSymbol<T>(string fullName) where T : class 92 descriptorsByName.TryGetValue(fullName, out result); in descriptorsByName.TryGetValue() argument 103 dependency.DescriptorPool.descriptorsByName.TryGetValue(fullName, out result); 120 internal void AddPackage(string fullName, FileDescriptor file) in AddPackage() argument 122 int dotpos = fullName.LastIndexOf('.'); in AddPackage() 126 AddPackage(fullName.Substring(0, dotpos), file); in AddPackage() 127 name = fullName.Substring(dotpos + 1); in AddPackage() 131 name = fullName; in AddPackage() 135 if (descriptorsByName.TryGetValue(fullName, out old)) in AddPackage() 145 descriptorsByName[fullName] = new PackageDescriptor(name, fullName, file); in AddPackage() [all …]
|
D | PackageDescriptor.cs | 43 private readonly string fullName; field in Google.Protobuf.Reflection.PackageDescriptor 46 internal PackageDescriptor(string name, string fullName, FileDescriptor file) in PackageDescriptor() argument 49 this.fullName = fullName; in PackageDescriptor() 60 get { return fullName; }
|
/external/ot-br-posix/src/common/ |
D | dns_utils.cpp | 44 std::string fullName = aName; in SplitFullDnsName() local 46 if (!NameEndsWithDot(fullName)) in SplitFullDnsName() 48 fullName += '.'; in SplitFullDnsName() 51 transportPos = fullName.rfind("._udp."); in SplitFullDnsName() 55 transportPos = fullName.rfind("._tcp."); in SplitFullDnsName() 61 size_t dotPos = fullName.find_first_of('.'); in SplitFullDnsName() 66 nameInfo.mHostName = fullName.substr(0, dotPos); in SplitFullDnsName() 67 nameInfo.mDomain = fullName.substr(dotPos + 1, fullName.length() - dotPos - 1); in SplitFullDnsName() 72 …size_t dotPos = transportPos > 0 ? fullName.find_last_of('.', transportPos - 1) : std::string::npo… in SplitFullDnsName() 74 … nameInfo.mDomain = fullName.substr(transportPos + 6); // 6 is the length of "._tcp." or "._udp." in SplitFullDnsName() [all …]
|
/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/fonttools/Lib/fontTools/ufoLib/ |
D | filenames.py | 176 fullName = prefix + userName + suffix 177 if fullName.lower() in existing: 178 fullName = handleClash1(userName, existing, prefix, suffix) 180 return fullName 224 fullName = prefix + name + suffix 225 if fullName.lower() not in existing: 226 finalName = fullName 271 fullName = prefix + str(counter) + suffix 272 if fullName.lower() not in existing: 273 finalName = fullName
|
/external/fonttools/Lib/fontTools/misc/ |
D | filenames.py | 130 fullName = prefix + userName + suffix 131 if fullName.lower() in existing: 132 fullName = handleClash1(userName, existing, prefix, suffix) 134 return fullName 178 fullName = prefix + name + suffix 179 if fullName.lower() not in existing: 180 finalName = fullName 225 fullName = prefix + str(counter) + suffix 226 if fullName.lower() not in existing: 227 finalName = fullName
|
/external/icu/icu4c/source/common/ |
D | locid.cpp | 257 if ((baseName != fullName) && (baseName != fullNameBuffer)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 262 if (fullName != fullNameBuffer) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 264 uprv_free(fullName); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 265 fullName = NULL; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 270 : UObject(), fullName(fullNameBuffer), baseName(NULL) in Locale() 281 : UObject(), fullName(fullNameBuffer), baseName(NULL) in Locale() 291 : UObject(), fullName(fullNameBuffer), baseName(NULL) in Locale() 405 : UObject(other), fullName(fullNameBuffer), baseName(NULL) in Locale() 411 : UObject(other), fullName(fullNameBuffer), baseName(fullName) { in Locale() 422 if (other.fullName == other.fullNameBuffer) { in operator =() [all …]
|
D | locdispnames.cpp | 68 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName, in getDisplayLanguage() 80 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName, in getDisplayLanguage() 108 length=uloc_getDisplayScript(fullName, displayLocale.fullName, in getDisplayScript() 120 length=uloc_getDisplayScript(fullName, displayLocale.fullName, in getDisplayScript() 148 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, in getDisplayCountry() 160 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, in getDisplayCountry() 188 length=uloc_getDisplayVariant(fullName, displayLocale.fullName, in getDisplayVariant() 200 length=uloc_getDisplayVariant(fullName, displayLocale.fullName, in getDisplayVariant() 228 length=uloc_getDisplayName(fullName, displayLocale.fullName, in getDisplayName() 240 length=uloc_getDisplayName(fullName, displayLocale.fullName, in getDisplayName()
|
/external/cronet/third_party/icu/source/common/ |
D | locid.cpp | 257 if ((baseName != fullName) && (baseName != fullNameBuffer)) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 262 if (fullName != fullNameBuffer) in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 264 uprv_free(fullName); in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 265 fullName = NULL; in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 270 : UObject(), fullName(fullNameBuffer), baseName(NULL) in Locale() 281 : UObject(), fullName(fullNameBuffer), baseName(NULL) in Locale() 291 : UObject(), fullName(fullNameBuffer), baseName(NULL) in Locale() 405 : UObject(other), fullName(fullNameBuffer), baseName(NULL) in Locale() 411 : UObject(other), fullName(fullNameBuffer), baseName(fullName) { in Locale() 422 if (other.fullName == other.fullNameBuffer) { in operator =() [all …]
|
D | locdispnames.cpp | 68 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName, in getDisplayLanguage() 80 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName, in getDisplayLanguage() 108 length=uloc_getDisplayScript(fullName, displayLocale.fullName, in getDisplayScript() 120 length=uloc_getDisplayScript(fullName, displayLocale.fullName, in getDisplayScript() 148 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, in getDisplayCountry() 160 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, in getDisplayCountry() 188 length=uloc_getDisplayVariant(fullName, displayLocale.fullName, in getDisplayVariant() 200 length=uloc_getDisplayVariant(fullName, displayLocale.fullName, in getDisplayVariant() 228 length=uloc_getDisplayName(fullName, displayLocale.fullName, in getDisplayName() 240 length=uloc_getDisplayName(fullName, displayLocale.fullName, in getDisplayName()
|
/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 695 return fullName; in getFullName() 795 final GenericDescriptor result = file.pool.findSymbol(fullName + '.' + name); in findFieldByName() 821 final GenericDescriptor result = file.pool.findSymbol(fullName + '.' + name); in findNestedTypeByName() 836 final GenericDescriptor result = file.pool.findSymbol(fullName + '.' + name); in findEnumTypeByName() 846 private final String fullName; field in Descriptors.Descriptor 876 this.fullName = fullname; in Descriptor() 902 fullName = computeFullName(file, parent, proto.getName()); in Descriptor() 1101 return fullName; in getFullName() 1309 String.format("This field is not an extension. (%s)", fullName)); in getExtensionScope() 1318 String.format("This field is not of message type. (%s)", fullName)); in getMessageType() [all …]
|
D | ExtensionRegistry.java | 133 public ExtensionInfo findExtensionByName(final String fullName) { in findExtensionByName() argument 134 return findImmutableExtensionByName(fullName); in findExtensionByName() 143 public ExtensionInfo findImmutableExtensionByName(final String fullName) { in findImmutableExtensionByName() argument 144 return immutableExtensionsByName.get(fullName); in findImmutableExtensionByName() 153 public ExtensionInfo findMutableExtensionByName(final String fullName) { in findMutableExtensionByName() argument 154 return mutableExtensionsByName.get(fullName); in findMutableExtensionByName() 190 public Set<ExtensionInfo> getAllMutableExtensionsByExtendedType(final String fullName) { in getAllMutableExtensionsByExtendedType() argument 193 if (pair.descriptor.getFullName().equals(fullName)) { in getAllMutableExtensionsByExtendedType() 207 public Set<ExtensionInfo> getAllImmutableExtensionsByExtendedType(final String fullName) { in getAllImmutableExtensionsByExtendedType() argument 210 if (pair.descriptor.getFullName().equals(fullName)) { in getAllImmutableExtensionsByExtendedType()
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | Descriptors.java | 695 return fullName; in getFullName() 795 final GenericDescriptor result = file.pool.findSymbol(fullName + '.' + name); in findFieldByName() 821 final GenericDescriptor result = file.pool.findSymbol(fullName + '.' + name); in findNestedTypeByName() 836 final GenericDescriptor result = file.pool.findSymbol(fullName + '.' + name); in findEnumTypeByName() 846 private final String fullName; field in Descriptors.Descriptor 876 this.fullName = fullname; in Descriptor() 902 fullName = computeFullName(file, parent, proto.getName()); in Descriptor() 1101 return fullName; in getFullName() 1309 String.format("This field is not an extension. (%s)", fullName)); in getExtensionScope() 1318 String.format("This field is not of message type. (%s)", fullName)); in getMessageType() [all …]
|
D | ExtensionRegistry.java | 133 public ExtensionInfo findExtensionByName(final String fullName) { in findExtensionByName() argument 134 return findImmutableExtensionByName(fullName); in findExtensionByName() 143 public ExtensionInfo findImmutableExtensionByName(final String fullName) { in findImmutableExtensionByName() argument 144 return immutableExtensionsByName.get(fullName); in findImmutableExtensionByName() 153 public ExtensionInfo findMutableExtensionByName(final String fullName) { in findMutableExtensionByName() argument 154 return mutableExtensionsByName.get(fullName); in findMutableExtensionByName() 190 public Set<ExtensionInfo> getAllMutableExtensionsByExtendedType(final String fullName) { in getAllMutableExtensionsByExtendedType() argument 193 if (pair.descriptor.getFullName().equals(fullName)) { in getAllMutableExtensionsByExtendedType() 207 public Set<ExtensionInfo> getAllImmutableExtensionsByExtendedType(final String fullName) { in getAllImmutableExtensionsByExtendedType() argument 210 if (pair.descriptor.getFullName().equals(fullName)) { in getAllImmutableExtensionsByExtendedType()
|
/external/doclava/src/com/google/doclava/ |
D | TypeInfo.java | 167 mFullName = other.fullName(); in TypeInfo() 208 public String fullName() { in fullName() method in TypeInfo 212 return fullName(new HashSet<String>()); in fullName() 221 result += arg.fullName(typeVars); in typeArgumentsName() 231 public String fullName(HashSet<String> typeVars) { in fullName() method in TypeInfo 253 String fullName = null; in fullNameNoDimensionNoBounds() local 260 fullName = mQualifiedTypeName; in fullNameNoDimensionNoBounds() 262 fullName += typeArgumentsName(mTypeArguments, typeVars); in fullNameNoDimensionNoBounds() 264 return fullName; in fullNameNoDimensionNoBounds() 268 String fullName = null; in fullNameNoDimension() local [all …]
|
/external/libcups/backend/ |
D | dnssd.c | 55 *fullName, /* Full name */ member 107 …gs, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *fullName, uint16_t rrtype,… 409 fprintf(stderr, "DEBUG: Querying \"%s\"...\n", device->fullName); in main() 416 0, device->fullName, in main() 423 device->fullName, status); in main() 431 device->fullName, in main() 439 device->fullName, in main() 466 unquote(uriName, best->fullName, sizeof(uriName)); in main() 505 unquote(uriName, best->fullName, sizeof(uriName)); in main() 618 device->fullName); in browse_local_callback() [all …]
|
/external/cldr/tools/c/genldml/ |
D | genindex.pl | 54 $fullName=""; 58 $fullName = $1; 59 if($fullName eq ""){ 66 print $outFH "\t\t\t<li><a href=\"$href/$item\">$s1</a> $fullName</li>\n";
|
/external/protobuf/objectivec/ |
D | GPBWellKnownTypes.m | 68 static NSString *BuildTypeURL(NSString *typeURLPrefix, NSString *fullName) { 70 return fullName; 74 return [typeURLPrefix stringByAppendingString:fullName]; 77 return [NSString stringWithFormat:@"%@/%@", typeURLPrefix, fullName]; 223 NSString *fullName = [message descriptor].fullName; 224 if (fullName.length == 0) { 236 self.typeURL = BuildTypeURL(typeURLPrefix, fullName); 243 NSString *fullName = [messageClass descriptor].fullName; 244 if (fullName.length == 0) { 255 if ((expectedFullName == nil) || ![expectedFullName isEqual:fullName]) {
|
/external/cronet/third_party/protobuf/objectivec/ |
D | GPBWellKnownTypes.m | 68 static NSString *BuildTypeURL(NSString *typeURLPrefix, NSString *fullName) { 70 return fullName; 74 return [typeURLPrefix stringByAppendingString:fullName]; 77 return [NSString stringWithFormat:@"%@/%@", typeURLPrefix, fullName]; 223 NSString *fullName = [message descriptor].fullName; 224 if (fullName.length == 0) { 236 self.typeURL = BuildTypeURL(typeURLPrefix, fullName); 243 NSString *fullName = [messageClass descriptor].fullName; 244 if (fullName.length == 0) { 255 if ((expectedFullName == nil) || ![expectedFullName isEqual:fullName]) {
|
/external/perfetto/infra/perfetto.dev/src/ |
D | gen_proto_reference.js | 70 const fullName = getFullName(pType); 71 if (fullName in visited) 73 visited[fullName] = true; 77 const anchor = depth > 0 ? `{#${fullName}} ` : ''; 78 let md = `${heading} ${anchor}${fullName}`;
|