/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-and-externals | 83 my $shortName = $executablePath; 84 $shortName =~ s/.*\///; 87 print "ERROR: $shortName has a weak vtable in it ($executablePath)\n"; 96 print "ERROR: $shortName has a weak external symbol 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/chromium/third_party/icu/source/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/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/chromium/third_party/icu/source/tools/pkgdata/ |
D | pkgdata.cpp | 326 options[i].shortName, in main() 351 o.shortName = options[NAME].value; in main() 353 int32_t len = (int32_t)uprv_strlen(o.shortName); in main() 358 if (*(sp = o.shortName)) { in main() 372 o.libName = o.shortName; in main() 511 if (o->shortName != NULL) { in pkg_executeOptions() 513 uprv_strcat(targetDir, o->shortName); in pkg_executeOptions() 527 uprv_strcpy(datFileName, o->shortName); in pkg_executeOptions() 1030 …createCommonDataFile(o->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileLi… in pkg_createWithoutAssemblyCode() 1081 o->shortName, in pkg_createWithoutAssemblyCode() [all …]
|
D | pkgtypes.h | 111 const char *shortName; /* name of what we're building */ member
|
/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/icu4c/tools/pkgdata/ |
D | pkgdata.cpp | 331 options[i].shortName, in main() 356 o.shortName = options[NAME].value; in main() 358 int32_t len = (int32_t)uprv_strlen(o.shortName); in main() 363 if (*(sp = o.shortName)) { in main() 377 o.libName = o.shortName; in main() 522 if (o->shortName != NULL) { in pkg_executeOptions() 524 uprv_strcat(targetDir, o->shortName); in pkg_executeOptions() 542 uprv_strcpy(datFileName, o->shortName); in pkg_executeOptions() 1213 …createCommonDataFile(o->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileLi… in pkg_createWithoutAssemblyCode() 1263 o->shortName, in pkg_createWithoutAssemblyCode() [all …]
|
D | pkgtypes.h | 111 const char *shortName; /* name of what we're building */ member
|
/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()
|