/external/grpc-grpc/test/core/util/ |
D | port_server_client.cc | 39 grpc_polling_entity pops; member 56 grpc_pollset_kick(grpc_polling_entity_pollset(&pr->pops), nullptr)); in freed_port_from_server() 78 pr.pops = grpc_polling_entity_create_from_pollset(pollset); in grpc_free_port_using_server() 79 shutdown_closure = GRPC_CLOSURE_CREATE(destroy_pops_and_shutdown, &pr.pops, in grpc_free_port_using_server() 89 grpc_httpcli_get(&context, &pr.pops, resource_quota, &req, in grpc_free_port_using_server() 102 grpc_polling_entity_pollset(&pr.pops), &worker, in grpc_free_port_using_server() 110 grpc_pollset_shutdown(grpc_polling_entity_pollset(&pr.pops), in grpc_free_port_using_server() 121 grpc_polling_entity pops; member 155 grpc_pollset_kick(grpc_polling_entity_pollset(&pr->pops), nullptr)); in got_port_from_server() 173 grpc_httpcli_get(pr->ctx, &pr->pops, resource_quota, &req, in got_port_from_server() [all …]
|
/external/rust/crates/grpcio-sys/grpc/test/core/security/ |
D | oauth2_utils.cc | 35 grpc_polling_entity pops; member 63 grpc_pollset_kick(grpc_polling_entity_pollset(&request->pops), nullptr)); in on_oauth2_response() 80 request.pops = grpc_polling_entity_create_from_pollset(pollset); in grpc_test_fetch_oauth2_token_with_credentials() 90 if (creds->get_request_metadata(&request.pops, null_ctx, &request.md_array, in grpc_test_fetch_oauth2_token_with_credentials() 103 grpc_pollset_work(grpc_polling_entity_pollset(&request.pops), in grpc_test_fetch_oauth2_token_with_credentials() 110 grpc_pollset_shutdown(grpc_polling_entity_pollset(&request.pops), in grpc_test_fetch_oauth2_token_with_credentials() 113 grpc_pollset_destroy(grpc_polling_entity_pollset(&request.pops)); in grpc_test_fetch_oauth2_token_with_credentials()
|
D | print_google_default_creds_token.cc | 37 grpc_polling_entity pops; member 60 grpc_pollset_kick(grpc_polling_entity_pollset(&sync->pops), nullptr)); in on_metadata_response() 93 sync.pops = grpc_polling_entity_create_from_pollset(pollset); in main() 101 ->get_request_metadata(&sync.pops, context, &sync.md_array, in main() 113 grpc_pollset_work(grpc_polling_entity_pollset(&sync.pops), &worker, in main() 123 gpr_free(grpc_polling_entity_pollset(&sync.pops)); in main()
|
/external/grpc-grpc/test/core/security/ |
D | oauth2_utils.cc | 34 grpc_polling_entity pops; member 62 grpc_pollset_kick(grpc_polling_entity_pollset(&request->pops), nullptr)); in on_oauth2_response() 79 request.pops = grpc_polling_entity_create_from_pollset(pollset); in grpc_test_fetch_oauth2_token_with_credentials() 89 if (grpc_call_credentials_get_request_metadata(creds, &request.pops, null_ctx, in grpc_test_fetch_oauth2_token_with_credentials() 103 grpc_pollset_work(grpc_polling_entity_pollset(&request.pops), in grpc_test_fetch_oauth2_token_with_credentials() 110 grpc_pollset_shutdown(grpc_polling_entity_pollset(&request.pops), in grpc_test_fetch_oauth2_token_with_credentials() 113 gpr_free(grpc_polling_entity_pollset(&request.pops)); in grpc_test_fetch_oauth2_token_with_credentials()
|
D | print_google_default_creds_token.cc | 37 grpc_polling_entity pops; member 60 grpc_pollset_kick(grpc_polling_entity_pollset(&sync->pops), nullptr)); in on_metadata_response() 93 sync.pops = grpc_polling_entity_create_from_pollset(pollset); in main() 102 &sync.pops, context, &sync.md_array, &sync.on_request_metadata, in main() 114 grpc_pollset_work(grpc_polling_entity_pollset(&sync.pops), &worker, in main() 124 gpr_free(grpc_polling_entity_pollset(&sync.pops)); in main()
|
/external/igt-gpu-tools/tools/ |
D | intel_gpu_top.c | 918 static const struct print_operations *pops; variable 943 pops->open_struct(grp->name); in print_group() 946 consumed += pops->add_member(grp, item, headers); in print_group() 948 pops->close_struct(); in print_group() 959 pops->open_struct(grp->name); in term_print_group() 962 consumed += pops->add_member(grp, item, headers); in term_print_group() 964 pops->close_struct(); in term_print_group() 997 print_data = pops->print_group(*grp, headers); in print_groups() 1001 pops->print_group(*grp, false); in print_groups() 1078 pops->open_struct(NULL); in print_header() [all …]
|
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/ |
D | ManyConstructorsTest.java | 273 Farm pops = factory.popsFarm("Pop"); in testDependenciesAndOtherAnnotations() local 274 assertEquals("Pop", pops.pop); in testDependenciesAndOtherAnnotations() 275 assertEquals(null, pops.mom); in testDependenciesAndOtherAnnotations()
|
/external/llvm/test/CodeGen/X86/ |
D | fast-cc-callee-pops.ll | 3 ; Check that a fastcc function pops its stack variables before returning.
|
D | fast-isel-x86.ll | 63 ; Check that we fast-isel sret, and handle the callee-pops behavior correctly.
|
D | x86-win64-shrink-wrapping.ll | 10 ; after the pops, we will have additional instruction (jump, mov,
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fast-cc-callee-pops.ll | 3 ; Check that a fastcc function pops its stack variables before returning.
|
D | fast-isel-x86.ll | 63 ; Check that we fast-isel sret, and handle the callee-pops behavior correctly.
|
D | x86-win64-shrink-wrapping.ll | 10 ; after the pops, we will have additional instruction (jump, mov,
|
/external/google-breakpad/docs/ |
D | linux_system_calls.md | 38 function(100), how many bytes it pushes(1), and how many bytes it pops(1). The
|
/external/boringssl/src/crypto/perlasm/ |
D | readme | 42 and pops.
|
/external/google-fruit/tests/ |
D | CMakeLists.txt | 75 …nly be produced when using fruit as a client. Also, they cannot be disabled via pragma pushes/pops,
|
/external/toybox/tests/ |
D | sh.test | 535 testing 'syntax err pops to source but encapsulating function continues' \
|
/external/python/cpython2/Lib/idlelib/ |
D | HISTORY.txt | 190 - Call tip window pops up when you type the name of a known function 280 automaticall pops up when you get a traceback.
|
/external/python/cpython3/Lib/idlelib/ |
D | HISTORY.txt | 190 - Call tip window pops up when you type the name of a known function 280 automaticall pops up when you get a traceback.
|
/external/llvm-project/llvm/test/Transforms/NaryReassociate/ |
D | nary-add.ll | 112 ; the stack optimization in tryReassociatedAdd that pops the candidates that
|
/external/llvm/test/Transforms/NaryReassociate/ |
D | nary-add.ll | 111 ; the stack optimization in tryReassociatedAdd that pops the candidates that
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | ttProgram.py | 167 for op, mnemonic, argBits, name, pops, pushes in instructionList:
|
/external/python/cpython3/Doc/library/ |
D | dis.rst | 849 ``TOS1``, pops *count* values to form values in the built dictionary. 1073 ``CALL_FUNCTION`` pops all arguments and the callable object off the stack, 1091 ``CALL_FUNCTION_KW`` pops all arguments and the callable object off the stack, 1108 ``CALL_FUNCTION_EX`` pops all arguments and the callable object off the stack,
|
/external/python/cpython2/Doc/tutorial/ |
D | datastructures.rst | 153 efficient for this purpose. While appends and pops from the end of list are 154 fast, doing inserts or pops from the beginning of a list is slow (because all 158 have fast appends and pops from both ends. For example::
|
/external/python/cpython3/Doc/tutorial/ |
D | datastructures.rst | 175 efficient for this purpose. While appends and pops from the end of list are 176 fast, doing inserts or pops from the beginning of a list is slow (because all 180 have fast appends and pops from both ends. For example::
|