/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-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/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 */
|
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
TestResultsGenerator.java | 842 String shortName = 850 .append(shortName) 852 .append(shortName) 859 .append(shortName) 869 .append(shortName) 891 String shortName = 899 .append(shortName) 901 .append(shortName) 908 .append(shortName) 918 .append(shortName) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
ScenarioResults.java | 37 String shortName; 39 public ScenarioResults(int id, String name, String shortName) { 42 this.label = shortName; 155 if (this.shortName == null) { 162 return this.shortName = this.name; 167 return this.shortName = this.name; 198 this.shortName = buffer.toString(); 200 return this.shortName;
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
Texture2D.java | 78 String shortName = mFileName.substring(mFileName.lastIndexOf('/') + 1); 79 setTexture(SceneManager.loadTexture2D(mFileDir + shortName, rs, res));
|
TextureCube.java | 79 String shortName = mFileName.substring(mFileName.lastIndexOf('/') + 1); 80 setTexture(SceneManager.loadCubemap(mFileDir + shortName, rs, res));
|
ColladaScene.java | 106 String shortName = modelName.substring(0, modelName.lastIndexOf('.')); 107 new A3DLoaderTask().execute(shortName + ".a3d");
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
PlanCreator.java | 46 @Option (name = "plan", shortName = 'p', description = "the name of the plan to create", 50 @Option (name = "session", shortName = 's', description = "the session id to derive from", 54 @Option (name = "result", shortName = 'r',
|
/external/skia/gm/ |
gm.cpp | 41 const char* GM::shortName() {
|
gm.h | 50 const char* shortName();
|
/frameworks/base/services/java/com/android/server/am/ |
AppBindRecord.java | 61 + " " + service.shortName + ":" + client.processName + "}";
|
/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/oprofile/ |
popt.h | 117 char shortName; /*!< may be NUL */ 134 char shortName; /*!< may be NUL */
|
/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) */
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
CtsTest.java | 92 @Option(name = PACKAGE_OPTION, shortName = 'p', description = "the test packages(s) to run.", 99 @Option(name = CLASS_OPTION, shortName = 'c', description = "run a specific test class.", 103 @Option(name = METHOD_OPTION, shortName = 'm', 113 @Option(name = "skip-device-info", shortName = 'd', description = 132 @Option(name = "bugreport", shortName = 'b', description = 137 @Option(name = RUN_KNOWN_FAILURES_OPTION, shortName = 'k', description =
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.test.performance_3.6.0.v20091014.jar | |