Home
last modified time | relevance | path

Searched refs:local_type (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/pc/
Djsep_transport_unittest.cc41 SdpType local_type; member
462 if (param.local_type == SdpType::kOffer) { in TEST_P()
465 param.local_type) in TEST_P()
478 param.local_type) in TEST_P()
504 if (param.local_type == SdpType::kOffer) { in TEST_P()
507 param.local_type) in TEST_P()
520 param.local_type) in TEST_P()
575 if (param.local_type == SdpType::kOffer) { in TEST_P()
578 param.local_type) in TEST_P()
591 param.local_type) in TEST_P()
[all …]
/external/vulkan-validation-layers/layers/
Dvk_layer_logging.h697 VkFlags local_type = 0; in layer_create_report_callback() local
698 DebugReportFlagsToAnnotFlags(create_info->flags, true, &local_severity, &local_type); in layer_create_report_callback()
700 debug_data->active_types |= local_type; in layer_create_report_callback()
914 VkFlags local_type = 0; in will_log_msg() local
915 DebugReportFlagsToAnnotFlags(msg_flags, true, &local_severity, &local_type); in will_log_msg()
916 …|| !(debug_data->active_severities & local_severity) || !(debug_data->active_types & local_type)) { in will_log_msg()
969 VkFlags local_type = 0; in log_msg() local
970 DebugReportFlagsToAnnotFlags(msg_flags, true, &local_severity, &local_type); in log_msg()
971 …|| !(debug_data->active_severities & local_severity) || !(debug_data->active_types & local_type)) { in log_msg()
/external/llvm-project/lldb/tools/darwin-threads/
Dexamine-threads.c173 mach_msg_type_name_t local_type; in inferior_namespace_mach_port_num() local
175 &local_name, &local_type); in inferior_namespace_mach_port_num()
/external/llvm-project/polly/lib/External/isl/
Disl_output.c370 __isl_keep isl_space *local_space, enum isl_dim_type local_type, in print_nested_var_list() argument
376 if (data->space != local_space && local_type == isl_dim_out) in print_nested_var_list()
379 dim = isl_space_dim(local_space, local_type); in print_nested_var_list()
407 __isl_keep isl_space *local_space, enum isl_dim_type local_type, in print_nested_tuple() argument
411 isl_size n = isl_space_dim(local_space, local_type); in print_nested_tuple()
415 if ((local_type == isl_dim_in || local_type == isl_dim_out)) { in print_nested_tuple()
416 name = isl_space_get_tuple_name(local_space, local_type); in print_nested_tuple()
427 if ((local_type == isl_dim_in || local_type == isl_dim_out) && in print_nested_tuple()
428 local_space->nested[local_type - isl_dim_in]) { in print_nested_tuple()
429 if (data->space != local_space && local_type == isl_dim_out) in print_nested_tuple()
[all …]
/external/webrtc/p2p/base/
Dp2p_transport_channel_unittest.cc520 const std::string& local_type = LocalCandidate(ep1_ch1())->type(); in CheckCandidate1() local
526 local_type == expected.controlling_type && in CheckCandidate1()
539 const std::string& local_type = LocalCandidate(ep1_ch1())->type(); in ExpectCandidate1() local
543 EXPECT_EQ(expected.controlling_type, local_type); in ExpectCandidate1()
553 const std::string& local_type = LocalCandidate(ep2_ch1())->type(); in CheckCandidate2() local
559 local_type == expected.controlled_type && in CheckCandidate2()
572 const std::string& local_type = LocalCandidate(ep2_ch1())->type(); in ExpectCandidate2() local
576 EXPECT_EQ(expected.controlled_type, local_type); in ExpectCandidate2()