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

1 2 3 4

  /external/lzma/CPP/Windows/
FileName.cpp 32 void SplitNameToPureNameAndExtension(const UString &fullName,
35 int index = fullName.ReverseFind(kExtensionDelimiter);
38 pureName = fullName;
44 pureName = fullName.Left(index);
46 extension = fullName.Mid(index + 1);
FileName.h 22 void SplitNameToPureNameAndExtension(const UString &fullName,
  /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 213 /*if fullName is on the heap, we free it*/
214 if (fullName != fullNameBuffer)
216 uprv_free(fullName);
217 fullName = NULL;
226 : UObject(), fullName(fullNameBuffer), baseName(NULL)
237 : UObject(), fullName(fullNameBuffer), baseName(NULL)
247 : UObject(), fullName(fullNameBuffer), baseName(NULL)
382 : UObject(other), fullName(fullNameBuffer), baseName(NULL)
399 if(fullName != fullNameBuffer) {
400 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/smack/src/org/jivesoftware/smackx/workgroup/settings/
WorkgroupProperties.java 31 private String fullName;
51 return fullName;
54 public void setFullName(String fullName) {
55 this.fullName = fullName;
  /external/clang/include/clang/StaticAnalyzer/Core/
CheckerRegistry.h 85 StringRef FullName;
89 : Initialize(fn), FullName(name), Desc(desc) {}
103 void addChecker(InitializationFunction fn, StringRef fullName,
109 void addChecker(StringRef fullName, StringRef desc) {
112 addChecker(&CheckerRegistry::initializeManager<T>, fullName, desc);
  /external/chromium_org/third_party/icu/source/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...]
  /frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
AutomaticActivity.java 248 private static void addForAllModifiers(String fullName, float error, String[] modifierNames,
251 TestResult r = modifierResults.get(fullName);
261 String fullName = "";
263 fullName = fullName.concat("." + s);
265 fullName = fullName.substring(1);
270 deltaError = error - (float)mInputJson.getDouble(fullName);
276 mIndividualDiffResults.put(fullName, new TestResult(fullName, deltaError))
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 473 public String getFullName() { return fullName; }
522 file.pool.findSymbol(fullName + '.' + name);
547 file.pool.findSymbol(fullName + '.' + name);
562 file.pool.findSymbol(fullName + '.' + name);
572 private final String fullName;
587 fullName = computeFullName(file, parent, proto.getName());
680 public String getFullName() { return fullName; }
833 private final String fullName;
    [all...]
  /external/skia/tests/
OSPathTest.cpp 29 // fullName should be "dir<SkPATH_SEPARATOR>file"
30 SkString fullName = SkOSPath::SkPathJoin(dir.c_str(), filename.c_str());
32 // fullName should be the combined size of dir and file, plus one if
38 REPORTER_ASSERT(reporter, fullName.size() == expectedSize);
40 SkString basename = SkOSPath::SkBasename(fullName.c_str());
  /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 229 public NameTokenizer(String fullName) {
230 super(fullName, " .,", true);
321 public int tokenize(String[] tokens, String fullName) {
322 if (fullName == null) {
326 NameTokenizer tokenizer = new NameTokenizer(fullName);
345 public void split(Name name, String fullName) {
346 if (fullName == null) {
350 int fullNameStyle = guessFullNameStyle(fullName);
355 split(name, fullName, fullNameStyle);
362 public void split(Name name, String fullName, int fullNameStyle)
    [all...]
  /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...]
  /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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
FetchBaseTask.java 82 String fullName=entry.substring(entry.lastIndexOf("/")+1,entry.length());
83 if (fullName.endsWith(".jar"))
86 return fetchDirectoryTarget(type, id, fullName, cvsinfo);
123 private String fetchDirectoryTarget(String type, String id, String fullName,String[] cvsinfo){
127 "\t\t<cvs command=\"export -d "+fullName+"\"\n" +
  /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);
  /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...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
PersonalDataManager.java 45 public static AutofillProfile create(String guid, String origin, String fullName,
48 return new AutofillProfile(guid, origin, fullName, companyName, addressLine1,
52 public AutofillProfile(String guid, String origin, String fullName, String companyName,
57 mFullName = fullName;
141 public void setFullName(String fullName) {
142 mFullName = fullName;
  /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);

Completed in 945 milliseconds

1 2 3 4