| /external/grpc-grpc/test/core/tsi/alts/handshaker/ |
| D | alts_handshaker_client_test.cc | 106 static bool validate_op(alts_tsi_event* event, const grpc_op* op, size_t nops, in validate_op() 154 const grpc_op* ops, size_t nops, in check_must_not_be_called() 167 size_t nops, void* tag) { in check_client_start_success() 210 size_t nops, void* tag) { in check_server_start_success() 245 size_t nops, void* tag) { in check_next_success() 264 const grpc_op* op, size_t nops, in check_grpc_call_failure()
|
| /external/grpc-grpc/include/grpcpp/impl/codegen/ |
| D | call.h | 209 void AddOp(grpc_op* ops, size_t* nops) {} in AddOp() 235 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 280 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 334 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 409 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 451 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 480 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 521 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 552 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 627 void FillOps(grpc_call* call, grpc_op* ops, size_t* nops) override { in FillOps()
|
| /external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/ |
| D | call_op_set.h | 232 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 308 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 434 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 543 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 626 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 669 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 731 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 782 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 961 size_t nops = 0; in ContinueFillOpsAfterInterception() local
|
| /external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/ |
| D | call_op_set.h | 232 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 308 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 434 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 543 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 626 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 669 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 731 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 782 void AddOp(grpc_op* ops, size_t* nops) { in AddOp() 961 size_t nops = 0; in ContinueFillOpsAfterInterception() local
|
| /external/elfutils/tests/ |
| D | dwarfcfi.c | 52 print_detail (int result, const Dwarf_Op *ops, size_t nops) in print_detail() 120 size_t nops; in handle_address() local
|
| D | addrcfi.c | 49 print_detail (int result, const Dwarf_Op *ops, size_t nops, Dwarf_Addr bias) in print_detail() 97 size_t nops; in print_register() local
|
| /external/elfutils/libdw/ |
| D | dwarf_frame_cfa.c | 38 dwarf_frame_cfa (Dwarf_Frame *fs, Dwarf_Op **ops, size_t *nops) in dwarf_frame_cfa()
|
| D | dwarf_frame_register.c | 38 Dwarf_Op **ops, size_t *nops) in dwarf_frame_register()
|
| /external/elfutils/libdwfl/ |
| D | dwfl_module_return_value_location.c | 53 int nops = ebl_return_value_location (mod->ebl, functypedie, locops); in dwfl_module_return_value_location() local
|
| D | frame_unwind.c | 137 size_t nops, Dwarf_Addr *result, Dwarf_Addr bias) in expr_eval()
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
| D | call_log_batch.cc | 106 const grpc_op* ops, size_t nops) { in grpc_call_log_batch()
|
| D | call.h | 104 #define GRPC_CALL_LOG_BATCH(sev, ops, nops) \ argument
|
| /external/grpc-grpc/src/core/lib/surface/ |
| D | call_log_batch.cc | 111 grpc_call* call, const grpc_op* ops, size_t nops, in grpc_call_log_batch()
|
| D | call.h | 99 #define GRPC_CALL_LOG_BATCH(sev, call, ops, nops, tag) \ argument
|
| /external/arm-optimized-routines/math/test/rtest/ |
| D | wrappers.h | 11 int nops; member
|
| /external/mesa3d/src/freedreno/common/ |
| D | disasm.h | 44 int nops; member
|
| /external/grpc-grpc/test/core/bad_ssl/ |
| D | bad_ssl_test.cc | 38 static void run_test(const char* target, size_t nops) { in run_test()
|
| /external/grpc-grpc/src/csharp/ext/ |
| D | grpc_csharp_ext.c | 539 size_t nops, void* tag, in grpcsharp_call_start_batch_nop() 546 size_t nops, in grpcsharp_call_start_batch_default() 557 size_t nops, void* tag, in grpcsharp_call_start_batch() 743 size_t nops = send_empty_initial_metadata ? 2 : 1; in grpcsharp_call_send_message() local 777 size_t nops = 1; in grpcsharp_call_send_status_from_server() local
|
| /external/grpc-grpc/src/cpp/server/ |
| D | server_context.cc | 92 size_t* nops) { in FillOps()
|
| /external/gemmlowp/internal/ |
| D | multi_thread_gemm.h | 119 int nops = 0; in WaitForVariableChange() local 177 int nops = 0; in Wait() local
|
| /external/igt-gpu-tools/tests/i915/ |
| D | gem_exec_balancer.c | 991 unsigned long nops; in nop() local 1014 unsigned long nops; in nop() local 1040 unsigned long nops; in nop() local
|
| /external/grpc-grpc/src/cpp/client/ |
| D | channel_cc.cc | 142 size_t nops = 0; in PerformOpsOnCall() local
|
| /external/python/cpython2/Python/ |
| D | peephole.c | 303 int nops, h, adj; in PyCode_Optimize() local
|
| /external/grpc-grpc/src/core/tsi/alts/handshaker/ |
| D | alts_handshaker_client.cc | 39 size_t nops, void* tag) { in grpc_start_batch()
|
| /external/rust/crates/grpcio-sys/ |
| D | grpc_wrap.cc | 648 size_t nops = send_empty_initial_metadata ? 2 : 1; in grpcwrap_call_send_message() local 681 size_t nops = 1; in grpcwrap_call_send_status_from_server() local
|