Home
last modified time | relevance | path

Searched refs:human (Results 1 – 25 of 92) sorted by relevance

1234

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DItemType.java68 String human = typeName; in ItemType() local
69 if (human.endsWith("_item")) { in ItemType()
70 human = human.substring(0, human.length() - 5); in ItemType()
72 this.humanName = human.replace('_', ' '); in ItemType()
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
DAnnotationVisibility.java31 private final String human; field in AnnotationVisibility
38 private AnnotationVisibility(String human) { in AnnotationVisibility() argument
39 this.human = human; in AnnotationVisibility()
44 return human; in toHuman()
/external/dexmaker/src/dx/java/com/android/dx/util/
DFixedSizeList.java249 boolean human) { in toString0() argument
262 if (human) { in toString0()
/external/mesa3d/src/glsl/glcpp/tests/
D090-hash-error.c1 #error human error
D090-hash-error.c.expected1 0:1(2): preprocessor error: #error human error
/external/llvm/bindings/ocaml/analysis/
Dllvm_analysis.mli17 human-readable validation report. See [llvm::verifyModule]. *)
22 human-readable validation report. See [llvm::verifyFunction]. *)
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegisterSpec.java569 private String toString0(boolean human) { in toString0() argument
584 if (human && (type instanceof CstString)) { in toString0()
586 } else if (human && (type instanceof Constant)) { in toString0()
/external/wpa_supplicant_8/hostapd/logwatch/
DREADME1 Logwatch is a utility for analyzing system logs and provide a human
/external/valgrind/main/docs/internals/
Dxml-output.txt78 sort-of human-readable way for easy understanding. You may want to
146 <time>human-readable-time-string</time>
213 <time>human-readable-time-string</time>
222 <time>human-readable-time-string</time>
266 * The <what> tag gives a human-understandable description of the
277 <auxwhat>TEXT</auxwhat> gives an auxiliary human-readable
401 value. TEXT gives a human-understandable hint as to the meaning of
Dxml-output-protocol4.txt186 <time>human-readable-time-string</time>
190 human-understandable. In current Valgrind versions it is the
199 <time>human-readable-time-string</time>
346 WHAT supplies a single line of text, which is a human-understandable,
350 text intended for human reading, but in addition may contain arbitrary
/external/blktrace/
Dblkiomon.c90 static struct output drvdata, human, binary, debug; variable
261 blkiomon_stat_print(human.fp, &dstat->msg.stat); in blkiomon_output()
693 human.fn = optarg; in main()
736 if (blkiomon_open_output(&human)) in main()
/external/chromium-trace/trace-viewer/third_party/python_gflags/
DREADME11 autogeneration of help (in both human and machine readable format) and reading
/external/webkit/Tools/BuildSlaveSupport/gtk/
DREADME7 will automatically restart services when they die, and that means less human
/external/llvm/docs/CommandGuide/
Dllvm-dis.rst17 bitcode file and converts it into human-readable LLVM assembly language.
Dllvm-prof.rst18 for the program, and produces a human readable report, suitable for determining
Dllvm-as.rst12 **llvm-as** is the LLVM assembler. It reads a file containing human-readable
Dllvm-link.rst64 If specified, **llvm-link** prints a human-readable version of the output
Dllvm-bcanalyzer.rst19 can also dump a low level but human readable version of the bitcode file.
43 Causes **llvm-bcanalyzer** to dump the bitcode in a human readable format. This
/external/linux-tools-perf/Documentation/
Dperf-bench.txt25 Default style. This is mainly for human reading.
/external/openssl/crypto/sha/asm/
Dsha1-ia64.pl31 if ($human) { # useful for visual code auditing...
/external/lohit-fonts/
DNOTICE61 included either as stand-alone text files, human-readable headers or
/external/cibu-fonts/
DNOTICE61 included either as stand-alone text files, human-readable headers or
/external/naver-fonts/
DNOTICE61 included either as stand-alone text files, human-readable headers or
/external/lohit-fonts/lohit-kannada-ttf/
DOFL.txt61 included either as stand-alone text files, human-readable headers or
/external/lohit-fonts/lohit-telugu-ttf/
DOFL.txt61 included either as stand-alone text files, human-readable headers or

1234