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

1 2 3 4 5

  /external/chromium_org/third_party/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 82 my $shortName = $file;
83 $shortName =~ s/.*\///;
88 $sawAtExit = 1 if (/___cxa_atexit/ && ($shortName ne "Heap.o"));
96 $sawError = 1 if printFunctions($shortName, $file);
130 my ($shortName, $path) = @_;
146 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/chromium_org/third_party/icu/source/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/chromium_org/third_party/skia/tools/flags/
SkCommandLineFlags.h 185 // bool 2 allows specifying a short name. No check is done to ensure that shortName
187 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \
190 TO_STRING(shortName),\
205 // string2 allows specifying a short name. There is an assert that shortName
207 #define DEFINE_string2(name, shortName, defaultValue, helpString) \
210 TO_STRING(shortName), \
252 * @param shortName Short version (one character) of the name of the flag. This name can
253 * be referenced on the command line as "-shortName" to set the value of this flag.
259 static bool CreateBoolFlag(const char* name, const char* shortName, bool* pBool,
261 SkFlagInfo* info = SkNEW_ARGS(SkFlagInfo, (name, shortName, kBool_FlagType, helpString))
    [all...]
SkCommandLineFlags.cpp 13 bool SkFlagInfo::CreateStringFlag(const char* name, const char* shortName,
16 SkFlagInfo* info = SkNEW_ARGS(SkFlagInfo, (name, shortName, kString_FlagType, helpString));
146 const SkString& shortName = flag->shortName();
147 if (shortName.size() > 0) {
148 SkDebugf(" or -%s", shortName.c_str());
228 flag->shortName().equals(helpFlags[k])) {
  /external/icu/icu4c/source/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/skia/tools/flags/
SkCommandLineFlags.h 185 // bool 2 allows specifying a short name. No check is done to ensure that shortName
187 #define DEFINE_bool2(name, shortName, defaultValue, helpString) \
190 TO_STRING(shortName),\
205 // string2 allows specifying a short name. There is an assert that shortName
207 #define DEFINE_string2(name, shortName, defaultValue, helpString) \
210 TO_STRING(shortName), \
252 * @param shortName Short version (one character) of the name of the flag. This name can
253 * be referenced on the command line as "-shortName" to set the value of this flag.
259 static bool CreateBoolFlag(const char* name, const char* shortName, bool* pBool,
261 SkFlagInfo* info = SkNEW_ARGS(SkFlagInfo, (name, shortName, kBool_FlagType, helpString))
    [all...]
SkCommandLineFlags.cpp 13 bool SkFlagInfo::CreateStringFlag(const char* name, const char* shortName,
16 SkFlagInfo* info = SkNEW_ARGS(SkFlagInfo, (name, shortName, kString_FlagType, helpString));
146 const SkString& shortName = flag->shortName();
147 if (shortName.size() > 0) {
148 SkDebugf(" or -%s", shortName.c_str());
228 flag->shortName().equals(helpFlags[k])) {
  /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;
  /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/deqp/framework/delibs/decpp/
deCommandLine.hpp 58 const char* shortName;
70 : shortName (shortName_)
82 : shortName (shortName_)
94 : shortName (shortName_)
107 : shortName (shortName_)
269 const char* shortName;
285 : shortName (DE_NULL)
377 opt.shortName = option.shortName;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/search_engines/
TemplateUrlService.java 41 public static TemplateUrl create(int id, String shortName, String keyword) {
42 return new TemplateUrl(id, shortName, keyword);
45 public TemplateUrl(int index, String shortName, String keyword) {
47 mShortName = shortName;
  /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));
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
PlanCreator.java 48 @Option (name = "plan", shortName = 'p', description = "the name of the plan to create",
52 @Option (name = "session", shortName = 's', description = "the session id to derive from",
56 @Option (name = "result", shortName = 'r',
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgtypes.h 111 const char *shortName; /* name of what we're building */
124 const char *libName; /* name for library (default: shortName) */
  /frameworks/base/services/core/java/com/android/server/am/
AppBindRecord.java 62 + " " + service.shortName + ":" + client.processName + "}";
  /external/chromium_org/third_party/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]));

Completed in 428 milliseconds

1 2 3 4 5