Home
last modified time | relevance | path

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

1234567

/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/llvm/bindings/ocaml/analysis/
Dllvm_analysis.mli17 human-readable validation report. See [llvm::verifyModule]. *)
22 human-readable validation report. See [llvm::verifyFunction]. *)
/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/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/selinux/policycoreutils/mcstrans/src/
Dmcstrans.service2 Description=Translates SELinux MCS/MLS labels to human readable form
/external/valgrind/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/wpa_supplicant_8/hostapd/logwatch/
DREADME1 Logwatch is a utility for analyzing system logs and provide a human
/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/autotest/client/deps/glbench-images/
DREADME3 glbench_sample_testoutput ... unsorted output from sample test runs (human consumption only)
/external/autotest/client/tests/kvm/
Dbase.cfg.sample11 monitor_type_humanmonitor1 = human
12 monitor_type = human
Dunittests.cfg.sample18 monitor_type = human
/external/llvm/docs/CommandGuide/
Dllvm-dwarfdump.rst13 and prints their contents in human-readable form.
Dllvm-link.rst37 If specified, :program:`llvm-link` prints a human-readable version of the
Dllvm-dis.rst17 bitcode file and converts it into human-readable LLVM assembly language.
Dllvm-as.rst12 **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/
Dcontrol23 autogeneration of help (in both human and machine readable format) and reading
/external/snakeyaml/
DREADME.md4 [YAML](http://yaml.org) is a data serialization format designed for human readability and interacti…
/external/chromium-trace/catapult/third_party/python_gflags/
DREADME11 autogeneration of help (in both human and machine readable format) and reading
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
DREADME11 autogeneration of help (in both human and machine readable format) and reading
/external/autotest/server/control_segments/
Dprovision59 # status.log, so it's purely for human consumption and tracability.
/external/google-benchmark/
DREADME.md230 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.

1234567