Searched refs:tmp_type (Results 1 – 6 of 6) sorted by relevance
/third_party/selinux/libsepol/src/ |
D | context_record.c | 86 char *tmp_type = strdup(type); in sepol_context_set_type() local 87 if (!tmp_type) { in sepol_context_set_type() 93 con->type = tmp_type; in sepol_context_set_type()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstbin.c | 3636 const gchar *tmp_type = gst_context_get_context_type (tmp); in gst_bin_update_context_unlocked() local 3640 if (strcmp (context_type, tmp_type) == 0 && in gst_bin_update_context_unlocked() 4023 const gchar *tmp_type = gst_context_get_context_type (tmp); in gst_bin_handle_message_func() local 4025 if (strcmp (context_type, tmp_type) == 0) { in gst_bin_handle_message_func()
|
D | gstelement.c | 3420 const gchar *tmp_type = gst_context_get_context_type (tmp); in gst_element_set_context_default() local 3424 if (g_strcmp0 (context_type, tmp_type) == 0 && in gst_element_set_context_default()
|
/third_party/boost/libs/filesystem/src/ |
D | operations.cpp | 323 fs::file_type tmp_type = query_file_type(itr->path(), ec); in remove_all_aux() local 327 count += remove_all_aux(itr->path(), tmp_type, ec); in remove_all_aux()
|
/third_party/gstreamer/gstplugins_base/gst/playback/ |
D | gstplaybin2.c | 4503 const gchar *tmp_type = gst_context_get_context_type (tmp); in gst_play_bin_update_context() local 4507 if (strcmp (context_type, tmp_type) == 0 && in gst_play_bin_update_context() 4549 const gchar *tmp_type = gst_context_get_context_type (tmp); in activate_sink_bus_handler() local 4551 if (strcmp (context_type, tmp_type) == 0) { in activate_sink_bus_handler()
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_glsl.cpp | 9114 SPIRType tmp_type = target_type; in flattened_access_chain_matrix() local 9116 swap(tmp_type.vecsize, tmp_type.columns); in flattened_access_chain_matrix() 9120 expr += type_to_glsl_constructor(tmp_type); in flattened_access_chain_matrix() 9123 for (uint32_t i = 0; i < tmp_type.columns; i++) in flattened_access_chain_matrix() 9128 …expr += flattened_access_chain_vector(base, indices, count, tmp_type, offset + i * matrix_stride, … in flattened_access_chain_matrix()
|