HomeSort by relevance Sort by last modified time
    Searched refs:fullName (Results 26 - 50 of 63) sorted by null

12 3

  /external/clang/utils/TableGen/
ClangSACheckersEmitter.cpp 110 std::string fullName = getPackageFullName(R);
111 if (!fullName.empty()) {
112 GroupInfo &info = groupInfoByName[fullName];
140 std::string fullName = getCheckerFullName(R);
141 GroupInfo &info = groupInfoByName[fullName];
  /external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 225 const BigEndianUShort* fullName = 0;
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/mdnsresponder/mDNSShared/
dnssd_clientlib.c 98 // 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;
dns_sd.h 564 * When a DNSServiceResolve() succeeds, the returned fullname is already in
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
ServiceTest.java 245 String fullName = innerClass.getName();
252 assertTrue(fullName.startsWith(outerName));
253 innerClassNames.add(fullName.substring(outerName.length() + 1));
  /external/doclava/src/com/google/doclava/
AnnotationValueInfo.java 60 return ((TypeInfo) v).fullName();
Stubs.java 84 + t.fullName() + " in " + cl.qualifiedName() + "." + m.name() + "()");
108 "Reference to unavailable annotation class " + t.fullName());
245 "Parameter of hidden type " + tInfoType.fullName() + " in "
344 String leafName = cl.asTypeInfo().fullName(classDeclTypeVars);
358 stream.println(" extends " + base.fullName(classDeclTypeVars));
377 stream.print(comma + iface.fullName(classDeclTypeVars));
526 stream.print(method.returnType().fullName(method.typeVariables()) + " ");
581 stream.print(field.type().fullName());
751 stream.print(ann.returnType().fullName());
    [all...]
MethodInfo.java 362 result.append(param.type().fullName(typeVariables()));
687 params.append(pInfo.type().fullName());
  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp 235 void WebAutofill::setProfile(const string16& fullName, const string16& emailAddress, const string16& companyName,
244 mAutofillProfile->SetInfo(AutofillFieldType(NAME_FULL), fullName);
  /packages/apps/Browser/src/com/android/browser/
AutofillHandler.java 103 String fullName = c.getString(c.getColumnIndex(
124 fullName, email, company, addressLine1, addressLine2, city,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidTypeRenameParticipant.java 370 String fullName = AndroidManifest.combinePackageAndClassName(mAppPackage,
372 if (fullName != null && fullName.equals(mOldName)) {
AndroidPackageRenameParticipant.java 509 String fullName = AndroidManifest.combinePackageAndClassName(mAppPackage,
512 if (fullName != null && fullName.startsWith(mAppPackage)) {
520 if (fullName != null) {
AndroidTypeMoveParticipant.java 407 String fullName = AndroidManifest.combinePackageAndClassName(mJavaPackage,
409 if (fullName != null && fullName.equals(mOldName)) {
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardJapanizationTests.java 95 final String fullName = "Dr. \u3075\u308B\u3069 B \u3091\u308A\u304B Ph.D";
97 .addExpectedNode("N", fullName + ";;;;",
98 Arrays.asList(fullName, "", "", "", ""),
100 .addExpectedNode("FN", fullName, mContentValuesForSJis)
  /sdk/traceview/src/com/android/traceview/
ProfileProvider.java 96 String fullName = md.getName();
100 fullName = fullName.toLowerCase();
101 if (fullName.indexOf(name) != -1) {
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java     [all...]
  /external/icu4c/test/perf/dicttrieperf/
dicttrieperf.cpp 291 StringPiece fullName(itemNames.toStringPiece());
292 fullName.remove_prefix(offset);
293 builder->add(fullName, i, errorCode);
  /libcore/luni/src/main/java/java/io/
ObjectInputStream.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
buildTools.jar 
  /cts/tests/tests/content/src/android/content/res/cts/
ResourcesTest.java 469 final String fullName = mResources.getResourceName(R.configVarying.simple);
470 assertEquals(COM_ANDROID_CTS_STUB_IDENTIFIER, fullName);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 511 String fullName = null;
534 fullName = c.getString(DataQuery.COLUMN_FULL_NAME);
554 RawContact rawContact = RawContact.create(fullName, firstName, lastName, cellPhone,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestResultsGenerator.java 545 String fullName = xmlFileNames[i].getPath();
546 int errorCount = countErrors(fullName);
557 fullName.substring(
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContext1Test.java 202 String fullName = getGlobalClassName(name);
203 AppConfigurationEntry entry = new AppConfigurationEntry(fullName,
206 return fullName;
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 309 string16 fullName = getStringFieldAsString16(env, autoFillProfile, gFieldIds->mAutoFillProfileFullName);
320 webAutofill->setProfile(fullName, emailAddress, companyName, addressLine1, addressLine2, city, state, zipCode, country, phoneNumber);
  /frameworks/base/core/java/android/webkit/
WebSettingsClassic.java 142 public AutoFillProfile(int uniqueId, String fullName, String email,
147 mFullName = fullName;
    [all...]

Completed in 1235 milliseconds

12 3