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

1 2 3

  /external/chromium_org/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/icu/icu4c/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/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;
  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 845 public void setOperatorName(String longName, String shortName, String numeric) {
846 mVoiceOperatorAlphaLong = longName;
849 mDataOperatorAlphaLong = longName;
855 public void setVoiceOperatorName(String longName, String shortName, String numeric) {
856 mVoiceOperatorAlphaLong = longName;
862 public void setDataOperatorName(String longName, String shortName, String numeric) {
863 mDataOperatorAlphaLong = longName;
874 public void setOperatorAlphaLong(String longName) {
875 mVoiceOperatorAlphaLong = longName;
876 mDataOperatorAlphaLong = longName;
    [all...]
  /external/deqp/framework/delibs/decpp/
deCommandLine.hpp 59 const char* longName;
71 , longName (longName_)
83 , longName (longName_)
95 , longName (longName_)
108 , longName (longName_)
270 const char* longName;
286 , longName (DE_NULL)
378 opt.longName = option.longName;
deCommandLine.cpp 130 DE_ASSERT(opt.shortName || opt.longName);
138 if (opt.longName)
140 DE_ASSERT(longOptMap.find(opt.longName) == longOptMap.end());
141 longOptMap[opt.longName] = &opt;
184 err << "Command line option '--" << opt->longName << "' specified multiple times\n";
199 err << "No value expected for command line option '--" << opt->longName << "'\n";
220 err << "Got error parsing command line option '--" << opt->longName << "': " << e.what() << "\n";
226 err << "Expected value for command line option '--" << opt->longName << "'\n";
255 if (opt.shortName && opt.longName)
258 if (opt.longName)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
RSA.java 198 String longName = digest + "WITHRSAENCRYPTION";
205 provider.addAlgorithm("Alg.Alias.Signature." + longName, mainName);
  /external/fsck_msdos/
dir.c 213 static char longName[DOSLONGNAMELEN] = "";
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); k += 2)
    [all...]
  /external/oprofile/
popt.h 116 const char * longName; /*!< may be NULL */
133 const char * longName; /*!< may be NULL */
  /external/chromium_org/third_party/icu/source/test/cintltst/
udatatst.c 343 char longName[1024];
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));
    [all...]
  /external/icu/icu4c/source/test/cintltst/
udatatst.c 343 char longName[1024];
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));
    [all...]
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeTokenizer.cpp     [all...]
  /external/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeTokenizer.cpp     [all...]
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 432 public Op(String name, String longName) {
434 mLongName = longName;
    [all...]
  /external/skia/bench/
benchmain.cpp 660 const struct { char shortName; const char* longName; double ms; } times[] = {
671 writer.timer(times[i].longName, times[i].ms);
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldPreferencesTest.java 332 String longName = name.toString();
354 pref.node(longName + "a");
358 assertNotNull(pref.node(longName));
    [all...]
  /external/chromium_org/third_party/icu/source/tools/pkgdata/
pkgdata.cpp 322 options[i].longName ? "or --" : " ",
323 options[i].longName ? options[i].longName : "",
    [all...]
  /external/icu/icu4c/source/tools/pkgdata/
pkgdata.cpp 326 options[i].longName ? "or --" : " ",
327 options[i].longName ? options[i].longName : "",
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 

Completed in 668 milliseconds

1 2 3