HomeSort by relevance Sort by last modified time
    Searched defs:longName (Results 1 - 14 of 14) 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 }
  /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 }
  /external/oprofile/libpopt/
popt.h 116 const char * longName; /*!< may be NULL */
133 const char * longName; /*!< may be NULL */
  /external/oprofile/
popt.h 116 const char * longName; /*!< may be NULL */
133 const char * longName; /*!< may be NULL */
  /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/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/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...]
  /libcore/luni/src/test/java/org/apache/harmony/prefs/tests/java/util/prefs/
PreferencesTest.java 963 String longName = name.toString();
    [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 285 milliseconds