Searched defs:Questions (Results 1 – 7 of 7) sorted by relevance
/external/openscreen/osp/impl/discovery/mdns/ |
D | mdns_responder_adapter_impl.h | 94 struct Questions { struct 95 std::map<DomainName, DNSQuestion, DomainNameComparator> a; 96 std::map<DomainName, DNSQuestion, DomainNameComparator> aaaa; 97 std::map<DomainName, DNSQuestion, DomainNameComparator> ptr; 98 std::map<DomainName, DNSQuestion, DomainNameComparator> srv; 99 std::map<DomainName, DNSQuestion, DomainNameComparator> txt;
|
/external/llvm-project/mlir/docs/ |
D | ShapeInference.md | 242 #### What about ODS specifications of operations? 251 #### Why not extract the shape function from reference implementation? 257 #### How/in what language will the shape functions be authored? 262 #### What shape inference approach is being suggested here?
|
/external/llvm/docs/ |
D | CodeOfConduct.rst | 110 .. _Django Project: https://www.djangoproject.com/conduct/ 111 .. _Speak Up! project: http://speakup.io/coc.html
|
/external/llvm-project/llvm/docs/ |
D | CodeOfConduct.rst | 110 .. _Django Project: https://www.djangoproject.com/conduct/ 111 .. _Speak Up! project: http://speakup.io/coc.html
|
/external/llvm-project/llvm/docs/Proposals/ |
D | GitHubMove.rst | 261 Read-only sub-project mirrors 268 Read/write SVN bridge
|
/external/scapy/ |
D | CONTRIBUTING.md | 33 ### Questions subsection
|
/external/mdnsresponder/mDNSCore/ |
D | mDNSEmbeddedAPI.h | 1851 DNSQuestion *Questions; // List of all registered questions, active and inactive member
|