OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Linux
(Results
51 - 75
of
112
) sorted by null
1
2
3
4
5
/ndk/build/tools/
prebuilt-common.sh
270
if [ "$HOST_OS" = "
linux
" ] ; then
271
register_option "--mingw" do_mingw_option "Generate windows binaries on
Linux
."
548
linux
-*)
551
echo "ERROR: Can only enable mingw on
Linux
platforms !"
597
# On
Linux
, detect our legacy-compatible toolchain when in the Android
604
if [ "$HOST_OS" = "
linux
" -a -z "$CC" -a "$MINGW" != "yes" -a "$TRY64" != "yes" ]; then
605
LEGACY_TOOLCHAIN_DIR="$ANDROID_NDK_ROOT/../prebuilt/
linux
-x86/toolchain/i686-
linux
-glibc2.7-4.4.3"
607
log "Forcing generation of
Linux
binaries with legacy toolchain"
608
CC="$LEGACY_TOOLCHAIN_DIR/bin/i686-
linux
-gcc
[
all
...]
/build/target/board/generic/
BoardConfig.mk
35
# of an SDK AVD. Note that this operation only works on
Linux
for now
36
ifeq ($(HOST_OS),
linux
)
/external/mesa3d/docs/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)
MESA_sprite_point.spec
11
Brian Paul, VA
Linux
Systems Inc. (brianp 'at' valinux.com)
/external/qemu/distrib/
build-kernel.sh
22
Linux
)
24
HOST_OS=
linux
25
HOST_TAG=
linux
-x86
135
CROSSTOOLCHAIN=i686-android-
linux
-4.4.3
136
CROSSPREFIX=i686-android-
linux
-
/external/quake/quake/src/WinQuake/
quake-data.spec.sh
23
Summary: Quake for
Linux
quake-shareware.spec.sh
22
Summary: Quake for
Linux
quake.spec.sh
22
Summary: Quake for
Linux
/sdk/avdlauncher/
Android.mk
30
# When building the resources under
Linux
, use the MinGW one
/sdk/sdklauncher/
Android.mk
30
# When building the Windows resources under
Linux
, use the MinGW one
/system/core/fastboot/
Android.mk
23
ifeq ($(HOST_OS),
linux
)
42
# MinGW under
Linux
case
55
ifeq ($(HOST_OS),
linux
)
/external/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
...]
/external/llvm/include/llvm/ADT/
Triple.h
88
Linux
,
/external/llvm/lib/Target/X86/
X86Subtarget.h
187
bool isTargetLinux() const { return TargetTriple.getOS() == Triple::
Linux
; }
/prebuilt/darwin-x86/toolchain/i686-android-linux-4.4.3/
build-toolchain.sh
3
# This script is used to rebuild the x86 toolchain
Linux
4
# (i686-android-
linux
-4.4.3) completely from scratch.
16
TOOLCHAIN_INSTALL_NAME=i686-android-
linux
-$GCC_VERSION
17
TOOLCHAIN_BIN_PREFIX=i686-android-
linux
-
34
Linux
)
36
HOST_OS=
linux
37
HOST_TAG=
linux
-x86
/prebuilt/linux-x86/toolchain/i686-android-linux-4.4.3/
build-toolchain.sh
3
# This script is used to rebuild the x86 toolchain
Linux
4
# (i686-android-
linux
-4.4.3) completely from scratch.
16
TOOLCHAIN_INSTALL_NAME=i686-android-
linux
-$GCC_VERSION
17
TOOLCHAIN_BIN_PREFIX=i686-android-
linux
-
34
Linux
)
36
HOST_OS=
linux
37
HOST_TAG=
linux
-x86
/external/clang/lib/Driver/
ToolChains.h
359
class LLVM_LIBRARY_VISIBILITY
Linux
: public Generic_ELF {
361
Linux
(const HostInfo &Host, const llvm::Triple& Triple);
/external/openssl/crypto/perlasm/
x86asm.pl
190
elf -
Linux
, FreeBSD, Solaris x86, etc.
/external/iproute2/doc/
api-ip6-flowlabels.tex
5
\Large\bf IPv6 Flow Labels in
Linux
-2.2.
26
I describe an attempt to design the API for
Linux
-2.2 IPv6 stack.
118
Another problem is
Linux
specific. Historically
Linux
IPv6 did not
135
By default
Linux
IPv6 does not read \verb|sin6_flowinfo| field
148
Linux
kernel never fills \verb|sin6_flowinfo| field, when passing
379
in \verb|ping6| utility (\verb|iputils| package).
Linux
rsvpd backend
ip-tunnels.tex
5
\Large\bf Tunnels over IP in
Linux
-2.2
26
Q: In
linux
-2.0.36 I used:
45
Q: In
linux
-2.0.36 I used:
81
A:
Linux
-2.2 has single module \verb|ipip| for both directions of tunneling
142
Standard
Linux
-2.2 kernel supports three flavor of tunnels,
344
\section{
Linux
and Cisco IOS tunnels.}
347
Essentially, Cisco setup is subset of options, available for
Linux
.
431
Tunnels are devices, hence all the power of
Linux
traffic control
/external/chromium/third_party/libjingle/source/talk/
main.scons
351
'
LINUX
',
388
# Settings that are specific to our desktop
Linux
targets.
392
# non-ChromeOS
Linux
builds are used on many different distros and distro
408
BUILD_TYPE_DESCRIPTION = '
Linux
debug build',
418
BUILD_TYPE_DESCRIPTION = '
Linux
optimized build',
429
# TODO(): Clone
linux
envs for 64bit. See 'variant' documentation.
/external/llvm/lib/Support/
Triple.cpp
105
case
Linux
: return "
linux
";
333
else if (OSName.startswith("
linux
"))
334
return
Linux
;
/external/mesa3d/docs/
MESA_drm_image.spec
35
Linux
DRM mode setting and memory management drivers. The extension
/ndk/build/core/
default-build-commands.mk
13
# libraries that instruct the
Linux
kernel to disable code execution from
Completed in 1452 milliseconds
1
2
3
4
5