Searched defs:longName (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Duoptions.h52 const char *longName; /* "foo" for --foo */ member in struct:UOption
62 #define UOPTION_DEF(longName, shortName, hasArg) \
63 { longName, NULL, NULL, NULL, shortName, hasArg, 0 }
/external/icu4c/tools/toolutil/
H A Duoptions.h52 const char *longName; /* "foo" for --foo */ member in struct:UOption
62 #define UOPTION_DEF(longName, shortName, hasArg) \
63 { longName, NULL, NULL, NULL, shortName, hasArg, 0 }
/external/oprofile/libpopt/
H A Dpopt.h116 const char * longName; /*!< may be NULL */ member in struct:poptOption
133 const char * longName; /*!< may be NULL */ 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++) {
147 (myOpt->longName && opt->longName &&
148 /*@-nullpass@*/ /* LCL: opt->longName != NULL */
149 !strcmp(myOpt->longName, opt->longName)))
262 /* Only one of longName, shortName should be set, not both. */
265 /*@null@*/ const char * longName, cha
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.h116 const char * longName; /*!< may be NULL */ member in struct:poptOption
133 const char * longName; /*!< may be NULL */ member in struct:poptAlias
/external/apache-harmony/prefs/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
H A DAbstractPreferencesTest.java63 final static String longName; field in class:AbstractPreferencesTest
85 longName = name.toString();
499 pref.node(longName + "a");
504 assertNotNull(pref.node(longName));
1058 assertNull(p.getChildImpl(longName + "a"));
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatatst.c310 char longName[1024]; local
336 longName[0] = 0;
337 while (strlen(longName) < 500) {
338 strcat(longName, name);
339 strcat(longName, "_");
341 strcat(longName, dirSepString);
342 strcat(longName, name);
344 result=udata_open(longTestPath, type, longName, &status);
347 longTestPath, longName, type, myErrorName(status));
/external/fsck_msdos/
H A Ddir.c213 static char longName[DOSLONGNAMELEN] = ""; variable
624 memset(longName, 0, sizeof longName);
641 t = longName + --lidx * 13;
642 for (k = 1; k < 11 && t < longName + sizeof(longName); k += 2) {
653 for (k = 14; k < 26 && t < longName + sizeof(longName); k += 2) {
661 for (k = 28; k < 32 && t < longName + sizeof(longName);
[all...]
/external/icu4c/test/cintltst/
H A Dudatatst.c311 char longName[1024]; local
337 longName[0] = 0;
338 while (strlen(longName) < 500) {
339 strcat(longName, name);
340 strcat(longName, "_");
342 strcat(longName, dirSepString);
343 strcat(longName, name);
345 result=udata_open(longTestPath, type, longName, &status);
348 longTestPath, longName, type, myErrorName(status));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 ...

Completed in 199 milliseconds