Home
last modified time | relevance | path

Searched refs:fullName (Results 1 – 18 of 18) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptorPool.cs89 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 …]
DPackageDescriptor.cs43 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; }
DDescriptorBase.cs41 private readonly string fullName; field in Google.Protobuf.Reflection.DescriptorBase
44 internal DescriptorBase(FileDescriptor file, string fullName, int index) in DescriptorBase() argument
47 this.fullName = fullName; in DescriptorBase()
74 get { return fullName; }
DTypeRegistry.cs61 public MessageDescriptor Find(string fullName) in Find() argument
65 fullNameToMessageMap.TryGetValue(fullName, out ret); in Find()
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DAutomaticActivity.java248 private static void addForAllModifiers(String fullName, float error, String[] modifierNames, in addForAllModifiers() argument
251 TestResult r = modifierResults.get(fullName); in addForAllModifiers()
261 String fullName = ""; in handleError() local
263 fullName = fullName.concat("." + s); in handleError()
265 fullName = fullName.substring(1); in handleError()
270 deltaError = error - (float)mInputJson.getDouble(fullName); in handleError()
276 mIndividualDiffResults.put(fullName, new TestResult(fullName, deltaError)); in handleError()
277 addForAllModifiers(fullName, deltaError, modifierNames, mModifierDiffResults); in handleError()
280 mIndividualResults.put(fullName, new TestResult(fullName, error)); in handleError()
281 addForAllModifiers(fullName, error, modifierNames, mModifierResults); in handleError()
[all …]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DExtensionRegistry.java139 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()
DDescriptors.java621 return fullName; in getFullName()
711 file.pool.findSymbol(fullName + '.' + name); in findFieldByName()
736 file.pool.findSymbol(fullName + '.' + name); in findNestedTypeByName()
751 file.pool.findSymbol(fullName + '.' + name); in findEnumTypeByName()
761 private final String fullName; field in Descriptors.Descriptor
783 this.fullName = fullname; in Descriptor()
803 fullName = computeFullName(file, parent, proto.getName()); in Descriptor()
929 return fullName; in getFullName()
1135 private final String fullName; field in Descriptors.FieldDescriptor
1255 fullName = computeFullName(file, parent, proto.getName()); in FieldDescriptor()
[all …]
/frameworks/base/core/java/android/content/
DComponentName.java63 final String fullName; in createRelative() local
66 fullName = pkg + cls; in createRelative()
69 fullName = cls; in createRelative()
71 return new ComponentName(pkg, fullName); in createRelative()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/tests/src/main/java/com/google/protobuf/test/
DServiceTest.java240 String fullName = innerClass.getName(); in testNoGenericServices() local
247 assertTrue(fullName.startsWith(outerName)); in testNoGenericServices()
256 innerClassNames.add(fullName.substring(outerName.length() + 1)); in testNoGenericServices()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/
DServiceTest.java241 String fullName = innerClass.getName(); in testNoGenericServices() local
248 assertTrue(fullName.startsWith(outerName)); in testNoGenericServices()
257 innerClassNames.add(fullName.substring(outerName.length() + 1)); in testNoGenericServices()
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardJapanizationTests.java95 final String fullName = "Dr. \u3075\u308B\u3069 B \u3091\u308A\u304B Ph.D"; in testNameDoCoMo() local
97 .addExpectedNode("N", fullName + ";;;;", in testNameDoCoMo()
98 Arrays.asList(fullName, "", "", "", ""), in testNameDoCoMo()
100 .addExpectedNode("FN", fullName, mContentValuesForSJis) in testNameDoCoMo()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java1275 public final String fullName; field in IccRecords.PlmnNetworkName
1278 public PlmnNetworkName(String fullName, String shortName) { in PlmnNetworkName() argument
1279 this.fullName = fullName; in PlmnNetworkName()
1285 return "{ fullName = " + fullName + " shortName = " + shortName + " }"; in toString()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_CameraMetadata.cpp762 std::vector<char> fullName(totalLen, 0); in CameraMetadata_getAllVendorKeys() local
763 snprintf(&fullName[0], totalLen, "%s.%s", section, tag); in CameraMetadata_getAllVendorKeys()
765 jstring name = env->NewStringUTF(&fullName[0]); in CameraMetadata_getAllVendorKeys()
793 "Invalid type %d given for key %s", type, &fullName[0]); in CameraMetadata_getAllVendorKeys()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdnr/
DCarrierDisplayNameResolver.java431 if (!TextUtils.isEmpty(name.fullName)) return name.fullName; in getPlmnNetworkName()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java641 final String fullName = res.getResourceName(resId); in lookUpResourceName() local
643 if (ANDROID_PACKAGE_NAME.equals(getResourcePackageName(fullName))) { in lookUpResourceName()
648 return withType ? getResourceTypeAndEntryName(fullName) in lookUpResourceName()
649 : getResourceEntryName(fullName); in lookUpResourceName()
/frameworks/base/core/java/com/android/internal/app/
DChooserActivity.java1611 final String fullName;
1614 fullName = packageName + serviceName;
1617 fullName = serviceName;
1619 fullName = null;
1621 return fullName;
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDescriptor.m725 NSString *fullName = [NSString stringWithFormat:@"%@_%s", name_, valueName];
726 return fullName;
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...