Home
last modified time | relevance | path

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

123

/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/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/elfutils/config/
Ddebuginfod.service1 [Unit] section
2 Description=elfutils debuginfo-over-http server
3 Documentation=http://elfutils.org/
4 After=network.target
/third_party/iptables/
Diptables.service1 [Unit] section
2 Description=IPv4 firewall with iptables
3 After=syslog.target
4 AssertPathExists=/etc/sysconfig/iptables
/third_party/nghttp2/contrib/
Dnghttpx.service.in1 [Unit] section
2 Description=HTTP/2 proxy
3 Documentation=man:nghttpx
4 After=network.target
/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()
DReachingDefAnalysis.cpp43 for (MCRegUnitIterator Unit(LI.PhysReg, TRI); Unit.isValid(); ++Unit) { in enterBasicBlock() local
65 for (unsigned Unit = 0; Unit != NumRegUnits; ++Unit) { in enterBasicBlock() local
111 for (MCRegUnitIterator Unit(MO.getReg(), TRI); Unit.isValid(); ++Unit) { in processDefs() local
180 for (MCRegUnitIterator Unit(PhysReg, TRI); Unit.isValid(); ++Unit) { in getReachingDef() local
/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/crates/serde/test_suite/no_std/src/
Dmain.rs26 struct Unit; struct
41 Unit, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h100 struct Unit { struct
103 llvm::dwarf::UnitType Type; // Added in DWARF 5 argument
104 uint32_t AbbrOffset;
105 uint8_t AddrSize;
106 std::vector<Entry> Entries;
/third_party/rust/crates/serde/test_suite/tests/
Dtest_macros.rs53 Unit, enumerator
65 Unit, enumerator
96 Unit, enumerator
1151 Unit, in test_adjacently_tagged_enum() enumerator
1447 Unit, in test_adjacently_tagged_enum_deny_unknown_fields() enumerator
1550 Unit, in test_enum_in_internally_tagged_enum() enumerator
1777 Unit, in test_enum_in_untagged_enum() enumerator
2159 struct Unit; in test_untagged_newtype_variant_containing_unit_struct_not_map() struct
2164 Unit(Unit), in test_untagged_newtype_variant_containing_unit_struct_not_map() enumerator
Dtest_remote.rs6 pub struct Unit; struct
45 pub fn get(&self) -> &Unit { in get()
59 pub fn second(&self) -> &Unit { in second()
73 pub fn b(&self) -> &Unit { in b()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h393 LiveRange &getRegUnit(unsigned Unit) { in getRegUnit()
406 LiveRange *getCachedRegUnit(unsigned Unit) { in getCachedRegUnit()
410 const LiveRange *getCachedRegUnit(unsigned Unit) const { in getCachedRegUnit()
416 void removeRegUnit(unsigned Unit) { in removeRegUnit()
/third_party/rust/crates/serde/test_suite/tests/ui/with-variant/
Dskip_ser_whole_variant.rs7 Unit, enumerator
Dskip_de_whole_variant.rs7 Unit, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyUtilities.h39 template <typename T> MachineBasicBlock *getBottom(const T *Unit) { in getBottom()
/third_party/typescript/tests/cases/conformance/internalModules/exportDeclarations/
DModuleWithExportedAndNonExportedImportAlias.ts25 export var Unit: Lines.Line = new Lines.Line(Origin, { x: 1, y: 0 }); variable

123