| /external/ltp/testcases/kernel/controllers/cpuset/cpuset_hierarchy_test/ |
| D | cpuset_hierarchy_test.sh | 45 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/ |
| D | plantuml.txt | 20 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/ |
| D | cpuset_exclusive_test.sh | 38 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/ |
| D | HumanTest.java | 38 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 …]
|
| D | Human_WithArrayOfChildrenTest.java | 27 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 …]
|
| D | Human3.java | 21 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()
|
| D | Human2.java | 21 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()
|
| D | Human.java | 21 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/ |
| D | HumanGenericsTest.java | 39 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/ |
| D | with-childrenArray-no-root-tag.yaml | 12 father: *id001 18 father: null 24 father: null 26 name: Father 31 father: *id001
|
| D | with-children-2.yaml | 12 father: *id001 18 father: null 25 father: null 27 name: Father 32 father: *id001
|
| D | with-children-as-list.yaml | 8 father: null 10 name: Father 16 father: null 23 father: *id001 32 father: *id001
|
| D | with-children.yaml | 12 father: *id001 18 father: null 25 father: null 27 name: Father 32 father: *id001
|
| D | with-children-no-root-tag.yaml | 12 father: *id001 18 father: null 25 father: null 27 name: Father 32 father: *id001
|
| D | with-children-3.yaml | 12 father: *id001 18 father: null 24 father: null 26 name: Father 31 father: *id001
|
| D | with-childrenArray.yaml | 12 father: *id001 18 father: null 24 father: null 26 name: Father 31 father: *id001
|
| D | with-children-as-set.yaml | 8 father: null 10 name: Father 16 father: null 23 father: *id001 33 father: *id001
|
| D | with-children-pretty.yaml | 14 father: *id001, 20 father: null, 30 father: null, 32 name: Father, 39 father: *id001,
|
| D | with-children-as-map.yaml | 8 father: null 10 name: Father 16 father: null 23 father: *id001 33 father: *id001
|
| /external/snakeyaml/src/test/resources/recursive/generics/ |
| D | with-children-2.yaml | 12 father: *id001 18 father: null 25 father: null 27 name: Father 32 father: *id001
|
| D | with-children-as-list.yaml | 8 father: null 10 name: Father 16 father: null 23 father: *id001 32 father: *id001
|
| D | with-children-3.yaml | 13 father: *id001 19 father: null 25 father: null 27 name: Father 32 father: *id001
|
| D | with-children.yaml | 13 father: *id001 19 father: null 26 father: null 28 name: Father 33 father: *id001
|
| D | with-children-as-set.yaml | 8 father: null 10 name: Father 16 father: null 23 father: *id001 33 father: *id001
|
| D | with-children-as-map.yaml | 8 father: null 10 name: Father 16 father: null 23 father: *id001 33 father: *id001
|