Searched defs:longName (Results 1 - 19 of 19) 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/icu/icu4c/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/deqp/framework/delibs/decpp/
H A DdeCommandLine.hpp59 const char* longName; member in struct:de::cmdline::Option
71 , longName (longName_)
83 , longName (longName_)
95 , longName (longName_)
108 , longName (longName_)
270 const char* longName; member in struct:de::cmdline::detail::Parser::OptInfo
286 , longName (DE_NULL)
378 opt.longName = option.longName;
/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/chromium_org/third_party/icu/source/test/cintltst/
H A Dudatatst.c343 char longName[1024]; local
369 longName[0] = 0;
370 while (strlen(longName) < 500) {
371 strcat(longName, name);
372 strcat(longName, "_");
374 strcat(longName, dirSepString);
375 strcat(longName, name);
377 result=udata_open(longTestPath, type, longName, &status);
380 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/icu/icu4c/source/test/cintltst/
H A Dudatatst.c343 char longName[1024]; local
369 longName[0] = 0;
370 while (strlen(longName) < 500) {
371 strcat(longName, name);
372 strcat(longName, "_");
374 strcat(longName, dirSepString);
375 strcat(longName, name);
377 result=udata_open(longTestPath, type, longName, &status);
380 longTestPath, longName, type, myErrorName(status));
/external/skia/bench/
H A Dbenchmain.cpp660 const struct { char shortName; const char* longName; double ms; } times[] = { member in struct:__anon30428
671 writer.timer(times[i].longName, times[i].ms);
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp4663 const char* longName = OBJ_nid2ln(nid); local
4664 JNI_TRACE("OBJ_txt2nid_longName(%s) => %s", oid.c_str(), longName);
4665 return env->NewStringUTF(longName);
/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 ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 325 milliseconds