Home
last modified time | relevance | path

Searched refs:new_options (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/test/core/security/
Dgrpc_alts_credentials_options_test.cc75 grpc_alts_credentials_options* new_options = in test_client_options_api_success() local
77 GPR_ASSERT(get_target_service_account_num(new_options) == in test_client_options_api_success()
80 reinterpret_cast<grpc_alts_credentials_client_options*>(new_options); in test_client_options_api_success()
87 grpc_alts_credentials_options_destroy(new_options); in test_client_options_api_success()
/third_party/grpc/src/core/lib/security/credentials/alts/
Dgrpc_alts_credentials_server_options.cc53 grpc_alts_credentials_options* new_options = in alts_server_options_copy() local
57 &new_options->rpc_versions); in alts_server_options_copy()
58 return new_options; in alts_server_options_copy()
Dgrpc_alts_credentials_client_options.cc88 grpc_alts_credentials_options* new_options = in alts_client_options_copy() local
91 reinterpret_cast<grpc_alts_credentials_client_options*>(new_options); in alts_client_options_copy()
110 &new_options->rpc_versions); in alts_client_options_copy()
111 return new_options; in alts_client_options_copy()
/third_party/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c2924 nir_shader_compiler_options *new_options = ralloc(s, nir_shader_compiler_options); in ntt_fix_nir_options() local
2925 *new_options = *s->options; in ntt_fix_nir_options()
2927 new_options->lower_extract_byte = true; in ntt_fix_nir_options()
2928 new_options->lower_extract_word = true; in ntt_fix_nir_options()
2929 new_options->lower_insert_byte = true; in ntt_fix_nir_options()
2930 new_options->lower_insert_word = true; in ntt_fix_nir_options()
2931 new_options->lower_fdph = true; in ntt_fix_nir_options()
2932 new_options->lower_flrp64 = true; in ntt_fix_nir_options()
2933 new_options->lower_fmod = true; in ntt_fix_nir_options()
2934 new_options->lower_rotate = true; in ntt_fix_nir_options()
[all …]
/third_party/node/test/fixtures/wpt/resources/
Didlharness.js234 const new_options = { only: [] } variable
301 if (!new_options.only.includes(name)) {
302 new_options.only.push(name);
321 if (!new_options.only.includes(dep)) {
322 new_options.only.push(dep);
346 if (new_options.only.length) {
347 this.internal_add_idls(parsed_idls, new_options);
/third_party/python/Lib/distutils/
Ddist.py1253 new_options = []
1255 new_options.append(help_tuple[0:3])
1256 return new_options