Home
last modified time | relevance | path

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

123456

/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/clang/test/Index/
Dsubclass-comment.mm52 //! 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/
D090-hash-error.c1 #error human error
D090-hash-error.c.expected1 0:1(2): preprocessor error: #error human error
/external/chromium_org/third_party/mesa/src/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/dexmaker/src/dx/java/com/android/dx/util/
DFixedSizeList.java249 boolean human) { in toString0() argument
262 if (human) { in toString0()
/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/chromium_org/third_party/tlslite/patches/
Dparse_chain.patch35 + such as human readable representations, will be ignored.
45 + tags, such as human readable representations, will be ignored.
/external/wpa_supplicant_8/hostapd/logwatch/
DREADME1 Logwatch is a utility for analyzing system logs and provide a human
/external/chromium_org/third_party/usb_ids/
DREADME.chromium12 We use it to present a human-readable description of a USB device to the user
/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
/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_org/tools/memory_watcher/
DREADME16 The log file is a human readable text format, which can be further analyzed
/external/chromium_org/sync/protocol/
Ddevice_info_specifics.proto26 // A non-unique but human readable name to describe this client.
Dmanaged_user_specifics.proto21 // The human-visible name of the managed user
/external/chromium_org/third_party/python_gflags/
DREADME11 autogeneration of help (in both human and machine readable format) and reading
/external/chromium-trace/trace-viewer/third_party/python_gflags/
DREADME11 autogeneration of help (in both human and machine readable format) and reading
/external/llvm/docs/CommandGuide/
Dllvm-dis.rst17 bitcode file and converts it into human-readable LLVM assembly language.
Dllvm-link.rst37 If specified, :program:`llvm-link` prints a human-readable version of the
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
/external/linux-tools-perf/Documentation/
Dperf-bench.txt25 Default style. This is mainly for human reading.

123456