Searched defs:son (Results 1 – 7 of 7) sorted by relevance
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/ |
D | Human_WithArrayOfChildrenTest.java | 98 Human_WithArrayOfChildren son = new Human_WithArrayOfChildren(); in createSon() local 121 private void checkSon(Human_WithArrayOfChildren son) { in checkSon() 151 Human_WithArrayOfChildren son = createSon(); in testChildrenArray() local 164 Human_WithArrayOfChildren son = createSon(); in testDumpChildrenArrayWithoutRootTag() local
|
D | HumanTest.java | 109 Human son = new Human(); in testChildren() local 179 Human son = new Human(); in testChildrenPretty() local 252 Human2 son = new Human2(); in testChildren2() local 319 Human3 son = new Human3(); in testChildren3() local 464 Human3 son = new Human3(); in testChildrenListRoot() local 604 Human son = new Human(); in testChildrenWithoutRootTag() local
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/generics/ |
D | HumanGenericsTest.java | 124 HumanGen son = new HumanGen(); in testChildren() local 197 HumanGen2 son = new HumanGen2(); in testChildren2() local 266 HumanGen3 son = new HumanGen3(); in testChildren3() local 417 HumanGen3 son = new HumanGen3(); in testChildrenListRoot() local
|
/external/lzma/C/ |
D | LzFind.c | 389 …2 * Hc_GetMatchesSpec(unsigned lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in Hc_GetMatchesSpec() 465 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1() 522 …ic void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in SkipMatchesSpec()
|
D | LzFind.h | 31 CLzRef *son; member
|
D | LzFindMt.h | 74 CLzRef *son; member
|
D | LzFindMt.c | 245 static UInt32 *GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpecN()
|