| /external/federated-compute/fcp/demo/ |
| D | test_utils_test.py | 14 """Tests for test_utils.""" 20 from fcp.demo import test_utils 26 checkpoint = test_utils.create_checkpoint({ 32 test_utils.read_tensor_from_checkpoint(checkpoint, 'int', tf.int32), 3) 34 test_utils.read_tensor_from_checkpoint(checkpoint, 'str', tf.string), 37 test_utils.read_tensor_from_checkpoint(checkpoint, 'list', 41 checkpoint = test_utils.create_checkpoint({'int': 3}) 43 test_utils.read_tensor_from_checkpoint(checkpoint, 'str', tf.string) 46 checkpoint = test_utils.create_checkpoint({'int': 3}) 48 test_utils.read_tensor_from_checkpoint(checkpoint, 'int', tf.string)
|
| D | BUILD | 60 ":test_utils", 82 ":test_utils", 154 ":test_utils", 258 ":test_utils", 290 ":test_utils", 326 name = "test_utils", 328 srcs = ["test_utils.py"], 337 deps = [":test_utils"],
|
| /external/oss-fuzz/infra/build/functions/ |
| D | build_project_test.py | 30 import test_utils 44 return_value=test_utils.FAKE_DATETIME) 56 self.fs.create_dir(test_utils.PROJECT_DIR) 57 test_utils.create_project_data(test_utils.PROJECT, project_yaml_contents) 59 expected_build_steps_file_path = test_utils.get_test_data_file_path( 67 test_utils.PROJECT) 68 build_steps = build_project.get_build_steps(test_utils.PROJECT, 70 test_utils.IMAGE_PROJECT, 71 test_utils.BASE_IMAGES_PROJECT,
|
| D | build_and_run_coverage_test.py | 31 import test_utils 49 return_value=test_utils.FAKE_DATETIME) 59 self.fs.create_dir(test_utils.PROJECT_DIR) 60 test_utils.create_project_data(test_utils.PROJECT, project_yaml_contents) 62 expected_build_steps_file_path = test_utils.get_test_data_file_path( 70 test_utils.PROJECT) 72 test_utils.PROJECT, project_yaml, dockerfile, test_utils.IMAGE_PROJECT, 73 test_utils.BASE_IMAGES_PROJECT, config)
|
| D | update_build_status_test.py | 30 import test_utils 143 cls.ds_emulator = test_utils.start_datastore_emulator() 144 test_utils.wait_for_emulator_ready(cls.ds_emulator, 'datastore', 145 test_utils.DATASTORE_READY_INDICATOR) 146 test_utils.set_gcp_environment() 149 test_utils.reset_ds_emulator() 211 test_utils.cleanup_emulator(cls.ds_emulator) 219 cls.ds_emulator = test_utils.start_datastore_emulator() 220 test_utils.wait_for_emulator_ready(cls.ds_emulator, 'datastore', 221 test_utils.DATASTORE_READY_INDICATOR) [all …]
|
| D | request_build_test.py | 28 import test_utils 38 cls.ds_emulator = test_utils.start_datastore_emulator() 39 test_utils.wait_for_emulator_ready(cls.ds_emulator, 'datastore', 40 test_utils.DATASTORE_READY_INDICATOR) 41 test_utils.set_gcp_environment() 44 test_utils.reset_ds_emulator() 84 test_utils.cleanup_emulator(cls.ds_emulator)
|
| /external/angle/src/tests/ |
| D | angle_perftests.gni | 39 "test_utils/ANGLETest.cpp", 40 "test_utils/ANGLETest.h", 41 "test_utils/MultiviewTest.cpp", 42 "test_utils/MultiviewTest.h", 43 "test_utils/draw_call_perf_utils.cpp", 44 "test_utils/draw_call_perf_utils.h", 63 "test_utils/third_party/vulkan_command_buffer_utils.cpp", 64 "test_utils/third_party/vulkan_command_buffer_utils.h",
|
| D | angle_unittests.gni | 83 "test_utils/ShaderExtensionTest.h", 84 "test_utils/angle_test_instantiate.h", 85 "test_utils/compiler_test.cpp", 86 "test_utils/compiler_test.h", 150 "test_utils/ConstantFoldingTest.cpp", 151 "test_utils/ConstantFoldingTest.h", 152 "test_utils/ShaderCompileTreeTest.cpp", 153 "test_utils/ShaderCompileTreeTest.h", 183 angle_unittests_sources += [ "test_utils/runner/TestSuite_unittest.cpp" ]
|
| D | BUILD.gn | 30 "test_utils/runner/android/java/src/com/android/angle/test/AngleNativeTest.java", 31 "test_utils/runner/android/java/src/com/android/angle/test/AngleUnitTestActivity.java", 32 "test_utils/runner/android/java/src/com/android/angle/test/TestStatusReporter.java", 43 sources = [ "test_utils/runner/android/AngleNativeTest.cpp" ] 52 "test_utils/angle_test_instantiate.h", 53 "test_utils/runner/TestSuite_unittest.cpp", 126 "test_utils/MultiThreadSteps.cpp", 127 "test_utils/MultiThreadSteps.h", 128 "test_utils/RenderDoc.cpp", 129 "test_utils/RenderDoc.h", [all …]
|
| /external/python/cpython3/Lib/test/test_asyncio/ |
| D | test_sslproto.py | 18 from test.test_asyncio import utils as test_utils unknown 27 class SslProtoHandshakeTests(test_utils.TestCase): 35 sslcontext = test_utils.dummy_ssl_context() 56 sslcontext = test_utils.dummy_ssl_context() 64 sslcontext = test_utils.dummy_ssl_context() 79 test_utils.run_briefly(self.loop) 107 test_utils.run_briefly(self.loop) 119 test_utils.run_briefly(self.loop) 226 server_context = test_utils.simple_server_sslcontext() 227 client_context = test_utils.simple_client_sslcontext() [all …]
|
| D | test_ssl.py | 21 from test.test_asyncio import utils as test_utils unknown 77 class TestSSL(test_utils.TestCase): 91 test_utils.run_briefly(self.loop) 203 test_utils.ONLYCERT, test_utils.ONLYKEY 299 test_utils.ONLYCERT, 300 test_utils.ONLYKEY 425 test_utils.ONLYCERT, 426 test_utils.ONLYKEY 460 client_sslctx = test_utils.simple_client_sslcontext() 504 client_sslctx = test_utils.simple_client_sslcontext() [all …]
|
| D | test_events.py | 34 from test.test_asyncio import utils as test_utils unknown 271 test_utils.run_briefly(self.loop) 416 test_utils.run_until(self.loop, lambda: len(bytes_read) >= 3) 418 test_utils.run_until(self.loop, lambda: len(bytes_read) >= 6) 479 test_utils.run_until(self.loop, lambda: caught) 539 with test_utils.run_test_server() as httpd: 550 with test_utils.run_test_unix_server() as httpd: 601 conn_fut = create_connection(ssl=test_utils.dummy_ssl_context()) 615 return test_utils.dummy_ssl_context() 630 with test_utils.disable_logger(): [all …]
|
| D | test_sock_lowlevel.py | 9 from test.test_asyncio import utils as test_utils unknown 69 test_utils.run_briefly(self.loop) 129 with test_utils.run_test_server() as httpd: 257 with test_utils.run_test_server() as httpd: 324 with test_utils.run_test_server() as httpd: 379 with test_utils.run_test_server() as httpd: 395 with test_utils.run_udp_echo_server() as server_address: 422 with test_utils.run_udp_echo_server() as server_address: 452 with test_utils.run_udp_echo_server() as server_address: 458 with test_utils.run_test_unix_server() as httpd: [all …]
|
| D | test_tasks.py | 22 from test.test_asyncio import utils as test_utils unknown 334 filename, lineno = test_utils.get_function_source(notmuch) 408 test_utils.run_briefly(self.loop) 811 test_utils.run_briefly(self.loop) # start coro 827 test_utils.run_briefly(self.loop) # start task 842 test_utils.run_briefly(self.loop) 866 test_utils.run_briefly(self.loop) 869 test_utils.run_briefly(self.loop) 892 test_utils.run_briefly(self.loop) 895 test_utils.run_briefly(self.loop) [all …]
|
| D | test_subprocess.py | 12 from test.test_asyncio import utils as test_utils unknown 46 class SubprocessTransportTests(test_utils.TestCase): 280 with test_utils.disable_logger(): 490 with test_utils.disable_logger(): 508 with test_utils.disable_logger(): 510 test_utils.run_briefly(self.loop) 534 with test_utils.disable_logger(): 547 test_utils.run_briefly(self.loop) 570 with test_utils.disable_logger(): 572 test_utils.run_briefly(self.loop) [all …]
|
| /external/python/apitools/apitools/gen/ |
| D | gen_client_test.py | 22 from apitools.gen import test_utils 38 with test_utils.CaptureOutput() as (_, err): 45 with test_utils.TempDir() as tmp_dir_path: 60 with test_utils.TempDir() as tmp_dir_path: 82 with test_utils.TempDir() as tmp_dir_path: 97 with test_utils.TempDir() as tmp_dir_path: 112 with test_utils.TempDir() as tmp_dir_path: 126 with test_utils.TempDir() as tmp_dir_path:
|
| /external/pigweed/pw_rpc/ |
| D | CMakeLists.txt | 239 pw_add_library(pw_rpc.test_utils INTERFACE 245 public/pw_rpc/internal/test_utils.h 312 pw_rpc.test_utils 323 pw_rpc.test_utils 371 pw_rpc.test_utils 383 pw_rpc.test_utils 396 pw_rpc.test_utils 406 pw_rpc.test_utils
|
| /external/libgav1/src/dsp/arm/ |
| D | common_neon_test.cc | 64 EXPECT_TRUE(test_utils::CompareBlocks(expected_transpose_[0], output_4x4[0], in TEST_F() 79 EXPECT_TRUE(test_utils::CompareBlocks(expected_transpose_[0], output_8x4[0], in TEST_F() 93 EXPECT_TRUE(test_utils::CompareBlocks(expected_transpose_[0], output_8x8[0], in TEST_F() 108 EXPECT_TRUE(test_utils::CompareBlocks(expected_transpose_[0], output_16x8[0], in TEST_F() 125 EXPECT_TRUE(test_utils::CompareBlocks(expected_transpose_[0], output_4x4[0], in TEST_F() 141 EXPECT_TRUE(test_utils::CompareBlocks(expected_transpose_[0], output_4x8[0], in TEST_F() 165 EXPECT_TRUE(test_utils::CompareBlocks(expected_output[0], output_4x8[0], 8, 4, in TEST_F() 179 EXPECT_TRUE(test_utils::CompareBlocks(expected_transpose_[0], output_8x8[0], in TEST_F() 193 EXPECT_TRUE(test_utils::CompareBlocks(expected_transpose_[0], output_8x8[0], in TEST_F()
|
| /external/skia/infra/bots/ |
| D | zip_utils_test.py | 14 import test_utils 24 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input')) 40 test_utils.compare_trees(self, 'input', 'output') 45 fw = test_utils.FileWriter(os.path.join(os.getcwd(), 'input')) 65 test_utils.compare_trees(self, 'input', 'output')
|
| /external/pigweed/pw_rpc/raw/ |
| D | CMakeLists.txt | 60 pw_rpc.test_utils 83 pw_rpc.test_utils 110 pw_rpc.test_utils 122 pw_rpc.test_utils 135 pw_rpc.test_utils
|
| /external/pigweed/pw_rpc/pwpb/ |
| D | CMakeLists.txt | 77 pw_rpc.test_utils 147 pw_rpc.test_utils 210 pw_rpc.test_utils 248 pw_rpc.test_utils 260 pw_rpc.test_utils 274 pw_rpc.test_utils 287 pw_rpc.test_utils
|
| D | BUILD.gn | 88 "..:test_utils", 178 "..:test_utils", 228 "..:test_utils", 257 "..:test_utils", 266 "..:test_utils", 276 "..:test_utils", 287 "..:test_utils",
|
| /external/pigweed/pw_rpc/nanopb/ |
| D | CMakeLists.txt | 83 pw_rpc.test_utils 152 pw_rpc.test_utils 215 pw_rpc.test_utils 241 pw_rpc.test_utils 253 pw_rpc.test_utils 266 pw_rpc.test_utils 280 pw_rpc.test_utils
|
| /external/libgav1/examples/ |
| D | file_reader_test.cc | 44 test_utils::GetTestInputFilePath("ivf-signature-only"); in TEST() 52 test_utils::GetTestInputFilePath("five-frames.ivf"), in TEST() 53 test_utils::GetTestInputFilePath("ivf-header-and-truncated-frame-header"), in TEST() 54 test_utils::GetTestInputFilePath("ivf-header-only"), in TEST() 55 test_utils::GetTestInputFilePath("one-frame-truncated.ivf"), in TEST() 56 test_utils::GetTestInputFilePath("one-frame.ivf"), in TEST()
|
| /external/pigweed/pw_log_rpc/ |
| D | CMakeLists.txt | 134 pw_add_library(pw_log_rpc.test_utils STATIC 136 pw_log_rpc_private/test_utils.h 144 test_utils.cc 162 pw_log_rpc.test_utils 219 pw_log_rpc.test_utils
|