Searched refs:Prune (Results 1 – 10 of 10) sorted by relevance
/external/tcpdump/tests/ |
D | pimv2_sm-v.out | 17 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13 51 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13 87 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13 121 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13 157 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13 193 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13 227 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13 263 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13 283 Join / Prune, cksum 0x5ae5 (correct), upstream-neighbor: 10.0.0.13
|
D | pimv2_dm-v.out | 19 Join / Prune, cksum 0x8fd8 (correct), upstream-neighbor: 10.0.0.1 127 Join / Prune, cksum 0x8fd8 (correct), upstream-neighbor: 10.0.0.1 221 Join / Prune, cksum 0x8fd8 (correct), upstream-neighbor: 10.0.0.1
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 195 bool Prune : 1; ///< Is this a pure forward declaration we can strip? member 396 I.Keep = !I.Prune; in markEverythingAsKept() 1802 Info.Prune = InImportedModule; in analyzeContextInfo() 1806 Info.Prune &= analyzeContextInfo(Child, MyIdx, CU, CurrentDeclContext, in analyzeContextInfo() 1812 Info.Prune &= (DIE->getTag() == dwarf::DW_TAG_module) || in analyzeContextInfo() 1817 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset(); in analyzeContextInfo() 1819 return Info.Prune; in analyzeContextInfo() 2257 Info.Prune = false; in keepDIEAndDependencies() 2285 if (MyInfo.Prune) in lookForDIEsToKeep()
|
/external/llvm/lib/Fuzzer/ |
D | FuzzerFlags.def | 88 FUZZER_FLAG_INT(prune_corpus, 1, "Prune corpus items without new coverage when "
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 1018 IterListType Prune; in pruneEmptyLists() local 1021 Prune.push_back(I); in pruneEmptyLists() 1023 for (unsigned i = 0, n = Prune.size(); i < n; ++i) in pruneEmptyLists() 1024 IFMap.erase(Prune[i]); in pruneEmptyLists()
|
/external/webrtc/webrtc/p2p/base/ |
D | port.h | 501 void Prune();
|
D | p2ptransportchannel_unittest.cc | 2252 conn1->Prune(); // All connections are pruned. in TEST_F() 2314 conn1->Prune(); in TEST_F() 2327 conn2->Prune(); in TEST_F() 2328 conn3->Prune(); in TEST_F()
|
D | p2ptransportchannel.cc | 1078 conn->Prune(); in PruneConnections()
|
D | port.cc | 993 void Connection::Prune() { in Prune() function in cricket::Connection
|
D | port_unittest.cc | 1274 conn->Prune(); in TEST_F()
|