Home
last modified time | relevance | path

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

12345678910>>...31

/external/skia/experimental/expectations/skp/Test-Mac10.8-MacMini4.1-GeForce320M-x86_64-Debug/
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 …]
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-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 …]
/external/skia/experimental/expectations/skp/Test-Ubuntu12-ShuttleA-GTX660-x86-Release/
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 …]
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 …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
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 …]
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 …]
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
DAnnotationVisibility.java30 /** {@code non-null;} the human-oriented string representation */
31 private final String human; field in AnnotationVisibility
36 * @param human {@code non-null;} the human-oriented string representation
38 private AnnotationVisibility(String human) { in AnnotationVisibility() argument
39 this.human = human; in AnnotationVisibility()
44 return human; in toHuman()
/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/dexmaker/src/dx/java/com/android/dx/dex/file/
DItemType.java54 /** {@code non-null;} the short human name */
67 // Make the human name. in ItemType()
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/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/dexmaker/src/dx/java/com/android/dx/rop/code/
DAccessFlags.java146 * Returns a human-oriented string representing the given access flags,
150 * @return {@code non-null;} human-oriented string
157 * Returns a human-oriented string representing the given access flags,
161 * @return {@code non-null;} human-oriented string
168 * Returns a human-oriented string representing the given access flags,
172 * @return {@code non-null;} human-oriented string
179 * Returns a human-oriented string representing the given access flags,
183 * @return {@code non-null;} human-oriented string
289 * Helper to return a human-oriented string representing the given
295 * @return {@code non-null;} human-oriented 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."""
101 """Human tester feedback query base class."""
136 """Human tester feedback output query."""
143 """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/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/dexmaker/src/dx/java/com/android/dx/util/
DToHuman.java20 * Simple interface for objects that can return a "human" (as opposed to
25 * Return the "human" string form of this instance. This is
28 * @return {@code non-null;} the human string form
DFixedSizeList.java107 * Gets a customized human string for this instance. This method will
245 * @param human whether the output is to be human
249 boolean human) { in toString0() argument
262 if (human) { in toString0()
/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/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/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/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,

12345678910>>...31