/external/mesa3d/src/compiler/glsl/ |
D | lower_subroutine.cpp | 113 ir_call *new_call = call_clone(ir, sub_sig); in visit_leave() local 115 last_branch = if_tree(equal(subr_to_int(var), lc), new_call); in visit_leave() 117 last_branch = if_tree(equal(subr_to_int(var), lc), new_call, last_branch); in visit_leave()
|
/external/grpc-grpc/src/python/grpcio_tests/tests/unit/ |
D | _resource_exhausted_test.py | 197 new_call = multi_callable(_REQUEST) 198 for response in new_call: 250 new_call = multi_callable(request) 251 for response in new_call:
|
/external/grpc-grpc/test/core/end2end/fixtures/ |
D | proxy.cc | 40 new_call(nullptr) { in grpc_end2end_proxy() 54 grpc_call* new_call; member 338 pc->c2p = proxy->new_call; in on_new_call() 409 GPR_ASSERT(proxy->new_call == nullptr); in on_new_call() 414 proxy->new_call = nullptr; in request_call() 416 proxy->server, &proxy->new_call, in request_call()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | cudnn_conv_algorithm_picker.cc | 388 HloInstruction* new_call = computation->AddInstruction( in RunOnInstruction() local 392 << new_call->ToString(); in RunOnInstruction() 394 TF_RETURN_IF_ERROR(new_call->set_backend_config(backend_config)); in RunOnInstruction() 401 new_call_shape.tuple_shapes(0), new_call, 0)), in RunOnInstruction()
|
/external/tensorflow/tensorflow/python/autograph/converters/ |
D | call_trees.py | 127 new_call = templates.replace_as_expression( 136 return new_call
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validation_state.cpp | 914 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeFunctionToEntryPointMapping() local 915 call_stack.push(new_call); in ComputeFunctionToEntryPointMapping() 927 for (const uint32_t new_call : func.function_call_targets()) { in ComputeRecursiveEntryPoints() local 928 call_stack.push(new_call); in ComputeRecursiveEntryPoints() 947 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeRecursiveEntryPoints() local 948 call_stack.push(new_call); in ComputeRecursiveEntryPoints()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validation_state.cpp | 931 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeFunctionToEntryPointMapping() local 932 call_stack.push(new_call); in ComputeFunctionToEntryPointMapping() 944 for (const uint32_t new_call : func.function_call_targets()) { in ComputeRecursiveEntryPoints() local 945 call_stack.push(new_call); in ComputeRecursiveEntryPoints() 964 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeRecursiveEntryPoints() local 965 call_stack.push(new_call); in ComputeRecursiveEntryPoints()
|
/external/selinux/libsepol/cil/src/ |
D | cil_resolve_ast.c | 2766 struct cil_call *new_call = current->data; in cil_resolve_call1() local 2777 rc = cil_resolve_name(current, new_call->macro_str, CIL_SYM_BLOCKS, extra_args, ¯o_datum); in cil_resolve_call1() 2785 printf("Failed to resolve %s to a macro\n", new_call->macro_str); in cil_resolve_call1() 2789 new_call->macro = (struct cil_macro*)macro_datum; in cil_resolve_call1() 2791 if (new_call->macro->params != NULL ) { in cil_resolve_call1() 2797 if (new_call->args_tree == NULL) { in cil_resolve_call1() 2803 pc = new_call->args_tree->root->cl_head; in cil_resolve_call1() 2805 cil_list_init(&new_call->args, CIL_LIST_ITEM); in cil_resolve_call1() 2807 cil_list_for_each(item, new_call->macro->params) { in cil_resolve_call1() 2988 cil_list_append(new_call->args, CIL_ARGS, new_arg); in cil_resolve_call1() [all …]
|
/external/grpc-grpc/test/core/end2end/fuzzers/ |
D | api_fuzzer.cc | 548 static call_state* new_call(call_state* sibling, call_state_type type) { in new_call() function 717 g_active_call = new_call(nullptr, ROOT); in LLVMFuzzerTestOneInput() 931 call_state* cs = new_call(g_active_call, CLIENT); in LLVMFuzzerTestOneInput() 1129 call_state* cs = new_call(g_active_call, PENDING_SERVER); in LLVMFuzzerTestOneInput()
|
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil_resolve_ast.c | 5987 …struct cil_call *new_call = ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data… in test_cil_resolve_call1_paramsflavor_neg() local 5988 …cil_resolve_name(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCK… in test_cil_resolve_call1_paramsflavor_neg() 5989 new_call->macro = (struct cil_macro*)macro_node->data; in test_cil_resolve_call1_paramsflavor_neg() 5990 struct cil_list_item *item = new_call->macro->params->head; in test_cil_resolve_call1_paramsflavor_neg() 6018 …struct cil_call *new_call = ((struct cil_call*)test_db->ast->root->cl_head->next->next->next->data… in test_cil_resolve_call1_unknownflavor_neg() local 6019 …cil_resolve_name(test_db->ast->root->cl_head->next->next->next, new_call->macro_str, CIL_SYM_BLOCK… in test_cil_resolve_call1_unknownflavor_neg() 6020 new_call->macro = (struct cil_macro*)macro_node->data; in test_cil_resolve_call1_unknownflavor_neg() 6021 struct cil_list_item *item = new_call->macro->params->head; in test_cil_resolve_call1_unknownflavor_neg()
|