Searched refs:Unix (Results 1 – 25 of 1012) sorted by relevance
12345678910>>...41
/external/python/cpython2/Doc/library/ |
D | os.rst | 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. 125 Availability: Unix. 133 Availability: Unix. 142 Availability: Unix. 151 Availability: Unix. 158 Availability: Unix. 163 other Unix platforms. If the Python interpreter was built with a [all …]
|
D | crypt.rst | 2 :mod:`crypt` --- Function to check Unix passwords 6 :platform: Unix 7 :synopsis: The crypt() function used to check Unix passwords. 18 a one-way hash function based upon a modified DES algorithm; see the Unix man 20 accept typed passwords from the user, or attempting to crack Unix passwords with
|
D | fnmatch.rst | 1 :mod:`fnmatch` --- Unix filename pattern matching 5 :synopsis: Unix shell style filename pattern matching. 16 This module provides support for Unix shell-style wildcards, which are *not* the 37 Note that the filename separator (``'/'`` on Unix) is *not* special to this 98 Unix shell-style path expansion.
|
/external/golang-protobuf/ptypes/ |
D | timestamp_test.go | 52 time.Unix(math.MinInt64, math.MinInt32).UTC()}, 54 {&tspb.Timestamp{Seconds: math.MinInt64, Nanos: 0}, false, time.Unix(math.MinInt64, 0).UTC()}, 60 time.Unix(math.MaxInt64, math.MaxInt32).UTC()}, 63 time.Unix(math.MaxInt64, 1e9-1).UTC()}, 68 {&tspb.Timestamp{Seconds: maxValidSeconds, Nanos: 0}, false, time.Unix(maxValidSeconds, 0).UTC()}, 98 want := time.Unix(0, 0).UTC()
|
D | timestamp.go | 95 t = time.Unix(0, 0).UTC() // treat nil like the empty Timestamp 97 t = time.Unix(ts.Seconds, int64(ts.Nanos)).UTC() 115 Seconds: t.Unix(),
|
/external/llvm/lib/Support/Unix/ |
D | Watchdog.inc | 1 //===--- Unix/Watchdog.inc - Unix Watchdog Implementation -------*- C++ -*-===// 10 // This file provides the generic Unix implementation of the Watchdog class.
|
D | COM.inc | 1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===// 10 // This file implements the Unix portion of COM support.
|
D | Mutex.inc | 1 //===- llvm/Support/Unix/Mutex.inc - Unix Mutex Implementation ---*- C++ -*-===// 10 // This file implements the Unix specific (non-pthread) Mutex class.
|
D | TimeValue.inc | 1 //===- Unix/TimeValue.cpp - Unix TimeValue Implementation -------*- C++ -*-===// 10 // This file implements the Unix specific portion of the TimeValue class. 19 #include "Unix.h"
|
D | README.txt | 1 llvm/lib/Support/Unix README 8 Unix - only code that is truly generic to all UNIX platforms 10 SUS - code that is specific to the Single Unix Specification
|
D | RWMutex.inc | 1 //= llvm/Support/Unix/RWMutex.inc - Unix Reader/Writer Mutual Exclusion Lock =// 10 // This file implements the Unix specific (non-pthread) RWMutex class.
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Watchdog.inc | 1 //===--- Unix/Watchdog.inc - Unix Watchdog Implementation -------*- C++ -*-===// 10 // This file provides the generic Unix implementation of the Watchdog class.
|
D | COM.inc | 1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===// 10 // This file implements the Unix portion of COM support.
|
D | Mutex.inc | 1 //===- llvm/Support/Unix/Mutex.inc - Unix Mutex Implementation ---*- C++ -*-===// 10 // This file implements the Unix specific (non-pthread) Mutex class.
|
D | README.txt | 1 llvm/lib/Support/Unix README 8 Unix - only code that is truly generic to all UNIX platforms 10 SUS - code that is specific to the Single Unix Specification
|
D | RWMutex.inc | 1 //= llvm/Support/Unix/RWMutex.inc - Unix Reader/Writer Mutual Exclusion Lock =// 10 // This file implements the Unix specific (non-pthread) RWMutex class.
|
/external/llvm-project/llvm/lib/Support/Unix/ |
D | Watchdog.inc | 1 //===--- Unix/Watchdog.inc - Unix Watchdog Implementation -------*- C++ -*-===// 9 // This file provides the generic Unix implementation of the Watchdog class.
|
D | COM.inc | 1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===// 9 // This file implements the Unix portion of COM support.
|
D | README.txt | 1 llvm/lib/Support/Unix README 8 Unix - only code that is truly generic to all UNIX platforms 10 SUS - code that is specific to the Single Unix Specification
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | COM.inc | 1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===// 9 // This file implements the Unix portion of COM support.
|
D | Watchdog.inc | 1 //===--- Unix/Watchdog.inc - Unix Watchdog Implementation -------*- C++ -*-===// 9 // This file provides the generic Unix implementation of the Watchdog class.
|
D | README.txt | 1 llvm/lib/Support/Unix README 8 Unix - only code that is truly generic to all UNIX platforms 10 SUS - code that is specific to the Single Unix Specification
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 100 .. availability:: Unix. 118 On Unix, keys and values use :func:`sys.getfilesystemencoding` and 228 On Unix, keys and values are decoded with :func:`sys.getfilesystemencoding` 232 .. availability:: most flavors of Unix, Windows. 243 .. availability:: most flavors of Unix. 264 .. availability:: Unix. 273 .. availability:: Unix. 282 .. availability:: Unix. 291 .. availability:: Unix. 300 .. availability:: Unix. [all …]
|
D | fnmatch.rst | 1 :mod:`fnmatch` --- Unix filename pattern matching 5 :synopsis: Unix shell style filename pattern matching. 15 This module provides support for Unix shell-style wildcards, which are *not* the 43 Note that the filename separator (``'/'`` on Unix) is *not* special to this 102 Unix shell-style path expansion.
|
/external/rust/crates/gdbstub/examples/armv4t/ |
D | README.md | 19 ### Unix Domain Sockets 21 GDB versions since \~2018 support running a debugging session over Unix Domain Sockets (UDS). Debug… 25 This feature is only supported on Unix-like systems.
|
12345678910>>...41