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

1 2 3 4 5 6 7 891011>>

  /external/llvm/
llvm-host-build.mk 23 # Enable debug build only on Linux and Darwin
  /external/ltp/testcases/realtime/
README 21 realtime tests is an open-source testsuite for testing real-time Linux. It is
  /external/mesa3d/docs/specs/OLD/
MESA_trace.spec 12 Brian Paul, VA Linux Systems, Inc., brianp 'at' valinux.com
61 (Linux) do not support hierarchical linking, so a wrapper solution
MESA_packed_depth_stencil.spec 11 Keith Whitwell, VA Linux Systems Inc. (keithw 'at' valinux.com)
12 Brian Paul, VA Linux Systems Inc. (brianp 'at' valinux.com)
  /external/valgrind/auxprogs/
nightly-build-summary 195 } elsif ($val =~ /SUSE Linux Enterprise Server 11 SP1/) {
197 } elsif ($val =~ /Red Hat Enterprise Linux AS release 4/) {
  /prebuilts/build-tools/
build-prebuilts.sh 12 Linux)
13 OS='linux'
65 if [[ $OS == "linux" ]]; then
  /prebuilts/go/darwin-x86/src/runtime/
lfstack_64bit.go 14 // In Linux the user address space for each architecture is limited as
mem_darwin.go 22 // Linux's MADV_DONTNEED is like BSD's MADV_FREE.
  /prebuilts/go/darwin-x86/src/syscall/
lsf_linux.go 5 // Linux socket filter
  /prebuilts/go/linux-x86/src/runtime/
lfstack_64bit.go 14 // In Linux the user address space for each architecture is limited as
mem_darwin.go 22 // Linux's MADV_DONTNEED is like BSD's MADV_FREE.
  /prebuilts/go/linux-x86/src/syscall/
lsf_linux.go 5 // Linux socket filter
  /system/chre/apps/chqts/src/shared/
Android.mk 18 # code here, it seems a long-term time saver to have Linux tests for
35 ifeq ($(HOST_OS),linux)
50 endif # HOST_OS == linux
  /build/make/tools/droiddoc/templates-sac/
sdkpage.cs 104 <td>Linux 32/64-bit (x86)</td>
236 <td>Linux 32-bit</td>
238 <a onClick="return onDownload(this)" id="linux-bundle32"
245 <td>Linux 64-bit</td>
247 <a onClick="return onDownload(this)" id="linux-bundle64"
294 <td>Linux</td>
296 <a onclick="return onDownload(this)" id="linux-tools" href="http://dl.google.com/android/<?cs
333 } else if (navigator.appVersion.indexOf("Linux")!=-1) {
334 os = "Linux";
335 bundlename = '#linux-bundle'
    [all...]
  /external/swiftshader/third_party/LLVM/unittests/ADT/
TripleTest.cpp 84 T = Triple("x86_64-pc-linux-gnu");
87 EXPECT_EQ(Triple::Linux, T.getOS());
139 EXPECT_EQ("a-b-linux", Triple::normalize("a-b-linux"));
140 EXPECT_EQ("--linux-b-c", Triple::normalize("linux-b-c"));
141 EXPECT_EQ("a--linux-c", Triple::normalize("a-linux-c"));
145 EXPECT_EQ("-pc-linux-c", Triple::normalize("linux-pc-c"))
    [all...]
  /build/soong/cc/config/
x86_linux_host.go 138 "prebuilts/gcc/${HostPrebuiltTag}/host/x86_64-linux-glibc2.15-${LinuxGccVersion}")
140 pctx.StaticVariable("LinuxGccTriple", "x86_64-linux")
227 return "i686-linux-gnu"
239 return "x86_64-linux-gnu"
286 registerToolchainFactory(android.Linux, android.X86, linuxX86ToolchainFactory)
287 registerToolchainFactory(android.Linux, android.X86_64, linuxX8664ToolchainFactory)
  /compatibility/cdd/9_security-model/
9_9_full-disk-encryption.md 76 this feature based on the Linux kernel ext4 encryption feature.
101 of this feature, based on the Linux kernel feature dm-crypt
  /development/scripts/
gdbclient 144 Linux)
145 GDB=$ANDROID_BUILD_TOP/prebuilts/gdb/linux-x86/bin/gdb
  /external/google-breakpad/android/
common-functions.sh 189 Linux)
  /external/icu/tools/
icuutil.py 63 Creates the directory and runs "runConfigureICU Linux"
74 subprocess.check_call(['%s/runConfigureICU' % icu4cDir(), 'Linux'])
  /external/ltp/testscripts/
ltpfslvm.sh 38 fdisk needs to be run and the 4 HD partitions marked as 0x8e -- Linux LVM
  /external/protobuf/protoc-artifacts/
build-protoc.sh 55 if [[ "$OS" == windows || "$OS" == linux ]]; then
58 if [[ "$OS" == linux ]]; then
100 elif [[ "$OS" == linux ]]; then
103 white_list="linux-gate\.so\.1\|libpthread\.so\.0\|libm\.so\.6\|libc\.so\.6\|ld-linux\.so\.2"
105 white_list="linux-vdso\.so\.1\|libpthread\.so\.0\|libm\.so\.6\|libc\.so\.6\|ld-linux-x86-64\.so\.2"
164 elif [[ "$(uname)" == Linux* ]]; then
165 if [[ "$OS" == linux ]]; then
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
Triple.h 90 Linux,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Subtarget.h 215 bool isTargetLinux() const { return TargetTriple.getOS() == Triple::Linux; }
  /external/f2fs-tools/
Android.mk 3 # f2fs-tools depends on Linux kernel headers being in the system include path.
4 ifeq ($(HOST_OS),linux)

Completed in 2847 milliseconds

1 2 3 4 5 6 7 891011>>