/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/clang/test/Index/ |
D | subclass-comment.mm | 52 //! An individual human or human individual. 58 // CHECK-NEXT: (CXComment_Text Text=[ An individual human or human individual.])))] 65 // CHECK-NEXT: (CXComment_Text Text=[ An individual human or human individual.])))]
|
/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/chromium_org/third_party/mesa/src/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/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/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/chromium_org/third_party/tlslite/patches/ |
D | parse_chain.patch | 35 + such as human readable representations, will be ignored. 45 + tags, such as human readable representations, will be ignored.
|
/external/wpa_supplicant_8/hostapd/logwatch/ |
D | README | 1 Logwatch is a utility for analyzing system logs and provide a human
|
/external/chromium_org/third_party/usb_ids/ |
D | README.chromium | 12 We use it to present a human-readable description of a USB device to the user
|
/external/valgrind/main/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
|
/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/chromium_org/tools/memory_watcher/ |
D | README | 16 The log file is a human readable text format, which can be further analyzed
|
/external/chromium_org/sync/protocol/ |
D | device_info_specifics.proto | 26 // A non-unique but human readable name to describe this client.
|
D | managed_user_specifics.proto | 21 // The human-visible name of the managed user
|
/external/chromium_org/third_party/python_gflags/ |
D | README | 11 autogeneration of help (in both human and machine readable format) and reading
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
D | README | 11 autogeneration of help (in both human and machine readable format) and reading
|
/external/llvm/docs/CommandGuide/ |
D | llvm-dis.rst | 17 bitcode file and converts it into human-readable LLVM assembly language.
|
D | llvm-link.rst | 37 If specified, :program:`llvm-link` prints a human-readable version of the
|
D | llvm-prof.rst | 18 for the program, and produces a human readable report, suitable for determining
|
D | llvm-as.rst | 12 **llvm-as** is the LLVM assembler. It reads a file containing human-readable
|
/external/linux-tools-perf/Documentation/ |
D | perf-bench.txt | 25 Default style. This is mainly for human reading.
|