/external/perfetto/include/perfetto/base/ |
D | temp_file.h | 57 class TempDir { 59 static TempDir Create(); 61 TempDir(TempDir&&) noexcept; 62 TempDir& operator=(TempDir&&); 63 ~TempDir(); 68 TempDir(); 69 TempDir(const TempDir&) = delete; 70 TempDir& operator=(const TempDir&) = delete;
|
/external/perfetto/src/base/ |
D | temp_file.cc | 77 TempDir TempDir::Create() { in Create() 78 TempDir temp_dir; in Create() 85 TempDir::TempDir() = default; 87 TempDir::~TempDir() { in ~TempDir()
|
D | temp_file_unittest.cc | 103 TEST(TempFileTest, TempDir) { in TEST() argument 106 TempDir td = TempDir::Create(); in TEST()
|
/external/python/apitools/apitools/gen/ |
D | gen_client_test.py | 47 with test_utils.TempDir() as tmp_dir_path: 64 with test_utils.TempDir() as tmp_dir_path: 88 with test_utils.TempDir() as tmp_dir_path: 104 with test_utils.TempDir() as tmp_dir_path: 120 with test_utils.TempDir() as tmp_dir_path: 135 with test_utils.TempDir() as tmp_dir_path:
|
D | test_utils.py | 36 def TempDir(change_to=False): function
|
D | client_generation_test.py | 47 with test_utils.TempDir(change_to=True):
|
/external/autotest/site_utils/lxc/ |
D | zygote_unittest.py | 207 with lxc_utils.TempDir() as tmpdir: 245 with lxc_utils.TempDir() as tmpdir, self.createZygote() as zygote0: 259 with lxc_utils.TempDir() as tmpdir, self.createZygote() as zygote: 271 with lxc_utils.TempDir() as tmpdir, self.createZygote() as zygote: 286 with lxc_utils.TempDir() as tmpdir, self.createZygote() as zygote:
|
D | lxc_config_unittest.py | 44 with lxc_utils.TempDir() as tmpdir: 75 with lxc_utils.TempDir() as tmpdir:
|
D | container_unittest.py | 244 with lxc_utils.TempDir() as tmpdir: 263 with lxc_utils.TempDir() as tmpdir, self.createContainer() as container: 275 with lxc_utils.TempDir() as tmpdir, self.createContainer() as container: 287 with lxc_utils.TempDir() as tmpdir, self.createContainer() as container:
|
D | utils.py | 111 def TempDir(*args, **kwargs): function
|
/external/googletest/googletest/include/gtest/internal/custom/ |
D | README.md | 11 * `GTEST_CUSTOM_TEMPDIR_FUNCTION_` - An override for `testing::TempDir()`. See 12 `testing::TempDir` for semantics and signature.
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/custom/ |
D | README.md | 11 * `GTEST_CUSTOM_TEMPDIR_FUNCTION_` - An override for `testing::TempDir()`. See 12 `testing::TempDir` for semantics and signature.
|
/external/syzkaller/syz-hub/state/ |
D | state_test.go | 16 dir, err := ioutil.TempDir("", "syz-hub-state-test") 41 dir, err := ioutil.TempDir("", "syz-hub-state-test")
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 356 SmallString<32> TempDir; in TEST() local 357 path::system_temp_directory(false, TempDir); in TEST() 358 EXPECT_TRUE(!TempDir.empty()); in TEST() 359 TempDir.clear(); in TEST() 360 path::system_temp_directory(true, TempDir); in TEST() 361 EXPECT_TRUE(!TempDir.empty()); in TEST() 379 SmallString<300> TempDir; \ 380 path::system_temp_directory(true, TempDir); \ 381 raw_os_ostream(std::cerr) << TempDir; \
|
/external/syzkaller/pkg/osutil/ |
D | fileutil_test.go | 19 tmp, err := ioutil.TempDir("", "syz")
|
/external/golang-protobuf/protoc-gen-go/ |
D | golden_test.go | 33 workdir, err := ioutil.TempDir("", "proto-test") 225 workdir, err := ioutil.TempDir("", "proto-test")
|
/external/python/apitools/samples/ |
D | uptodate_check_test.py | 45 with test_utils.TempDir() as tmp_dir_path:
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/ |
D | Path.cpp | 380 SmallString<32> TempDir; in TEST() local 381 path::system_temp_directory(false, TempDir); in TEST() 382 EXPECT_TRUE(!TempDir.empty()); in TEST() 383 TempDir.clear(); in TEST() 384 path::system_temp_directory(true, TempDir); in TEST() 385 EXPECT_TRUE(!TempDir.empty()); in TEST() 403 SmallString<300> TempDir; \ 404 path::system_temp_directory(true, TempDir); \ 405 raw_os_ostream(std::cerr) << TempDir; \
|
/external/syzkaller/tools/syz-bisect/ |
D | bisect.go | 52 mgrcfg.Workdir, err = ioutil.TempDir("", "syz-bisect")
|
/external/libchrome/base/files/ |
D | scoped_temp_dir_unittest.cc | 49 TEST(ScopedTempDir, TempDir) { in TEST() argument
|
/external/perfetto/src/perfetto_cmd/ |
D | rate_limiter_unittest.cc | 41 MockRateLimiter() : dir_(base::TempDir::Create()) { in MockRateLimiter() 69 base::TempDir dir_;
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 76 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode() argument 78 if (TempDir.empty()) in saveTempBitcode() 81 auto SaveTempPath = TempDir + llvm::utostr(count) + Suffix; in saveTempBitcode()
|
/external/autotest/venv/skylab_staging/ |
D | swarming.py | 135 with osutils.TempDir() as tempdir:
|
/external/syzkaller/pkg/build/ |
D | linux.go | 81 tempDir, err := ioutil.TempDir("", "syz-build")
|
/external/perfetto/src/traced/probes/ps/ |
D | process_stats_data_source_unittest.cc | 291 auto fake_proc = base::TempDir::Create(); in TEST_F() 367 auto fake_proc = base::TempDir::Create(); in TEST_F()
|