Home
last modified time | relevance | path

Searched refs:facilities (Results 1 – 25 of 213) sorted by relevance

123456789

/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/
Ddfltcc_common.c16 uint64_t facilities[(DFLTCC_FACILITY / 64) + 1]; in is_dfltcc_enabled() local
19 memset(facilities, 0, sizeof(facilities)); in is_dfltcc_enabled()
20 r0 = sizeof(facilities) / sizeof(facilities[0]) - 1; in is_dfltcc_enabled()
34 : [facilities] "=Q" (facilities), [r0] "+r" (r0) :: "cc"); in is_dfltcc_enabled()
35 return is_bit_set((const char *)facilities, DFLTCC_FACILITY); in is_dfltcc_enabled()
/external/toybox/toys/posix/
Dlogger.c57 *facilities[] = {"kern", "user", "mail", "daemon", "auth", "syslog", in logger_main() local
65 facility = arrayfind(TT.p, facilities, ARRAY_LEN(facilities)); in logger_main()
/external/ltp/testcases/kernel/syscalls/syslog/
Dsyslog0842 local facilities="user mail daemon auth lpr"
46 for facility in $facilities; do
/external/python/cryptography/docs/hazmat/bindings/
Dopenssl.rst36 ``cryptography`` enables OpenSSLs `thread safety facilities`_ in two different
48 .. _`thread safety facilities`: https://www.openssl.org/docs/man1.0.2/crypto/threads.html
/external/python/cpython3/Doc/library/
Dlanguage.rst9 disassembly, and various other facilities.
/external/python/cpython2/Doc/library/
Dlanguage.rst10 disassembly, and various other facilities.
Dcommands.rst21 The :mod:`subprocess` module provides more powerful facilities for spawning new
Dindex.rst14 facilities as indicated by the long table of contents listed below. The
/external/kotlinx.coroutines/ui/kotlinx-coroutines-android/resources/META-INF/com.android.tools/r8-from-1.6.0/
Dcoroutines.pro19 # Statically turn off all debugging facilities and assertions
/external/freetype/devel-teeui/
DREADME.md5 UI rendering facilities for restricted runtime environments. It is used
/external/pigweed/pw_chrono/
Ddocs.rst6 Pigweed's chrono module provides facilities for applications to deal with time,
/external/mesa3d/docs/_extra/specs/OLD/
DMESA_program_debug.spec35 The extension provides facilities for implementing debuggers for
42 There are facilities to do the following:
/external/rust/crates/grpcio-sys/grpc/third_party/re2/doc/
Dmksyntaxgo27 facilities of package regexp (such as Compile and Match) instead of this package.
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
DREADME.txt25 caching facilities.
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/
DREADME.txt25 caching facilities.
/external/oboe/samples/parselib/
DREADME.md6 (Oboe) **parselib** contains facilities for reading and loading audio data from streams. Streams ca…
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
DREADME.txt28 caching facilities.
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
DREADME.txt28 caching facilities.
/external/openscreen/platform/
DREADME.md5 access system resources and other common OS-level facilities, such as the clock
/external/autotest/
DMODULE_LICENSE_LGPL130 You may place library facilities that are a work based on the
132 facilities that are not Applications and are not covered by this
137 on the Library, uncombined with any other library facilities,
DLGPL_LICENSE130 You may place library facilities that are a work based on the
132 facilities that are not Applications and are not covered by this
137 on the Library, uncombined with any other library facilities,
/external/javaparser/
DLICENSE.LGPL130 You may place library facilities that are a work based on the
132 facilities that are not Applications and are not covered by this
137 on the Library, uncombined with any other library facilities,
/external/elfutils/
DCOPYING-LGPLV3130 You may place library facilities that are a work based on the
132 facilities that are not Applications and are not covered by this
137 on the Library, uncombined with any other library facilities,
/external/auto/
DCONTRIBUTING.md16 facilities provided by `maven-invoker-plugin`.
/external/python/cpython3/Doc/tutorial/
Dinteractive.rst8 line and history substitution, similar to facilities found in the Korn shell and

123456789