Searched defs:shortName (Results 1 - 16 of 16) sorted by relevance

/external/skia/gm/
H A Dgm.cpp29 const char* GM::shortName() { function in class:GM
H A Dgmmain.cpp94 static SkString make_name(const char shortName[], const char configName[]) { argument
95 SkString name(shortName);
443 SkString name = make_name(gm->shortName(), gRec.fName);
775 const char* shortName = gm->shortName(); local
776 if (skip_name(fMatches, shortName)) {
782 SkDebugf("drawing... %s [%d %d]\n", shortName,
/external/icu4c/tools/toolutil/
H A Duoptions.h56 char shortName; /* 'f' for -f */ member in struct:UOption
62 #define UOPTION_DEF(longName, shortName, hasArg) \
63 { longName, NULL, NULL, NULL, shortName, hasArg, 0 }
/external/icu4c/tools/pkgdata/
H A Dpkgtypes.h111 const char *shortName; /* name of what we're building */ member in struct:UPKGOptions_
124 const char *libName; /* name for library (default: 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/
H A DScenarioResults.java37 String shortName; field in class:ScenarioResults
39 public ScenarioResults(int id, String name, String shortName) { argument
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;
/external/oprofile/libpopt/
H A Dpopt.h117 char shortName; /*!< may be NUL */ member in struct:poptOption
134 char shortName; /*!< may be NUL */ member in struct:poptAlias
H A Dpopt.c69 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 !
264 handleExec( poptContext con, const char * longName, char shortName) argument
324 handleAlias( poptContext con, const char * longName, char shortName, const char * nextCharArg) argument
472 findOption(const struct poptOption * opt, const char * longName, char shortName, poptCallbackType * callback, const void ** callbackData, int singleDash) argument
[all...]
/external/oprofile/
H A Dpopt.h117 char shortName; /*!< may be NUL */ member in struct:poptOption
134 char shortName; /*!< may be NUL */ member in struct:poptAlias
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
H A DLoginContext1Test.java79 * @param shortName
82 private static String getGlobalClassName(String shortName) { argument
83 return LoginContext1Test.class.getName() + "$" + shortName;
/external/yaffs2/yaffs2/
H A Dyaffs_guts.h441 YCHAR shortName[YAFFS_SHORT_NAME_LENGTH + 1]; member in struct:yaffs_ObjectStruct
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 231 milliseconds