Home
last modified time | relevance | path

Searched refs:Prune (Results 1 – 24 of 24) sorted by relevance

/external/tcpdump/tests/
Dpimv2_sm-v.out17 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
Drelts-0x80000000.out2 48.48.48.48 > 48.48.48.48: igmp dvmrp Prune src 48.48.48.48 grp 48.48.48.48 timer 68y5w3h14m8s
Dpimv2-oobr-2.out74 LAN Prune Delay Option (2), length 0, Value: ERROR: Option Length != 4 Bytes (0)
170 LAN Prune Delay Option (2), length 0, Value: ERROR: Option Length != 4 Bytes (0)
266 LAN Prune Delay Option (2), length 0, Value: ERROR: Option Length != 4 Bytes (0)
362 LAN Prune Delay Option (2), length 0, Value: ERROR: Option Length != 4 Bytes (0)
458 LAN Prune Delay Option (2), length 0, Value: ERROR: Option Length != 4 Bytes (0)
554 LAN Prune Delay Option (2), length 0, Value: ERROR: Option Length != 4 Bytes (0)
650 LAN Prune Delay Option (2), length 0, Value: ERROR: Option Length != 4 Bytes (0)
746 LAN Prune Delay Option (2), length 0, Value: ERROR: Option Length != 4 Bytes (0)
842 LAN Prune Delay Option (2), length 0, Value: ERROR: Option Length != 4 Bytes (0)
938 LAN Prune Delay Option (2), length 0, Value: ERROR: Option Length != 4 Bytes (0)
[all …]
Dpimv2_dm-v.out19 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/tensorflow/tensorflow/core/platform/cloud/
Dram_file_block_cache.h61 [this] { Prune(); })); in block_size_()
191 void Prune() LOCKS_EXCLUDED(mu_);
Dram_file_block_cache.cc242 void RamFileBlockCache::Prune() { in Prune() function in tensorflow::RamFileBlockCache
Dram_file_block_cache_test.cc416 TEST(RamFileBlockCacheTest, Prune) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DCompileUnit.cpp33 I.Keep = !I.Prune; in markEverythingAsKept()
DDwarfLinker.cpp262 Info.Prune = InImportedModule; in analyzeContextInfo()
265 Info.Prune &= analyzeContextInfo(Child, MyIdx, CU, CurrentDeclContext, in analyzeContextInfo()
271 Info.Prune &= (DIE.getTag() == dwarf::DW_TAG_module) || in analyzeContextInfo()
275 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset(); in analyzeContextInfo()
277 return Info.Prune; in analyzeContextInfo()
740 Info.Prune = false; in keepDIEAndDependencies()
799 if (ChildInfo.Incomplete || ChildInfo.Prune) in updateIncompleteness()
843 if (MyInfo.Prune) in lookForDIEsToKeep()
DCompileUnit.h74 bool Prune : 1; member
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp195 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/
DFuzzerFlags.def88 FUZZER_FLAG_INT(prune_corpus, 1, "Prune corpus items without new coverage when "
/external/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp1018 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp1052 IterListType Prune; in pruneEmptyLists() local
1055 Prune.push_back(I); in pruneEmptyLists()
1057 for (unsigned i = 0, n = Prune.size(); i < n; ++i) in pruneEmptyLists()
1058 IFMap.erase(Prune[i]); in pruneEmptyLists()
/external/webrtc/webrtc/p2p/base/
Dport.h501 void Prune();
Dp2ptransportchannel_unittest.cc2252 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()
Dp2ptransportchannel.cc1078 conn->Prune(); in PruneConnections()
Dport.cc993 void Connection::Prune() { in Prune() function in cricket::Connection
Dport_unittest.cc1274 conn->Prune(); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/Proposals/
DVectorizationPlan.rst37 Prune sub-optimal VPlans having relatively high cost.
/external/fonttools/
DNEWS.rst339 - [varLib.mutator] Prune fvar nameIDs from instance's name table (#1245).
498 - [post] Prune extra names already in standard Mac set (df1e8c7).
DPKG-INFO756 - [varLib.mutator] Prune fvar nameIDs from instance's name table (#1245).
915 - [post] Prune extra names already in standard Mac set (df1e8c7).
/external/fonttools/Lib/fonttools.egg-info/
DPKG-INFO756 - [varLib.mutator] Prune fvar nameIDs from instance's name table (#1245).
915 - [post] Prune extra names already in standard Mac set (df1e8c7).
/external/python/setuptools/
DCHANGES.rst2031 * Prune revision control directories (e.g .svn) from base path