HomeSort by relevance Sort by last modified time
    Searched refs:longName (Results 1 - 24 of 24) sorted by null

  /external/chromium/third_party/icu/source/tools/toolutil/
uoptions.h 52 const char *longName; /* "foo" for --foo */
62 #define UOPTION_DEF(longName, shortName, hasArg) \
63 { longName, NULL, NULL, NULL, shortName, hasArg, 0 }
uoptions.c 45 if(options[j].longName && uprv_strcmp(arg, options[j].longName)==0) {
  /external/icu4c/tools/toolutil/
uoptions.h 52 const char *longName; /* "foo" for --foo */
62 #define UOPTION_DEF(longName, shortName, hasArg) \
63 { longName, NULL, NULL, NULL, shortName, hasArg, 0 }
uoptions.c 45 if(options[j].longName && uprv_strcmp(arg, options[j].longName)==0) {
  /external/oprofile/libpopt/
popthelp.c 98 for (opt = table; opt->longName || opt->shortName || opt->arg; opt++) {
235 if (opt->longName) nb += strlen(opt->longName);
244 if (opt->longName && opt->shortName)
247 opt->longName);
250 else if (opt->longName)
253 opt->longName);
311 *le++ = (opt->longName != NULL ? '=' : ' ');
325 *le++ = (opt->longName != NULL ? '=' : ' ');
419 while (opt->longName || opt->shortName || opt->arg)
    [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++) {
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, char shortName
    [all...]
popt.h 116 const char * longName; /*!< may be NULL */
133 const char * longName; /*!< may be NULL */
poptconfig.c 13 /*@-compmempass@*/ /* FIX: item->option.longName kept, not dependent. */
51 item->option.longName = opt + 2;
  /external/fsck_msdos/
dir.c 213 static char longName[DOSLONGNAMELEN] = "";
622 memset(longName, 0, sizeof longName);
639 t = longName + --lidx * 13;
640 for (k = 1; k < 11 && t < longName + sizeof(longName); k += 2) {
651 for (k = 14; k < 26 && t < longName + sizeof(longName); k += 2) {
659 for (k = 28; k < 32 && t < longName + sizeof(longName); k += 2)
    [all...]
  /external/oprofile/
popt.h 116 const char * longName; /*!< may be NULL */
133 const char * longName; /*!< may be NULL */
  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 527 public void setOperatorName(String longName, String shortName, String numeric) {
528 mOperatorAlphaLong = longName;
539 public void setCdmaEriText(String longName) {
540 mOperatorAlphaLong = longName;
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
CommandLineProcessor.java 92 * The key is a string "verb/directObject/longName".
428 protected Arg findLongArg(String verb, String directObject, String longName) {
435 String key = verb + "/" + directObject + "/" + longName;
711 * @param longName The long argument name. Cannot be empty nor null.
720 String longName,
728 mLongName = longName;
807 * @param longName The long argument name. Cannot be empty nor null.
815 String shortName, String longName,
823 String key = verb + "/" + directObject + "/" + longName
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
udatatst.c 300 char longName[1024];
326 longName[0] = 0;
327 while (strlen(longName) < 500) {
328 strcat(longName, name);
329 strcat(longName, "_");
331 strcat(longName, dirSepString);
332 strcat(longName, name);
334 result=udata_open(longTestPath, type, longName, &status);
337 longTestPath, longName, type, myErrorName(status));
    [all...]
  /external/icu4c/test/cintltst/
udatatst.c 307 char longName[1024];
333 longName[0] = 0;
334 while (strlen(longName) < 500) {
335 strcat(longName, name);
336 strcat(longName, "_");
338 strcat(longName, dirSepString);
339 strcat(longName, name);
341 result=udata_open(longTestPath, type, longName, &status);
344 longTestPath, longName, type, myErrorName(status));
    [all...]
  /external/chromium/third_party/icu/source/tools/pkgdata/
pkgdata.cpp 327 options[i].longName ? "or --" : " ",
328 options[i].longName ? options[i].longName : "",
    [all...]
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 332 options[i].longName ? "or --" : " ",
333 options[i].longName ? options[i].longName : "",
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
PreferencesTest.java 963 String longName = name.toString();
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 424 String longName = String::format("CALayer(%p) GraphicsLayer(%p) ", m_layer.get(), this) + name;
425 GraphicsLayer::setName(longName);
    [all...]
  /prebuilt/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilt/common/ant/
ant.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 121 milliseconds