Home
last modified time | relevance | path

Searched refs:associations (Results 1 – 25 of 33) sorted by relevance

12

/external/webrtc/modules/rtp_rtcp/source/
Drtp_sequence_number_map_unittest.cc54 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/
DTemplateList.java136 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/
DTODO116 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/
DStmtDataCollectors.td192 for (const GenericSelectionExpr::ConstAssociation Assoc : S->associations()) {
DASTNodeTraverser.h684 for (const auto Assoc : E->associations()) { in VisitGenericSelectionExpr()
DExpr.h5771 association_range associations() { in associations() function
5781 const_association_range associations() const { in associations() function
DRecursiveASTVisitor.h2397 for (const GenericSelectionExpr::Association Assoc : S->associations()) {
/external/python/cpython2/PC/VS7.1/
Dpython.iss21 ; 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/
Dwindows.rst162 | 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/
Dcil_role_statements.md123 …s.md#roleattribute) identifier. Expressions may be used to refine the associations as shown in the…
Dcil_user_statements.md121 …s.md#userattribute) identifier. Expressions may be used to refine the associations as shown in the…
Dcil_type_statements.md152 …s.md#typeattribute) identifier. Expressions may be used to refine the associations as shown in the…
/external/python/cpython3/Tools/msi/
DREADME.txt450 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/
Dmemory-counters.md143 # This is for getting Thread<>Process associations and full process names.
/external/iperf3/docs/
Dinvoking.rst328 Bind SCTP associations to a specific subset of links using
/external/perfetto/docs/concepts/
Dbuffers.md315 Perfetto trace, the latter does capture process<>thread associations from
/external/llvm-project/lldb/docs/use/
Dvariable.rst54 - ``list``: provides a listing of all associations
55 - ``clear``: deletes all associations
/external/ipsec-tools/
DChangeLog493 and updating security associations.
/external/llvm-project/clang/lib/Sema/
DSemaPseudoObject.cpp147 gse->associations()) { in rebuild()
DSemaExprObjC.cpp4562 for (const GenericSelectionExpr::Association assoc : gse->associations()) { in stripARCUnbridgedCast()
/external/llvm-project/clang/lib/AST/
DStmtProfile.cpp1392 S->associations()) { in VisitGenericSelectionExpr()
DStmtPrinter.cpp1315 for (const GenericSelectionExpr::Association Assoc : Node->associations()) { in VisitGenericSelectionExpr()
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIROps.td2833 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/
DREADME688 associations (i.e. starting "script.py" instead of "python script.py"),
/external/wpa_supplicant_8/hostapd/
DChangeLog109 - added option to require MFP for SAE associations

12