/external/webkit/WebKitTools/Scripts/ |
D | check-for-global-initializers | 90 my $shortName = $file; 91 $shortName =~ s/.*\///; 96 next if $shortName eq "AllInOneFile.o"; 97 next if $shortName eq "Opcode.o"; 98 next if $shortName eq "Structure.o"; 99 next if $shortName eq "nodes.o"; 102 next if $shortName eq "CachedPage.o"; 103 next if $shortName eq "CachedResource.o"; 104 next if $shortName eq "Frame.o"; 105 next if $shortName eq "JSCustomSQLTransactionCallback.o"; [all …]
|
D | check-for-exit-time-destructors | 92 my $shortName = $file; 93 $shortName =~ s/.*\///; 95 $sawError = 1 if printFunctions($shortName, $file); 129 my ($shortName, $path) = @_; 145 print "ERROR: $shortName has exit time destructors in it! ($path)\n";
|
D | check-for-weak-vtables | 75 my $shortName = $executablePath; 76 $shortName =~ s/.*\///; 78 print "ERROR: $shortName has a weak vtable in it ($executablePath)\n";
|
/external/oprofile/libpopt/ |
D | popthelp.c | 37 if (key->shortName == '?') in displayArgs() 98 for (opt = table; opt->longName || opt->shortName || opt->arg; opt++) { in getTableTranslationDomain() 244 if (opt->longName && opt->shortName) in singleOptionHelp() 245 sprintf(left, "-%c, %s%s", opt->shortName, in singleOptionHelp() 248 else if (opt->shortName != '\0') in singleOptionHelp() 249 sprintf(left, "-%c", opt->shortName); in singleOptionHelp() 419 while (opt->longName || opt->shortName || opt->arg) { in maxArgWidth() 426 if (opt->shortName != '\0') len += sizeof("-X")-1; in maxArgWidth() 427 if (opt->shortName != '\0' && opt->longName) len += sizeof(", ")-1; in maxArgWidth() 486 if ((opt->longName || opt->shortName) && in itemHelp() [all …]
|
D | popt.c | 69 for (; opt->longName || opt->shortName || opt->arg; opt++) { in invokeCallbacksPRE() 97 for (; opt->longName || opt->shortName || opt->arg; opt++) { in invokeCallbacksPOST() 130 for (; opt->longName || opt->shortName || opt->arg; opt++) { in invokeCallbacksOPTION() 145 ((myOpt->shortName && opt->shortName && shorty && in invokeCallbacksOPTION() 146 myOpt->shortName == opt->shortName) || in invokeCallbacksOPTION() 265 /*@null@*/ const char * longName, char shortName) in handleExec() argument 281 else if (shortName != item->option.shortName) in handleExec() 311 sprintf(s, "-%c", shortName); in handleExec() 325 /*@null@*/ const char * longName, char shortName, in handleAlias() argument 339 if (shortName && shortName == item->option.shortName) in handleAlias() [all …]
|
D | popt.h | 117 char shortName; /*!< may be NUL */ member 134 char shortName; /*!< may be NUL */ member
|
D | poptconfig.c | 53 item->option.shortName = opt[1]; in configLine()
|
/external/icu4c/tools/toolutil/ |
D | uoptions.h | 56 char shortName; /* 'f' for -f */ member 62 #define UOPTION_DEF(longName, shortName, hasArg) \ argument 63 { longName, NULL, NULL, NULL, shortName, hasArg, 0 }
|
D | uoptions.c | 73 if(c==options[j].shortName) { in u_parseArgs()
|
/external/icu4c/tools/pkgdata/ |
D | sttcmode.c | 48 uprv_strcat(tmp, o->shortName); in pkg_sttc_writeReadme() 60 o->shortName, in pkg_sttc_writeReadme() 92 libName, o->shortName, o->shortName); in pkg_sttc_writeReadme()
|
D | make.c | 41 if(o->version && !uprv_strstr(o->shortName,o->version)) { /* do not append version if in pkg_mak_writeHeader() 49 o->shortName, in pkg_mak_writeHeader() 68 o->shortName, in pkg_mak_writeHeader() 138 sprintf(buf, "\n\n# End of makefile for %s [%s mode]\n\n", o->shortName, o->mode); in pkg_mak_writeFooter() 161 o->shortName, in pkg_mak_writeHeader() 177 o->shortName, in pkg_mak_writeHeader()
|
D | cmnmode.c | 38 uprv_strcat(tmp, o->shortName); in pkg_mode_common() 73 o->shortName); in pkg_mode_common()
|
D | pkgdata.c | 239 options[i].shortName, in main() 283 o.shortName = options[0].value; in main() 285 int32_t len = (int32_t)uprv_strlen(o.shortName); in main() 290 if (*(sp = o.shortName)) { in main() 304 o.libName = o.shortName; in main() 411 uprv_strcat(tmp, o.shortName); in main()
|
D | filemode.c | 95 uprv_strcat(tmp, o->shortName); in pkg_mode_files() 116 uprv_strcat(tmp2, o->shortName); in pkg_mode_files()
|
D | pkgtypes.h | 111 const char *shortName; /* name of what we're building */ member
|
D | winmode.c | 192 if (o->version && !uprv_strstr(o->shortName,o->version)) { in pkg_mode_windows()
|
/external/webkit/SunSpider/resources/ |
D | sunspider-analyze-results.js | 197 var shortName = tests[i].replace(/^[^-]*-/, ""); 198 if (shortName.length + 4 > width) 199 width = shortName.length + 4; 256 var shortName = test.replace(/^[^-]*-/, ""); 257 …print(resultLine(labelWidth, 4, shortName, meanWidth, testMeansByCategory[category][test], testStd…
|
D | sunspider-compare-results.js | 261 var shortName = tests[i].replace(/^[^-]*-/, ""); 262 if (shortName.length + 4 > width) 263 width = shortName.length + 4; 354 var shortName = test.replace(/^[^-]*-/, ""); 355 print(resultLine(labelWidth, 4, shortName,
|
/external/skia/gm/ |
D | gmmain.cpp | 41 static SkString make_name(const char shortName[], const char configName[]) { in make_name() argument 42 SkString name(shortName); in make_name() 148 SkDebugf("creating... %s [%d %d]\n", gm->shortName(), in main() 160 SkString name = make_name(gm->shortName(), gRec[i].fName); in main()
|
D | gm.h | 26 const char* shortName() { in shortName() function
|
/external/gdata/src/com/google/wireless/gdata2/contacts/data/ |
D | ContactEntry.java | 47 private String shortName; field in ContactEntry 408 return this.shortName; in getShortName() 414 public void setShortName(String shortName) { in setShortName() argument 415 this.shortName = shortName; in setShortName() 492 shortName = null; in clear() 554 if (!StringUtils.isEmpty(shortName)) { in toString() 555 sb.append(" shortName:").append(shortName); in toString()
|
/external/openssl/crypto/objects/ |
D | objects.README | 9 1 2 3 4 : shortName : Long Name 34 1 2 3 4 : shortName : Long Name
|
/external/oprofile/ |
D | popt.h | 117 char shortName; /*!< may be NUL */ member 134 char shortName; /*!< may be NUL */ member
|
/external/yaffs2/yaffs2/ |
D | yaffs_guts.h | 441 YCHAR shortName[YAFFS_SHORT_NAME_LENGTH + 1]; member
|
D | yaffs_guts.c | 577 yaffs_strcpy(obj->shortName, name); in yaffs_SetObjectName() 579 obj->shortName[0] = _Y('\0'); in yaffs_SetObjectName() 6007 else if (obj->shortName[0]) { in yaffs_GetObjectName() 6008 yaffs_strcpy(name, obj->shortName); in yaffs_GetObjectName()
|