Home
last modified time | relevance | path

Searched refs:pops (Results 1 – 25 of 64) sorted by relevance

123

/external/grpc-grpc/test/core/util/
Dport_server_client.cc39 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/
Doauth2_utils.cc34 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()
Dprint_google_default_creds_token.cc37 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/
DManyConstructorsTest.java273 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/
Dfast-cc-callee-pops.ll3 ; Check that a fastcc function pops its stack variables before returning.
Dfast-isel-x86.ll35 ; Check that we fast-isel sret, and handle the callee-pops behavior correctly.
/external/llvm/test/CodeGen/X86/
Dfast-cc-callee-pops.ll3 ; Check that a fastcc function pops its stack variables before returning.
Dfast-isel-x86.ll63 ; Check that we fast-isel sret, and handle the callee-pops behavior correctly.
Dx86-win64-shrink-wrapping.ll10 ; after the pops, we will have additional instruction (jump, mov,
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dfast-cc-callee-pops.ll3 ; Check that a fastcc function pops its stack variables before returning.
Dfast-isel-x86.ll63 ; Check that we fast-isel sret, and handle the callee-pops behavior correctly.
Dx86-win64-shrink-wrapping.ll10 ; after the pops, we will have additional instruction (jump, mov,
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dasm-verbose.ll2 ; callee-save pushes/pops in a single-basic-block function.
/external/swiftshader/third_party/subzero/tests_lit/assembler/arm32/
Dpopmult.ll1 ; Show that pops are generated in reverse order of pushes.
/external/boringssl/src/crypto/perlasm/
Dreadme42 and pops.
/external/google-fruit/tests/
DCMakeLists.txt75 …nly be produced when using fruit as a client. Also, they cannot be disabled via pragma pushes/pops,
/external/python/cpython2/Lib/idlelib/
DHISTORY.txt190 - 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/
DHISTORY.txt190 - 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/
Dnary-add.ll111 ; the stack optimization in tryReassociatedAdd that pops the candidates that
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NaryReassociate/
Dnary-add.ll112 ; the stack optimization in tryReassociatedAdd that pops the candidates that
/external/wayland/
DTODO97 open grabs the pointer and clicking outside the window pops down
/external/fonttools/Lib/fontTools/ttLib/tables/
DttProgram.py167 for op, mnemonic, argBits, name, pops, pushes in instructionList:
/external/python/cpython3/Doc/tutorial/
Ddatastructures.rst168 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/
Ddatastructures.rst153 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/
DAdvancedBuilds.rst154 Whenever it's head pops up, terror and chaos ensue.

123