/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 | relts-0x80000000.out | 2 48.48.48.48 > 48.48.48.48: igmp dvmrp Prune src 48.48.48.48 grp 48.48.48.48 timer 68y5w3h14m8s
|
D | pimv2-oobr-2.out | 74 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 …]
|
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/tensorflow/tensorflow/core/platform/cloud/ |
D | ram_file_block_cache.h | 61 [this] { Prune(); })); in block_size_() 191 void Prune() LOCKS_EXCLUDED(mu_);
|
D | ram_file_block_cache.cc | 242 void RamFileBlockCache::Prune() { in Prune() function in tensorflow::RamFileBlockCache
|
D | ram_file_block_cache_test.cc | 416 TEST(RamFileBlockCacheTest, Prune) { in TEST() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | CompileUnit.cpp | 33 I.Keep = !I.Prune; in markEverythingAsKept()
|
D | DwarfLinker.cpp | 262 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()
|
D | CompileUnit.h | 74 bool Prune : 1; member
|
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenInsert.cpp | 1052 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/ |
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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/Proposals/ |
D | VectorizationPlan.rst | 37 Prune sub-optimal VPlans having relatively high cost.
|
/external/fonttools/ |
D | NEWS.rst | 339 - [varLib.mutator] Prune fvar nameIDs from instance's name table (#1245). 498 - [post] Prune extra names already in standard Mac set (df1e8c7).
|
D | PKG-INFO | 756 - [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/ |
D | PKG-INFO | 756 - [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/ |
D | CHANGES.rst | 2031 * Prune revision control directories (e.g .svn) from base path
|