Home
last modified time | relevance | path

Searched defs:Unit (Results 1 – 25 of 145) sorted by relevance

123456

/third_party/cups-filters/utils/
Dcups-browsed.service1 [Unit] section
2 Description=Make remote CUPS printers available locally
3 Requires=cups.service
4 After=cups.service avahi-daemon.service network-online.target
5 Wants=avahi-daemon.service network-online.target
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/systemd/
Dwpa_supplicant.service.in1 [Unit] section
2 Description=WPA supplicant
3 Before=network.target
4 After=dbus.service
5 Wants=network.target
/third_party/pulseaudio/src/daemon/systemd/user/
Dpulseaudio-x11.service.in1 [Unit] section
2 Description=Sound Service (X11 Plugins)
3 Requires=pulseaudio.service
4 After=pulseaudio.service
5 ConditionUser=!root
6 PartOf=gnome-session-x11.target
Dpulseaudio.socket1 [Unit] section
2 Description=Sound System
3 ConditionUser=!root
Dpulseaudio.service.in1 [Unit] section
2 Description=Sound Service
16 Requires=pulseaudio.socket
17 ConditionUser=!root
/third_party/cups/scheduler/
Dcups.service.in1 [Unit] section
2 Description=CUPS Scheduler
3 Documentation=man:cupsd(8)
4 After=network.target nss-user-lookup.target time-set.target nslcd.service
5 Requires=cups.socket
Dsystem-cups.slice1 [Unit] section
2 Description=CUPS Slice
3 Documentation=man:cups(1)
Dcups.path.in1 [Unit] section
2 Description=CUPS Scheduler
3 PartOf=cups.service
Dcups-lpd.socket1 [Unit] section
2 Description=CUPS LPD Server Socket
3 PartOf=cups-lpd.service
Dcups.socket.in1 [Unit] section
2 Description=CUPS Scheduler
3 PartOf=cups.service
Dcups-lpdAT.service.in1 [Unit] section
2 Description=CUPS LPD server
3 Documentation=man:cups-lpd(8)
/third_party/alsa-utils/alsactl/
Dalsa-restore.service.in6 [Unit] section
7 Description=Save/Restore Sound Card State
8 ConditionPathExists=!@daemonswitch@
9 ConditionPathExistsGlob=/dev/snd/control*
Dalsa-state.service.in6 [Unit] section
7 Description=Manage Sound Card State (restore and store)
8 ConditionPathExists=@daemonswitch@
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/systemd/
Dwpa_supplicant.service.in1 [Unit] section
2 Description=WPA supplicant
3 Before=network.target
4 Wants=network.target
/third_party/rust/rust/tests/ui/transmutability/references/
Dunit-to-itself.rs22 #[repr(C)] struct Unit; in main() struct
23 assert::is_maybe_transmutable::<&'static Unit, &'static Unit>(); in main() variable
/third_party/rust/rust/tests/ui/variants/
Dvariant-namespacing.rs6 Unit, enumerator
11 type Unit = u8; typedef
18 const Unit: u8 = 0; constant
/third_party/elfutils/config/
Ddebuginfod.service1 [Unit] section
2 Description=elfutils debuginfo-over-http server
3 Documentation=http://elfutils.org/
4 After=network.target
/third_party/nghttp2/contrib/
Dnghttpx.service.in1 [Unit] section
2 Description=HTTP/2 proxy
3 Documentation=man:nghttpx
4 After=network.target
/third_party/backends/frontend/
Dsaned@.service.in1 [Unit] section
2 Description=Scanner Service
3 Requires=saned.socket
/third_party/libwebsockets/lwsws/
Dusr-lib-systemd-system-lwsws.service1 [Unit] section
2 Description=Libwebsockets Web Server
3 After=syslog.target
/third_party/libwebsockets/test-apps/
Dlibwebsockets-test-server.service1 [Unit] section
2 Description=Libwebsockets test server
3 After=syslog.target
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DLiveRegMatrix.cpp85 unsigned Unit = (*Units).first; in foreachUnit() local
111 TRI, VirtReg, PhysReg, [&](unsigned Unit, const LiveRange &Range) { in assign()
128 [&](unsigned Unit, const LiveRange &Range) { in unassign()
139 for (MCRegUnitIterator Unit(PhysReg, TRI); Unit.isValid(); ++Unit) { in isPhysRegUsed() local
171 const LiveRange &Range) { in checkRegUnitInterference()
200 [&](unsigned Unit, const LiveRange &LR) { in checkInterference()
/third_party/rust/rust/tests/ui/resolve/
Dissue-73427.rs6 Unit, enumerator
17 Unit, enumerator
22 Unit, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFVisitor.cpp36 static unsigned getOffsetSize(const DWARFYAML::Unit &Unit) { in getOffsetSize()
40 static unsigned getRefSize(const DWARFYAML::Unit &Unit) { in getRefSize()
47 for (auto &Unit : DebugInfo.CompileUnits) { in traverseDebugInfo() local
/third_party/rust/rust/tests/ui/unsized/
Dissue-40231-2.rs22 type Unit: Unit; typedef
26 trait Unit {} trait
31 type Unit = Utf16Unit; typedef

123456