Home
last modified time | relevance | path

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

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
DHuman_WithArrayOfChildrenTest.java94 Human_WithArrayOfChildren son = new Human_WithArrayOfChildren(); in createSon() local
117 private void checkSon(Human_WithArrayOfChildren son) { in checkSon()
147 Human_WithArrayOfChildren son = createSon(); in testChildrenArray() local
160 Human_WithArrayOfChildren son = createSon(); in testDumpChildrenArrayWithoutRootTag() local
DHumanTest.java107 Human son = new Human(); in testChildren() local
180 Human son = new Human(); in testChildrenPretty() local
256 Human2 son = new Human2(); in testChildren2() local
325 Human3 son = new Human3(); in testChildren3() local
467 Human3 son = new Human3(); in testChildrenListRoot() local
605 Human son = new Human(); in testChildrenWithoutRootTag() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/generics/
DHumanGenericsTest.java111 HumanGen son = new HumanGen(); in testChildren() local
183 HumanGen2 son = new HumanGen2(); in testChildren2() local
252 HumanGen3 son = new HumanGen3(); in testChildren3() local
391 HumanGen3 son = new HumanGen3(); in testChildrenListRoot() local
/external/lzma/Asm/x86/
DLzFindOpt.asm74 son equ r9 define
82 son equ REG_ABI_PARAM_3 define
/external/lzma/C/
DLzFindOpt.c223 …t32 * Z7_FASTCALL GetMatchesSpecN_2(const Byte *lenLimit, size_t pos, const Byte *cur, CLzRef *son, in GetMatchesSpecN_2()
DLzFind.c880 …t32 * Hc_GetMatchesSpec(size_t lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in Hc_GetMatchesSpec()
962 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in GetMatchesSpec1()
1032 …ic void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son, in SkipMatchesSpec()
DLzFind.h31 CLzRef *son; member
DLzFindMt.h79 CLzRef *son; member