/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sequence_number_map_unittest.cc | 54 const std::vector<Association>& associations) { in VerifyAssociations() argument 55 return VerifyAssociations(uut, associations.begin(), associations.end()); in VerifyAssociations() 97 std::vector<Association> associations; in ProduceRandomAssociationSequence() local 98 associations.reserve(association_count); in ProduceRandomAssociationSequence() 101 return associations; in ProduceRandomAssociationSequence() 104 associations.emplace_back( in ProduceRandomAssociationSequence() 110 associations[i - 1].sequence_number + random_.Rand(1, 100); in ProduceRandomAssociationSequence() 112 AheadOf(sequence_number, associations[0].sequence_number)); in ProduceRandomAssociationSequence() 115 associations[i - 1].info.timestamp + random_.Rand(1, 10000); in ProduceRandomAssociationSequence() 117 associations.emplace_back( in ProduceRandomAssociationSequence() [all …]
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | TemplateList.java | 136 Enumeration associations = m_patternTable.elements(); in dumpAssociationTables() local 138 while (associations.hasMoreElements()) in dumpAssociationTables() 141 (TemplateSubPatternAssociation) associations.nextElement(); in dumpAssociationTables() 184 Enumeration associations = m_patternTable.elements(); in compose() local 186 while (associations.hasMoreElements()) in compose() 189 (TemplateSubPatternAssociation) associations.nextElement(); in compose()
|
/external/ipsec-tools/src/racoon/ |
D | TODO | 116 o Reboot recovery (peer reboot losing it's security associations) 119 - End-to-End transport long lived security associations 121 - End-to-GW tunnel long lived security associations
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtDataCollectors.td | 192 for (const GenericSelectionExpr::ConstAssociation Assoc : S->associations()) {
|
D | ASTNodeTraverser.h | 684 for (const auto Assoc : E->associations()) { in VisitGenericSelectionExpr()
|
D | Expr.h | 5771 association_range associations() { in associations() function 5781 const_association_range associations() const { in associations() function
|
D | RecursiveASTVisitor.h | 2397 for (const GenericSelectionExpr::Association Assoc : S->associations()) {
|
/external/python/cpython2/PC/VS7.1/ |
D | python.iss | 21 ; associations (if any). Wise did. This will make life 99 Name: extensions; Description: Register file associations (.py, .pyw, .pyc, .pyo); Components: main…
|
/external/python/cpython3/Doc/using/ |
D | windows.rst | 162 | AssociateFiles | Create file associations if the | 1 | 224 (Note that omitting the launcher also omits file associations, and is only 448 associations behave properly. In most cases, a custom launcher should simply be 455 running Python processes or file associations. 762 From file associations
|
/external/selinux/secilc/docs/ |
D | cil_role_statements.md | 123 …s.md#roleattribute) identifier. Expressions may be used to refine the associations as shown in the…
|
D | cil_user_statements.md | 121 …s.md#userattribute) identifier. Expressions may be used to refine the associations as shown in the…
|
D | cil_type_statements.md | 152 …s.md#typeattribute) identifier. Expressions may be used to refine the associations as shown in the…
|
/external/python/cpython3/Tools/msi/ |
D | README.txt | 450 directory. File associations are also created for .py, .pyw, .pyc and 510 When installed, file associations are created for .py, .pyc and .pyo
|
/external/perfetto/docs/data-sources/ |
D | memory-counters.md | 143 # This is for getting Thread<>Process associations and full process names.
|
/external/iperf3/docs/ |
D | invoking.rst | 328 Bind SCTP associations to a specific subset of links using
|
/external/perfetto/docs/concepts/ |
D | buffers.md | 315 Perfetto trace, the latter does capture process<>thread associations from
|
/external/llvm-project/lldb/docs/use/ |
D | variable.rst | 54 - ``list``: provides a listing of all associations 55 - ``clear``: deletes all associations
|
/external/ipsec-tools/ |
D | ChangeLog | 493 and updating security associations.
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaPseudoObject.cpp | 147 gse->associations()) { in rebuild()
|
D | SemaExprObjC.cpp | 4562 for (const GenericSelectionExpr::Association assoc : gse->associations()) { in stripARCUnbridgedCast()
|
/external/llvm-project/clang/lib/AST/ |
D | StmtProfile.cpp | 1392 S->associations()) { in VisitGenericSelectionExpr()
|
D | StmtPrinter.cpp | 1315 for (const GenericSelectionExpr::Association Assoc : Node->associations()) { in VisitGenericSelectionExpr()
|
/external/llvm-project/flang/include/flang/Optimizer/Dialect/ |
D | FIROps.td | 2833 A dispatch table is an untyped symbol that contains a list of associations 2836 The ordering of associations in the map is determined by the front-end.
|
/external/python/cpython2/ |
D | README | 688 associations (i.e. starting "script.py" instead of "python script.py"),
|
/external/wpa_supplicant_8/hostapd/ |
D | ChangeLog | 109 - added option to require MFP for SAE associations
|