Home
last modified time | relevance | path

Searched defs:to_entry (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dswapfs.c202 void ext2fs_swap_ext_attr_entry(struct ext2_ext_attr_entry *to_entry, in ext2fs_swap_ext_attr_entry()
217 struct ext2_ext_attr_entry *from_entry, *to_entry; in ext2fs_swap_ext_attr() local
/external/cronet/tot/base/trace_event/
Dmemory_allocator_dump_unittest.cc148 MemoryAllocatorDump::Entry to_entry = std::move(from_entry); in TEST() local
/external/libchrome/base/trace_event/
Dmemory_allocator_dump_unittest.cc150 MemoryAllocatorDump::Entry to_entry = std::move(from_entry); in TEST() local
/external/cronet/stable/base/trace_event/
Dmemory_allocator_dump_unittest.cc148 MemoryAllocatorDump::Entry to_entry = std::move(from_entry); in TEST() local
/external/pytorch/test/benchmark_utils/
Dtest_benchmark_utils.py53 def to_entry(fn_counts): function