Home
last modified time | relevance | path

Searched refs:rl (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dresource.c116 struct rlimit rl; in resource_getrlimit() local
128 if (getrlimit(resource, &rl) == -1) { in resource_getrlimit()
134 if (sizeof(rl.rlim_cur) > sizeof(long)) { in resource_getrlimit()
136 (PY_LONG_LONG) rl.rlim_cur, in resource_getrlimit()
137 (PY_LONG_LONG) rl.rlim_max); in resource_getrlimit()
140 return Py_BuildValue("ll", (long) rl.rlim_cur, (long) rl.rlim_max); in resource_getrlimit()
146 struct rlimit rl; in resource_setrlimit() local
161 rl.rlim_cur = PyInt_AsLong(curobj); in resource_setrlimit()
162 if (rl.rlim_cur == (rlim_t)-1 && PyErr_Occurred()) in resource_setrlimit()
164 rl.rlim_max = PyInt_AsLong(maxobj); in resource_setrlimit()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Dcvslock.py252 rl = None
260 rl = ReadLock(repository)
262 rl.unlock()
267 if rl:
268 rl.unlock()
273 rl = None
/device/google/cuttlefish/host/frontend/gcastv2/https/
DBufferedSocket.cpp22 BufferedSocket::BufferedSocket(std::shared_ptr<RunLoop> rl, int sock) in BufferedSocket() argument
23 : mRunLoop(rl), in BufferedSocket()
DPlainSocket.cpp21 PlainSocket::PlainSocket(std::shared_ptr<RunLoop> rl, int sock) in PlainSocket() argument
22 : BufferedSocket(rl, sock) { in PlainSocket()
DSSLSocket.cpp43 std::shared_ptr<RunLoop> rl, Mode mode, int sock, uint32_t flags) in SSLSocket() argument
44 : BufferedSocket(rl, sock), in SSLSocket()
84 std::shared_ptr<RunLoop> rl, in SSLSocket() argument
89 : SSLSocket(rl, Mode::ACCEPT, sock, flags) { in SSLSocket()
99 std::shared_ptr<RunLoop> rl, in SSLSocket() argument
103 : SSLSocket(rl, Mode::CONNECT, sock, flags) { in SSLSocket()
DServerSocket.cpp112 int ServerSocket::run(std::shared_ptr<RunLoop> rl) { in run() argument
121 mRunLoop = rl; in run()
DClientSocket.cpp29 std::shared_ptr<RunLoop> rl, in ClientSocket() argument
34 : mRunLoop(rl), in ClientSocket()
DHTTPClientConnection.cpp37 std::shared_ptr<RunLoop> rl, in HTTPClientConnection() argument
43 mRunLoop(rl), in HTTPClientConnection()
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DSSLSocket.h37 std::shared_ptr<RunLoop> rl,
44 std::shared_ptr<RunLoop> rl,
102 std::shared_ptr<RunLoop> rl, Mode mode, int sock, uint32_t flags);
DPlainSocket.h22 explicit PlainSocket(std::shared_ptr<RunLoop> rl, int sock);
DBufferedSocket.h24 explicit BufferedSocket(std::shared_ptr<RunLoop> rl, int sock);
DServerSocket.h52 int run(std::shared_ptr<RunLoop> rl);
DHTTPClientConnection.h32 std::shared_ptr<RunLoop> rl,
DClientSocket.h34 std::shared_ptr<RunLoop> rl,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_weakset.py134 pl, ql, rl = map(lambda s: [SomeClass(c) for c in s], ['ab', 'abcde', 'def'])
135 p, q, r = map(WeakSet, (pl, ql, rl))
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dantlr1.txt174 -rl _n