Searched defs:fullName (Results 1 - 21 of 21) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerRegistry.h103 void addChecker(InitializationFunction fn, StringRef fullName,
109 void addChecker(StringRef fullName, StringRef desc) { argument
112 addChecker(&CheckerRegistry::initializeManager<T>, fullName, desc);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DFetchBaseTask.java82 String fullName=entry.substring(entry.lastIndexOf("/")+1,entry.length());
83 if (fullName.endsWith(".jar"))
86 return fetchDirectoryTarget(type, id, fullName, cvsinfo);
123 private String fetchDirectoryTarget(String type, String id, String fullName,String[] cvsinfo){ argument
127 "\t\t<cvs command=\"export -d "+fullName+"\"\n" +
/external/icu4c/common/unicode/
H A Dlocid.h721 char* fullName; member in class:Locale
772 return fullName;
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DExtensionRegistry.java134 * I.e. {@code result.descriptor.fullName()} will match {@code fullName} if
140 public ExtensionInfo findExtensionByName(final String fullName) { argument
141 return extensionsByName.get(fullName);
H A DDescriptors.java446 public String getFullName() { return fullName; }
495 file.pool.findSymbol(fullName + '.' + name);
520 file.pool.findSymbol(fullName + '.' + name);
535 file.pool.findSymbol(fullName + '.' + name);
545 private final String fullName; field in class:Descriptors.Descriptor
560 fullName = computeFullName(file, parent, proto.getName());
653 public String getFullName() { return fullName; }
806 private final String fullName; field in class:Descriptors.FieldDescriptor
892 fullName = computeFullName(file, parent, proto.getName());
1158 public String getFullName() { return fullName; }
1202 private final String fullName; field in class:Descriptors.EnumDescriptor
1288 private final String fullName; field in class:Descriptors.EnumValueDescriptor
1364 private final String fullName; field in class:Descriptors.ServiceDescriptor
1445 private final String fullName; field in class:Descriptors.MethodDescriptor
1614 findSymbol(final String fullName) argument
1744 PackageDescriptor(final String name, final String fullName, final FileDescriptor file) argument
1752 private final String fullName; field in class:Descriptors.DescriptorPool.PackageDescriptor
1762 addPackage(final String fullName, final FileDescriptor file) argument
[all...]
/external/clang/utils/TableGen/
H A DClangSACheckersEmitter.cpp111 std::string fullName = getPackageFullName(R); local
112 if (!fullName.empty()) {
113 GroupInfo &info = groupInfoByName[fullName];
141 std::string fullName = getCheckerFullName(R); local
142 GroupInfo &info = groupInfoByName[fullName];
/external/doclava/src/com/google/doclava/
H A DTypeInfo.java125 public String fullName() { method in class:TypeInfo
129 return fullName(new HashSet<String>());
138 result += arg.fullName(typeVars);
148 public String fullName(HashSet<String> typeVars) { method in class:TypeInfo
154 String fullName = null;
164 * if (fullName != null) { return fullName; }
166 fullName = mQualifiedTypeName;
168 fullName += typeArgumentsName(mTypeArguments, typeVars);
172 fullName
[all...]
/external/mdnsresponder/mDNSShared/
H A Ddnssd_clientlib.c98 // Note: Need to make sure we don't write more than kDNSServiceMaxDomainName (1009) bytes to fullName
104 char *const fullName,
111 char *fn = fullName;
112 char *const lim = fullName + 1005;
102 DNSServiceConstructFullName( char *const fullName, const char *const service, const char *const regtype, const char *const domain ) argument
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
H A DWebAutofill.cpp235 void WebAutofill::setProfile(const string16& fullName, const string16& emailAddress, const string16& companyName, argument
244 mAutofillProfile->SetInfo(AutofillFieldType(NAME_FULL), fullName); local
/external/webkit/Source/WebKit/android/jni/
H A DWebSettings.cpp312 string16 fullName = getStringFieldAsString16(env, autoFillProfile, gFieldIds->mAutoFillProfileFullName); local
323 webAutofill->setProfile(fullName, emailAddress, companyName, addressLine1, addressLine2, city, state, zipCode, country, phoneNumber);
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java2029 private void setClassName (final String fullName) argument
2031 if ($assert.ENABLED) $assert.ASSERT (fullName != null && fullName.length () > 0,
2032 "null or empty input: fullName");
2034 final int lastSlash = fullName.lastIndexOf ('/');
2038 m_className = fullName;
2042 if ($assert.ENABLED) $assert.ASSERT (lastSlash < fullName.length () - 1,
2043 "malformed class name [" + fullName + "]");
2045 m_classPackageName = fullName.substring (0, lastSlash);
2046 m_className = fullName
[all...]
/external/webkit/Source/WebCore/platform/graphics/opentype/
H A DOpenTypeUtilities.cpp225 const BigEndianUShort* fullName = 0; local
297 fullName = nameString;
330 if (fullNameLength >= familyNameLength && memcmp(familyName, fullName, familyNameLength)) {
331 overlaySrc = reinterpret_cast<const char*>(fullName) - data;
335 eotHeader.appendBigEndianString(fullName, fullNameLength);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 315 milliseconds