Home
last modified time | relevance | path

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

12345

/third_party/toybox/toys/posix/
Dlogger.c58 *facilities[] = {"kern", "user", "mail", "daemon", "auth", "syslog", in logger_main() local
66 facility = arrayfind(TT.p, facilities, ARRAY_LEN(facilities)); in logger_main()
/third_party/skia/third_party/externals/dawn/docs/
Ddevice_facilities.md3 In Dawn the `Device` is a "god object" that contains a lot of facilities useful for the whole objec…
4 There a number of facilities common to all backends that live in the frontend and backend-specific
5 Example of frontend facilities are the management of content-less object caches, or the toggle mana…
6 Example of backend facilities are GPU memory allocators or the backing API function pointer table.
8 ## Frontend facilities
22 …- The device initialization creates facilities in both the backend and the frontend, which can fai…
36 …- It then calls `DeviceBase::Initialize` that enables the `DeviceBase` facilities and sets the `St…
/third_party/node/deps/v8/src/codegen/s390/
Dassembler-s390.cc194 int64_t facilities[3] = {0L}; in ProbeImpl() local
202 : "=Q"(facilities), "=r"(reg0) in ProbeImpl()
208 if (facilities[0] & (one << (63 - 45))) { in ProbeImpl()
212 if (facilities[0] & (one << (63 - 34))) { in ProbeImpl()
216 if (facilities[0] & (one << (63 - 37))) { in ProbeImpl()
220 if (facilities[2] & (one << (63 - (129 - 128))) && in ProbeImpl()
225 if (facilities[2] & (one << (63 - (135 - 128))) && in ProbeImpl()
230 if (facilities[2] & (one << (63 - (148 - 128))) && in ProbeImpl()
235 if (facilities[0] & (1lu << (63 - 58))) { in ProbeImpl()
/third_party/ltp/testcases/kernel/syscalls/syslog/
Dsyslog0842 local facilities="user mail daemon auth lpr"
46 for facility in $facilities; do
/third_party/node/deps/v8/tools/testrunner/local/
Dutils.py103 facilities = "".join(x for x in cpuinfo_list if x.startswith("facilities"))
104 facilities_list = facilities.split(" ")
/third_party/python/Doc/library/
Dlanguage.rst9 disassembly, and various other facilities.
Dindex.rst14 facilities as indicated by the long table of contents listed below. The
/third_party/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:
/third_party/skia/site/docs/dev/design/
Duni_characterize.md91 Some facilities for characterizing Unicode already exist, either as part of EcmaScript or the Web a…
97 frameworks and apps. It is not intended to replace existing facilities (i.e. Segmenter), but rather
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_physical_device_drm.txt18 This extension provides new facilities to query DRM properties for physical
/third_party/ffmpeg/
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,
DCOPYING.LGPLv2.1333 7. You may place library facilities that are a work based on the
335 facilities not covered by this License, and distribute such a combined
337 the Library and of the other library facilities is otherwise
342 facilities. This must be distributed under the terms of the
/third_party/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,
/third_party/skia/third_party/externals/oboe/samples/parselib/
DREADME.md6 (Oboe) **parselib** contains facilities for reading and loading audio data from streams. Streams ca…
/third_party/python/Doc/tutorial/
Dinteractive.rst8 line and history substitution, similar to facilities found in the Korn shell and
/third_party/libabigail/doc/manuals/
Dlibabigail-overview.rst34 facilities to perform deep comparisons of two ABIs. That is, it can
/third_party/rust/crates/log/
DREADME.md73 * Adaptors for other facilities:
/third_party/abseil-cpp/
DREADME.md76 `std::make_unique()` and related memory management facilities.
/third_party/skia/third_party/externals/abseil-cpp/
DREADME.md89 `std::make_unique()` and related memory management facilities.
/third_party/gstreamer/gstplugins_bad/
DCOPYING333 7. You may place library facilities that are a work based on the
335 facilities not covered by this License, and distribute such a combined
337 the Library and of the other library facilities is otherwise
342 facilities. This must be distributed under the terms of the
/third_party/gstreamer/gstreamer/
DCOPYING333 7. You may place library facilities that are a work based on the
335 facilities not covered by this License, and distribute such a combined
337 the Library and of the other library facilities is otherwise
342 facilities. This must be distributed under the terms of the
/third_party/gstreamer/gstplugins_base/
DCOPYING333 7. You may place library facilities that are a work based on the
335 facilities not covered by this License, and distribute such a combined
337 the Library and of the other library facilities is otherwise
342 facilities. This must be distributed under the terms of the
/third_party/libfuse/
DLGPL2.txt333 7. You may place library facilities that are a work based on the
335 facilities not covered by this License, and distribute such a combined
337 the Library and of the other library facilities is otherwise
342 facilities. This must be distributed under the terms of the
/third_party/alsa-lib/
DCOPYING333 7. You may place library facilities that are a work based on the
335 facilities not covered by this License, and distribute such a combined
337 the Library and of the other library facilities is otherwise
342 facilities. This must be distributed under the terms of the
/third_party/gstreamer/gstplugins_good/
DCOPYING333 7. You may place library facilities that are a work based on the
335 facilities not covered by this License, and distribute such a combined
337 the Library and of the other library facilities is otherwise
342 facilities. This must be distributed under the terms of the

12345