Home
last modified time | relevance | path

Searched refs:bind (Results 326 - 350 of 1731) sorted by relevance

1...<<11121314151617181920>>...70

/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-process.c437 * he gets callbacks he wants to bind to in callback_ss_proxy()
767 lws_ss_proxy_create(struct lws_context *context, const char *bind, int port) in lws_ss_proxy_create() argument
778 if (!bind) in lws_ss_proxy_create()
780 bind = "@proxy.ss.lws"; in lws_ss_proxy_create()
782 bind = "/tmp/proxy.ss.lws"; in lws_ss_proxy_create()
786 info.iface = bind; in lws_ss_proxy_create()
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_socket.c279 uint32_t bind, in virgl_vtest_send_resource_create2()
297 res_create_buf[VCMD_RES_CREATE2_BIND] = bind; in virgl_vtest_send_resource_create2()
326 uint32_t bind, in virgl_vtest_send_resource_create()
340 bind, width, height, depth, in virgl_vtest_send_resource_create()
350 res_create_buf[VCMD_RES_CREATE_BIND] = bind; in virgl_vtest_send_resource_create()
275 virgl_vtest_send_resource_create2(struct virgl_vtest_winsys *vws, uint32_t handle, enum pipe_texture_target target, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t size, int *out_fd) virgl_vtest_send_resource_create2() argument
322 virgl_vtest_send_resource_create(struct virgl_vtest_winsys *vws, uint32_t handle, enum pipe_texture_target target, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t size, int *out_fd) virgl_vtest_send_resource_create() argument
H A Dvirgl_vtest_winsys.h71 uint32_t bind; member
114 uint32_t bind,
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Daccept4.c54 rets = bind(sListen, (struct sockaddr *)&srvAddr, sizeof(srvAddr)); in ServerTaskOne()
95 rets = bind(sListen, (struct sockaddr *)&srvAddr, sizeof(srvAddr)); in ServerTaskTwo()
136 rets = bind(sListen, (struct sockaddr *)&srvAddr, sizeof(srvAddr)); in ServerTaskThree()
177 rets = bind(sListen, (struct sockaddr *)&srvAddr, sizeof(srvAddr)); in ServerTaskFive()
217 rets = bind(sListen, (struct sockaddr *)&srvAddr, sizeof(srvAddr)); in ServerTaskSix()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
H A DControlFlow.cpp29 __ bind(&ShouldBeTaken); \ in TEST_F()
165 __ bind(&BackwardJmp); \ in TEST_F()
177 __ bind(&ForwardJmp); \ in TEST_F()
189 __ bind(&Done); \ in TEST_F()
219 __ bind(&Done); \ in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
H A DControlFlow.cpp30 __ bind(&ShouldBeTaken); \ in TEST_F()
221 __ bind(&BackwardJmp); \ in TEST_F()
233 __ bind(&ForwardJmp); \ in TEST_F()
245 __ bind(&Done); \ in TEST_F()
275 __ bind(&Done); \ in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DMIPatternMatch.h118 static bool bind(const MachineRegisterInfo &MRI, BindTy &VR, BindTy &V) { in bind() function
125 static bool bind(const MachineRegisterInfo &MRI, MachineInstr *&MI, in bind() function
135 static bool bind(const MachineRegisterInfo &MRI, LLT &Ty, unsigned Reg) { in bind() function
144 static bool bind(const MachineRegisterInfo &MRI, const ConstantFP *&F, in bind() function
159 return bind_helper<Class>::bind(MRI, VR, V); in match()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_unpack_impl.cpp129 ref->SetOnSort(std::bind(&RtpUnpackImpl::OnRtpSorted, this, std::placeholders::_1, std::placeholders::_2)); in CreateRtpDecoder()
130 rtpDecoder_[rpp.pt_]->SetOnFrame(std::bind(&RtpUnpackImpl::OnRtpDecode, this, rpp.pt_, std::placeholders::_1)); in CreateRtpDecoder()
/foundation/graphic/graphic_3d/3d_widget_adapter/src/
H A Dgraphics_task.cpp118 loop_ = std::thread(std::bind(&GraphicsTask::EngineThread, this)); in Start()
119 PushAsyncMessage(std::bind(&GraphicsTask::SetName, this)); in Start()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dgpu_program_gles.h34 uint8_t set { 0 }, bind { 0 };
38 uint32_t bind; member
40 // [descriptorarrayindex][glindices] for separate sample/image case, there can be multiple texture units to bind to,
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/property/
H A Darray_element_bind.h36 CORE_LOG_E("Failed to set any for array element bind"); in ArrayElementBind()
94 BASE_NS::shared_ptr<ArrayElementBind> bind(new ArrayElementBind(arr, index)); in AddArrayElementBind()
95 i->PushValue(interface_pointer_cast<IValue>(bind)); in AddArrayElementBind()
/foundation/resourceschedule/ffrt/test/ut/testcase/
H A Dut_poller.cpp162 auto boundPollonce = std::bind(&Poller::PollOnce, &poller, timeout); in HWTEST_F()
163 auto boundUnregister = std::bind(&Poller::UnregisterTimer, &poller, timerHandle); in HWTEST_F()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H A Dref_count_collect.cpp46 timerId = timer_->Register(std::bind(&RefCountCollect::IdentifyUnrefResident, this), in OnStart()
53 timerId = timer_->Register(std::bind(&RefCountCollect::IdentifyUnrefOndemand, this), in OnStart()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/permission/
H A Duri_permission_manager.cpp72 std::chrono::minutes(INTERVAL), std::bind(&UriPermissionManager::RevokeUriPermission, this)); in GrantUriPermission()
109 std::chrono::minutes(INTERVAL), std::bind(&UriPermissionManager::RevokeUriPermission, this)); in RevokeUriPermission()
/third_party/mesa3d/src/gallium/winsys/virgl/common/
H A Dvirgl_resource_cache.c28 * data of the specified size, bind and format.
34 return (entry->params.bind == params.bind && in virgl_resource_cache_entry_is_compatible()
/third_party/node/test/parallel/
H A Dtest-http-autoselectfamily.js56 socket.bind(0, () => {
60 cb({ dnsServer: socket, lookup: _lookup.bind(null, resolver) });
H A Dtest-net-autoselectfamily-commandline-option.js57 socket.bind(0, () => {
61 cb({ dnsServer: socket, lookup: _lookup.bind(null, resolver) });
H A Dtest-net-autoselectfamily-ipv4first.js54 socket.bind(0, () => {
58 cb({ dnsServer: socket, lookup: _lookup.bind(null, resolver) });
/third_party/node/test/async-hooks/
H A Dtest-pipeconnectwrap.js22 process.nextTick(maybeOnconnect.bind(null, 'server'));
32 common.mustCall(maybeOnconnect.bind(null, 'client')));
/third_party/node/test/fixtures/
H A Dguess-hash-seed.js112 Math.min(...run_repeated(10000, time_set_lookup.bind(null, tester_set,
115 Math.min(...run_repeated(10000, time_set_lookup.bind(null, tester_set,
/third_party/musl/libc-test/src/functional/
H A Dsocket.c21 TESTE(bind(s, (void *)&sa, sizeof sa)==0); in main()
40 TESTE(bind(s, (void *)&sa, sizeof sa)==0); in main()
/third_party/python/Lib/idlelib/idle_test/
H A Dhtest.py438 root.bind('<Key-Return>', run_test)
439 root.bind('<Key-Escape>', close)
/third_party/python/Lib/idlelib/
H A Dhistory.py15 '''Initialize data attributes and bind event methods.
28 text.bind("<<history-previous>>", self.history_prev)
29 text.bind("<<history-next>>", self.history_next)
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DObserver.h145 void bind(Subject *subject);
147 ANGLE_INLINE void reset() { bind(nullptr); } in reset()
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.cpp138 void SimpleBinder::bind (GLuint name) in bind() function in deqp::gls::LifetimeTests::details::SimpleBinder
160 void bind (GLuint name) { glBindVertexArray(name); } in bind() function in deqp::gls::LifetimeTests::details::VertexArrayBinder
167 void bind (GLuint name) in bind() function in deqp::gls::LifetimeTests::details::QueryBinder
282 binder.bind(element); in initAttachment()
284 binder.bind(0); in initAttachment()
939 binder().bind(*name); in testBind()
942 binder().bind(0); in testBind()
950 binder().bind(id); in testDeleteBound()
962 binder().bind(0); in testDeleteBound()
971 binder().bind( in testDeleteBound()
[all...]

Completed in 12 milliseconds

1...<<11121314151617181920>>...70