Home
last modified time | relevance | path

Searched refs:un (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/toolchain/websocket/server/
H A Dwebsocket_server.cpp293 struct sockaddr_un un; in InitUnixWebSocket() local
294 if (memset_s(&un, sizeof(un), 0, sizeof(un)) != EOK) { in InitUnixWebSocket()
299 un.sun_family = AF_UNIX; in InitUnixWebSocket()
300 if (strcpy_s(un.sun_path + 1, sizeof(un.sun_path) - 1, sockName.c_str()) != EOK) { in InitUnixWebSocket()
305 un.sun_path[0] = '\0'; in InitUnixWebSocket()
307 if (bind(serverFd_, reinterpret_cast<struct sockaddr*>(&un), static_cast<int32_t>(len)) != SOCKET_SUCCESS) { in InitUnixWebSocket()
/arkcompiler/toolchain/websocket/
H A Ddefine.h32 #include <sys/un.h>
/arkcompiler/runtime_core/static_core/verification/util/
H A Dset_operations.h75 auto un = [](const S &lhs, const S &rhs) -> S { in SetUnion()
80 return NAry {un}(args...); in SetUnion()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dtypes_def.h41 union un { union in maple::StIdx
119 un u;
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsUnionType.cpp64 Type *ETSUnionType::ComputeAssemblerLUB(ETSChecker *checker, ETSUnionType *un)
66 auto *const apparent = checker->GetApparentType(un);
70 if (apparent != un) {
73 un = apparent->AsETSUnionType();
76 for (auto *t : un->ConstituentTypes()) {
H A DetsUnionType.h100 static Type *ComputeAssemblerLUB(ETSChecker *checker, ETSUnionType *un);
/arkcompiler/runtime_core/static_core/dprof/libdprof/dprof/ipc/
H A Dipc_unix_socket.cpp25 #include <sys/un.h>
/arkcompiler/toolchain/websocket/client/
H A Dwebsocket_client.cpp19 #include <sys/un.h>
/arkcompiler/toolchain/websocket/test/
H A Dwebsocket_test.cpp19 #include <sys/un.h>
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
H A Dcocos_worker_test.js17245 class un {
17274 constructor(t = new un, e = new ln, i = new un, s = new ln, n = new cn) {
17291 constructor(t = new un, e = new ln, i = new cn, s = new un, n = new ln, r = new cn) {
17310 constructor(t = 0, e = 0, i = 0, s = new ln, n = new cn, r = new un) {
18601 TextureSubresLayers: un,
21133 TextureSubresLayers: un,
[all...]

Completed in 33 milliseconds