HomeSort by relevance Sort by last modified time
    Searched defs:human (Results 1 - 9 of 9) sorted by null

  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
AnnotationVisibility.java 30 /** {@code non-null;} the human-oriented string representation */
31 private final String human; field in class:AnnotationVisibility
36 * @param human {@code non-null;} the human-oriented string representation
38 private AnnotationVisibility(String human) {
39 this.human = human;
44 return human;
  /dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationVisibility.java 30 /** {@code non-null;} the human-oriented string representation */
31 private final String human; field in class:AnnotationVisibility
36 * @param human {@code non-null;} the human-oriented string representation
38 private AnnotationVisibility(String human) {
39 this.human = human;
44 return human;
  /external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
AnnotationVisibility.java 30 /** {@code non-null;} the human-oriented string representation */
31 private final String human; field in class:AnnotationVisibility
36 * @param human {@code non-null;} the human-oriented string representation
38 private AnnotationVisibility(String human) {
39 this.human = human;
44 return human;
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
ItemType.java 54 /** {@code non-null;} the short human name */
67 // Make the human name.
68 String human = typeName; local
69 if (human.endsWith("_item")) {
70 human = human.substring(0, human.length() - 5);
72 this.humanName = human.replace('_', ' ');
  /dalvik/dx/src/com/android/dx/dex/file/
ItemType.java 54 /** {@code non-null;} the short human name */
67 // Make the human name.
68 String human = typeName; local
69 if (human.endsWith("_item")) {
70 human = human.substring(0, human.length() - 5);
72 this.humanName = human.replace('_', ' ');
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
ItemType.java 54 /** {@code non-null;} the short human name */
67 // Make the human name.
68 String human = typeName; local
69 if (human.endsWith("_item")) {
70 human = human.substring(0, human.length() - 5);
72 this.humanName = human.replace('_', ' ');
  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java 169 String human = wasUtf8.get(i) local
172 observer.parsed(bytes, offset, nextOffset - offset, human);
  /dalvik/dx/src/com/android/dx/cf/direct/
AnnotationParser.java 427 String human = (value instanceof CstString) local
430 parsed(2, "constant_value: " + human);
  /external/blktrace/
blkiomon.c 90 static struct output drvdata, human, binary, debug; variable in typeref:struct:
261 blkiomon_stat_print(human.fp, &dstat->msg.stat);
600 "[ -h <file> | --human-readable=<file> ]\n" \
608 "\t-h Human-readable output file.\n" \
617 .name = "human-readable",
693 human.fn = optarg;
736 if (blkiomon_open_output(&human))

Completed in 686 milliseconds