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

1 2

  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/tests/
090-hash-error.c 1 #error human error
  /external/mesa3d/src/glsl/glcpp/tests/
090-hash-error.c 1 #error human error
  /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/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/dexgen/src/com/android/dexgen/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) {
  /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) {
  /external/dexmaker/src/dx/java/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/cfassembler/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);
  /external/llvm/bindings/ocaml/analysis/
llvm_analysis.mli 17 human-readable validation report. See [llvm::verifyModule]. *)
22 human-readable validation report. See [llvm::verifyFunction]. *)
  /dalvik/dx/src/com/android/dx/command/dump/
BaseDumper.java 31 * Base class for the various human-friendly dumpers.
124 public void parsed(ByteArray bytes, int offset, int len, String human) {
139 print(twoColumns(hex, human));
BlockDumper.java 47 * Utility to dump basic block info from methods in a human-friendly form.
135 public void parsed(ByteArray bytes, int offset, int len, String human) {
137 super.parsed(bytes, offset, len, human);
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 565 * @param human whether to be human-oriented
568 private String toString0(boolean human) {
583 if (human && (type instanceof CstString)) {
585 } else if (human && (type instanceof Constant)) {
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpec.java 566 * @param human whether to be human-oriented
569 private String toString0(boolean human) {
584 if (human && (type instanceof CstString)) {
586 } else if (human && (type instanceof Constant)) {
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-ia64.pl 30 #$human=1;
31 if ($human) { # useful for visual code auditing...
  /external/openssl/crypto/sha/asm/
sha1-ia64.pl 30 #$human=1;
31 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/dexgen/src/com/android/dexgen/rop/code/
RegisterSpec.java 561 * @param human whether to be human-oriented
564 private String toString0(boolean human) {
579 if (human && (type instanceof Constant)) {
  /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);

Completed in 371 milliseconds

1 2