Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/
Dprune_unused_nodes.pbtxt3 # Verify that an unused Node (here named "Prune") isn't converted when we
6 # CHECK-NOT: Prune
10 name: "Prune"
/external/javassist/src/test/test2/
DPrune.java3 public class Prune extends java.awt.Point implements Cloneable, Runnable { class
8 public Prune(int i) { in Prune() method in Prune
/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.h62 [this] { Prune(); })); in block_size_()
192 void Prune() TF_LOCKS_EXCLUDED(mu_);
Dram_file_block_cache.cc252 void RamFileBlockCache::Prune() { in Prune() function in tensorflow::RamFileBlockCache
/external/tensorflow/tensorflow/core/lib/io/
Dcache.cc178 void Prune();
336 void LRUCache::Prune() { in Prune() function in tensorflow::table::__anon27b9c5620111::LRUCache
395 void Prune() override { in Prune() function in tensorflow::table::__anon27b9c5620111::ShardedLRUCache
397 shard_[s].Prune(); in Prune()
Dcache_test.cc216 TEST_F(CacheTest, Prune) { in TEST_F() argument
222 cache_->Prune(); in TEST_F()
Dcache.h106 virtual void Prune() {} in Prune() function
/external/tensorflow/tensorflow/c/experimental/filesystem/plugins/gcs/
Dram_file_block_cache.h135 ram_file_block_cache->Prune(); in PruneThread()
208 void Prune() ABSL_LOCKS_EXCLUDED(mu_);
Dram_file_block_cache.cc258 void RamFileBlockCache::Prune() { in Prune() function in tf_gcs_filesystem::RamFileBlockCache
/external/webrtc/p2p/client/
Dbasic_port_allocator.h192 void Prune() { in Prune() function
195 port()->Prune(); in Prune()
Dbasic_port_allocator.cc1018 newly_pairable_port_data->Prune(); in PruneNewlyPairableTurnPort()
1046 data.Prune(); in PruneTurnPorts()
1062 data.Prune(); in PruneAllPorts()
1201 data->Prune(); in PrunePortsAndRemoveCandidates()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp285 Info.Prune &= (Die.getTag() == dwarf::DW_TAG_module) || in updatePruning()
292 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset(); in updatePruning()
294 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset() > 0 && in updatePruning()
297 return Info.Prune; in updatePruning()
303 Info.Prune &= ChildInfo.Prune; in updateChildPruning()
379 Info.Prune = Current.InImportedModule; in analyzeContextInfo()
392 return CU.getInfo(DIE).Prune; in analyzeContextInfo()
601 if (ChildInfo.Incomplete || ChildInfo.Prune) in updateChildIncompleteness()
710 Info.Prune = false; in lookForRefDIEsToKeep()
808 if (MyInfo.Prune) in lookForDIEsToKeep()
DDWARFLinkerCompileUnit.cpp47 I.Keep = !I.Prune; in markEverythingAsKept()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp39 I.Keep = !I.Prune; in markEverythingAsKept()
/external/webrtc/p2p/base/
Dfake_port_allocator.h145 void PruneAllPorts() override { port_->Prune(); } in PruneAllPorts()
Dconnection.h176 void Prune();
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h73 bool Prune : 1; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h73 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonGenInsert.cpp1056 IterListType Prune; in pruneEmptyLists() local
1059 Prune.push_back(I); in pruneEmptyLists()
1061 for (unsigned i = 0, n = Prune.size(); i < n; ++i) in pruneEmptyLists()
1062 IFMap.erase(Prune[i]); in pruneEmptyLists()

12