Searched defs:human (Results 1 - 4 of 4) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
H A DAnnotationVisibility.java30 /** {@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) { argument
39 this.human = human;
44 return human;
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DFixedSizeList.java107 * Gets a customized human string for this instance. This method will
245 * @param human whether the output is to be human
249 boolean human) {
262 if (human) {
248 toString0(String prefix, String separator, String suffix, boolean human) argument
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRegisterSpec.java566 * @param human whether to be human-oriented
569 private String toString0(boolean human) { argument
584 if (human && (type instanceof CstString)) {
586 } else if (human && (type instanceof Constant)) {
/external/blktrace/
H A Dblkiomon.c90 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" \
617 .name = "human-readable",
693 human.fn = optarg;
736 if (blkiomon_open_output(&human))

Completed in 474 milliseconds