HomeSort by relevance Sort by last modified time
    Searched defs:son (Results 1 - 9 of 9) sorted by null

  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/
Human_WithArrayOfChildrenTest.java 98 Human_WithArrayOfChildren son = new Human_WithArrayOfChildren(); local
99 son.setName("Son");
100 son.setBirthday(new Date(310000000000L));
101 son.setBirthPlace("Munich");
102 son.setBankAccountOwner(father);
103 son.setFather(father);
104 son.setMother(mother);
114 Human_WithArrayOfChildren[] children = new Human_WithArrayOfChildren[] { son, daughter };
118 return son;
151 Human_WithArrayOfChildren son = createSon(); local
164 Human_WithArrayOfChildren son = createSon(); local
    [all...]
HumanTest.java 109 Human son = new Human(); local
110 son.setName("Son");
111 son.setBirthday(new Date(310000000000L));
112 son.setBirthPlace("Munich");
113 son.setBankAccountOwner(father);
114 son.setFather(father);
115 son.setMother(mother);
126 children.add(son);
132 String output = beanDumper.dumpAsMap(son);
179 Human son = new Human(); local
252 Human2 son = new Human2(); local
319 Human3 son = new Human3(); local
464 Human3 son = new Human3(); local
604 Human son = new Human(); local
    [all...]
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/generics/
HumanGenericsTest.java 124 HumanGen son = new HumanGen(); local
125 son.setName("Son");
126 son.setBirthday(new Date(310000000000L));
127 son.setBirthPlace("Munich");
128 son.setBankAccountOwner(father);
129 son.setFather(father);
130 son.setMother(mother);
141 children.add(son);
153 String output = yaml.dump(son);
197 HumanGen2 son = new HumanGen2(); local
266 HumanGen3 son = new HumanGen3(); local
417 HumanGen3 son = new HumanGen3(); local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFind.h 31 CLzRef *son; member in struct:_CMatchFinder
79 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
LzFindMt.h 74 CLzRef *son; member in struct:_CMatchFinderMt
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.h 31 CLzRef *son; member in struct:_CMatchFinder
79 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
LzFind.h 31 CLzRef *son; member in struct:_CMatchFinder
79 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
  /external/lzma/C/
LzFind.h 31 CLzRef *son; member in struct:_CMatchFinder
81 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
LzFindMt.h 74 CLzRef *son; member in struct:_CMatchFinderMt

Completed in 398 milliseconds