/external/ltp/testcases/kernel/controllers/cpuset/cpuset_hierarchy_test/ |
cpuset_hierarchy_test.sh | 45 echo > "$CPUSET/father/cpus" || return 1 46 echo > "$CPUSET/father/child/cpus" || return 1 48 cpuset_log "father cpus $(cat "$CPUSET/father/cpus")" 49 cpuset_log "child cpus $(cat "$CPUSET/father/child/cpus")" 51 test -z "$(cat "$CPUSET/father/cpus")" || return 1 52 test -z "$(cat "$CPUSET/father/child/cpus")" || return 1 57 echo > "$CPUSET/father/cpus" || return 1 58 echo 0 > "$CPUSET/father/child/cpus" 2> /dev/null && return 1 60 cpuset_log "father cpus $(cat "$CPUSET/father/cpus") [all...] |
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/ |
Human.java | 23 private Human father; field in class:Human 34 return father; 37 public void setFather(Human father) { 38 this.father = father;
|
Human2.java | 23 private Human2 father; field in class:Human2 34 return father; 37 public void setFather(Human2 father) { 38 this.father = father;
|
Human3.java | 23 private Human3 father; field in class:Human3 34 return father; 37 public void setFather(Human3 father) { 38 this.father = father;
|
Human_WithArrayOfChildrenTest.java | 31 private Human_WithArrayOfChildren father; field in class:Human_WithArrayOfChildrenTest.Human_WithArrayOfChildren 42 return father; 45 public void setFather(Human_WithArrayOfChildren father) { 46 this.father = father; 84 Human_WithArrayOfChildren father = new Human_WithArrayOfChildren(); local 85 father.setName("Father"); 86 father.setBirthday(new Date(1000000000)); 87 father.setBirthPlace("Leningrad") [all...] |
HumanTest.java | 40 Human father = new Human(); local 41 father.setName("Father"); 42 father.setBirthday(new Date(1000000000)); 43 father.setBirthPlace("Leningrad"); 44 father.setBankAccountOwner(father); 49 father.setPartner(mother); 50 mother.setPartner(father); 51 mother.setBankAccountOwner(father); 66 Human father = new Human(); local 95 Human father = new Human(); local 165 Human father = new Human(); local 238 Human2 father = new Human2(); local 305 Human3 father = new Human3(); local 450 Human3 father = new Human3(); local 590 Human father = new Human(); local [all...] |
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/generics/ |
HumanGenericsTest.java | 46 HumanGen father = new HumanGen(); local 47 father.setName("Father"); 48 father.setBirthday(new Date(1000000000)); 49 father.setBirthPlace("Leningrad"); 50 father.setBankAccountOwner(father); 55 father.setPartner(mother); 56 mother.setPartner(father); 57 mother.setBankAccountOwner(father); 80 HumanGen father = new HumanGen(); local 110 HumanGen father = new HumanGen(); local 183 HumanGen2 father = new HumanGen2(); local 252 HumanGen3 father = new HumanGen3(); local 403 HumanGen3 father = new HumanGen3(); local [all...] |
AbstractHumanGen.java | 24 private K father; field in class:AbstractHumanGen 51 return father; 54 public void setFather(K father) { 55 this.father = father;
|
/cts/tests/app/src/android/app/cts/ |
TabActivityTest.java | 91 final MockTabActivity father = new MockTabActivity(); local 96 father, null, null); 101 assertTrue(father.isOnChildTitleChangedCalled);
|
InstrumentationTest.java | 426 Activity father = new Activity(); local 431 InstrumentationTestActivity.class.getName(), father, null, null); 433 assertEquals(father, activity.getParent());
|
/external/opencv/ml/src/ |
_ml.h | 328 CvFileNode* icvFileNodeGetChild(CvFileNode* father, const char* name); 329 CvFileNode* icvFileNodeGetChildArrayElem(CvFileNode* father, const char* name,int index);
|
/external/toolchain-utils/bestflags/ |
genetic_algorithm.py | 261 for father in retained_tasks: 268 child = mother.ReproduceWith(father, specs, mutation_rate)
|
/toolchain/binutils/binutils-2.25/binutils/ |
ieee.c | 1922 bfd_vma attr, frame_type, push_mask, nargs, level, father; local [all...] |
/external/v8/src/crankshaft/ |
hydrogen.cc | [all...] |