Home
last modified time | relevance | path

Searched +full:unix +full:- +full:like (Results 1 – 25 of 1308) sorted by relevance

12345678910>>...53

/aosp_15_r20/external/python/cpython3/Doc/library/
Dos.rst1 :mod:`os` --- Miscellaneous operating system interfaces
9 --------------
16 module, and for high-level file and directory handling see the :mod:`shutil`
21 * The design of all built-in operating system dependent modules of Python is
37 * On WebAssembly platforms ``wasm32-emscripten`` and ``wasm32-wasi``, large
41 (e.g. :func:`~os.nice`) are not available. Others like :func:`~os.getuid`
53 An alias for the built-in :exc:`OSError` exception.
64 system-dependent version information.
70 .. _os-filenames:
71 .. _filesystem-encoding:
[all …]
Dos.path.rst1 :mod:`os.path` --- Common pathname manipulations
12 --------------
19 Unlike a Unix shell, Python does not do any *automatic* path expansions.
21 explicitly when an application desires shell-like path expansion. (See also
26 The :mod:`pathlib` module offers high-level path objects.
45 * :mod:`posixpath` for UNIX-style paths
64 Accepts a :term:`path-like object`.
72 from the Unix :program:`basename` program; where :program:`basename` for
77 Accepts a :term:`path-like object`.
82 Return the longest common sub-path of each pathname in the sequence
[all …]
Dsocket.rst1 :mod:`socket` --- Low-level networking interface
5 :synopsis: Low-level networking interface.
9 --------------
12 all modern Unix systems, Windows, MacOS, and probably additional platforms.
20 .. include:: ../includes/wasm-notavail.rst
24 The Python interface is a straightforward transliteration of the Unix system
25 call and library interface for sockets to Python's object-oriented style: the
27 the various socket system calls. Parameter types are somewhat higher-level than
43 ---------------
52 - The address of an :const:`AF_UNIX` socket bound to a file system node
[all …]
Ddbm.rst1 :mod:`dbm` --- Interfaces to Unix "databases"
5 :synopsis: Interfaces to various Unix "database" formats.
9 --------------
11 :mod:`dbm` is a generic interface to variants of the DBM database ---
13 slow-but-simple implementation in module :mod:`dbm.dumb` will be used. There
22 item --- the latter is used when :exc:`dbm.error` is raised.
28 available --- :mod:`dbm.gnu`, :mod:`dbm.ndbm` or :mod:`dbm.dumb` --- should
37 Accepts :term:`path-like object` for filename.
49 +---------+-------------------------------------------+
54 +---------+-------------------------------------------+
[all …]
Dintro.rst1 .. _library-intro:
13 define syntactic properties like the spelling and priorities of operators.)
15 The library also contains built-in functions and exceptions --- objects that can
24 Python, like printing a stack trace; some provide interfaces that are specific
26 provide interfaces that are specific to a particular application domain, like
32 This manual is organized "from the inside out:" it first describes the built-in
39 library. Of course, you don't *have* to read it like a novel --- you can also
45 :ref:`built-in-funcs`, as the remainder of the manual assumes familiarity with
56 * An "Availability: Unix" note means that this function is commonly found on
57 Unix systems. It does not make any claims about its existence on a specific
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ffi/
H A Dmod.rs3 //! This module provides utilities to handle data across non-Rust
4 //! interfaces, like other programming languages and the underlying
6 //! Interface) bindings and code that needs to exchange C-like strings
13 //! always in UTF-8 encoding, and may contain nul bytes in the middle,
17 //! like in C.
21 //! * **Encodings** - Rust strings are UTF-8, but C strings may use
24 //! is UTF-8 like you can do in Rust.
26 //! * **Character size** - C strings may use `char` or `wchar_t`-sized
30 //! each character type. Rust strings are always UTF-8, so different
36 //! * **Nul terminators and implicit string lengths** - Often, C
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ffi/
H A Dmod.rs3 //! This module provides utilities to handle data across non-Rust
4 //! interfaces, like other programming languages and the underlying
6 //! Interface) bindings and code that needs to exchange C-like strings
13 //! always in UTF-8 encoding, and may contain nul bytes in the middle,
17 //! like in C.
21 //! * **Encodings** - Rust strings are UTF-8, but C strings may use
24 //! is UTF-8 like you can do in Rust.
26 //! * **Character size** - C strings may use `char` or `wchar_t`-sized
30 //! each character type. Rust strings are always UTF-8, so different
36 //! * **Nul terminators and implicit string lengths** - Often, C
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ffi/
H A Dmod.rs3 //! This module provides utilities to handle data across non-Rust
4 //! interfaces, like other programming languages and the underlying
6 //! Interface) bindings and code that needs to exchange C-like strings
13 //! always in UTF-8 encoding, and may contain nul bytes in the middle,
17 //! like in C.
21 //! * **Encodings** - Rust strings are UTF-8, but C strings may use
24 //! is UTF-8 like you can do in Rust.
26 //! * **Character size** - C strings may use `char` or `wchar_t`-sized
30 //! each character type. Rust strings are always UTF-8, so different
36 //! * **Nul terminators and implicit string lengths** - Often, C
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ffi/
H A Dmod.rs3 //! This module provides utilities to handle data across non-Rust
4 //! interfaces, like other programming languages and the underlying
6 //! Interface) bindings and code that needs to exchange C-like strings
13 //! always in UTF-8 encoding, and may contain nul bytes in the middle,
17 //! like in C.
21 //! * **Encodings** - Rust strings are UTF-8, but C strings may use
24 //! is UTF-8 like you can do in Rust.
26 //! * **Character size** - C strings may use `char` or `wchar_t`-sized
30 //! each character type. Rust strings are always UTF-8, so different
36 //! * **Nul terminators and implicit string lengths** - Often, C
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/ffi/
H A Dmod.rs3 //! This module provides utilities to handle data across non-Rust
4 //! interfaces, like other programming languages and the underlying
6 //! Interface) bindings and code that needs to exchange C-like strings
13 //! always in UTF-8 encoding, and may contain nul bytes in the middle,
17 //! like in C.
21 //! * **Encodings** - Rust strings are UTF-8, but C strings may use
24 //! is UTF-8 like you can do in Rust.
26 //! * **Character size** - C strings may use `char` or `wchar_t`-sized
30 //! each character type. Rust strings are always UTF-8, so different
36 //! * **Nul terminators and implicit string lengths** - Often, C
[all …]
/aosp_15_r20/external/python/cpython2/Doc/library/
Dos.rst1 :mod:`os` --- Miscellaneous operating system interfaces
13 module, and for high-level file and directory handling see the :mod:`shutil`
18 * The design of all built-in operating system dependent modules of Python is
28 * An "Availability: Unix" note means that this function is commonly found on
29 Unix systems. It does not make any claims about its existence on a specific
32 * If not separately noted, all functions that claim "Availability: Unix" are
33 supported on Mac OS X, which builds on a Unix core.
47 An alias for the built-in :exc:`OSError` exception.
58 system-dependent version information.
64 .. _os-procinfo:
[all …]
/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/
H A DPath.kt8 * http://www.apache.org/licenses/LICENSE-2.0
24 * UNIX and Windows Paths
25 * ----------------------
27 * Paths follow different rules on UNIX vs. Windows operating systems. On UNIX operating systems
34 * ---------------------------
36 * * **Absolute paths** identify a location independent of any working directory. On UNIX, absolute
38 * first is a volume letter, a colon, and a backslash, like `C:\`. The second is called a
40 * ‘fully-qualified path’ is a synonym of ‘absolute path’.
49 * On Windows, each volume (like `A:\` and `C:\`) has its own current working directory. A path
50 * prefixed with a volume letter and colon but no slash (like `A:letter.doc`) is relative to the
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dunixsock.go2 // Use of this source code is governed by a BSD-style
21 // UnixAddr represents the address of a Unix domain socket end point.
27 // Network returns the address's network name, "unix", "unixgram" or
51 // ResolveUnixAddr returns an address of Unix domain socket end point.
53 // The network must be a Unix network name.
59 case "unix", "unixgram", "unixpacket":
67 // to Unix domain sockets.
81 // CloseRead shuts down the reading side of the Unix domain connection.
93 // CloseWrite shuts down the writing side of the Unix domain connection.
105 // ReadFromUnix acts like [UnixConn.ReadFrom] but returns a [UnixAddr].
[all …]
/aosp_15_r20/external/okio/okio-fakefilesystem/src/commonMain/kotlin/okio/fakefilesystem/
H A DFakeFileSystem.kt8 * http://www.apache.org/licenses/LICENSE-2.0
42 * A fully in-memory file system useful for testing. It includes features to support writing
49 * -----------------
59 * Programs that do not attempt any of the above operations should work fine on both UNIX and
68 /** File system roots. Each element is a Directory and is created on-demand. */
87 * True to allow files to be moved even if they're currently open for read or write. UNIX file
93 * True to allow files to be deleted even if they're currently open for read or write. UNIX file
100 * systems typically allow files to replace empty directories; UNIX file systems do not.
106 * UNIX file systems permit this but the result may be undefined.
112 * UNIX file systems permit this but the result may be undefined.
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/time/
Dtime.go2 // Use of this source code is governed by a BSD-style
17 // clock reading and a monotonic clock reading; later time-telling
18 // operations use the wall clock reading, but later time-measuring
65 // constructors [time.Date], [time.Parse], [time.ParseInLocation], and [time.Unix],
71 // a part of [Duration] values or the Unix times returned by t.Unix and
87 // On Unix, the resolution is ~1ms.
106 // [Time.UnmarshalText] are not concurrency-safe.
143 // From high to low bit position, wall encodes a 1-bit flag (hasMonotonic),
144 // a 33-bit seconds field, and a 30-bit wall time nanoseconds field.
146 // If the hasMonotonic bit is 0, then the 33-bit field must be zero
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/signal/windows/
Dsys.rs10 pub(super) fn ctrl_break() -> io::Result<RxFuture> { in ctrl_break()
14 pub(super) fn ctrl_close() -> io::Result<RxFuture> { in ctrl_close()
18 pub(super) fn ctrl_c() -> io::Result<RxFuture> { in ctrl_c()
22 pub(super) fn ctrl_logoff() -> io::Result<RxFuture> { in ctrl_logoff()
26 pub(super) fn ctrl_shutdown() -> io::Result<RxFuture> { in ctrl_shutdown()
30 fn new(signum: u32) -> io::Result<RxFuture> { in new()
46 fn init() -> Self { in init()
58 fn event_info(&self, id: EventId) -> Option<&EventInfo> { in event_info()
85 fn init() -> Self { in init()
90 fn global_init() -> io::Result<()> { in global_init()
[all …]
/aosp_15_r20/prebuilts/rust/windows-x86/1.80.1/share/man/man1/
H A Dcargo-fix.12 .TH "CARGO\-FIX" "1"
7 cargo\-fix \[em] Automatically fix lint warnings reported by rustc
12 diagnostics like warnings and apply them to your source code. This is intended
15 Executing \fBcargo fix\fR will under the hood execute \fBcargo\-check\fR(1). Any warnings
18 example if you\[cq]d like to apply all fixes to the current package, you can run:
26 which behaves the same as \fBcargo check \-\-all\-targets\fR\&.
34 cargo fix \-\-features foo
38 Similarly, other \fBcfg\fR expressions like platform\-specific code will need to
39 pass \fB\-\-target\fR to fix code for the given target.
43 cargo fix \-\-target x86_64\-pc\-windows\-gnu
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/share/man/man1/
H A Dcargo-fix.12 .TH "CARGO\-FIX" "1"
7 cargo\-fix \[em] Automatically fix lint warnings reported by rustc
12 diagnostics like warnings and apply them to your source code. This is intended
15 Executing \fBcargo fix\fR will under the hood execute \fBcargo\-check\fR(1). Any warnings
18 example if you\[cq]d like to apply all fixes to the current package, you can run:
26 which behaves the same as \fBcargo check \-\-all\-targets\fR\&.
34 cargo fix \-\-features foo
38 Similarly, other \fBcfg\fR expressions like platform\-specific code will need to
39 pass \fB\-\-target\fR to fix code for the given target.
43 cargo fix \-\-target x86_64\-pc\-windows\-gnu
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/share/man/man1/
H A Dcargo-fix.12 .TH "CARGO\-FIX" "1"
7 cargo\-fix \[em] Automatically fix lint warnings reported by rustc
12 diagnostics like warnings and apply them to your source code. This is intended
15 Executing \fBcargo fix\fR will under the hood execute \fBcargo\-check\fR(1). Any warnings
18 example if you\[cq]d like to apply all fixes to the current package, you can run:
26 which behaves the same as \fBcargo check \-\-all\-targets\fR\&.
34 cargo fix \-\-features foo
38 Similarly, other \fBcfg\fR expressions like platform\-specific code will need to
39 pass \fB\-\-target\fR to fix code for the given target.
43 cargo fix \-\-target x86_64\-pc\-windows\-gnu
[all …]
/aosp_15_r20/prebuilts/rust/darwin-x86/1.80.1/share/man/man1/
H A Dcargo-fix.12 .TH "CARGO\-FIX" "1"
7 cargo\-fix \[em] Automatically fix lint warnings reported by rustc
12 diagnostics like warnings and apply them to your source code. This is intended
15 Executing \fBcargo fix\fR will under the hood execute \fBcargo\-check\fR(1). Any warnings
18 example if you\[cq]d like to apply all fixes to the current package, you can run:
26 which behaves the same as \fBcargo check \-\-all\-targets\fR\&.
34 cargo fix \-\-features foo
38 Similarly, other \fBcfg\fR expressions like platform\-specific code will need to
39 pass \fB\-\-target\fR to fix code for the given target.
43 cargo fix \-\-target x86_64\-pc\-windows\-gnu
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/share/man/man1/
H A Dcargo-fix.12 .TH "CARGO\-FIX" "1"
7 cargo\-fix \[em] Automatically fix lint warnings reported by rustc
12 diagnostics like warnings and apply them to your source code. This is intended
15 Executing \fBcargo fix\fR will under the hood execute \fBcargo\-check\fR(1). Any warnings
18 example if you\[cq]d like to apply all fixes to the current package, you can run:
26 which behaves the same as \fBcargo check \-\-all\-targets\fR\&.
34 cargo fix \-\-features foo
38 Similarly, other \fBcfg\fR expressions like platform\-specific code will need to
39 pass \fB\-\-target\fR to fix code for the given target.
43 cargo fix \-\-target x86_64\-pc\-windows\-gnu
[all …]
/aosp_15_r20/prebuilts/rust/darwin-x86/1.81.0/share/man/man1/
H A Dcargo-fix.12 .TH "CARGO\-FIX" "1"
7 cargo\-fix \[em] Automatically fix lint warnings reported by rustc
12 diagnostics like warnings and apply them to your source code. This is intended
15 Executing \fBcargo fix\fR will under the hood execute \fBcargo\-check\fR(1). Any warnings
18 example if you\[cq]d like to apply all fixes to the current package, you can run:
26 which behaves the same as \fBcargo check \-\-all\-targets\fR\&.
34 cargo fix \-\-features foo
38 Similarly, other \fBcfg\fR expressions like platform\-specific code will need to
39 pass \fB\-\-target\fR to fix code for the given target.
43 cargo fix \-\-target x86_64\-pc\-windows\-gnu
[all …]
/aosp_15_r20/prebuilts/rust/windows-x86/1.81.0/share/man/man1/
H A Dcargo-fix.12 .TH "CARGO\-FIX" "1"
7 cargo\-fix \[em] Automatically fix lint warnings reported by rustc
12 diagnostics like warnings and apply them to your source code. This is intended
15 Executing \fBcargo fix\fR will under the hood execute \fBcargo\-check\fR(1). Any warnings
18 example if you\[cq]d like to apply all fixes to the current package, you can run:
26 which behaves the same as \fBcargo check \-\-all\-targets\fR\&.
34 cargo fix \-\-features foo
38 Similarly, other \fBcfg\fR expressions like platform\-specific code will need to
39 pass \fB\-\-target\fR to fix code for the given target.
43 cargo fix \-\-target x86_64\-pc\-windows\-gnu
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/share/man/man1/
H A Dcargo-fix.12 .TH "CARGO\-FIX" "1"
7 cargo\-fix \[em] Automatically fix lint warnings reported by rustc
12 diagnostics like warnings and apply them to your source code. This is intended
15 Executing \fBcargo fix\fR will under the hood execute \fBcargo\-check\fR(1). Any warnings
18 example if you\[cq]d like to apply all fixes to the current package, you can run:
26 which behaves the same as \fBcargo check \-\-all\-targets\fR\&.
34 cargo fix \-\-features foo
38 Similarly, other \fBcfg\fR expressions like platform\-specific code will need to
39 pass \fB\-\-target\fR to fix code for the given target.
43 cargo fix \-\-target x86_64\-pc\-windows\-gnu
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/share/man/man1/
H A Dcargo-fix.12 .TH "CARGO\-FIX" "1"
7 cargo\-fix \[em] Automatically fix lint warnings reported by rustc
12 diagnostics like warnings and apply them to your source code. This is intended
15 Executing \fBcargo fix\fR will under the hood execute \fBcargo\-check\fR(1). Any warnings
18 example if you\[cq]d like to apply all fixes to the current package, you can run:
26 which behaves the same as \fBcargo check \-\-all\-targets\fR\&.
34 cargo fix \-\-features foo
38 Similarly, other \fBcfg\fR expressions like platform\-specific code will need to
39 pass \fB\-\-target\fR to fix code for the given target.
43 cargo fix \-\-target x86_64\-pc\-windows\-gnu
[all …]

12345678910>>...53