Home
last modified time | relevance | path

Searched refs:bind (Results 376 - 400 of 2549) sorted by relevance

1...<<11121314151617181920>>...102

/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()
/third_party/elfutils/libelf/
H A Dgelf.h132 #define GELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type)
/third_party/ltp/lib/
H A Dtst_af_alg.c29 const long ret = bind(algfd, (const struct sockaddr *)addr, in tst_alg_bind_addr()
87 ret = bind(algfd, (const struct sockaddr *)&addr, sizeof(addr)); in tst_try_alg()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_winsys.h70 uint32_t format, uint32_t bind,
94 uint32_t format, uint32_t bind,
/third_party/musl/libc-test/src/functionalext/supplement/network/
H A Dsend.c49 rets = bind(sListen, (struct sockaddr *)&srvAddr, sizeof(srvAddr)); in SampleServerTask()
107 rets = bind(sListen, (struct sockaddr *)&srvAddr, sizeof(srvAddr)); in SampleServerNullTask()
/third_party/python/Tools/demo/
H A Dredemo.py61 self.regexdisplay.bind('<Key>', self.recompile)
62 self.stringdisplay.bind('<Key>', self.reevaluate)
/third_party/python/Lib/idlelib/
H A Dsearchbase.py82 top.bind("<Return>", self.default_command)
83 top.bind("<Escape>", self.close)
H A Dtextview.py85 self.bind('<Return>', self.ok)
86 self.bind('<Escape>', self.ok)
/third_party/skia/src/gpu/gl/
H A DGrGLVertexArray.cpp187 GrGLAttribArrayState* GrGLVertexArray::bind(GrGLGpu* gpu) { in bind() function in GrGLVertexArray
196 GrGLAttribArrayState* state = this->bind(gpu); in bindWithIndexBuffer()
/third_party/skia/modules/skottie/src/effects/
H A DEffects.h126 const EffectBinder& bind(size_t prop_index, T& value) const { in bind() function in skottie::internal::EffectBinder
127 fContainer->bind(fBuilder, EffectBuilder::GetPropValue(fProps, prop_index), value); in bind()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c74 enum pipe_format pfmt, unsigned bind, in modifier_is_supported()
82 if (bind & PIPE_BIND_SCANOUT) in modifier_is_supported()
103 if (!modifier_is_supported(devinfo, templ->format, templ->bind, in select_best_modifier()
180 isl_surf_usage_flags_t usage = pipe_bind_to_isl_usage(templ->bind); in crocus_resource_configure_main()
192 if (templ->bind & PIPE_BIND_RENDER_TARGET && devinfo->ver < 6) { in crocus_resource_configure_main()
199 templ->bind & (PIPE_BIND_LINEAR | PIPE_BIND_CURSOR) ) in crocus_resource_configure_main()
201 else if (templ->bind & PIPE_BIND_SCANOUT) in crocus_resource_configure_main()
696 templ->bind == PIPE_BIND_DEPTH_STENCIL && in crocus_resource_create_with_modifiers()
712 if (templ->bind & PIPE_BIND_SCANOUT) in crocus_resource_create_with_modifiers()
744 devinfo->ver == 7 && (templ->bind in crocus_resource_create_with_modifiers()
73 modifier_is_supported(const struct intel_device_info *devinfo, enum pipe_format pfmt, unsigned bind, uint64_t modifier) modifier_is_supported() argument
[all...]
/applications/standard/app_samples/code/BasicFeature/Connectivity/StageSocket/server_python/
H A DTLS_Server.py58 server_socket.bind(('192.168.18.57', 9090))
/device/soc/hisilicon/common/hal/display/source/display_device/src/core/
H A Dhdi_netlink_monitor.cpp39 ret = bind(fd, (struct sockaddr *)&snl, sizeof(struct sockaddr_nl)); in Init()
40 DISPLAY_CHK_RETURN((ret < 0), DISPLAY_FAILURE, DISPLAY_LOGE("bind failed errno : %{public}d", errno)); in Init()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dsampler.cpp51 sampler::bind(command_queue &q) { in bind() function in sampler
/third_party/node/test/parallel/
H A Dtest-http-host-header-ipv6-fail.js38 common.mustCall(createLocalConnection.bind(address));
/third_party/node/test/wasi/
H A Dtest-return-on-exit.js24 wasi.wasiImport.proc_exit = patchedExit.bind(wasi.wasiImport);
/third_party/node/benchmark/dgram/
H A Dmulti-buffer.js56 socket.bind(PORT);
H A Doffset-length.js52 socket.bind(PORT);
H A Dsingle-buffer.js52 socket.bind(PORT);
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dselector.js9 function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
H A Dnesting.js9 function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }

Completed in 9 milliseconds

1...<<11121314151617181920>>...102