Home
last modified time | relevance | path

Searched defs:son (Results 1 – 7 of 7) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
DHuman_WithArrayOfChildrenTest.java98 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
DHumanTest.java109 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/
DHumanGenericsTest.java124 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/
DLzFind.c389 …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()
DLzFind.h31 CLzRef *son; member
DLzFindMt.h74 CLzRef *son; member
DLzFindMt.c245 static UInt32 *GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpecN()