HomeSort by relevance Sort by last modified time
    Searched full:prettyname (Results 1 - 6 of 6) sorted by null

  /system/core/fastboot/
fastboot.h 55 void fb_queue_display(const char *var, const char *prettyname);
engine.c 533 void fb_queue_display(const char *var, const char *prettyname)
537 a->data = strdup(prettyname);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ElementDescriptor.java 136 this(xml_name, prettyName(xml_name), null, null, null, children, mandatory);
148 this(xml_name, prettyName(xml_name), null, null, null, children, false);
159 this(xml_name, prettyName(xml_name), null, null, null, null, false);
441 private static String prettyName(String xml_name) {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 802 String prettyname = mAbi.getItem(abiIndex); local
804 int firstIndex = prettyname.indexOf("(");
805 int lastIndex = prettyname.indexOf(")");
806 abiType = prettyname.substring(firstIndex + 1, lastIndex);
    [all...]
LegacyAvdEditDialog.java 1304 String prettyname = mAbiTypeCombo.getItem(abiIndex); local
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/Getopt/
Mixed.pm 262 # Returns a list of 3 elements: (OPTION, VALUE, PRETTYNAME), where
265 # PRETTYNAME is the option as the user entered it.
270 # and PRETTYNAME will be undefined.

Completed in 352 milliseconds