Home
last modified time | relevance | path

Searched defs:to_remove (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dstrip_reflect_info_pass.cpp29 std::vector<Instruction*> to_remove; in Process() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dstrip_reflect_info_pass.cpp29 std::vector<Instruction*> to_remove; in Process() local
/external/adhd/cras/src/server/
Dstream_list.c99 struct cras_rstream *to_remove; in stream_list_rm() local
118 struct cras_rstream *to_remove; in stream_list_rm_all_client_streams() local
/external/curl/tests/unit/
Dunit1300.c61 struct curl_llist_element *to_remove; variable
/external/grpc-grpc/src/core/lib/channel/
Dchannel_args.cc62 const grpc_channel_args* src, const char** to_remove, in grpc_channel_args_copy_and_remove()
68 static bool should_remove_arg(const grpc_arg* arg, const char** to_remove, in should_remove_arg()
77 const grpc_channel_args* src, const char** to_remove, size_t num_to_remove, in grpc_channel_args_copy_and_add_and_remove()
/external/v8/
Dmerge.py29 to_remove = [f for f in current_files if f in new_files] variable
/external/grpc-grpc/src/core/ext/transport/chttp2/client/insecure/
Dchannel_create.cc66 const char* to_remove[] = {GRPC_ARG_SERVER_URI}; in client_channel_factory_create_channel() local
/external/autotest/server/hosts/
Dgce_host.py76 def _modify_ssh_keys(self, to_add, to_remove): argument
/external/v8/src/compiler/
Dlive-range-separator.cc171 int to_remove = range->vreg(); in Merge() local
Dstore-store-elimination.cc157 ZoneSet<Node*>& to_remove() { return to_remove_; } in to_remove() function in v8::internal::compiler::__anon8ff0f6f90311::RedundantStoreFinder
/external/grpc-grpc/src/core/ext/transport/chttp2/client/secure/
Dsecure_channel_create.cc179 const char* to_remove[] = {GRPC_ARG_SERVER_URI}; in client_channel_factory_create_channel() local
/external/tensorflow/tensorflow/core/framework/
Dgraph_def_util.cc95 std::vector<string> to_remove; in RemoveNewDefaultAttrsFromNodeDef() local
/external/tensorflow/tensorflow/core/graph/
Dsubgraph.cc91 std::vector<const Edge*> to_remove; in FeedInputs() local
/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_cache.c172 int to_remove = (max_size < max_entries) * max_entries/4; in sanitize_cb() local
Dcso_context.c230 int to_remove = (max_size < max_entries) * max_entries/4; in sanitize_hash() local
/external/virglrenderer/src/gallium/auxiliary/cso_cache/
Dcso_cache.c172 int to_remove = (max_size < max_entries) * max_entries/4; in sanitize_cb() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module.cc109 Status HloModule::RemoveEmbeddedComputation(HloComputation* to_remove) { in RemoveEmbeddedComputation()
Dhlo_instruction.cc1687 for (int to_remove : ascending_indices) { in RemoveOperandsAtAscendingIndices() local
/external/jemalloc_new/include/jemalloc/internal/
Dextent_inlines.h364 extent_list_replace(extent_list_t *list, extent_t *to_remove, in extent_list_replace()
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dgrow_stats.cc223 const int to_remove = num_splits() * prune_fraction_; in CheckPrune() local
/external/webrtc/talk/app/webrtc/
Dpeerconnection_unittest.cc264 auto to_remove = it++; in OnChanged() local