Home
last modified time | relevance | path

Searched refs:Chaining (Results 1 – 21 of 21) sorted by relevance

/external/v8/test/webkit/fast/js/
DPromise-resolve-with-itself-expected.txt6 PASS result is "TypeError: Chaining cycle detected for promise #<Promise>"
/external/chromium-trace/catapult/docs/
Dpromises-vs-tasks.md19 Chaining operations is similar:
/external/clang/include/clang/AST/
DDecl.h2505 NamedDecl **Chaining; variable
2511 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH), ChainingSize(CHS) {} in IndirectFieldDecl()
2524 chain_iterator chain_begin() const { return chain_iterator(Chaining); } in chain_begin()
2526 return chain_iterator(Chaining + ChainingSize); in chain_end()
2533 return cast<FieldDecl>(Chaining[ChainingSize - 1]); in getAnonField()
/external/llvm/test/Transforms/LoopStrengthReduce/X86/
Divchain-X86.ll6 ; @simple is the most basic chain of address induction variables. Chaining
/external/libogg/doc/
Drfc3533.txt233 "Chaining"). Grouping defines how to interleave several logical
237 bitstreams. Chaining on the other hand, is defined to provide a
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/
Divchain-ARM.ll4 ; @simple is the most basic chain of address induction variables. Chaining
/external/icu/icu4c/source/data/brkitr/
Dline_fi.txt204 # Chaining is disabled with CM because it causes other failures,
Dline_normal_fi.txt205 # Chaining is disabled with CM because it causes other failures,
Dline.txt199 # Chaining is disabled with CM because it causes other failures,
Dline_normal.txt202 # Chaining is disabled with CM because it causes other failures,
Dline_loose_fi.txt209 # Chaining is disabled with CM because it causes other failures,
Dline_normal_cj.txt209 # Chaining is disabled with CM because it causes other failures,
Dline_loose.txt208 # Chaining is disabled with CM because it causes other failures,
Dline_loose_cj.txt227 # Chaining is disabled with CM because it causes other failures,
/external/clang/lib/Sema/
DSemaDecl.cpp4003 SmallVectorImpl<NamedDecl *> &Chaining, in InjectAnonymousStructOrUnionMembers() argument
4026 unsigned OldChainingSize = Chaining.size(); in InjectAnonymousStructOrUnionMembers()
4028 Chaining.append(IF->chain_begin(), IF->chain_end()); in InjectAnonymousStructOrUnionMembers()
4030 Chaining.push_back(VD); in InjectAnonymousStructOrUnionMembers()
4032 assert(Chaining.size() >= 2); in InjectAnonymousStructOrUnionMembers()
4034 new (SemaRef.Context)NamedDecl*[Chaining.size()]; in InjectAnonymousStructOrUnionMembers()
4035 for (unsigned i = 0; i < Chaining.size(); i++) in InjectAnonymousStructOrUnionMembers()
4036 NamedChain[i] = Chaining[i]; in InjectAnonymousStructOrUnionMembers()
4040 VD->getType(), NamedChain, Chaining.size()); in InjectAnonymousStructOrUnionMembers()
4052 Chaining.resize(OldChainingSize); in InjectAnonymousStructOrUnionMembers()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1146 FD->Chaining = new (Reader.getContext())NamedDecl*[FD->ChainingSize]; in VisitIndirectFieldDecl()
1149 FD->Chaining[I] = ReadDeclAs<NamedDecl>(Record, Idx); in VisitIndirectFieldDecl()
/external/tpm2/generator/
Draw_commands_fixed.txt665 Table 55 — Symmetric Chaining Process .............................................................…
9984 Table 55 — Symmetric Chaining Process
9988 Chaining process
10020 For Cipher Block Chaining (CBC), a block of ciphertext is XORed with the next plaintext
Draw_commands.txt665 Table 55 — Symmetric Chaining Process .............................................................…
9973 Table 55 — Symmetric Chaining Process
9977 Chaining process
10009 For Cipher Block Chaining (CBC), a block of ciphertext is XORed with the next plaintext
Draw_structures_fixed.txt3048 Cipher Block Chaining mode – if implemented, all
Draw_structures.txt3057 Cipher Block Chaining mode – if implemented, all
/external/tpm2/
Dpart3.txt347 Table 55 — Symmetric Chaining Process .............................................................…
5780 Table 55 — Symmetric Chaining Process
5781 Mode Chaining process
5802 TPM_ALG_CBC For Cipher Block Chaining (CBC), a block of ciphertext is XORed with the next …