HomeSort by relevance Sort by last modified time
    Searched refs:Prune (Results 1 - 16 of 16) sorted by null

  /external/tensorflow/tensorflow/core/platform/cloud/
ram_file_block_cache.h 61 [this] { Prune(); }));
70 // Destroying pruning_thread_ will block until Prune() receives the above
190 /// Prune the cache by removing files with expired blocks.
191 void Prune() LOCKS_EXCLUDED(mu_);
ram_file_block_cache.cc 242 void RamFileBlockCache::Prune() {
ram_file_block_cache_test.cc 416 TEST(RamFileBlockCacheTest, Prune) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
CompileUnit.cpp 33 I.Keep = !I.Prune;
CompileUnit.h 74 bool Prune : 1;
DwarfLinker.cpp 262 Info.Prune = InImportedModule;
265 Info.Prune &= analyzeContextInfo(Child, MyIdx, CU, CurrentDeclContext,
268 // Prune this DIE if it is either a forward declaration inside a
271 Info.Prune &= (DIE.getTag() == dwarf::DW_TAG_module) ||
274 // Don't prune it if there is no definition for the DIE.
275 Info.Prune &= Info.Ctxt && Info.Ctxt->getCanonicalDIEOffset();
277 return Info.Prune;
740 Info.Prune = false;
799 if (ChildInfo.Incomplete || ChildInfo.Prune)
843 if (MyInfo.Prune)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp     [all...]
  /external/webrtc/webrtc/p2p/base/
port.h 501 void Prune();
p2ptransportchannel_unittest.cc     [all...]
p2ptransportchannel.cc 662 // Now we have selected the best connection, time to prune other existing
    [all...]
port.cc     [all...]
port_unittest.cc     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 195 bool Prune : 1; ///< Is this a pure forward declaration we can strip?
396 I.Keep = !I.Prune;
    [all...]
  /art/dex2oat/linker/
image_writer.cc     [all...]
  /external/syzkaller/pkg/compiler/
check.go 301 // Prune recursion, can happen even on correct tree via opt pointers.
616 return // optional pointers prune recursion

Completed in 712 milliseconds