Searched refs:facilities (Results 1 – 25 of 213) sorted by relevance
123456789
/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/ |
D | dfltcc_common.c | 16 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/ |
D | logger.c | 57 *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/ |
D | syslog08 | 42 local facilities="user mail daemon auth lpr" 46 for facility in $facilities; do
|
/external/python/cryptography/docs/hazmat/bindings/ |
D | openssl.rst | 36 ``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/ |
D | language.rst | 9 disassembly, and various other facilities.
|
/external/python/cpython2/Doc/library/ |
D | language.rst | 10 disassembly, and various other facilities.
|
D | commands.rst | 21 The :mod:`subprocess` module provides more powerful facilities for spawning new
|
D | index.rst | 14 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/ |
D | coroutines.pro | 19 # Statically turn off all debugging facilities and assertions
|
/external/freetype/devel-teeui/ |
D | README.md | 5 UI rendering facilities for restricted runtime environments. It is used
|
/external/pigweed/pw_chrono/ |
D | docs.rst | 6 Pigweed's chrono module provides facilities for applications to deal with time,
|
/external/mesa3d/docs/_extra/specs/OLD/ |
D | MESA_program_debug.spec | 35 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/ |
D | mksyntaxgo | 27 facilities of package regexp (such as Compile and Match) instead of this package.
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | README.txt | 25 caching facilities.
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | README.txt | 25 caching facilities.
|
/external/oboe/samples/parselib/ |
D | README.md | 6 (Oboe) **parselib** contains facilities for reading and loading audio data from streams. Streams ca…
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | README.txt | 28 caching facilities.
|
/external/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | README.txt | 28 caching facilities.
|
/external/openscreen/platform/ |
D | README.md | 5 access system resources and other common OS-level facilities, such as the clock
|
/external/autotest/ |
D | MODULE_LICENSE_LGPL | 130 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,
|
D | LGPL_LICENSE | 130 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/ |
D | LICENSE.LGPL | 130 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/ |
D | COPYING-LGPLV3 | 130 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/ |
D | CONTRIBUTING.md | 16 facilities provided by `maven-invoker-plugin`.
|
/external/python/cpython3/Doc/tutorial/ |
D | interactive.rst | 8 line and history substitution, similar to facilities found in the Korn shell and
|
123456789