HomeSort by relevance Sort by last modified time
    Searched refs:son (Results 1 - 19 of 19) 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,
LzFind.c 256 p->son = p->hash + p->hashSizeSum;
357 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
361 son[_cyclicBufferPos] = curMatch;
369 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
388 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
392 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
393 CLzRef *ptr1 = son + (_cyclicBufferPos << 1);
404 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) << 1);
443 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
446 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
    [all...]
LzFindMt.h 74 CLzRef *son; member in struct:_CMatchFinderMt
LzFindMt.c 236 static Int32 NO_INLINE GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte *cur, CLzRef *son,
245 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
246 CLzRef *ptr1 = son + (_cyclicBufferPos << 1);
259 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) << 1);
356 pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue,
367 curPos = limit - GetMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue,
402 MatchFinder_Normalize3(subValue, p->son, (size_t)p->cyclicBufferSize * 2);
516 p->son = mf->son;
  /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,
LzFind.c 258 p->son = p->hash + p->hashSizeSum;
359 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
363 son[_cyclicBufferPos] = curMatch;
371 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
390 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
394 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
395 CLzRef *ptr1 = son + (_cyclicBufferPos << 1);
406 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) << 1);
445 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
448 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
    [all...]
  /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,
LzFind.c 258 p->son = p->hash + p->hashSizeSum;
359 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
363 son[_cyclicBufferPos] = curMatch;
371 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
390 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
394 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
395 CLzRef *ptr1 = son + (_cyclicBufferPos << 1);
406 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) << 1);
445 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
448 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
    [all...]
  /external/lzma/C/
LzFind.h 31 CLzRef *son; member in struct:_CMatchFinder
79 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
LzFind.c 256 p->son = p->hash + p->hashSizeSum;
357 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
361 son[_cyclicBufferPos] = curMatch;
369 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
388 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
392 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
393 CLzRef *ptr1 = son + (_cyclicBufferPos << 1);
404 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) << 1);
443 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
446 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
    [all...]
LzFindMt.h 74 CLzRef *son; member in struct:_CMatchFinderMt
LzFindMt.c 236 static Int32 NO_INLINE GetMatchesSpecN(UInt32 lenLimit, UInt32 pos, const Byte *cur, CLzRef *son,
245 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
246 CLzRef *ptr1 = son + (_cyclicBufferPos << 1);
259 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) << 1);
356 pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue,
367 curPos = limit - GetMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue,
402 MatchFinder_Normalize3(subValue, p->son, (size_t)p->cyclicBufferSize * 2);
516 p->son = mf->son;
  /prebuilts/go/darwin-x86/src/mime/quotedprintable/
writer_test.go 149 "Un octet qui ne correspond pas à la définition ci-dessus (caractère non imprimable de l'ASCII, tabulation ou espaces non suivies d'un caractère imprimable avant la fin de la ligne ou signe égal) est représenté par un signe égal, suivi de son numéro, exprimé en hexadécimal.\r\n" +
  /prebuilts/go/linux-x86/src/mime/quotedprintable/
writer_test.go 149 "Un octet qui ne correspond pas à la définition ci-dessus (caractère non imprimable de l'ASCII, tabulation ou espaces non suivies d'un caractère imprimable avant la fin de la ligne ou signe égal) est représenté par un signe égal, suivi de son numéro, exprimé en hexadécimal.\r\n" +
  /external/dtc/tests/
run_tests.sh 726 run_wrap_test $DTPUT $dtb -c /chosen/son /chosen/daughter
728 run_fdtput_test "adam" $dtb /chosen/son name "" -ts "adam"
732 run_wrap_error_test $DTPUT $dtb -c /chosen/son
747 run_wrap_test $DTPUT $dtb -cp /chosen/son
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js     [all...]

Completed in 239 milliseconds