Home
last modified time | relevance | path

Searched refs:Unix (Results 1 – 25 of 849) sorted by relevance

12345678910>>...34

/external/python/cpython2/Doc/library/
Dos.rst28 * 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 …]
Dcrypt.rst2 :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
Dfnmatch.rst1 :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/
Dtimestamp_test.go52 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()
Dtimestamp.go95 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/syzkaller/vendor/github.com/golang/protobuf/ptypes/
Dtimestamp.go95 t = time.Unix(0, 0).UTC() // treat nil like the empty Timestamp
97 t = time.Unix(ts.Seconds, int64(ts.Nanos)).UTC()
114 seconds := t.Unix()
115 nanos := int32(t.Sub(time.Unix(seconds, 0)))
/external/python/cpython3/Doc/library/
Dos.rst99 .. availability:: Unix.
117 On Unix, keys and values use :func:`sys.getfilesystemencoding` and
225 On Unix, keys and values are decoded with :func:`sys.getfilesystemencoding`
229 .. availability:: most flavors of Unix, Windows.
240 .. availability:: most flavors of Unix.
261 .. availability:: Unix.
270 .. availability:: Unix.
279 .. availability:: Unix.
288 .. availability:: Unix.
297 .. availability:: Unix.
[all …]
Dfnmatch.rst1 :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/swiftshader/third_party/LLVM/lib/Support/Unix/
DTimeValue.inc1 //===- Unix/TimeValue.cpp - Unix TimeValue Implementation -------*- C++ -*-===//
10 // This file implements the Unix specific portion of the TimeValue class.
19 #include "Unix.h"
DMutex.inc1 //===- llvm/Support/Unix/Mutex.inc - Unix Mutex Implementation ---*- C++ -*-===//
10 // This file implements the Unix specific (non-pthread) Mutex class.
DThreadLocal.inc1 //=== llvm/Support/Unix/ThreadLocal.inc - Unix Thread Local Data -*- C++ -*-===//
10 // This file implements the Unix specific (non-pthread) ThreadLocal class.
DRWMutex.inc1 //= llvm/Support/Unix/RWMutex.inc - Unix Reader/Writer Mutual Exclusion Lock =//
10 // This file implements the Unix specific (non-pthread) RWMutex class.
Dsystem_error.inc1 //===- llvm/Support/Unix/system_error.inc - Unix error_code ------*- C++ -*-===//
10 // This file provides the Unix specific implementation of the error_code
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DWatchdog.inc1 //===--- Unix/Watchdog.inc - Unix Watchdog Implementation -------*- C++ -*-===//
10 // This file provides the generic Unix implementation of the Watchdog class.
DCOM.inc1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===//
10 // This file implements the Unix portion of COM support.
DMutex.inc1 //===- llvm/Support/Unix/Mutex.inc - Unix Mutex Implementation ---*- C++ -*-===//
10 // This file implements the Unix specific (non-pthread) Mutex class.
/external/llvm/lib/Support/Unix/
DWatchdog.inc1 //===--- Unix/Watchdog.inc - Unix Watchdog Implementation -------*- C++ -*-===//
10 // This file provides the generic Unix implementation of the Watchdog class.
DTimeValue.inc1 //===- Unix/TimeValue.cpp - Unix TimeValue Implementation -------*- C++ -*-===//
10 // This file implements the Unix specific portion of the TimeValue class.
19 #include "Unix.h"
DCOM.inc1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===//
10 // This file implements the Unix portion of COM support.
DMutex.inc1 //===- llvm/Support/Unix/Mutex.inc - Unix Mutex Implementation ---*- C++ -*-===//
10 // This file implements the Unix specific (non-pthread) Mutex class.
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DCOM.inc1 //===- llvm/Support/Unix/COM.inc - Unix COM Implementation -----*- C++ -*-===//
10 // This file implements the Unix portion of COM support.
DWatchdog.inc1 //===--- Unix/Watchdog.inc - Unix Watchdog Implementation -------*- C++ -*-===//
10 // This file provides the generic Unix implementation of the Watchdog class.
DMutex.inc1 //===- llvm/Support/Unix/Mutex.inc - Unix Mutex Implementation ---*- C++ -*-===//
10 // This file implements the Unix specific (non-pthread) Mutex class.
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dtimestruct.go32 sec := t.Unix()
64 func (ts *Timespec) Unix() (sec int64, nsec int64) { func
70 func (tv *Timeval) Unix() (sec int64, nsec int64) { func
/external/python/cpython2/Doc/extending/
Dwindows.rst13 Windows programmer learning to build Python extensions and the Unix programmer
14 interested in producing software which can be successfully built on both Unix
37 are on Unix: use the :mod:`distutils` package to control the build process, or
47 Differences Between Unix and Windows
53 Unix and Windows use completely different paradigms for run-time loading of
57 In Unix, a shared object (:file:`.so`) file contains code to be used by the
70 In Unix, there is only one type of library file (:file:`.a`) which contains code
77 library (both called :file:`.lib`). A static library is like a Unix :file:`.a`
87 another block of code A. On Unix, you would *not* pass :file:`A.a` to the
95 gives you access to spam's names, but does not create a separate copy. On Unix,

12345678910>>...34