Home
last modified time | relevance | path

Searched refs:bind (Results 426 - 450 of 1595) sorted by relevance

1...<<11121314151617181920>>...64

/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_surface.cpp236 unsigned bind = is_depth_or_stencil ? PIPE_BIND_DEPTH_STENCIL : PIPE_BIND_RENDER_TARGET; in d3d12_create_surface() local
240 tpl->nr_samples, tpl->nr_samples,bind)) in d3d12_create_surface()
337 templ.bind = src->bind; in d3d12_surface_update_pre_draw()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c192 if (unlikely(mt->base.base.bind & PIPE_BIND_CURSOR)) in nvc0_mt_choose_storage_type()
482 if (pt->bind & PIPE_BIND_LINEAR) in nvc0_miptree_create()
531 if (!bo_config.nvc0.memtype && (pt->usage == PIPE_USAGE_STAGING || pt->bind & PIPE_BIND_SHARED)) in nvc0_miptree_create()
538 if (mt->base.base.bind & (PIPE_BIND_CURSOR | PIPE_BIND_DISPLAY_TARGET)) in nvc0_miptree_create()
/third_party/python/Lib/idlelib/
H A Dquery.py66 self.bind("<Command-.>", self.cancel)
67 self.bind('<Key-Escape>', self.cancel)
69 self.bind('<Key-Return>', self.ok)
70 self.bind("<KP_Enter>", self.ok)
140 '''If entry is valid, bind it to 'result' and destroy tk widget.
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-send.c366 if (af == AF_INET && bind(fd, (struct sockaddr*) &src_sa4, sizeof(src_sa4)) < 0) { in pa__init()
367 pa_log("bind() failed: %s", pa_cstrerror(errno)); in pa__init()
370 } else if (af == AF_INET6 && bind(fd, (struct sockaddr*) &src_sa6, sizeof(src_sa6)) < 0) { in pa__init()
371 pa_log("bind() failed: %s", pa_cstrerror(errno)); in pa__init()
391 if (af == AF_INET && bind(sap_fd, (struct sockaddr*) &src_sap_sa4, sizeof(src_sap_sa4)) < 0) { in pa__init()
392 pa_log("bind() failed: %s", pa_cstrerror(errno)); in pa__init()
395 } else if (af == AF_INET6 && bind(sap_fd, (struct sockaddr*) &src_sap_sa6, sizeof(src_sap_sa6)) < 0) { in pa__init()
396 pa_log("bind() failed: %s", pa_cstrerror(errno)); in pa__init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRenderbufferVk.cpp78 mImageObserverBinding.bind(mImage); in setStorageImpl()
170 mImageObserverBinding.bind(mImage); in setStorageEGLImageTarget()
276 mImageObserverBinding.bind(nullptr); in releaseAndDeleteImage()
291 mImageObserverBinding.bind(nullptr); in releaseImage()
/third_party/python/Lib/turtledemo/
H A D__main__.py232 text.bind('<Control-MouseWheel>', self.update_mousewheel)
233 text.bind('<Control-Button-4>', self.increase_size)
234 text.bind('<Control-Button-5>', self.decrease_size)
251 canvas._rootwindow.bind('<Configure>', self.onResize)
/third_party/rust/crates/nix/test/sys/
H A Dtest_sockopt.rs96 use nix::sys::socket::{accept, bind, connect, listen, SockaddrIn}; in test_so_tcp_maxseg()
111 bind(rsock, &sock_addr).unwrap(); in test_so_tcp_maxseg()
270 use nix::sys::socket::{bind, connect, SockaddrIn}; in test_get_mtu()
286 bind(usock, &SockaddrIn::from(std_sa)).unwrap(); in test_get_mtu()
/third_party/ltp/testcases/kernel/fs/fs_bind/move/
H A Dfs_bind_move20.sh18 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1
H A Dfs_bind_move15.sh18 EXPECT_PASS mount --bind parent2 share2
H A Dfs_bind_move14.sh22 EXPECT_PASS mount --bind parent2 share2
H A Dfs_bind_move13.sh18 EXPECT_PASS mount --bind parent2 share2
/third_party/ltp/testcases/kernel/fs/fs_bind/rbind/
H A Dfs_bind_rbind39.sh17 EXPECT_PASS mount --bind "$FS_BIND_DISK1" parent1/child1
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dsampler.hpp49 void *bind(command_queue &q);
/third_party/node/test/parallel/
H A Dtest-dgram-send-callback-recursive.js43 client.bind(0);
H A Dtest-microtask-queue-integration.js61 process.nextTick(test.bind(null, impl));
/third_party/node/deps/npm/node_modules/retry/example/
H A Dstop.js39 return setImmediate(cb.bind(null, new Error('A fatal error')));
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_upload_mgr.h50 * \param bind Bitmask of PIPE_BIND_* flags.
56 unsigned bind, enum pipe_resource_usage usage, unsigned flags);
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_format.h41 unsigned bind; member
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dshutdown.c37 bind(sd, (struct sockaddr *)(&server_addr), sizeof(server_addr)); in shutdown_0100()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/
H A Dhello_task.cpp31 scheduler.bind(); in main()
H A Dtasks_in_tasks.cpp30 scheduler.bind(); in main()
36 // marl::Scheduler::bind() again below. in main()
/third_party/vixl/benchmarks/aarch64/
H A Dbench-branch-link.cc57 masm.bind(&target); in main()
H A Dbench-branch.cc61 masm.bind(&target); in main()
/third_party/skia/modules/skottie/src/
H A DPath.cpp23 this->bind(abuilder, jpath, fShape); in PathAdapter()
/foundation/barrierfree/accessibility/services/aams/test/unittest/
H A Daccessibility_setting_provider_test.cpp1669 bool ret = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
1689 bool retOnPointerEvent2 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
1701 retOnPointerEvent2 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
1731 bool retOnPointerEvent3 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
1742 retOnPointerEvent3 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
1754 retOnPointerEvent3 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
1779 bool retOnPointerEvent4 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
1790 retOnPointerEvent4 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
1807 retOnPointerEvent4 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() -> bool { in HWTEST_F()
1848 retOnPointerEvent5 = AccessibilityCommonHelper::GetInstance().WaitForLoop(std::bind([]() in HWTEST_F()
[all...]

Completed in 11 milliseconds

1...<<11121314151617181920>>...64