Searched refs:create_config (Results 1 – 9 of 9) sorted by relevance
16 fn create_config() -> Config { in create_config() function46 let config = create_config(); in test_initialize_encode_session()57 let config = create_config(); in test_encode_and_get_buffer_back()90 let config = create_config(); in test_use_output_buffer_and_get_buffer_back()
269 static alts_handshaker_client_test_config* create_config() { in create_config() function298 alts_handshaker_client_test_config* config = create_config(); in schedule_request_invalid_arg_test()339 alts_handshaker_client_test_config* config = create_config(); in schedule_request_success_test()372 alts_handshaker_client_test_config* config = create_config(); in schedule_request_grpc_call_failure_test()
300 pub fn create_config( in create_config() method
121 let config = display.create_config(attrs, profile, entrypoint).unwrap(); in libva_utils_mpeg2vldemo()
301 def create_config(self, base_config, obj): member in SharedObjectSavingScope338 return _shared_object_saving_scope().create_config(base_config, obj)
2020 fn create_config(test_dir: &TempDir) -> Config { in create_config() function2038 create_config(&TempDir::new().expect("Could not create temporary directory!")); in setup_vm_components_panics_when_no_kernel_provided()2046 let mut config = create_config(&tempdir); in setup_vm_components_stores_memory_in_bytes()2055 let mut config = create_config(&tempdir); in setup_vm_components_fails_when_memory_too_large()
554 static std::optional<Config> create_config(const SkCommandLineConfig* config) { in create_config() function686 if (std::optional<Config> config = create_config(array[i].get())) { in create_configs()
331 display.create_config(attrs, va_profile, libva::VAEntrypoint::VAEntrypointVLD)?; in open()
204 let mut config = display.create_config( in get_raw_caps()