/external/llvm/lib/Target/PowerPC/ |
PPCCTRLoops.cpp | 633 MBB->getFullName() << ") instruction " << *I << 636 BI->getParent()->getFullName() << ") instruction " << 653 BI->getParent()->getFullName() << ") instruction " <<
|
/libcore/ojluni/src/main/java/sun/security/x509/ |
DistributionPoint.java | 249 public GeneralNames getFullName() {
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_mhlib.py | 165 eq(inbox.getfullname(),
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_mhlib.py | 165 eq(inbox.getfullname(),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_mhlib.py | 165 eq(inbox.getfullname(),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_mhlib.py | 165 eq(inbox.getfullname(),
|
/prebuilts/tools/common/m2/repository/io/grpc/grpc-protobuf/0.13.2/ |
grpc-protobuf-0.13.2.jar | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintColumn.java | 293 return issue.getCategory().getFullName();
|
/external/pdfium/core/src/fpdfdoc/ |
doc_formfield.cpp | 98 CFX_WideString CPDF_FormField::GetFullName() { 99 return ::GetFullName(m_pDict);
|
doc_utils.cpp | 14 CFX_WideString GetFullName(CPDF_Dictionary* pFieldDict) {
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
MessageReflection.java | 166 .append(field.getFullName()) 716 field.getFullName());
|
GeneratedMessage.java | 619 extension.getDescriptor().getContainingType().getFullName() + 621 getDescriptorForType().getFullName() + "\"."); [all...] |
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
ParticipantRefresh.java | 494 final String currentDisplayName = participantData.getFullName(); 609 values.put(ParticipantColumns.FULL_NAME, participantData.getFullName());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
DeviceChooserDialog.java | 209 return info.getTarget().getFullName(); 377 mProjectTarget.getFullName());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
LintPreferencePage.java | 573 || issue.getCategory().getFullName().toLowerCase(Locale.US).startsWith(filter) 708 return ((Category) element).getFullName();
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-starteam.jar | |
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/ |
ParticipantData.java | 311 public String getFullName() {
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
AvatarUriUtil.java | 152 final String name = participant.getFullName();
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
ManifestInfoTest.java | 288 public String getFullName() {
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
ContactManager.java | 286 contactOp.addName(rawContact.getFullName(), rawContact.getFirstName(), 357 rawContact.getFullName()); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
UResourceBundle.java | 527 String fullName = ICUResourceBundleReader.getFullName(baseName, localeName); 664 String fullName = ICUResourceBundleReader.getFullName(getBaseName(), getLocaleID()); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
UResourceBundle.java | 542 String fullName = ICUResourceBundleReader.getFullName(baseName, localeName); 687 String fullName = ICUResourceBundleReader.getFullName(getBaseName(), getLocaleID()); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICUResourceBundleReader.java | 183 String fullName = ICUResourceBundleReader.getFullName(key.baseName, key.localeID); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICUResourceBundleReader.java | 181 String fullName = ICUResourceBundleReader.getFullName(key.baseName, key.localeID); [all...] |
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
ResultReporter.java | 522 && dataName.startsWith(mCurrentResult.getFullName())) {
|