/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/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/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/swiftshader/third_party/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 | 35 ; Check that we fast-isel sret, and handle the callee-pops behavior correctly.
|
/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | asm-verbose.ll | 2 ; callee-save pushes/pops in a single-basic-block function.
|
/external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/ |
D | popmult.ll | 1 ; Show that pops are generated in reverse order of pushes.
|
/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/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/test/Transforms/NaryReassociate/ |
D | nary-add.ll | 111 ; the stack optimization in tryReassociatedAdd that pops the candidates that
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NaryReassociate/ |
D | nary-add.ll | 112 ; the stack optimization in tryReassociatedAdd that pops the candidates that
|
/external/wayland/ |
D | TODO | 97 open grabs the pointer and clicking outside the window pops down
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | ttProgram.py | 167 for op, mnemonic, argBits, name, pops, pushes in instructionList:
|
/external/python/cpython3/Doc/tutorial/ |
D | datastructures.rst | 168 efficient for this purpose. While appends and pops from the end of list are 169 fast, doing inserts or pops from the beginning of a list is slow (because all 173 have fast appends and pops from both ends. For example::
|
/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/llvm/docs/ |
D | AdvancedBuilds.rst | 154 Whenever it's head pops up, terror and chaos ensue.
|