/frameworks/opt/vcard/tests/res/raw/ |
v21_malformed_photo.vcf | 4 FN: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/chromium/chrome/browser/autofill/ |
contact_info_unittest.cc | 20 EXPECT_EQ(name.FullName(), ASCIIToUTF16("Virgil")); 26 EXPECT_EQ(name.FullName(), ASCIIToUTF16("Murray Gell-Mann")); 32 EXPECT_EQ(name.FullName(), 39 EXPECT_EQ(name.FullName(), ASCIIToUTF16("Arthur Ignatius Conan Doyle"));
|
/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...] |
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);
|
/external/e2fsprogs/debugfs/ |
dump.c | 189 const char *fullname) 231 if (symlink(buf, fullname) == -1) { 232 com_err("rdump", errno, "while creating symlink %s -> %s", buf, fullname); 245 char *fullname; local 249 fullname = malloc(strlen(dumproot) + strlen(name) + 2); 250 if (!fullname) { 254 sprintf(fullname, "%s/%s", dumproot, name); 257 rdump_symlink(ino, inode, fullname); 260 fd = open(fullname, O_WRONLY | O_CREAT | O_TRUNC | O_LARGEFILE, S_IRWXU); 262 com_err("rdump", errno, "while dumping %s", fullname); [all...] |
/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...] |
/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/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...] |
/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);
|
/external/chromium/sdch/open-vcdiff/packages/ |
rpm.sh | 15 fullname="${PACKAGE}-${VERSION}" 16 archive=../$fullname.tar.gz 39 RPM_SOURCE_DIR="/tmp/rpmsource-$fullname" 40 RPM_BUILD_DIR="/tmp/rpmbuild-$fullname"
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
ClangCheckers.cpp | 28 #define CHECKER(FULLNAME,CLASS,DESCFILE,HELPTEXT,GROUPINDEX,HIDDEN) \ 29 registry.addChecker(register##CLASS, FULLNAME, HELPTEXT);
|
/external/clang/lib/StaticAnalyzer/Core/ |
CheckerRegistry.cpp | 24 return a.FullName < b.FullName; 30 if (!checker.FullName.startswith(packageName)) 34 if (checker.FullName.size() == packageName.size()) 38 if (checker.FullName[packageName.size()] == PackageSeparator) 130 size_t nameLength = i->FullName.size(); 138 out.indent(initialPad) << i->FullName; 140 int pad = optionFieldWidth - i->FullName.size();
|
/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;
|
/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...] |
/system/core/sh/ |
main.c | 340 char *fullname; local 348 while ((fullname = padvance(&path, basename)) != NULL) { 349 if ((stat(fullname, &statb) == 0) && S_ISREG(statb.st_mode)) { 354 return fullname; 356 stunalloc(fullname); 370 char *fullname; local 374 fullname = find_dot_file(argv[1]); 375 setinputfile(fullname, 1); 376 commandname = fullname;
|
/external/oprofile/opcontrol/ |
opcontrol.cpp | 419 char fullname[512]; local 424 snprintf(fullname, 512, OP_DRIVER_BASE"/%d/%s", counter, file); 427 snprintf(fullname, 512, OP_DRIVER_BASE"/%s", file); 429 fd = open(fullname, O_WRONLY); 431 fprintf(stderr, "Cannot open %s: %s\n", fullname, strerror(errno)); 440 verbose("Configure %s (%s)\n", fullname, content); 449 char fullname[512]; local 455 sprintf(fullname, OP_DRIVER_BASE"/%d/enabled", i); 456 num = read_num(fullname); 461 sprintf(fullname, OP_DRIVER_BASE"/%d/event", i) [all...] |
/external/open-vcdiff/packages/ |
rpm.sh | 29 fullname="${PACKAGE}-${VERSION}" 30 archive=../$fullname.tar.gz 53 RPM_SOURCE_DIR="/tmp/rpmsource-$fullname" 54 RPM_BUILD_DIR="/tmp/rpmbuild-$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/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/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/libxml2/include/libxml/ |
SAX.h | 77 const xmlChar *fullname, 105 const xmlChar *fullname, 109 const xmlChar *fullname,
|