Home
last modified time | relevance | path

Searched refs:to_remove (Results 1 – 25 of 32) sorted by relevance

12

/third_party/spirv-tools/source/opt/
Dstrip_reflect_info_pass.cpp29 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/
Dstrip_reflect_info_pass.cpp29 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/
Dstrip_reflect_info_pass.cpp29 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/
Dunit1300.c60 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/
Dmsgattrib.c69 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/
Dremove_copy.cpp33 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()
Dremove.cpp29 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()
Dremove_copy_if.cpp65 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_()
Dremove_if.cpp60 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/
Dmake_fuzzer_tests.py35 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/
Dgstwasapidevice.c189 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/
Dcso_cache.c92 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()
Dcso_context.c170 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/
Dfirst_sets.py52 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/
Dchannel_args.cc68 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()
Dchannel_args.h47 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/
Dgstwasapi2device.c458 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/
Dgstmfdevice.c485 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/
Dchannel_create.cc66 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/
Dopt_copy_propagation_elements.cpp106 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/
Dsecure_channel_create.cc144 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/
Doperators.cc261 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()
Dscope.cc179 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/
Dgstasioobject.cpp1658 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/
Dgstrtpbasedepayload.c514 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()

12