Home
last modified time | relevance | path

Searched defs:ddir (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/icing/icing/
H A Dicing-search-engine_benchmark.cc211 DestructibleDirectory ddir(filesystem, test_dir); in BM_IndexLatency() local
251 DestructibleDirectory ddir(filesystem, test_dir); in BM_QueryLatency() local
298 DestructibleDirectory ddir(filesystem, test_dir); in BM_IndexThroughput() local
364 DestructibleDirectory ddir(filesystem, test_dir); in BM_MutlipleIndices() local
492 DestructibleDirectory ddir(filesystem, test_dir); in BM_SearchNoStackOverflow() local
558 DestructibleDirectory ddir(filesystem, test_dir); in BM_RepeatedPut() local
608 DestructibleDirectory ddir(filesystem, test_dir); in BM_Put() local
643 DestructibleDirectory ddir(filesystem, test_dir); in BM_Get() local
680 DestructibleDirectory ddir(filesystem, test_dir); in BM_Delete() local
720 DestructibleDirectory ddir(filesystem, test_dir); in BM_PutMaxAllowedDocuments() local
[all …]
H A Dicing-search-engine_flush_benchmark.cc143 DestructibleDirectory ddir(filesystem, test_dir); in BM_FlushBenchmark() local
/aosp_15_r20/external/icing/icing/store/
H A Ddocument-store_benchmark.cc151 DestructibleDirectory ddir(filesystem, directory); in BM_DoesDocumentExistBenchmark() local
194 DestructibleDirectory ddir(filesystem, directory); in BM_Put() local
224 DestructibleDirectory ddir(filesystem, directory); in BM_GetSameDocument() local
252 DestructibleDirectory ddir(filesystem, directory); in BM_Delete() local
292 DestructibleDirectory ddir(filesystem, directory); in BM_Create() local
308 DestructibleDirectory ddir(filesystem, directory); in BM_Create() local
326 DestructibleDirectory ddir(filesystem, directory); in BM_UpdateChecksum() local
H A Dkey-mapper_benchmark.cc114 DestructibleDirectory ddir(&benchmark.filesystem, benchmark.base_dir); in BM_PutMany() local
172 DestructibleDirectory ddir(&benchmark.filesystem, benchmark.base_dir); in BM_Put() local
213 DestructibleDirectory ddir(&benchmark.filesystem, benchmark.base_dir); in BM_Get() local
268 DestructibleDirectory ddir(&benchmark.filesystem, benchmark.base_dir); in BM_Iterator() local
/aosp_15_r20/external/python/cpython2/Lib/
Dcompileall.py21 def compile_dir(dir, maxlevels=10, ddir=None, argument
61 def compile_file(fullname, ddir=None, force=0, rx=None, quiet=0): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dcompileall.py48 def compile_dir(dir, maxlevels=None, ddir=None, force=False, argument
125 def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dcompileall.py48 def compile_dir(dir, maxlevels=None, ddir=None, force=False, argument
125 def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dcompileall.py48 def compile_dir(dir, maxlevels=None, ddir=None, force=False, argument
125 def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dcompileall.py48 def compile_dir(dir, maxlevels=None, ddir=None, force=False, argument
125 def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, argument
/aosp_15_r20/external/python/cpython3/Lib/
Dcompileall.py48 def compile_dir(dir, maxlevels=None, ddir=None, force=False, argument
125 def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dcompileall.py48 def compile_dir(dir, maxlevels=None, ddir=None, force=False, argument
125 def compile_file(fullname, ddir=None, force=False, rx=None, quiet=0, argument
/aosp_15_r20/external/icing/icing/index/numeric/
H A Dinteger-index-storage_benchmark.cc268 DestructibleDirectory ddir(&benchmark.filesystem, benchmark.working_path); in BM_ExactQuery() local
347 DestructibleDirectory ddir(&benchmark.filesystem, benchmark.working_path); in BM_RangeQueryAll() local
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_compileall.py299 def _test_ddir_only(self, *, ddir, parallel=True): argument