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

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
DistributionPointName.java 52 * fullName [0] GeneralNames,
71 private final GeneralNames fullName;
75 public DistributionPointName(GeneralNames fullName) {
76 this.fullName = fullName;
81 this.fullName = null;
92 if (fullName != null) {
93 fullName.dumpValue(buffer, prefix + " ");
110 return (dpn.fullName == null) ? 1 : 0;
127 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 702 final String fullName = mResources.getResourceName(R.configVarying.simple);
703 assertEquals(COM_ANDROID_CTS_STUB_IDENTIFIER, fullName);
  /libcore/luni/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/chromium/net/third_party/nss/ssl/bodge/
genload.c 110 char *fullName = NULL;
118 fullName = (char*) PORT_Alloc(strlen(name) + referencePathSize + 1);
119 if (fullName) {
120 memcpy(fullName, referencePath, referencePathSize);
121 strcpy(fullName + referencePathSize, name);
124 fullName);
127 libSpec.value.pathname = fullName;
129 PORT_Free(fullName);
  /external/chromium/third_party/icu/public/common/unicode/
locid.h 704 char* fullName;
748 return &fullName[variantBegin];
754 return fullName;
  /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));
  /build/tools/droiddoc/src/
TypeInfo.java 60 public String fullName()
65 return fullName(new HashSet());
73 result += args[i].fullName(typeVars);
82 public String fullName(HashSet<String> typeVars)
90 String fullName = null;
100 if (fullName != null) {
101 return fullName;
104 fullName = mQualifiedTypeName;
106 fullName += typeArgumentsName(mTypeArguments, typeVars);
109 fullName += " super " + mSuperBounds[0].fullName(typeVars)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/
VCardJapanizationTests.java 93 final String fullName = "Dr. \u3075\u308B\u3069 B \u3091\u308A\u304B Ph.D";
95 .addExpectedNode("N", fullName + ";;;;",
96 Arrays.asList(fullName, "", "", "", ""),
98 .addExpectedNode("FN", fullName, mContentValuesForSJis)
  /cts/tools/host/test/com/android/cts/
TestPlanBuilderTests.java 56 final String fullName = mTestPackageBinaryName + ".CtsTest";
TestSessionBuilderTests.java     [all...]
  /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...]
  /sdk/traceview/src/com/android/traceview/
ProfileProvider.java 82 String fullName = md.getName();
86 fullName = fullName.toLowerCase();
87 if (fullName.indexOf(name) != -1) {
  /external/webkit/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/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...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShortcutRepositoryImplLog.java 59 "SELECT " + Shortcuts.intent_key.fullName + " FROM " + Shortcuts.TABLE_NAME;
118 Shortcuts.TABLE_NAME + " ON " + ClickLog.intent_key.fullName + " = " +
119 Shortcuts.intent_key.fullName;
124 Shortcuts.intent_key.fullName,
125 Shortcuts.source.fullName,
126 Shortcuts.source_version_code.fullName,
127 Shortcuts.format.fullName + AS + SearchManager.SUGGEST_COLUMN_FORMAT,
148 ClickLog.query.fullName + " >= ?1 AND " + ClickLog.query.fullName + " < ?2";
150 private static final String LAST_HIT_TIME_EXPR = "MAX(" + ClickLog.hit_time.fullName + ")"
    [all...]
  /external/emma/lib/
emma.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 268 milliseconds