/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...] |
/external/lzma/C/ |
LzFind.h | 26 CLzRef *son;
member in struct:_CMatchFinder 74 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *buffer, CLzRef *son,
|
LzFind.c | 239 p->son = p->hash + p->hashSizeSum;
324 static UInt32 * Hc_GetMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
328 son[_cyclicBufferPos] = curMatch;
336 curMatch = son[_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)];
355 UInt32 * GetMatchesSpec1(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
359 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1;
360 CLzRef *ptr1 = son + (_cyclicBufferPos << 1);
371 CLzRef *pair = son + ((_cyclicBufferPos - delta + ((delta > _cyclicBufferPos) ? _cyclicBufferSize : 0)) << 1);
410 static void SkipMatchesSpec(UInt32 lenLimit, UInt32 curMatch, UInt32 pos, const Byte *cur, CLzRef *son,
413 CLzRef *ptr0 = son + (_cyclicBufferPos << 1) + 1; [all...] |
LzFindMt.h | 74 CLzRef *son;
member in struct:_CMatchFinderMt
|
LzFindMt.c | 236 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);
351 pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue,
362 curPos = limit - GetMatchesSpecN(lenLimit, pos, p->buffer, p->son, cyclicBufferPos, p->cyclicBufferSize, p->cutValue,
396 MatchFinder_Normalize3(subValue, p->son, p->cyclicBufferSize * 2);
505 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" +
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | [all...] |
/build/tools/droiddoc/templates-sdk-dev/assets/js/ |
docs.js | [all...] |