Home
last modified time | relevance | path

Searched full:human (Results 1 – 25 of 829) sorted by relevance

12345678910>>...34

/external/skia/experimental/expectations/skp/Test-Mac10.8-MacMini4.1-GeForce320M-x86_64-Debug/
Drenderskp-deferImageDecoding.json10 "reviewed-by-human": false
17 "reviewed-by-human": false
24 "reviewed-by-human": false
31 "reviewed-by-human": false
38 "reviewed-by-human": false
45 "reviewed-by-human": false
52 "reviewed-by-human": false
59 "reviewed-by-human": false
66 "reviewed-by-human": false
73 "reviewed-by-human": false
[all …]
Drenderskp-defaults.json10 "reviewed-by-human": false
17 "reviewed-by-human": false
24 "reviewed-by-human": false
31 "reviewed-by-human": false
38 "reviewed-by-human": false
45 "reviewed-by-human": false
52 "reviewed-by-human": false
59 "reviewed-by-human": false
66 "reviewed-by-human": false
73 "reviewed-by-human": false
[all …]
Drenderskp-rtree.json10 "reviewed-by-human": false
17 "reviewed-by-human": false
24 "reviewed-by-human": false
31 "reviewed-by-human": false
38 "reviewed-by-human": false
45 "reviewed-by-human": false
52 "reviewed-by-human": false
59 "reviewed-by-human": false
66 "reviewed-by-human": false
73 "reviewed-by-human": false
[all …]
Drenderskp-grid.json10 "reviewed-by-human": false
17 "reviewed-by-human": false
24 "reviewed-by-human": false
31 "reviewed-by-human": false
38 "reviewed-by-human": false
45 "reviewed-by-human": false
52 "reviewed-by-human": false
59 "reviewed-by-human": false
66 "reviewed-by-human": false
73 "reviewed-by-human": false
[all …]
/external/skia/experimental/expectations/skp/Test-Ubuntu12-ShuttleA-GTX660-x86-Release/
Drenderskp-defaults.json10 "reviewed-by-human": false
17 "reviewed-by-human": false
24 "reviewed-by-human": false
31 "reviewed-by-human": false
38 "reviewed-by-human": false
45 "reviewed-by-human": false
52 "reviewed-by-human": false
59 "reviewed-by-human": false
66 "reviewed-by-human": false
73 "reviewed-by-human": false
[all …]
Drenderskp-grid.json10 "reviewed-by-human": false
17 "reviewed-by-human": false
24 "reviewed-by-human": false
31 "reviewed-by-human": false
38 "reviewed-by-human": false
45 "reviewed-by-human": false
52 "reviewed-by-human": false
59 "reviewed-by-human": false
66 "reviewed-by-human": false
73 "reviewed-by-human": false
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
DHuman.java21 public class Human extends AbstractHuman { class
23 private Human father;
24 private Human mother;
25 private Human partner;
26 private Human bankAccountOwner;
27 protected Set<Human> children;
29 public Human() { in Human() method in Human
30 children = new HashSet<Human>(); in Human()
33 public Human getFather() { in getFather()
37 public void setFather(Human father) { in setFather()
[all …]
DHumanTest.java40 Human father = new Human(); in testNoChildren()
45 Human mother = new Human(); in testNoChildren()
57 Human father2 = (Human) yaml.load(output); in testNoChildren()
66 Human father = new Human(); in testNoChildrenPretty()
71 Human mother = new Human(); in testNoChildrenPretty()
86 Human father2 = (Human) yaml.load(output); in testNoChildrenPretty()
95 Human father = new Human(); in testChildren()
101 Human mother = new Human(); in testChildren()
109 Human son = new Human(); in testChildren()
117 Human daughter = new Human(); in testChildren()
[all …]
/external/snakeyaml/src/test/java/examples/collections/
DTypeSafeListWithInterfaceTest.java27 * Test ListBean->List<Human> developers <br/>
28 * Human is an interface and the global tags are required
37 List<Human> developers = new ArrayList<Human>(); in testDumpList()
54 fail("Global tags are required since Human is an interface."); in testLoadWrongList()
70 List<Human> developers = parsed.getDevelopers(); in testLoadList()
85 private List<Human> developers;
107 public List<Human> getDevelopers() { in getDevelopers()
111 public void setDevelopers(List<Human> developers) { in setDevelopers()
116 public static interface Human { interface in TypeSafeListWithInterfaceTest
124 public static class Developer implements Human {
DTypeSafePriorityTest.java28 * Test ListBean->List<Human> developers <br/>
29 * Human is an interface and the global tags are required
45 List<Human> developers = parsed.getDevelopers(); in testLoadList2()
58 private List<Human> developers;
72 public List<Human> getDevelopers() { in getDevelopers()
76 public void setDevelopers(List<Human> developers) { in setDevelopers()
81 public static interface Human { interface in TypeSafePriorityTest
89 public static class Developer implements Human {
/external/curl/docs/libcurl/
Dcurl_version_info.353 const char *version; /* human readable string */
55 const char *host; /* human readable string */
57 char *ssl_version; /* human readable string */
59 const char *libz_version; /* human readable string */
63 const char *ares; /* human readable string */
67 const char *libidn; /* human readable string */
73 const char *libssh_version; /* human readable string */
/external/snakeyaml/src/test/resources/recursive/
Dwith-children-as-set.yaml2 ? !!org.yaml.snakeyaml.recursive.Human
3 bankAccountOwner: &id001 !!org.yaml.snakeyaml.recursive.Human
11 partner: &id003 !!org.yaml.snakeyaml.recursive.Human
28 ? !!org.yaml.snakeyaml.recursive.Human
/external/autotest/client/common_lib/feedback/
Dtester_feedback_client.py5 """Feedback client implementation for interacting with a human tester."""
22 """Human tester feedback implementation."""
105 """Human tester feedback query base class."""
140 """Human tester feedback output query."""
147 """Human tester feedback input query."""
/external/parameter-framework/upstream/parameter/include/
DElementHandle.h66 /** @return a human readable description of the element. */
114 * @param[out] error On failure (false returned) will contain a human
131 * @param[out] error On failure (false returned) will contain a human
159 * @param[out] error On failure (false returned) will contain a human
181 * @param[out] error On failure (false returned) will contain a human
244 * @param error[out] If access is forbidden: a human readable message explaining why
254 * @param error[out] If access is forbidden, a human readable message explaining why
/external/blktrace/doc/
Dblkiomon.821 There are options for binary output and human-readable output to files and
39 \-\-human\-readable=\fIfile\fR
41 Human-readable output file. Use '\-' for stdout.
/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
/external/snakeyaml/src/test/java/examples/
DDumpExampleTest.java33 data.put("race", "Human"); in testDump()
38 assertTrue(output.contains("race: Human")); in testDump()
45 data.put("race", "Human"); in testDumpWriter()
51 assertTrue(writer.toString().contains("race: Human")); in testDumpWriter()
/external/mockito/src/main/java/org/mockito/invocation/
DDescribedInvocation.java9 …* Provides information about the invocation, specifically a human readable description and the loc…
14 * Describes the invocation in the human friendly way.
/external/libchrome/sandbox/linux/bpf_dsl/
Ddump_bpf.h15 // PrintProgram writes |program| in a human-readable format to stderr.
18 // StringPrintProgram writes |program| in a human-readable format to
/external/google-breakpad/src/google_breakpad/processor/
Dminidump.h229 // Print a human-readable representation of the object to stdout.
284 // Print a human-readable representation of the object to stdout.
331 // Print a human-readable representation of the object to stdout.
412 // Print a human-readable representation of the object to stdout.
500 // Print a human-readable representation of the object to stdout.
554 // Print a human-readable representation of the object to stdout.
611 // Print a human-readable representation of the object to stdout.
649 // Print a human-readable representation of the object to stdout.
698 // Print a human-readable representation of the object to stdout.
730 // Print a human-readable representation of the object to stdout.
[all …]
/external/autotest/client/site_tests/kernel_LTP/
Dparse_ltp_out.py64 @param ltp_out_file: human-readable output file from LTP -p (ltp.out).
127 @param ltp_out_file: human-readable output file from LTP -p (ltp.out).
191 @param ltp_out_file: human-readable output file from LTP -p (ltp.out).
205 """ Parse the human-readable logs from an LTP run and print a summary.
/external/jsoncpp/include/json/
Dwriter.h36 *without formatting (not human friendly).
38 * The JSON document is written in a single line. It is not intended for 'human'
72 *human friendly way.
131 human friendly way,
/external/autotest/client/tests/ltp/
Dparse_ltp_out.py67 ltp_out_file: human-readable output file from LTP -p (ltp.out).
133 ltp_out_file: human-readable output file from LTP -p (ltp.out).
199 ltp_out_file: human-readable output file from LTP -p (ltp.out).
212 """ Parse the human-readable logs from an LTP run and print a summary.
/external/libtextclassifier/common/
Dregistry.h41 // factory methods that create Functions. You should give a human-readable name
202 // Human-readable description for this ComponentRegistry. For debug purposes.
248 // Human-readable name for the registry for this class.
266 // Defines the human-readable name of the registry associated with base_class.
272 // Defines the human-readable name of the registry associated with base_class.
/external/mesa3d/src/gallium/tools/
Daddr2line.sh2 # This script processes symbols output by Gallium using glibc to human-readable function names
19 # Construct a sed script to convert hex address to human readable form, and apply it

12345678910>>...34