/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...] |
/external/apache-xml/src/main/java/org/apache/xpath/functions/ |
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...] |
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);
|
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);
|
/external/icu4c/common/ |
locid.cpp | 274 /*if fullName is on the heap, we free it*/ 275 if (fullName != fullNameBuffer) 277 uprv_free(fullName); 278 fullName = NULL; 287 : UObject(), fullName(fullNameBuffer), baseName(NULL) 298 : UObject(), fullName(fullNameBuffer), baseName(NULL) 308 : UObject(), fullName(fullNameBuffer), baseName(NULL) 443 : UObject(other), fullName(fullNameBuffer), baseName(NULL) 460 if(fullName != fullNameBuffer) { 461 uprv_free(fullName); [all...] |
locdispnames.cpp | 63 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName, 75 length=uloc_getDisplayLanguage(fullName, displayLocale.fullName, 103 length=uloc_getDisplayScript(fullName, displayLocale.fullName, 115 length=uloc_getDisplayScript(fullName, displayLocale.fullName, 143 length=uloc_getDisplayCountry(fullName, displayLocale.fullName, [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...] |
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
NameSplitter.java | 225 public NameTokenizer(String fullName) { 226 super(fullName, " .,", true); 317 public int tokenize(String[] tokens, String fullName) { 318 if (fullName == null) { 322 NameTokenizer tokenizer = new NameTokenizer(fullName); 344 public void split(Name name, String fullName) { 345 if (fullName == null) { 349 int fullNameStyle = guessFullNameStyle(fullName); 354 split(name, fullName, fullNameStyle); 361 public void split(Name name, String fullName, int fullNameStyle) [all...] |
NameLookupBuilder.java | 160 String fullName, int fullNameStyle) { 163 mSplitter.split(name, fullName, fullNameStyle); 168 appendKoreanNameConsonantsLookup(builder, fullName);
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
Descriptors.java | 446 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; 560 fullName = computeFullName(file, parent, proto.getName()); 653 public String getFullName() { return fullName; } 806 private final String fullName; [all...] |
ExtensionRegistry.java | 134 * I.e. {@code result.descriptor.fullName()} will match {@code fullName} if 140 public ExtensionInfo findExtensionByName(final String fullName) { 141 return extensionsByName.get(fullName);
|
/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);
|
/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/chromium/chrome/browser/resources/net_internals/ |
socketpoolwrapper.js | 12 * unique name from the two, which is stored as |fullName|. |parent| 19 this.fullName = socketPool.name; 20 if (this.fullName != socketPool.type) 21 this.fullName += ' (' + socketPool.type + ')'; 23 this.fullName = parent.fullName + '->' + this.fullName; 93 tablePrinter.addCell(socketPools[i].fullName); 125 tablePrinter.setTitle(this.fullName);
|
/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)) {
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
ShortcutRepositoryImplLog.java | 65 "SELECT " + Shortcuts.intent_key.fullName + " FROM " + Shortcuts.TABLE_NAME; 115 Shortcuts.TABLE_NAME + " ON " + ClickLog.intent_key.fullName + " = " + 116 Shortcuts.intent_key.fullName; 121 Shortcuts.intent_key.fullName, 122 Shortcuts.source.fullName, 123 Shortcuts.source_version_code.fullName, 124 Shortcuts.format.fullName + AS + SearchManager.SUGGEST_COLUMN_FORMAT, 131 Shortcuts.intent_component.fullName, 139 Shortcuts.custom_columns.fullName, 147 ClickLog.query.fullName + " >= ?1 AND " + ClickLog.query.fullName + " < ?2" [all...] |
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
ContactOperations.java | 124 * @param fullName The full name of the contact - typically from an edit form 126 * @param firstName The first name of the contact - can be null if fullName 128 * @param lastName The last name of the contact - can be null if fullName 132 public ContactOperations addName(String fullName, String firstName, String lastName) { 135 if (!TextUtils.isEmpty(fullName)) { 136 mValues.put(StructuredName.DISPLAY_NAME, fullName); 276 * @param fullName the new full name to store 285 String fullName) { 288 if (TextUtils.isEmpty(fullName)) { 296 if (!TextUtils.equals(existingFullName, fullName)) { [all...] |
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
NameSplitterTest.java | 313 private void assertSplitName(String fullName, String prefix, String givenNames, 316 mNameSplitter.split(name, fullName); 343 private void assertFullNameStyle(int expectedFullNameStyle, String fullName) { 345 mNameSplitter.split(name, fullName); 351 private void assertFullNameStyle(int expectedFullNameStyle, String fullName, 354 mNameSplitter.split(name, fullName);
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/client/ |
RawContact.java | 178 public RawContact(String name, String fullName, String firstName, String lastName, 183 mFullName = fullName; 239 public static RawContact create(String fullName, String firstName, String lastName, 243 return new RawContact(null, fullName, firstName, lastName, cellPhone, officePhone,
|
/external/icu4c/common/unicode/ |
locid.h | 720 char* fullName; 771 return fullName;
|
/packages/apps/Browser/src/com/android/browser/ |
AutofillHandler.java | 90 String fullName = c.getString(c.getColumnIndex( 111 fullName, email, company, addressLine1, addressLine2, city,
|
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/ |
WebAutofill.h | 82 void setProfile(const string16& fullName, const string16& emailAddress, const string16& companyName,
|
/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);
|
/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)) {
|
/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];
|