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

1 2

  /external/webkit/WebKitTools/Scripts/
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...]
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";
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";
  /external/skia/gm/
gm.h 26 const char* shortName() {
gmmain.cpp 41 static SkString make_name(const char shortName[], const char configName[]) {
42 SkString name(shortName);
148 SkDebugf("creating... %s [%d %d]\n", gm->shortName(),
160 SkString name = make_name(gm->shortName(), gRec[i].fName);
  /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/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...]
popt.h 117 char shortName; /*!< may be NUL */
134 char shortName; /*!< may be NUL */
poptconfig.c 53 item->option.shortName = opt[1];
  /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/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 326 options[i].shortName,
351 o.shortName = options[NAME].value;
353 int32_t len = (int32_t)uprv_strlen(o.shortName);
358 if (*(sp = o.shortName)) {
369 if(options[LIBNAME].doesOccur) { /* get libname from shortname, or explicit -L parameter */
372 o.libName = o.shortName;
511 if (o->shortName != NULL) {
513 uprv_strcat(targetDir, o->shortName);
527 uprv_strcpy(datFileName, o->shortName);
    [all...]
  /frameworks/base/services/java/com/android/server/am/
AppBindRecord.java 61 + " " + service.shortName + ":" + client.processName + "}";
ConnectionRecord.java 64 sb.append(binding.service.shortName);
IntentBindRecord.java 89 sb.append(service.shortName);
ServiceRecord.java 47 final String shortName; // name.flattenToShortString().
203 shortName = name.flattenToShortString();
316 .append(' ').append(shortName).append('}');
  /external/webkit/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,
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
CommandLineProcessor.java 424 protected Arg findShortArg(String verb, String directObject, String shortName) {
435 if (shortName.equals(arg.getShortArg())) {
685 * @param shortName The one-letter short argument name. Cannot be empty nor null.
694 String shortName,
702 mShortName = shortName;
781 * @param shortName The one-letter short argument name. Cannot be empty nor null.
790 String shortName, String longName,
800 verb, directObject, shortName, longName, description, defaultValue));
  /external/oprofile/
popt.h 117 char shortName; /*!< may be NUL */
134 char shortName; /*!< may be NUL */
  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 520 public void setOperatorName(String longName, String shortName, String numeric) {
522 mOperatorAlphaShort = shortName;
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestsAutoTest.java 223 String shortName = test.substring(0, test.lastIndexOf('.'));
225 return shortName.replaceFirst(LAYOUT_TESTS_ROOT, LAYOUT_TESTS_RESULT_DIR) + "-result.txt";

Completed in 386 milliseconds

1 2