HomeSort by relevance Sort by last modified time
    Searched defs:fullName (Results 1 - 25 of 32) sorted by null

1 2

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DistributionPointName.java 52 * fullName [0] GeneralNames,
70 private final GeneralNames fullName;
73 public DistributionPointName(GeneralNames fullName) {
74 this.fullName = fullName;
79 this.fullName = null;
86 if (fullName != null) {
87 fullName.dumpValue(sb, prefix + " ");
103 return (dpn.fullName == null) ? 1 : 0;
120 if (dpn.fullName == null)
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
ResourceNameTest.java 31 final String fullName = res.getResourceName(R.configVarying.simple);
32 assertEquals("com.android.cts.stub:configVarying/simple", fullName);
ResourcesTest.java 678 final String fullName = mResources.getResourceName(R.configVarying.simple);
679 assertEquals(COM_ANDROID_CTS_STUB_IDENTIFIER, fullName);
  /external/apache-xml/src/main/java/org/apache/xpath/functions/
FuncExtElementAvailable.java 54 String fullName = m_arg0.execute(xctxt).str();
55 int indexOfNSSep = fullName.indexOf(':');
61 methName = fullName;
65 prefix = fullName.substring(0, indexOfNSSep);
69 methName= fullName.substring(indexOfNSSep + 1);
FuncExtFunctionAvailable.java 55 String fullName = m_arg0.execute(xctxt).str();
56 int indexOfNSSep = fullName.indexOf(':');
62 methName = fullName;
66 prefix = fullName.substring(0, indexOfNSSep);
70 methName = fullName.substring(indexOfNSSep + 1);
FuncSystemProperty.java 59 String fullName = m_arg0.execute(xctxt).str();
60 int indexOfNSSep = fullName.indexOf(':');
73 ? fullName.substring(0, indexOfNSSep) : "";
78 ? fullName : fullName.substring(indexOfNSSep + 1);
88 new Object[]{ fullName }); //"XSL Property not supported: "+fullName);
97 fullName }); //"Don't currently do anything with namespace "+namespace+" in property: "+fullName);
113 new Object[]{ fullName }); //"SecurityException when trying to access XSL system property: "+fullName)
    [all...]
  /external/icu4c/common/unicode/
locid.h 720 char* fullName;
771 return fullName;
  /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/llvm/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];
  /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)
  /cts/tools/host/test/com/android/cts/
TestPlanBuilderTests.java 56 final String fullName = mTestPackageBinaryName + ".CtsTest";
TestSessionBuilderTests.java     [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/asymmetric/ec/
KeyAgreement.java 287 String fullName = clazz.getName();
289 return fullName.substring(fullName.lastIndexOf('.') + 1);
  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp 233 void WebAutofill::setProfile(const string16& fullName, const string16& emailAddress, const string16& companyName,
242 mAutofillProfile->SetInfo(AutofillFieldType(NAME_FULL), fullName);
  /packages/apps/Browser/src/com/android/browser/
AutofillHandler.java 90 String fullName = c.getString(c.getColumnIndex(
111 fullName, email, company, addressLine1, addressLine2, city,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/changes/
AndroidDocumentChange.java 124 String fullName = AndroidManifest.combinePackageAndClassName(
126 if (fullName != null && fullName.equals(oldName)) {
  /cts/tools/host/src/com/android/cts/
TestSuite.java 45 * @param fullName The full suite name along the nested suite path.
47 public TestSuite(final TestPackage pkg, final String suiteName, final String fullName) {
50 mFullName = fullName;
189 for (String fullName : fullNameList) {
190 if (excludedList.contains(fullName)) {
287 String fullName = mFullName + "." + mCurrentTestCase.getName();
289 || fullName.startsWith(javaPkgName)) {
  /dalvik/tools/dmtracedump/
CreateTestTrace.c 67 char *fullName;
224 records[nextRecord].fullName = strndup(save_cp, len);
260 printf(" Entering %s\n", records[nextRecord].fullName);
266 printf(" Exiting %s (past bottom of stack)\n", records[nextRecord].fullName);
276 char *name = callStack[threadId].frames[indentLevel - 1]->fullName;
277 if (strcmp(name, records[nextRecord].fullName) == 0) {
284 callStack[threadId].frames[indentLevel - 1]->fullName);
298 printf(" Entering %s\n", records[nextRecord].fullName);
386 for (pRecord = records; pRecord->fullName; ++pRecord) {
395 for (pNext = pRecord + 1; pNext->fullName; ++pNext)
    [all...]
  /external/doclava/src/com/google/doclava/
TypeInfo.java 125 public String fullName() {
129 return fullName(new HashSet<String>());
138 result += arg.fullName(typeVars);
148 public String fullName(HashSet<String> typeVars) {
154 String fullName = null;
164 * if (fullName != null) { return fullName; }
166 fullName = mQualifiedTypeName;
168 fullName += typeArgumentsName(mTypeArguments, typeVars);
172 fullName += " super " + superBound.fullName(typeVars)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/
AndroidTypeMoveParticipant.java 407 String fullName = AndroidManifest.combinePackageAndClassName(mJavaPackage,
409 if (fullName != null && fullName.equals(mOldName)) {
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) {
  /sdk/traceview/src/com/android/traceview/
ProfileProvider.java 96 String fullName = md.getName();
100 fullName = fullName.toLowerCase();
101 if (fullName.indexOf(name) != -1) {
  /external/webkit/Source/WebKit/android/jni/
WebSettings.cpp 298 string16 fullName = getStringFieldAsString16(env, autoFillProfile, gFieldIds->mAutoFillProfileFullName);
309 webAutofill->setProfile(fullName, emailAddress, companyName, addressLine1, addressLine2, city, state, zipCode, country, phoneNumber);
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 465 String fullName = null;
488 fullName = c.getString(DataQuery.COLUMN_FULL_NAME);
508 RawContact rawContact = RawContact.create(fullName, firstName, lastName, cellPhone,
    [all...]

Completed in 2475 milliseconds

1 2