Home
last modified time | relevance | path

Searched full:call (Results 1 – 25 of 13103) sorted by relevance

12345678910>>...525

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context_calls.h1 CALL(flush)
2 CALL(callback)
3 CALL(fence_server_sync)
4 CALL(fence_server_signal)
5 CALL(destroy_query)
6 CALL(begin_query)
7 CALL(end_query)
8 CALL(get_query_result_resource)
9 CALL(render_condition)
10 CALL(bind_sampler_states)
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/
Dgenerate_shaders.bat24 call:BuildShader Passthrough2D11.hlsl VS_Passthrough2D vs_4_0_level_9_3 compiled\passthrou…
25 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGBA2D ps_4_0_level_9_3 compiled\passthrou…
26 call:BuildShader Passthrough2D11.hlsl PS_PassthroughA2D ps_4_0_level_9_3 compiled\passthrou…
27 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGBA2DMS ps_4_1 compiled\passthrou…
28 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGB2D ps_4_0_level_9_3 compiled\passthrou…
29 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRG2D ps_4_0_level_9_3 compiled\passthrou…
30 call:BuildShader Passthrough2D11.hlsl PS_PassthroughR2D ps_4_0_level_9_3 compiled\passthrou…
31 call:BuildShader Passthrough2D11.hlsl PS_PassthroughLum2D ps_4_0_level_9_3 compiled\passthrou…
32 call:BuildShader Passthrough2D11.hlsl PS_PassthroughLumAlpha2D ps_4_0_level_9_3 compiled\passthrou…
34 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGBA2D_4444 ps_4_0_level_9_3 compiled\passthrou…
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/
Dgenerate_shaders.bat24 call:BuildShader Passthrough2D11.hlsl VS_Passthrough2D vs_4_0_level_9_3 compiled\passthrou…
25 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGBA2D ps_4_0_level_9_3 compiled\passthrou…
26 call:BuildShader Passthrough2D11.hlsl PS_PassthroughA2D ps_4_0_level_9_3 compiled\passthrou…
27 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGBA2DMS ps_4_1 compiled\passthrou…
28 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGB2D ps_4_0_level_9_3 compiled\passthrou…
29 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRG2D ps_4_0_level_9_3 compiled\passthrou…
30 call:BuildShader Passthrough2D11.hlsl PS_PassthroughR2D ps_4_0_level_9_3 compiled\passthrou…
31 call:BuildShader Passthrough2D11.hlsl PS_PassthroughLum2D ps_4_0_level_9_3 compiled\passthrou…
32 call:BuildShader Passthrough2D11.hlsl PS_PassthroughLumAlpha2D ps_4_0_level_9_3 compiled\passthrou…
34 call:BuildShader Passthrough2D11.hlsl PS_PassthroughRGBA2D_4444 ps_4_0_level_9_3 compiled\passthrou…
[all …]
/third_party/flutter/skia/third_party/externals/sdl/premake/Cygwin/build-scripts/
Drun.tests.debug.bat5 call :pass checkkeys
6 call :pass loopwave
7 call :pass testatomic
8 call :pass testaudioinfo
9 call :pass testautomation
10 call :pass testdraw2
11 call :pass testerror
12 call :pass testfile
13 call :pass testgamecontroller
14 call :pass testgesture
[all …]
Drun.tests.release.bat5 call :pass checkkeys
6 call :pass loopwave
7 call :pass testatomic
8 call :pass testaudioinfo
9 call :pass testautomation
10 call :pass testdraw2
11 call :pass testerror
12 call :pass testfile
13 call :pass testgamecontroller
14 call :pass testgesture
[all …]
/third_party/flutter/skia/third_party/externals/sdl/premake/MinGW/build-scripts/
Drun.tests.bat5 call :pass checkkeys
6 call :pass loopwave
7 call :pass testatomic
8 call :pass testaudioinfo
9 call :pass testautomation
10 call :pass testdraw2
11 call :pass testdrawchessboard
12 call :pass testerror
13 call :pass testfile
14 call :pass testfilesystem
[all …]
/third_party/flutter/skia/third_party/externals/sdl/premake/VisualC/build-scripts/
Drun.tests.vs2010.bat5 call :pass checkkeys
6 call :pass loopwave
7 call :pass testatomic
8 call :pass testaudioinfo
9 call :pass testautomation
10 call :pass testdraw2
11 call :pass testchessboard
12 call :pass testerror
13 call :pass testfile
14 call :pass testfilesystem
[all …]
Dcheck.bin.compatibility.vs2010.bat3 call build.all.vs2010.bat
14 call :pass checkkeys
15 call :pass loopwave
16 call :pass testatomic
17 call :pass testaudioinfo
18 call :pass testautomation
19 call :pass testdraw2
20 call :pass testerror
21 call :pass testfile
22 call :pass testgamecontroller
[all …]
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/
Dcall_test.py14 """Tests behavior of the Call classes."""
54 call = self._stub.UnaryCall(messages_pb2.SimpleRequest())
56 self.assertTrue(str(call) is not None)
57 self.assertTrue(repr(call) is not None)
59 await call
61 self.assertTrue(str(call) is not None)
62 self.assertTrue(repr(call) is not None)
65 call = self._stub.UnaryCall(messages_pb2.SimpleRequest())
67 self.assertFalse(call.done())
69 response = await call
[all …]
Dclient_unary_unary_interceptor_test.py61 call = await continuation(client_call_details, request)
62 return call
72 call = multicallable(messages_pb2.SimpleRequest())
73 response = await call
103 call = await continuation(client_call_details, request)
104 code = await call.code()
108 return call
150 call = multicallable(messages_pb2.SimpleRequest())
153 await call
158 self.assertTrue(call.done())
[all …]
Dclient_stream_unary_interceptor_test.py53 call = await continuation(client_call_details, self.request_iterator)
54 return call
88 call = stub.StreamingInputCall(request_iterator())
90 response = await call
94 self.assertEqual(await call.code(), grpc.StatusCode.OK)
95 self.assertEqual(await call.initial_metadata(), aio.Metadata())
96 self.assertEqual(await call.trailing_metadata(), aio.Metadata())
97 self.assertEqual(await call.details(), '')
98 self.assertEqual(await call.debug_error_string(), '')
99 self.assertEqual(call.cancel(), False)
[all …]
Dclient_unary_stream_interceptor_test.py53 call = await continuation(client_call_details, request)
54 self.response_iterator = CountingResponseIterator(call)
85 call = stub.StreamingOutputCall(request)
87 await call.wait_for_connection()
90 async for response in call:
98 self.assertEqual(await call.code(), grpc.StatusCode.OK)
99 self.assertEqual(await call.initial_metadata(), aio.Metadata())
100 self.assertEqual(await call.trailing_metadata(), aio.Metadata())
101 self.assertEqual(await call.details(), '')
102 self.assertEqual(await call.debug_error_string(), '')
[all …]
/third_party/grpc/src/core/lib/surface/
Dcall.cc54 #include "src/core/lib/surface/call.h"
79 // Used to create arena for the first call.
85 grpc_call* call = nullptr; member
89 per call, so any savings we can make are worthwhile,
98 (b) sending a notification on the call's completion queue. If
167 /* client or server call */
198 /* Call data useful used for reporting. Only valid after the call has
233 // Status about operation of call
247 // backpointer to owning server if this is a server side call.
275 #define CALL_STACK_FROM_CALL(call) \ argument
[all …]
Dcall.h33 typedef void (*grpc_ioreq_completion_func)(grpc_call* call, int success,
55 /* Create a new call based on \a args.
56 Regardless of success or failure, always returns a valid new call into *call
59 grpc_call** call);
61 void grpc_call_set_completion_queue(grpc_call* call, grpc_completion_queue* cq);
64 void grpc_call_internal_ref(grpc_call* call, const char* reason);
65 void grpc_call_internal_unref(grpc_call* call, const char* reason);
66 #define GRPC_CALL_INTERNAL_REF(call, reason) \ argument
67 grpc_call_internal_ref(call, reason)
68 #define GRPC_CALL_INTERNAL_UNREF(call, reason) \ argument
[all …]
/third_party/grpc/src/ruby/spec/support/
Dservices.rb50 def an_rpc(req, call) argument
52 call.output_metadata.update(@trailing_metadata)
53 @received_md << call.metadata unless call.metadata.nil?
57 def a_client_streaming_rpc(call) argument
58 # iterate through requests so call can complete
59 call.output_metadata.update(@trailing_metadata)
60 call.each_remote_read.each do |r|
66 def a_server_streaming_rpc(_req, call) argument
67 call.output_metadata.update(@trailing_metadata)
71 def a_bidi_rpc(requests, call) argument
[all …]
/third_party/gn/src/gn/
Dfunction_get_path_info_unittest.cc18 // Convenience wrapper to call GetLabelInfo.
19 std::string Call(const std::string& input, const std::string& what) { in Call() function in __anon5886f8720111::GetPathInfoTest
43 EXPECT_EQ("bar.txt", Call("foo/bar.txt", "file")); in TEST_F()
44 EXPECT_EQ("bar.txt", Call("bar.txt", "file")); in TEST_F()
45 EXPECT_EQ("bar.txt", Call("/bar.txt", "file")); in TEST_F()
46 EXPECT_EQ("", Call("foo/", "file")); in TEST_F()
47 EXPECT_EQ("", Call("//", "file")); in TEST_F()
48 EXPECT_EQ("", Call("/", "file")); in TEST_F()
52 EXPECT_EQ("bar", Call("foo/bar.txt", "name")); in TEST_F()
53 EXPECT_EQ("bar", Call("bar.", "name")); in TEST_F()
[all …]
/third_party/libffi/testsuite/
DMakefile.am10 libffi.call/strlen4.c libffi.call/struct10.c libffi.call/many_mixed.c \
11 libffi.call/float.c libffi.call/struct5.c libffi.call/return_fl3.c \
12 libffi.call/return_fl1.c libffi.call/call.exp libffi.call/pyobjc-tc.c \
13 libffi.call/float_va.c libffi.call/struct8.c libffi.call/pr1172638.c \
14 libffi.call/return_sc.c libffi.call/va_struct1.c \
15 libffi.call/align_stdcall.c libffi.call/struct9.c libffi.call/va_1.c \
16 libffi.call/va_struct2.c libffi.call/return_fl2.c \
17 libffi.call/align_mixed.c libffi.call/ffitest.h libffi.call/struct4.c \
18 libffi.call/return_ldl.c libffi.call/float3.c libffi.call/return_sl.c \
19 libffi.call/return_dbl1.c libffi.call/err_bad_typedef.c \
[all …]
/third_party/skia/third_party/externals/tint/src/resolver/
Dintrinsic_test.cc33 #include "src/sem/call.h"
57 auto* expr = Call(name, "ident"); in TEST_P()
71 auto* expr = Call(name, "ident"); in TEST_P()
86 auto* expr = Call(name); in TEST_P()
91 EXPECT_EQ(r()->error(), "error: no matching call to " + name + in TEST_P()
116 auto* expr = Call(name, "my_var"); in TEST_P()
129 auto* expr = Call(name, "my_var"); in TEST_P()
147 auto* expr = Call(name, "my_var"); in TEST_P()
163 auto* expr = Call(name, "my_var"); in TEST_P()
177 auto* expr = Call(name); in TEST_P()
[all …]
/third_party/grpc/src/ruby/spec/generic/
Dactive_call_spec.rb21 Call = GRPC::Core::Call constant
37 active_call.instance_variable_get(:@call)
68 call = make_test_call
69 ActiveCall.client_invoke(call)
70 @client_call = ActiveCall.new(call, @pass_through,
111 call = make_test_call
112 ActiveCall.client_invoke(call)
113 client_call = ActiveCall.new(call, @pass_through,
121 recvd_call = recvd_rpc.call
123 # Accept the call, and verify that the server reads the response ok.
[all …]
/third_party/grpc/src/ruby/lib/grpc/generic/
Dinterceptors.rb37 # Intercept a unary request response call
40 # @param [GRPC::ActiveCall] call
44 def request_response(request: nil, call: nil, method: nil, metadata: nil)
46 " for request #{request} with call #{call} and metadata: #{metadata}"
51 # Intercept a client streaming call
54 # @param [GRPC::ActiveCall] call
58 def client_streamer(requests: nil, call: nil, method: nil, metadata: nil)
60 " for requests #{requests} with call #{call} and metadata: #{metadata}"
65 # Intercept a server streaming call
68 # @param [GRPC::ActiveCall] call
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils_autogen.cpp17 void WriteParamCaptureReplay(std::ostream &os, const CallCapture &call, const ParamCapture &param) in WriteParamCaptureReplay() argument
23 os, call, param.value.AHardwareBufferConstPointerVal); in WriteParamCaptureReplay()
26 WriteParamValueReplay<ParamType::TAlphaTestFunc>(os, call, in WriteParamCaptureReplay()
30 WriteParamValueReplay<ParamType::TBufferBinding>(os, call, in WriteParamCaptureReplay()
34 WriteParamValueReplay<ParamType::TBufferID>(os, call, param.value.BufferIDVal); in WriteParamCaptureReplay()
38 os, call, param.value.BufferIDConstPointerVal); in WriteParamCaptureReplay()
41 WriteParamValueReplay<ParamType::TBufferIDPointer>(os, call, in WriteParamCaptureReplay()
45 WriteParamValueReplay<ParamType::TBufferUsage>(os, call, param.value.BufferUsageVal); in WriteParamCaptureReplay()
49 os, call, param.value.ClientVertexArrayTypeVal); in WriteParamCaptureReplay()
52 WriteParamValueReplay<ParamType::TCompositorTiming>(os, call, in WriteParamCaptureReplay()
[all …]
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestautomation_keyboard.c17 * @brief Check call to SDL_GetKeyboardState with and without numkeys reference.
29 SDLTest_AssertPass("Call to SDL_GetKeyboardState(NULL)"); in keyboard_getKeyboardState()
35 SDLTest_AssertPass("Call to SDL_GetKeyboardState(&numkeys)"); in keyboard_getKeyboardState()
43 * @brief Check call to SDL_GetKeyboardFocus
52 /* Call, but ignore return value */ in keyboard_getKeyboardFocus()
54 SDLTest_AssertPass("Call to SDL_GetKeyboardFocus()"); in keyboard_getKeyboardFocus()
60 * @brief Check call to SDL_GetKeyFromName for known, unknown and invalid name.
71 SDLTest_AssertPass("Call to SDL_GetKeyFromName(known/single)"); in keyboard_getKeyFromName()
72 …SDLTest_AssertCheck(result == SDLK_a, "Verify result from call, expected: %i, got: %i", SDLK_a, re… in keyboard_getKeyFromName()
76 SDLTest_AssertPass("Call to SDL_GetKeyFromName(known/double)"); in keyboard_getKeyFromName()
[all …]
/third_party/grpc/src/core/ext/filters/client_channel/
Ddynamic_filters.cc24 // Conversion between call and call stack.
25 #define CALL_TO_CALL_STACK(call) \ argument
26 (grpc_call_stack*)((char*)(call) + GPR_ROUND_UP_TO_ALIGNMENT_SIZE( \
27 sizeof(DynamicFilters::Call)))
29 (DynamicFilters::Call*)(((char*)(call_stack)) - \
31 sizeof(DynamicFilters::Call)))
36 // DynamicFilters::Call
39 DynamicFilters::Call::Call(Args args, grpc_error** error) in Call() function in grpc_core::DynamicFilters::Call
62 void DynamicFilters::Call::StartTransportStreamOpBatch( in StartTransportStreamOpBatch()
70 void DynamicFilters::Call::SetAfterCallStackDestroy(grpc_closure* closure) { in SetAfterCallStackDestroy()
[all …]
/third_party/ffmpeg/tests/fate/
Dseek.mak3 FATE_SEEK_ACODEC-$(call ENCDEC, ADPCM_IMA_QT, AIFF) += adpcm-ima_qt \
5 FATE_SEEK_ACODEC-$(call ENCDEC, ADPCM_IMA_WAV, WAV) += adpcm-ima_wav \
7 FATE_SEEK_ACODEC-$(call ENCDEC, ADPCM_MS, WAV) += adpcm-ms \
9 FATE_SEEK_ACODEC-$(call ENCDEC, ADPCM_SWF, FLV) += adpcm-swf \
11 FATE_SEEK_ACODEC-$(call ENCDEC, ADPCM_YAMAHA, WAV) += adpcm-yamaha \
13 FATE_SEEK_ACODEC-$(call ENCDEC, ALAC, MOV) += alac
14 FATE_SEEK_ACODEC-$(call ENCDEC, FLAC, FLAC) += flac
15 FATE_SEEK_ACODEC-$(call ENCDEC, MP2, MP2 MP3) += mp2
16 FATE_SEEK_ACODEC-$(call ENCDEC, PCM_ALAW, WAV) += pcm-alaw
17 FATE_SEEK_ACODEC-$(call ENCDEC, PCM_MULAW, WAV) += pcm-mulaw
[all …]
Dlavf-image.mak1 FATE_LAVF_IMAGES-$(call ENCDEC, BMP, IMAGE2) += bmp
2 FATE_LAVF_IMAGES-$(call ENCDEC, DPX, IMAGE2) += dpx
3 FATE_LAVF_IMAGES-$(call ENCDEC, DPX, IMAGE2) += gbrp10le.dpx
4 FATE_LAVF_IMAGES-$(call ENCDEC, DPX, IMAGE2) += gbrp12le.dpx
5 FATE_LAVF_IMAGES-$(call ENCDEC, DPX, IMAGE2) += rgb48le.dpx
6 FATE_LAVF_IMAGES-$(call ENCDEC, DPX, IMAGE2) += rgb48le_10.dpx
7 FATE_LAVF_IMAGES-$(call ENCDEC, DPX, IMAGE2) += rgba64le.dpx
8 FATE_LAVF_IMAGES-$(call ENCDEC, MJPEG, IMAGE2) += jpg
9 FATE_LAVF_IMAGES-$(call ENCDEC, PAM, IMAGE2) += pam
10 FATE_LAVF_IMAGES-$(call ENCDEC, PAM, IMAGE2) += rgba.pam
[all …]

12345678910>>...525