/external/llvm/tools/lli/ |
lli.cpp | 581 // remote JIT on Unix platforms. 703 llvm_unreachable("launchRemote not supported on non-Unix platforms");
|
/prebuilts/go/darwin-x86/src/syscall/ |
fs_nacl.go | 5 // A simulated Unix-like file system for use within NaCl. 471 // Standard Unix system calls.
|
/prebuilts/go/linux-x86/src/syscall/ |
fs_nacl.go | 5 // A simulated Unix-like file system for use within NaCl. 471 // Standard Unix system calls.
|
/prebuilts/go/darwin-x86/src/compress/gzip/ |
gunzip.go | 192 hdr.ModTime = time.Unix(t, 0)
|
/prebuilts/go/darwin-x86/src/os/ |
file.go | 6 // functionality. The design is Unix-like, although the error handling is
|
/prebuilts/go/linux-x86/src/compress/gzip/ |
gunzip.go | 192 hdr.ModTime = time.Unix(t, 0)
|
/prebuilts/go/linux-x86/src/os/ |
file.go | 6 // functionality. The design is Unix-like, although the error handling is
|
/prebuilts/go/darwin-x86/src/net/ |
net.go | 7 TCP/IP, UDP, domain name resolution, and Unix domain sockets. 44 On Unix systems, the resolver has two options for resolving names. 471 aLongTimeAgo = time.Unix(233431200, 0)
|
fd_unix.go | 149 // non-blocking socket under Unix variants does not
|
net_test.go | 24 for _, network := range []string{"tcp", "unix", "unixpacket"} { 35 case "unix", "unixpacket": 45 case "unix", "unixpacket": 110 for _, network := range []string{"tcp", "unix", "unixpacket"} { 130 case "unix", "unixpacket": 160 for _, network := range []string{"tcp", "unix", "unixpacket"} { 171 case "unix", "unixpacket": 181 case "unix", "unixpacket": 201 for _, network := range []string{"tcp", "unix", "unixpacket"} { 212 case "unix", "unixpacket" [all...] |
/prebuilts/go/linux-x86/src/net/ |
net.go | 7 TCP/IP, UDP, domain name resolution, and Unix domain sockets. 44 On Unix systems, the resolver has two options for resolving names. 471 aLongTimeAgo = time.Unix(233431200, 0)
|
fd_unix.go | 149 // non-blocking socket under Unix variants does not
|
net_test.go | 24 for _, network := range []string{"tcp", "unix", "unixpacket"} { 35 case "unix", "unixpacket": 45 case "unix", "unixpacket": 110 for _, network := range []string{"tcp", "unix", "unixpacket"} { 130 case "unix", "unixpacket": 160 for _, network := range []string{"tcp", "unix", "unixpacket"} { 171 case "unix", "unixpacket": 181 case "unix", "unixpacket": 201 for _, network := range []string{"tcp", "unix", "unixpacket"} { 212 case "unix", "unixpacket" [all...] |
/prebuilts/go/darwin-x86/src/time/ |
format.go | 12 // which is Unix time 1136239445. Since MST is GMT-0700, 23 // compatibility with fixed-width Unix time formats. 800 if year >= 69 { // Unix time starts Dec 31 1969 in some time zones [all...] |
/prebuilts/go/linux-x86/src/time/ |
format.go | 12 // which is Unix time 1136239445. Since MST is GMT-0700, 23 // compatibility with fixed-width Unix time formats. 800 if year >= 69 { // Unix time starts Dec 31 1969 in some time zones [all...] |
/device/linaro/bootloader/edk2/EmulatorPkg/ |
EmulatorPkg.dsc | 249 EmulatorPkg/Unix/Host/Host.inf
|
/prebuilts/go/darwin-x86/src/cmd/pack/ |
pack.go | 219 time.Unix(e.mtime, 0).Format(timeFormat),
|
/prebuilts/go/darwin-x86/src/internal/pprof/profile/ |
profile.go | 341 ss = append(ss, fmt.Sprintf("Time: %v", time.Unix(0, p.TimeNanos)))
|
/prebuilts/go/darwin-x86/src/runtime/ |
extern.go | 149 manner instead of exiting. For example, on Unix systems, the crash raises
|
/prebuilts/go/linux-x86/src/cmd/pack/ |
pack.go | 219 time.Unix(e.mtime, 0).Format(timeFormat),
|
/prebuilts/go/linux-x86/src/internal/pprof/profile/ |
profile.go | 341 ss = append(ss, fmt.Sprintf("Time: %v", time.Unix(0, p.TimeNanos)))
|
/prebuilts/go/linux-x86/src/runtime/ |
extern.go | 149 manner instead of exiting. For example, on Unix systems, the crash raises
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
ccompiler.py | 26 Mainly needed on Unix, so we can plug in the information that
29 if compiler.compiler_type == "unix":
105 # I'm not sure how widely supported this is even by Unix
189 On platforms with a command-line (Unix, DOS/Windows), each of these
192 Unix shells operate: words are delimited by spaces, but quotes and
203 # basically the same things with Unix C compilers.
576 normally compiles to "foo/bar.o" (for a Unix implementation); if
595 On platforms that have the notion of a command-line (e.g. Unix,
683 on Unix and "foo.lib" on DOS/Windows). However, they can include a
694 run-time. (This may only be relevant on Unix.) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
ccompiler.py | 55 # I'm not sure how widely supported this is even by Unix 139 On platforms with a command-line (Unix, DOS/Windows), each of these 142 Unix shells operate: words are delimited by spaces, but quotes and 153 # basically the same things with Unix C compilers. 526 normally compiles to "foo/bar.o" (for a Unix implementation); if 545 On platforms that have the notion of a command-line (e.g. Unix, 633 on Unix and "foo.lib" on DOS/Windows). However, they can include a 644 run-time. (This may only be relevant on Unix.) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
ccompiler.py | 55 # I'm not sure how widely supported this is even by Unix 139 On platforms with a command-line (Unix, DOS/Windows), each of these 142 Unix shells operate: words are delimited by spaces, but quotes and 153 # basically the same things with Unix C compilers. 526 normally compiles to "foo/bar.o" (for a Unix implementation); if 545 On platforms that have the notion of a command-line (e.g. Unix, 633 on Unix and "foo.lib" on DOS/Windows). However, they can include a 644 run-time. (This may only be relevant on Unix.) [all...] |