/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | ItemType.java | 68 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/ |
D | AnnotationVisibility.java | 31 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/ |
D | FixedSizeList.java | 249 boolean human) { in toString0() argument 262 if (human) { in toString0()
|
/external/llvm/bindings/ocaml/analysis/ |
D | llvm_analysis.mli | 17 human-readable validation report. See [llvm::verifyModule]. *) 22 human-readable validation report. See [llvm::verifyFunction]. *)
|
/external/mesa3d/src/glsl/glcpp/tests/ |
D | 090-hash-error.c | 1 #error human error
|
D | 090-hash-error.c.expected | 1 0:1(2): preprocessor error: #error human error
|
/external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
D | RegisterSpec.java | 569 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/selinux/policycoreutils/mcstrans/src/ |
D | mcstrans.service | 2 Description=Translates SELinux MCS/MLS labels to human readable form
|
/external/valgrind/docs/internals/ |
D | xml-output.txt | 78 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
|
D | xml-output-protocol4.txt | 186 <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/wpa_supplicant_8/hostapd/logwatch/ |
D | README | 1 Logwatch is a utility for analyzing system logs and provide a human
|
/external/blktrace/ |
D | blkiomon.c | 90 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/autotest/client/deps/glbench-images/ |
D | README | 3 glbench_sample_testoutput ... unsorted output from sample test runs (human consumption only)
|
/external/autotest/client/tests/kvm/ |
D | base.cfg.sample | 11 monitor_type_humanmonitor1 = human 12 monitor_type = human
|
D | unittests.cfg.sample | 18 monitor_type = human
|
/external/llvm/docs/CommandGuide/ |
D | llvm-dwarfdump.rst | 13 and prints their contents in human-readable form.
|
D | llvm-link.rst | 37 If specified, :program:`llvm-link` prints a human-readable version of the
|
D | llvm-dis.rst | 17 bitcode file and converts it into human-readable LLVM assembly language.
|
D | llvm-as.rst | 12 **llvm-as** is the LLVM assembler. It reads a file containing human-readable
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/debian/ |
D | control | 23 autogeneration of help (in both human and machine readable format) and reading
|
/external/snakeyaml/ |
D | README.md | 4 [YAML](http://yaml.org) is a data serialization format designed for human readability and interacti…
|
/external/chromium-trace/catapult/third_party/python_gflags/ |
D | README | 11 autogeneration of help (in both human and machine readable format) and reading
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/ |
D | README | 11 autogeneration of help (in both human and machine readable format) and reading
|
/external/autotest/server/control_segments/ |
D | provision | 59 # status.log, so it's purely for human consumption and tracability.
|
/external/google-benchmark/ |
D | README.md | 230 The Tabular format is intended to be a human readable format. By default 241 The JSON format outputs human readable json split into two top level attributes.
|