| /third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/ |
| H A D | hello_task.cpp | 31 scheduler.bind(); in main()
|
| H A D | tasks_in_tasks.cpp | 30 scheduler.bind(); in main() 36 // marl::Scheduler::bind() again below. in main()
|
| /third_party/vixl/benchmarks/aarch64/ |
| H A D | bench-branch-link.cc | 57 masm.bind(&target); in main()
|
| H A D | bench-branch.cc | 61 masm.bind(&target); in main()
|
| /third_party/skia/modules/skottie/src/ |
| H A D | Path.cpp | 23 this->bind(abuilder, jpath, fShape); in PathAdapter()
|
| /third_party/elfutils/libelf/ |
| H A D | gelf.h | 132 #define GELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type)
|
| /third_party/ltp/lib/ |
| H A D | tst_af_alg.c | 29 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 D | virgl_winsys.h | 70 uint32_t format, uint32_t bind, 94 uint32_t format, uint32_t bind,
|
| /third_party/musl/libc-test/src/functionalext/supplement/network/ |
| H A D | send.c | 49 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 D | redemo.py | 61 self.regexdisplay.bind('<Key>', self.recompile) 62 self.stringdisplay.bind('<Key>', self.reevaluate)
|
| /third_party/python/Lib/idlelib/ |
| H A D | searchbase.py | 82 top.bind("<Return>", self.default_command) 83 top.bind("<Escape>", self.close)
|
| H A D | textview.py | 85 self.bind('<Return>', self.ok) 86 self.bind('<Escape>', self.ok)
|
| /third_party/skia/src/gpu/gl/ |
| H A D | GrGLVertexArray.cpp | 187 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 D | Effects.h | 126 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 D | crocus_resource.c | 74 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 D | TLS_Server.py | 58 server_socket.bind(('192.168.18.57', 9090))
|
| /device/soc/hisilicon/common/hal/display/source/display_device/src/core/ |
| H A D | hdi_netlink_monitor.cpp | 39 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 D | sampler.cpp | 51 sampler::bind(command_queue &q) { in bind() function in sampler
|
| /third_party/node/test/parallel/ |
| H A D | test-http-host-header-ipv6-fail.js | 38 common.mustCall(createLocalConnection.bind(address));
|
| /third_party/node/test/wasi/ |
| H A D | test-return-on-exit.js | 24 wasi.wasiImport.proc_exit = patchedExit.bind(wasi.wasiImport);
|
| /third_party/node/benchmark/dgram/ |
| H A D | multi-buffer.js | 56 socket.bind(PORT);
|
| H A D | offset-length.js | 52 socket.bind(PORT);
|
| H A D | single-buffer.js | 52 socket.bind(PORT);
|
| /third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
| H A D | selector.js | 9 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 D | nesting.js | 9 function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
|