Searched refs:Chaining (Results 1 – 18 of 18) sorted by relevance
/external/v8/test/webkit/fast/js/ |
D | Promise-resolve-with-itself-expected.txt | 6 PASS result is "TypeError: Chaining cycle detected for promise #<Promise>"
|
/external/clang/include/clang/AST/ |
D | Decl.h | 2449 NamedDecl **Chaining; variable 2455 : ValueDecl(IndirectField, DC, L, N, T), Chaining(CH), ChainingSize(CHS) {} in IndirectFieldDecl() 2468 chain_iterator chain_begin() const { return chain_iterator(Chaining); } in chain_begin() 2470 return chain_iterator(Chaining + ChainingSize); in chain_end() 2477 return cast<FieldDecl>(Chaining[ChainingSize - 1]); in getAnonField()
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
D | ivchain-X86.ll | 6 ; @simple is the most basic chain of address induction variables. Chaining
|
/external/libogg/doc/ |
D | rfc3533.txt | 233 "Chaining"). Grouping defines how to interleave several logical 237 bitstreams. Chaining on the other hand, is defined to provide a
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 3825 SmallVectorImpl<NamedDecl *> &Chaining, in InjectAnonymousStructOrUnionMembers() argument 3851 unsigned OldChainingSize = Chaining.size(); in InjectAnonymousStructOrUnionMembers() 3853 Chaining.append(IF->chain_begin(), IF->chain_end()); in InjectAnonymousStructOrUnionMembers() 3855 Chaining.push_back(VD); in InjectAnonymousStructOrUnionMembers() 3857 assert(Chaining.size() >= 2); in InjectAnonymousStructOrUnionMembers() 3859 new (SemaRef.Context)NamedDecl*[Chaining.size()]; in InjectAnonymousStructOrUnionMembers() 3860 for (unsigned i = 0; i < Chaining.size(); i++) in InjectAnonymousStructOrUnionMembers() 3861 NamedChain[i] = Chaining[i]; in InjectAnonymousStructOrUnionMembers() 3865 VD->getType(), NamedChain, Chaining.size()); in InjectAnonymousStructOrUnionMembers() 3877 Chaining.resize(OldChainingSize); in InjectAnonymousStructOrUnionMembers()
|
/external/icu/icu4c/source/data/brkitr/ |
D | line.txt | 199 # Chaining is disabled with CM because it causes other failures,
|
D | line_normal_fi.txt | 205 # Chaining is disabled with CM because it causes other failures,
|
D | line_fi.txt | 204 # Chaining is disabled with CM because it causes other failures,
|
D | line_normal.txt | 202 # Chaining is disabled with CM because it causes other failures,
|
D | line_ja.txt | 196 # Chaining is disabled with CM because it causes other failures,
|
D | line_loose.txt | 208 # Chaining is disabled with CM because it causes other failures,
|
D | line_loose_fi.txt | 209 # Chaining is disabled with CM because it causes other failures,
|
D | line_normal_cj.txt | 209 # Chaining is disabled with CM because it causes other failures,
|
D | line_loose_cj.txt | 227 # Chaining is disabled with CM because it causes other failures,
|
/external/llvm/test/Transforms/LoopStrengthReduce/ARM/ |
D | ivchain-ARM.ll | 4 ; @simple is the most basic chain of address induction variables. Chaining
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1049 FD->Chaining = new (Reader.getContext())NamedDecl*[FD->ChainingSize]; in VisitIndirectFieldDecl() 1052 FD->Chaining[I] = ReadDeclAs<NamedDecl>(Record, Idx); in VisitIndirectFieldDecl()
|
/external/libvncserver/x11vnc/ |
D | README | 370 encrypted (including inside the firewall) see Chaining SSH's. 373 the "Proxy/Gateway" setting in SSVNC (including the Chaining SSH's 3993 automated by Chaining SSH's. 9229 Chaining ssh's: Note that for use of a ssh gateway and -L redirection
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/ |
D | ssvnc.tcl | 2537 Chaining 2 ssh's: One can also do a "double ssh", i.e. a
|