Home
last modified time | relevance | path

Searched full:father (Results 1 – 25 of 207) sorted by relevance

123456789

/external/ltp/testcases/kernel/controllers/cpuset/cpuset_hierarchy_test/
Dcpuset_hierarchy_test.sh45 echo > "$CPUSET/father/cpuset.cpus" || return 1
46 echo > "$CPUSET/father/child/cpuset.cpus" || return 1
48 cpuset_log "father cpuset.cpus $(cat "$CPUSET/father/cpuset.cpus")"
49 cpuset_log "child cpuset.cpus $(cat "$CPUSET/father/child/cpuset.cpus")"
51 test -z "$(cat "$CPUSET/father/cpuset.cpus")" || return 1
52 test -z "$(cat "$CPUSET/father/child/cpuset.cpus")" || return 1
57 echo > "$CPUSET/father/cpuset.cpus" || return 1
58 echo 0 > "$CPUSET/father/child/cpuset.cpus" 2> /dev/null && return 1
60 cpuset_log "father cpuset.cpus $(cat "$CPUSET/father/cpuset.cpus")"
61 cpuset_log "child cpuset.cpus $(cat "$CPUSET/father/child/cpuset.cpus")"
[all …]
/external/sdv/vsomeip/third_party/boost/process/doc/images/
Dplantuml.txt20 activate Father
27 Father->Father : on_setup
28 activate Father
29 deactivate Father
30 Father->Child : fork
32 Father -> Father : wait for error
33 deactivate Father
41 activate Father
44 Father -> Father : on_success
45 activate Father
[all …]
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_exclusive_test/
Dcpuset_exclusive_test.sh38 echo 0 > "$CPUSET/father/cpuset.cpu_exclusive" || return 1
39 echo 0 > "$CPUSET/father/child/cpuset.cpu_exclusive" || return 1
41 test 0 = $(cat "$CPUSET/father/child/cpuset.cpu_exclusive") || return 1
46 echo 1 > "$CPUSET/father/cpuset.cpu_exclusive" || return 1
47 echo 0 > "$CPUSET/father/child/cpuset.cpu_exclusive" || return 1
49 test 0 = $(cat "$CPUSET/father/child/cpuset.cpu_exclusive") || return 1
54 echo 1 > "$CPUSET/father/cpuset.cpu_exclusive" || return 1
55 echo 1 > "$CPUSET/father/child/cpuset.cpu_exclusive" || return 1
57 test 1 = $(cat "$CPUSET/father/child/cpuset.cpu_exclusive") || return 1
62 echo 0 > "$CPUSET/father/cpuset.cpu_exclusive" || return 1
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
DHumanTest.java38 Human father = new Human(); in testNoChildren() local
39 father.setName("Father"); in testNoChildren()
40 father.setBirthday(new Date(1000000000)); in testNoChildren()
41 father.setBirthPlace("Leningrad"); in testNoChildren()
42 father.setBankAccountOwner(father); in testNoChildren()
47 father.setPartner(mother); in testNoChildren()
48 mother.setPartner(father); in testNoChildren()
49 mother.setBankAccountOwner(father); in testNoChildren()
51 String output = yaml.dump(father); in testNoChildren()
57 assertEquals("Father", father2.getName()); in testNoChildren()
[all …]
DHuman_WithArrayOfChildrenTest.java27 private Human_WithArrayOfChildren father; field in Human_WithArrayOfChildrenTest.Human_WithArrayOfChildren
38 return father; in getFather()
41 public void setFather(Human_WithArrayOfChildren father) { in setFather() argument
42 this.father = father; in setFather()
80 Human_WithArrayOfChildren father = new Human_WithArrayOfChildren(); in createSon() local
81 father.setName("Father"); in createSon()
82 father.setBirthday(new Date(1000000000)); in createSon()
83 father.setBirthPlace("Leningrad"); in createSon()
84 father.setBankAccountOwner(father); in createSon()
90 father.setPartner(mother); in createSon()
[all …]
DHuman3.java21 private Human3 father; field in Human3
32 return father; in getFather()
35 public void setFather(Human3 father) { in setFather() argument
36 this.father = father; in setFather()
DHuman2.java21 private Human2 father; field in Human2
32 return father; in getFather()
35 public void setFather(Human2 father) { in setFather() argument
36 this.father = father; in setFather()
DHuman.java21 private Human father; field in Human
32 return father; in getFather()
35 public void setFather(Human father) { in setFather() argument
36 this.father = father; in setFather()
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/generics/
DHumanGenericsTest.java39 HumanGen father = new HumanGen(); in testNoChildren() local
40 father.setName("Father"); in testNoChildren()
41 father.setBirthday(new Date(1000000000)); in testNoChildren()
42 father.setBirthPlace("Leningrad"); in testNoChildren()
43 father.setBankAccountOwner(father); in testNoChildren()
48 father.setPartner(mother); in testNoChildren()
49 mother.setPartner(father); in testNoChildren()
50 mother.setBankAccountOwner(father); in testNoChildren()
52 String output = yaml.dump(father); in testNoChildren()
58 assertEquals("Father", father2.getName()); in testNoChildren()
[all …]
/external/snakeyaml/src/test/resources/recursive/
Dwith-childrenArray-no-root-tag.yaml12 father: *id001
18 father: null
24 father: null
26 name: Father
31 father: *id001
Dwith-children-2.yaml12 father: *id001
18 father: null
25 father: null
27 name: Father
32 father: *id001
Dwith-children-as-list.yaml8 father: null
10 name: Father
16 father: null
23 father: *id001
32 father: *id001
Dwith-children.yaml12 father: *id001
18 father: null
25 father: null
27 name: Father
32 father: *id001
Dwith-children-no-root-tag.yaml12 father: *id001
18 father: null
25 father: null
27 name: Father
32 father: *id001
Dwith-children-3.yaml12 father: *id001
18 father: null
24 father: null
26 name: Father
31 father: *id001
Dwith-childrenArray.yaml12 father: *id001
18 father: null
24 father: null
26 name: Father
31 father: *id001
Dwith-children-as-set.yaml8 father: null
10 name: Father
16 father: null
23 father: *id001
33 father: *id001
Dwith-children-pretty.yaml14 father: *id001,
20 father: null,
30 father: null,
32 name: Father,
39 father: *id001,
Dwith-children-as-map.yaml8 father: null
10 name: Father
16 father: null
23 father: *id001
33 father: *id001
/external/snakeyaml/src/test/resources/recursive/generics/
Dwith-children-2.yaml12 father: *id001
18 father: null
25 father: null
27 name: Father
32 father: *id001
Dwith-children-as-list.yaml8 father: null
10 name: Father
16 father: null
23 father: *id001
32 father: *id001
Dwith-children-3.yaml13 father: *id001
19 father: null
25 father: null
27 name: Father
32 father: *id001
Dwith-children.yaml13 father: *id001
19 father: null
26 father: null
28 name: Father
33 father: *id001
Dwith-children-as-set.yaml8 father: null
10 name: Father
16 father: null
23 father: *id001
33 father: *id001
Dwith-children-as-map.yaml8 father: null
10 name: Father
16 father: null
23 father: *id001
33 father: *id001

123456789