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

1 2 3 4 5

  /external/mesa3d/src/compiler/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;
  /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 56 /** {@code non-null;} the short human name */
69 // Make the human name.
70 String human = typeName; local
71 if (human.endsWith("_item")) {
72 human = human.substring(0, human.length() - 5);
74 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) {
  /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);
  /build/kati/
serialize.go 584 func human(n int) string { func
619 logStats("%d nodes %s", len(nodes), human(size))
620 logStats(" output %s", human(outputSize))
621 logStats(" command %s", human(cmdSize))
622 logStats(" deps %s", human(depsSize))
623 logStats(" orderonlys %s", human(orderOnlysSize))
624 logStats(" inputs %s", human(actualInputSize))
625 logStats(" tsv %s", human(tsvSize))
626 logStats(" filename %s", human(filenameSize))
627 logStats(" lineno %s", human(linenoSize)
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
BaseDumper.java 32 * Base class for the various human-friendly dumpers.
130 public void parsed(ByteArray bytes, int offset, int len, String human) {
145 print(twoColumns(hex, human));
BlockDumper.java 48 * Utility to dump basic block info from methods in a human-friendly form.
136 public void parsed(ByteArray bytes, int offset, int len, String human) {
138 super.parsed(bytes, offset, len, human);
DotDumper.java 96 public void parsed(ByteArray bytes, int offset, int len, String human) {
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpec.java 579 * @param human whether to be human-oriented
582 private String toString0(boolean human) {
597 if (human && (type instanceof CstString)) {
599 } else if (human && (type instanceof Constant)) {
  /compatibility/cdd/10_software-compatibility-testing/
10_2_cts-verifier.md 5 is intended to be run by a human operator to test functionality that cannot be
  /external/brotli/research/
README.md 3 In this directory we publish simple tools to analyze backward reference distance distributions in LZ77 compression. We developed these tools to be able to make more efficient encoding of distances in large-window brotli. In large-window compression the average cost of a backward reference distance is higher, and this may allow for more advanced encoding strategies, such as delta coding or an increase in context size, to bring significant compression density improvements. Our tools visualize the backward references as histogram images, i.e., one pixel in the image shows how many distances of a certain range exist at a certain locality in the data. The human visual system is excellent at pattern detection, so we tried to roughly identify patterns visually before going into more quantitative analysis. These tools can turn out to be useful in development of other LZ77-based compressors and we hope you try them out.
  /external/llvm/bindings/go/llvm/
analysis.go 36 // Optionally returns a human-readable description of any invalid constructs.
  /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))
  /external/protobuf/js/
debug.js 44 * Turns a proto into a human readable object that can i.e. be written to the
69 * make a best effort in creating a human readable representation of the
  /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/direct/
AnnotationParser.java 427 String human = (value instanceof CstString) local
430 parsed(2, "constant_value: " + human);
  /dalvik/dx/src/com/android/dx/cf/cst/
ConstantPoolParser.java 172 String human = wasUtf8.get(i) local
175 observer.parsed(bytes, offset, nextOffset - offset, human);
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorValidationException.cs 55 /// A human-readable description of the error. (The Message property
  /external/valgrind/auxprogs/
nightly-build-summary 73 [--readable] write results in human readable form (default)
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 173 * Formats the given array into a human readable, English string, ala

Completed in 604 milliseconds

1 2 3 4 5