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

  /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;
  /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('_', ' ');
  /dalvik/dx/src/com/android/dx/cf/iface/
ParseObserver.java 65 * @param human {@code non-null;} human form for what was parsed
67 public void parsed(ByteArray bytes, int offset, int len, String human);
  /dalvik/dx/src/com/android/dx/util/
FixedSizeList.java 107 * 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) {
  /cts/tools/dx-tests/src/dxconvext/
ClassFileParser.java 168 * @param human non-null; human form for what was parsed
171 String human) {
172 human = human.replace('\n', ' ');
174 + ", h: " + human);
  /dalvik/dx/src/com/android/dx/command/dump/
BaseDumper.java 33 * Base class for the various human-friendly dumpers.
126 public void parsed(ByteArray bytes, int offset, int len, String human) {
141 print(twoColumns(hex, human));
BlockDumper.java 49 * Utility to dump basic block info from methods in a human-friendly form.
139 public void parsed(ByteArray bytes, int offset, int len, String human) {
141 super.parsed(bytes, offset, len, human);
DotDumper.java 93 public void parsed(ByteArray bytes, int offset, int len, String human) {
  /external/openssl/crypto/sha/asm/
sha1-ia64.pl 34 #$human=1;
35 if ($human) { # useful for visual code auditing...
  /ndk/build/core/
check-cygwin-make.mk 21 # case, early, we will be able to dump a human-readable error
  /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))
  /dalvik/dx/src/com/android/dx/cf/direct/
AnnotationParser.java 431 String human = (value instanceof CstUtf8) local
434 parsed(2, "constant_value: " + human);
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 561 * @param human whether to be human-oriented
564 private String toString0(boolean human) {
579 if (human && (type instanceof Constant)) {
  /external/chromium/net/tools/testserver/
testserver.py 515 """This handler yields a (more) human-readable page listing information
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 691 milliseconds