HomeSort by relevance Sort by last modified time
    Searched refs:Linux (Results 276 - 300 of 447) sorted by null

<<1112131415161718

  /prebuilts/go/darwin-x86/misc/cgo/testsanitizers/
test.bash 53 # Clang before 3.8 does not work with Linux at or after 4.1.
56 if test "$(uname)" = Linux; then
61 echo "skipping msan/tsan tests: clang version $major.$minor (older than 3.8) incompatible with linux version $linuxmajor.$linuxminor (4.1 or newer)"
  /prebuilts/go/darwin-x86/src/log/syslog/
syslog.go 33 // These are the same on Linux, BSD, and OS X.
48 // These are the same up to LOG_FTP on Linux, BSD, and OS X.
  /prebuilts/go/darwin-x86/src/net/
interface_linux.go 49 // See linux/if_arp.h.
50 // Note that Linux doesn't support IPv4 over IPv6 tunneling.
232 // The Linux kernel puts the IP
  /prebuilts/go/darwin-x86/src/runtime/
os_freebsd.go 73 // FreeBSD's umtx_op syscall is effectively the same as Linux's futex, and
74 // thus the code is largely similar. See Linux implementation
vdso_linux_amd64.go 9 // Look up symbols in the Linux vDSO.
11 // This code was originally based on the sample Linux vDSO parser at
12 // https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/vDSO/parse_vdso.c
  /prebuilts/go/darwin-x86/src/syscall/
exec_unix.go 5 // +build darwin dragonfly freebsd linux netbsd openbsd solaris
58 // 4) Open. Can block. Use O_CLOEXEC if available (Linux).
61 // On Linux, could use fcntl F_DUPFD_CLOEXEC
  /prebuilts/go/linux-x86/misc/cgo/testsanitizers/
test.bash 53 # Clang before 3.8 does not work with Linux at or after 4.1.
56 if test "$(uname)" = Linux; then
61 echo "skipping msan/tsan tests: clang version $major.$minor (older than 3.8) incompatible with linux version $linuxmajor.$linuxminor (4.1 or newer)"
  /prebuilts/go/linux-x86/src/log/syslog/
syslog.go 33 // These are the same on Linux, BSD, and OS X.
48 // These are the same up to LOG_FTP on Linux, BSD, and OS X.
  /prebuilts/go/linux-x86/src/net/
interface_linux.go 49 // See linux/if_arp.h.
50 // Note that Linux doesn't support IPv4 over IPv6 tunneling.
232 // The Linux kernel puts the IP
  /prebuilts/go/linux-x86/src/runtime/
os_freebsd.go 73 // FreeBSD's umtx_op syscall is effectively the same as Linux's futex, and
74 // thus the code is largely similar. See Linux implementation
vdso_linux_amd64.go 9 // Look up symbols in the Linux vDSO.
11 // This code was originally based on the sample Linux vDSO parser at
12 // https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/vDSO/parse_vdso.c
  /prebuilts/go/linux-x86/src/syscall/
exec_unix.go 5 // +build darwin dragonfly freebsd linux netbsd openbsd solaris
58 // 4) Open. Can block. Use O_CLOEXEC if available (Linux).
61 // On Linux, could use fcntl F_DUPFD_CLOEXEC
  /build/make/tools/droiddoc/templates-ndk/
sdkpage.cs 161 <td>Linux 64-bit (x86)</td>
305 <td>Linux</td>
307 <a onclick="return onDownload(this)" id="linux-tools" href="http://dl.google.com/android/<?cs
376 <td>Linux</td>
378 <a onclick="return onDownload(this)" id="linux-bundle"
419 } else if (navigator.appVersion.indexOf("Linux")!=-1 && navigator.appVersion.indexOf("Android")==-1) {
420 os = "Linux";
421 bundlename = '#linux-bundle';
422 $toolslink = $('#linux-tools');
  /external/clang/lib/Driver/
ToolChains.h 823 class LLVM_LIBRARY_VISIBILITY Linux : public Generic_ELF {
825 Linux(const Driver &D, const llvm::Triple &Triple,
855 class LLVM_LIBRARY_VISIBILITY CudaToolChain : public Linux {
885 class LLVM_LIBRARY_VISIBILITY MipsLLVMToolChain : public Linux {
    [all...]
  /external/syslinux/core/
pxelinux.asm 6 ; A program to boot Linux kernels off a TFTP server using the Intel PXE
182 ; they probably won't be trying to install Linux on them...
190 ; Linux kernel loading code is common. However, we need to define
  /external/valgrind/none/tests/
cmdline2.stdout.exp 89 on Linux/Android/Solaris for Memcheck/Helgrind/DRD
98 --run-libc-freeres=no|yes free up glibc memory at exit on Linux? [yes]
99 --run-cxx-freeres=no|yes free up libstdc++ memory at exit on Linux
132 NOTE: stack scanning is only available on arm-linux.
  /build/soong/cc/config/
global.go 86 if android.BuildOs == android.Linux {
151 pctx.StaticVariable("ClangAsanLibDir", "${ClangPath}/lib64/clang/${ClangShortVersion}/lib/linux")
  /build/soong/ui/build/
ninja.go 128 // The "pstree" command doesn't exist on Mac, but "pstree" on Linux gives more convenient output than "ps"
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
configure 79 Linux | linux | GNU | GNU/*) LDSHARED=${LDSHARED-"$cc -shared -Wl,-soname,libz.so.1"};;
  /device/linaro/bootloader/edk2/EmulatorPkg/
build.sh 81 Linux*)
179 LIB_NAMES="ld-linux.so.2 libdl.so.2 crt1.o crti.o crtn.o"
180 LIB_SEARCH_PATHS="/usr/lib/i386-linux-gnu /usr/lib32 /lib32 /usr/lib /lib"
185 LIB_NAMES="ld-linux-x86-64.so.2 libdl.so.2 crt1.o crti.o crtn.o"
186 LIB_SEARCH_PATHS="/usr/lib/x86_64-linux-gnu /usr/lib64 /lib64 /usr/lib /lib"
  /external/google-breakpad/android/google_breakpad/
Android.mk 41 # 3/ In your source code, include "src/client/linux/exception_handler.h"
42 # and use the Linux instructions to use it.
73 src/client/linux/crash_generation/crash_generation_client.cc \
74 src/client/linux/handler/exception_handler.cc \
75 src/client/linux/handler/minidump_descriptor.cc \
76 src/client/linux/log/log.cc \
77 src/client/linux/minidump_writer/linux_dumper.cc \
78 src/client/linux/minidump_writer/linux_ptrace_dumper.cc \
79 src/client/linux/minidump_writer/minidump_writer.cc \
85 src/common/linux/elfutils.cc
    [all...]
  /external/llvm/test/tools/llvm-readobj/ARM/
attribute-2.s 44 @CHECK-OBJ-NEXT: Description: Linux Application
  /external/mesa3d/docs/specs/
MESA_drm_image.spec 35 Linux DRM mode setting and memory management drivers. The extension
  /external/syslinux/com32/lua/test/
automenu.lua 2 Automatically generated boot menu of the installed Linux kernels
  /external/v8/tools/vim/
ninja-build.vim 7 " On Linux, <Leader>o, which is \o by default ("o"=creates .o files)

Completed in 620 milliseconds

<<1112131415161718