/external/webkit/Tools/Scripts/ |
check-for-global-initializers | 96 my $shortName = $file; 97 $shortName =~ s/.*\///; 102 next if $shortName eq "AllInOneFile.o"; 103 next if $shortName eq "Opcode.o"; 104 next if $shortName eq "Structure.o"; 105 next if $shortName eq "nodes.o"; 108 next if $shortName eq "BidiRun.o"; 109 next if $shortName eq "CachedPage.o"; 110 next if $shortName eq "CachedResource.o"; 111 next if $shortName eq "FEGaussianBlur.o" [all...] |
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";
|
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/skia/gm/ |
gm.h | 26 const char* shortName() {
|
/external/clang/include/clang/Driver/ |
Tool.h | 34 const char *ShortName; 40 Tool(const char *Name, const char *ShortName, 48 const char *getShortName() const { return ShortName; }
|
/external/oprofile/libpopt/ |
popthelp.c | 37 if (key->shortName == '?') 98 for (opt = table; opt->longName || opt->shortName || opt->arg; opt++) { 244 if (opt->longName && opt->shortName) 245 sprintf(left, "-%c, %s%s", opt->shortName, 248 else if (opt->shortName != '\0') 249 sprintf(left, "-%c", opt->shortName); 419 while (opt->longName || opt->shortName || opt->arg) { 426 if (opt->shortName != '\0') len += sizeof("-X")-1; 427 if (opt->shortName != '\0' && opt->longName) len += sizeof(", ")-1; 486 if ((opt->longName || opt->shortName) && [all...] |
popt.c | 69 for (; opt->longName || opt->shortName || opt->arg; opt++) { 97 for (; opt->longName || opt->shortName || opt->arg; opt++) { 130 for (; opt->longName || opt->shortName || opt->arg; opt++) { 145 ((myOpt->shortName && opt->shortName && shorty && 146 myOpt->shortName == opt->shortName) || 262 /* Only one of longName, shortName should be set, not both. */ 265 /*@null@*/ const char * longName, char shortName) 281 else if (shortName != item->option.shortName [all...] |
/external/openssl/crypto/objects/ |
objects.README | 9 1 2 3 4 : shortName : Long Name 34 1 2 3 4 : shortName : Long Name
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewNode.java | 62 private String shortName; 122 filtered = pattern.matcher(shortName).find() || pattern.matcher(id).find(); 132 void setShortName(String shortName) { 133 this.shortName = shortName;
|
ViewHierarchyScene.java | 71 final String shortName = getShortName(nodeName); 72 node.setShortName(shortName); 81 label.setLabel(shortName);
|
/external/clang/lib/Driver/ |
Tool.cpp | 15 const ToolChain &TC) : Name(_Name), ShortName(_ShortName),
|
Tools.h | 79 Common(const char *Name, const char *ShortName, 80 const ToolChain &TC) : Tool(Name, ShortName, TC) {} 164 DarwinTool(const char *Name, const char *ShortName, 165 const ToolChain &TC) : Tool(Name, ShortName, TC) {} 193 CC1(const char *Name, const char *ShortName, 194 const ToolChain &TC) : DarwinTool(Name, ShortName, TC) {}
|
/external/icu4c/samples/ufortune/ |
fortunedefs.mk | 20 # Resource shortname
|
/external/clang/include/clang/Frontend/ |
LangStandard.h | 44 const char *ShortName; 50 const char *getName() const { return ShortName; }
|
/external/icu4c/tools/pkgdata/ |
pkgtypes.h | 111 const char *shortName; /* name of what we're building */ 124 const char *libName; /* name for library (default: shortName) */
|
pkgdata.cpp | 333 options[i].shortName, 358 o.shortName = options[NAME].value; 360 int32_t len = (int32_t)uprv_strlen(o.shortName); 365 if (*(sp = o.shortName)) { 376 if(options[LIBNAME].doesOccur) { /* get libname from shortname, or explicit -L parameter */ 379 o.libName = o.shortName; 544 if (o->shortName != NULL) { 546 uprv_strcat(targetDir, o->shortName); 564 uprv_strcpy(datFileName, o->shortName); [all...] |
/frameworks/base/services/java/com/android/server/am/ |
AppBindRecord.java | 61 + " " + service.shortName + ":" + client.processName + "}";
|
ConnectionRecord.java | 68 sb.append(binding.service.shortName);
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
PlanCreator.java | 45 @Option (name = "plan", shortName = 'p', description = "the name of the plan to create", 49 @Option (name = "session", shortName = 's', description = "the session id to derive from", 53 @Option (name = "result", shortName = 'r',
|
/external/icu4c/tools/toolutil/ |
uoptions.h | 56 char shortName; /* 'f' for -f */ 62 #define UOPTION_DEF(longName, shortName, hasArg) \ 63 { longName, NULL, NULL, NULL, shortName, hasArg, 0 }
|
uoptions.c | 73 if(c==options[j].shortName) {
|
/external/webkit/PerformanceTests/SunSpider/resources/ |
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], testStdErrsByCategory[category][test]));
|
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/openssl/crypto/asn1/ |
asn_moid.c | 106 * shortname = 1.2.3.4 107 * shortname = some long name, 1.2.3.4
|
/sdk/sdkmanager/app/src/com/android/sdkmanager/ |
CommandLineProcessor.java | 449 protected Arg findShortArg(String verb, String directObject, String shortName) { 460 if (shortName.equals(arg.getShortArg())) { 741 * @param shortName The one-letter short argument name. Can be empty but not null. 750 String shortName, 758 mShortName = shortName; [all...] |