/third_party/spirv-tools/source/opt/ |
D | strip_reflect_info_pass.cpp | 29 std::vector<Instruction*> to_remove; in Process() local 36 to_remove.push_back(&inst); in Process() 44 to_remove.push_back(&inst); in Process() 53 to_remove.push_back(&inst); in Process() 66 to_remove.push_back(&inst); in Process() 69 to_remove.push_back(&inst); in Process() 71 to_remove.push_back(&inst); in Process() 77 for (auto& dbg : context()->debugs1()) to_remove.push_back(&dbg); in Process() 78 for (auto& dbg : context()->debugs2()) to_remove.push_back(&dbg); in Process() 79 for (auto& dbg : context()->debugs3()) to_remove.push_back(&dbg); in Process() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | strip_reflect_info_pass.cpp | 29 std::vector<Instruction*> to_remove; in Process() local 36 to_remove.push_back(&inst); in Process() 44 to_remove.push_back(&inst); in Process() 53 to_remove.push_back(&inst); in Process() 66 to_remove.push_back(&inst); in Process() 69 to_remove.push_back(&inst); in Process() 71 to_remove.push_back(&inst); in Process() 77 for (auto& dbg : context()->debugs1()) to_remove.push_back(&dbg); in Process() 78 for (auto& dbg : context()->debugs2()) to_remove.push_back(&dbg); in Process() 79 for (auto& dbg : context()->debugs3()) to_remove.push_back(&dbg); in Process() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | strip_reflect_info_pass.cpp | 29 std::vector<Instruction*> to_remove; in Process() local 36 to_remove.push_back(&inst); in Process() 44 to_remove.push_back(&inst); in Process() 53 to_remove.push_back(&inst); in Process() 66 to_remove.push_back(&inst); in Process() 69 to_remove.push_back(&inst); in Process() 71 to_remove.push_back(&inst); in Process() 77 for (auto& dbg : context()->debugs1()) to_remove.push_back(&dbg); in Process() 78 for (auto& dbg : context()->debugs2()) to_remove.push_back(&dbg); in Process() 79 for (auto& dbg : context()->debugs3()) to_remove.push_back(&dbg); in Process() [all …]
|
/third_party/curl/tests/unit/ |
D | unit1300.c | 60 struct Curl_llist_element *to_remove; variable 175 to_remove = llist.head->next; 176 abort_unless(to_remove, "to_remove is NULL"); 177 element_next = to_remove->next; 178 element_prev = to_remove->prev; 179 Curl_llist_remove(&llist, to_remove, NULL); 196 to_remove = llist.tail; 197 element_prev = to_remove->prev; 198 Curl_llist_remove(&llist, to_remove, NULL); 211 to_remove = llist.head; [all …]
|
/third_party/gettext/gettext-tools/src/ |
D | msgattrib.c | 69 static int to_remove; variable 248 to_remove |= REMOVE_UNTRANSLATED; in main() 252 to_remove |= REMOVE_TRANSLATED; in main() 256 to_remove |= REMOVE_FUZZY; in main() 260 to_remove |= REMOVE_NONFUZZY; in main() 264 to_remove |= REMOVE_OBSOLETE; in main() 268 to_remove |= REMOVE_NONOBSOLETE; in main() 288 to_remove |= REMOVE_NONFUZZY; in main() 293 to_remove |= REMOVE_NONOBSOLETE; in main() 563 if ((to_remove & (REMOVE_UNTRANSLATED | REMOVE_TRANSLATED)) in is_message_selected() [all …]
|
/third_party/boost/libs/range/test/algorithm_test/ |
D | remove_copy.cpp | 33 void test_remove_copy_impl( const Container& c, Value to_remove ) in test_remove_copy_impl() argument 43 std::back_inserter(reference), to_remove), in test_remove_copy_impl() 44 to_remove); in test_remove_copy_impl() 48 boost::remove_copy(c, std::back_inserter(test), to_remove), in test_remove_copy_impl() 49 to_remove); in test_remove_copy_impl() 57 std::back_inserter(test2), to_remove), in test_remove_copy_impl() 58 to_remove); in test_remove_copy_impl()
|
D | remove.cpp | 29 void test_remove_impl( const Container& c, Value to_remove ) in test_remove_impl() argument 36 = std::remove(reference.begin(), reference.end(), to_remove); in test_remove_impl() 39 iterator_t test_it = boost::remove(test, to_remove); in test_remove_impl() 48 iterator_t test_it2 = boost::remove(test2, to_remove); in test_remove_impl()
|
D | remove_copy_if.cpp | 65 void test_remove_copy_if_( const Container& c, int to_remove ) in test_remove_copy_if_() argument 69 test_remove_copy_if_impl(c, boost::bind(std::equal_to<int>(), _1, to_remove)); in test_remove_copy_if_() 70 test_remove_copy_if_impl(c, boost::bind(std::not_equal_to<int>(), _1, to_remove)); in test_remove_copy_if_()
|
D | remove_if.cpp | 60 void test_remove_if_( const Container& c, int to_remove ) in test_remove_if_() argument 64 test_remove_if_impl(c, boost::bind(std::equal_to<int>(), _1, to_remove)); in test_remove_if_() 65 test_remove_if_impl(c, boost::bind(std::not_equal_to<int>(), _1, to_remove)); in test_remove_if_()
|
/third_party/grpc/tools/buildgen/plugins/ |
D | make_fuzzer_tests.py | 35 to_remove = 'test/core/util/fuzzer_corpus_test.cc' 36 if to_remove in new_target['src']: 37 new_target['src'].remove(to_remove) 38 if to_remove in new_target['own_src']: 39 new_target['own_src'].remove(to_remove)
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi/ |
D | gstwasapidevice.c | 189 GList *to_remove = NULL; in gst_wasapi_device_provider_update_devices() local 215 to_remove = g_list_prepend (to_remove, gst_object_ref (iter->data)); in gst_wasapi_device_provider_update_devices() 219 for (iter = to_remove; iter; iter = g_list_next (iter)) in gst_wasapi_device_provider_update_devices() 231 if (to_remove) in gst_wasapi_device_provider_update_devices() 232 g_list_free_full (to_remove, (GDestroyNotify) gst_object_unref); in gst_wasapi_device_provider_update_devices()
|
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
D | cso_cache.c | 92 int to_remove = (max_size < max_entries) * max_entries/4; in sanitize_cb() local 94 to_remove += hash_size - max_size; in sanitize_cb() 95 while (to_remove) { in sanitize_cb() 101 --to_remove; in sanitize_cb()
|
D | cso_context.c | 170 int to_remove = (max_size < max_entries) * max_entries/4; in sanitize_hash() local 176 to_remove += hash_size - max_size; in sanitize_hash() 178 if (to_remove == 0) in sanitize_hash() 201 while (to_remove) { in sanitize_hash() 211 --to_remove; in sanitize_hash()
|
/third_party/python/Tools/peg_generator/pegen/ |
D | first_sets.py | 52 to_remove: Set[str] = set() 56 to_remove |= new_terminals 58 if to_remove: 59 result -= to_remove
|
/third_party/grpc/src/core/lib/channel/ |
D | channel_args.cc | 68 const grpc_channel_args* src, const char** to_remove, in grpc_channel_args_copy_and_remove() argument 70 return grpc_channel_args_copy_and_add_and_remove(src, to_remove, in grpc_channel_args_copy_and_remove() 74 static bool should_remove_arg(const grpc_arg* arg, const char** to_remove, in should_remove_arg() argument 77 if (strcmp(arg->key, to_remove[i]) == 0) return true; in should_remove_arg() 83 const grpc_channel_args* src, const char** to_remove, size_t num_to_remove, in grpc_channel_args_copy_and_add_and_remove() argument 89 if (!should_remove_arg(&src->args[i], to_remove, num_to_remove)) { in grpc_channel_args_copy_and_add_and_remove() 108 if (!should_remove_arg(&src->args[i], to_remove, num_to_remove)) { in grpc_channel_args_copy_and_add_and_remove()
|
D | channel_args.h | 47 const grpc_channel_args* src, const char** to_remove, size_t num_to_remove); 52 const grpc_channel_args* src, const char** to_remove, size_t num_to_remove,
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/ |
D | gstwasapi2device.c | 458 GList *to_remove = NULL; in gst_wasapi2_device_provider_update_devices() local 484 to_remove = g_list_prepend (to_remove, gst_object_ref (iter->data)); in gst_wasapi2_device_provider_update_devices() 488 for (iter = to_remove; iter; iter = g_list_next (iter)) in gst_wasapi2_device_provider_update_devices() 500 if (to_remove) in gst_wasapi2_device_provider_update_devices() 501 g_list_free_full (to_remove, (GDestroyNotify) gst_object_unref); in gst_wasapi2_device_provider_update_devices()
|
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfdevice.c | 485 GList *to_remove = NULL; in gst_mf_device_provider_update_devices() local 511 to_remove = g_list_prepend (to_remove, gst_object_ref (iter->data)); in gst_mf_device_provider_update_devices() 515 for (iter = to_remove; iter; iter = g_list_next (iter)) in gst_mf_device_provider_update_devices() 527 if (to_remove) in gst_mf_device_provider_update_devices() 528 g_list_free_full (to_remove, (GDestroyNotify) gst_object_unref); in gst_mf_device_provider_update_devices()
|
/third_party/grpc/src/core/ext/transport/chttp2/client/insecure/ |
D | channel_create.cc | 66 const char* to_remove[] = {GRPC_ARG_SERVER_URI}; in CreateChannel() local 68 grpc_channel_args_copy_and_add_and_remove(args, to_remove, 1, &arg, 1); in CreateChannel()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | opt_copy_propagation_elements.cpp | 106 ir_variable *to_remove = entry->rhs_element[i]; in erase() local 108 remove_unused_var_from_dsts(entry, var, to_remove); in erase() 145 ir_variable *to_remove = lhs_entry->rhs_element[i]; in write_elements() local 149 remove_unused_var_from_dsts(lhs_entry, lhs, to_remove); in write_elements() 240 remove_from_dsts(ir_variable *var, ir_variable *to_remove) in remove_from_dsts() argument 244 _mesa_set_remove_key(entry->dsts, to_remove); in remove_from_dsts()
|
/third_party/grpc/src/core/ext/transport/chttp2/client/secure/ |
D | secure_channel_create.cc | 144 const char* to_remove[] = {GRPC_ARG_SERVER_URI}; in CreateChannel() local 146 grpc_channel_args_copy_and_add_and_remove(args, to_remove, 1, &arg, 1); in CreateChannel()
|
/third_party/gn/src/gn/ |
D | operators.cc | 261 const Value& to_remove, in RemoveMatchesFromList() argument 264 switch (to_remove.type()) { in RemoveMatchesFromList() 271 if (v[i] == to_remove) { in RemoveMatchesFromList() 279 *err = Err(to_remove.origin()->GetRange(), "Item not found", in RemoveMatchesFromList() 280 "You were trying to remove " + to_remove.ToString(true) + in RemoveMatchesFromList() 287 for (const auto& elem : to_remove.list_value()) { in RemoveMatchesFromList()
|
D | scope.cc | 179 std::vector<std::string_view> to_remove; in RemovePrivateIdentifiers() local 182 to_remove.push_back(cur.first); in RemovePrivateIdentifiers() 185 for (const auto& cur : to_remove) in RemovePrivateIdentifiers()
|
/third_party/gstreamer/gstplugins_bad/sys/asio/ |
D | gstasioobject.cpp | 1658 GList *to_remove = iter; in gst_asio_object_buffer_switch_time_info() local 1661 g_free (to_remove->data); in gst_asio_object_buffer_switch_time_info() 1662 g_list_free (to_remove); in gst_asio_object_buffer_switch_time_info() 1680 GList *to_remove = iter; in gst_asio_object_buffer_switch_time_info() local 1683 g_free (to_remove->data); in gst_asio_object_buffer_switch_time_info() 1684 g_list_free (to_remove); in gst_asio_object_buffer_switch_time_info() 1702 GList *to_remove = iter; in gst_asio_object_buffer_switch_time_info() local 1705 g_free (to_remove->data); in gst_asio_object_buffer_switch_time_info() 1706 g_list_free (to_remove); in gst_asio_object_buffer_switch_time_info()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbasedepayload.c | 514 GPtrArray *to_remove = g_ptr_array_new (); in gst_rtp_base_depayload_setcaps() local 578 g_ptr_array_add (to_remove, ext); in gst_rtp_base_depayload_setcaps() 627 g_ptr_array_foreach (to_remove, (GFunc) remove_item_from, in gst_rtp_base_depayload_setcaps() 635 g_ptr_array_unref (to_remove); in gst_rtp_base_depayload_setcaps()
|