Home
last modified time | relevance | path

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

123

/third_party/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()
79 pr.pops = grpc_polling_entity_create_from_pollset(pollset); in grpc_free_port_using_server()
80 shutdown_closure = GRPC_CLOSURE_CREATE(destroy_pops_and_shutdown, &pr.pops, in grpc_free_port_using_server()
90 grpc_httpcli_get(&context, &pr.pops, resource_quota, &req, in grpc_free_port_using_server()
103 grpc_polling_entity_pollset(&pr.pops), &worker, in grpc_free_port_using_server()
111 grpc_pollset_shutdown(grpc_polling_entity_pollset(&pr.pops), in grpc_free_port_using_server()
122 grpc_polling_entity pops = {}; member
156 grpc_pollset_kick(grpc_polling_entity_pollset(&pr->pops), nullptr)); in got_port_from_server()
174 grpc_httpcli_get(pr->ctx, &pr->pops, resource_quota, &req, in got_port_from_server()
[all …]
/third_party/grpc/test/core/security/
Doauth2_utils.cc35 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()
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()
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()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dmodal_barrier_test.dart92 …testWidgets('ModalBarrier pops the Navigator when dismissed by primay tap', (WidgetTester tester) …
117 …testWidgets('ModalBarrier pops the Navigator when dismissed by primary tap down', (WidgetTester te…
142 …testWidgets('ModalBarrier pops the Navigator when dismissed by non-primary tap down', (WidgetTeste…
207 …testWidgets('ModalBarrier pops the Navigator with a WillPopScope that returns true', (WidgetTester…
Deditable_text_show_on_screen_test.dart297 …testWidgets('scrolls into view with scrollInserts after the keyboard pops up', (WidgetTester teste…
/third_party/boost/libs/regex/doc/
Dthread_safety.qbk22 instances onto a queue, while another thread pops them off the other end),
/third_party/openssl/crypto/perlasm/
DREADME42 and pops.
/third_party/python/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.
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Droutes.dart370 /// pops the latest route, which is the local history entry, and the red
372 /// once again pops the latest route, which is the `SecondPage`, itself.
795 /// primary [animation] runs from 0.0 to 1.0. When the Navigator pops the
846 /// runs from 0.0 to 1.0. When the Navigator pops the topmost route, the
885 /// pops the topmost route this animation runs from 1.0 to 0.0.
888 /// runs from 0.0 to 1.0. When the [Navigator] pops the topmost route, the
1015 /// pops. If this is not necessary, this can be set to false to allow the
Dbinding.dart480 /// Called when the system pops the current route.
/third_party/wayland_standard/
DTODO97 open grabs the pointer and clicking outside the window pops down
/third_party/openGLES/extensions/EXT/
DEXT_debug_marker.txt109 pops the most recent group marker. If there is no group marker to pop then
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_debug_marker.txt109 pops the most recent group marker. If there is no group marker to pop then
/third_party/python/Doc/tutorial/
Ddatastructures.rst175 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::
Dstdlib2.rst309 that is like a list with faster appends and pops from the left side but slower
/third_party/python/Doc/library/
Ddis.rst896 ``TOS1``, pops *count* values to form values in the built dictionary.
1120 ``CALL_FUNCTION`` pops all arguments and the callable object off the stack,
1138 ``CALL_FUNCTION_KW`` pops all arguments and the callable object off the stack,
1155 ``CALL_FUNCTION_EX`` pops all arguments and the callable object off the stack,
Dcollections.rst26 :class:`deque` list-like container with fast appends and pops on either end
452 efficient appends and pops from either side of the deque with approximately the
Dtkinter.tix.rst95 pops up over a widget to provide help. When the user moves the cursor inside a
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dbottom_app_bar_demo.dart392 // A drawer that pops up from the bottom of the screen.
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/
Dhoudini_canvas.dart261 /// The [restore] method automatically pops the element off the stack.
/third_party/mesa3d/docs/relnotes/
D7.11.1.rst371 - r600g: take into account force_add_cf in pops
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTargetOpcodes.def177 /// from the stack and returning (it just pops pc register too), and LLVM
/third_party/boost/libs/fiber/doc/
Dwhen_any.qbk413 `wait_all_until_error()` pops that `future< T >` and calls its [member_link
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c10386 static int pops(struct r600_shader_ctx *ctx, int pops) in pops() function
10398 alu_pop += pops; in pops()
10412 ctx->bc->cf_last->pop_count = pops; in pops()
10561 static int emit_jump_to_offset(struct r600_shader_ctx *ctx, int pops, int offset)
10565 ctx->bc->cf_last->pop_count = pops;
10585 pops(ctx, ifidx + 1);
10598 pops(ctx, 1);
10667 pops(ctx, 1); in tgsi_endif()
/third_party/boost/libs/thread/doc/
Dsync_queues_ref.qbk21 … to those elements with other queue operations. So, concurrent pushes and pops on queues require a…

123