OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:so
(Results
226 - 250
of
938
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/sdch/open-vcdiff/packages/deb/
rules
33
# option 2, assuming the library is created as src/.libs/libfoo.
so
.2.0.5 or
so
34
version=`ls src/.libs/lib*.
so
.* | \
36
major=`ls src/.libs/lib*.
so
.* | \
37
awk '{if (match($$0,/\.
so
\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
/external/clang/
clang-host-build.mk
11
# Make sure bionic is first
so
we can include system headers.
/external/compiler-rt/lib/msan/
msan_report.cc
56
if (const char *
so
= __msan_get_origin_descr_if_stack(origin)) {
57
char* s = internal_strdup(
so
);
/external/icu4c/config/
mh-alpha-linux-cc
40
SO
=
so
71
%.$(
SO
).$(SO_TARGET_VERSION_MAJOR): %.$(
SO
).$(SO_TARGET_VERSION)
73
%.$(
SO
): %.$(
SO
).$(SO_TARGET_VERSION_MAJOR)
74
$(RM) $@ && ln -s ${*F}.$(
SO
).$(SO_TARGET_VERSION) $@
mh-alpha-osf
40
SO
=
so
71
%.$(
SO
).$(SO_TARGET_VERSION_MAJOR): %.$(
SO
).$(SO_TARGET_VERSION)
73
%.$(
SO
): %.$(
SO
).$(SO_TARGET_VERSION_MAJOR)
74
$(RM) $@ && ln -s ${*F}.$(
SO
).$(SO_TARGET_VERSION) $@
mh-bsd-gcc
30
SO
=
so
61
%.$(
SO
).$(SO_TARGET_VERSION_MAJOR): %.$(
SO
).$(SO_TARGET_VERSION)
63
%.$(
SO
): %.$(
SO
).$(SO_TARGET_VERSION_MAJOR)
64
$(RM) $@ && ln -s ${*F}.$(
SO
).$(SO_TARGET_VERSION) $@
mh-haiku
31
SO
=
so
62
%.$(
SO
).$(SO_TARGET_VERSION_MAJOR): %.$(
SO
).$(SO_TARGET_VERSION)
64
%.$(
SO
): %.$(
SO
).$(SO_TARGET_VERSION_MAJOR)
65
$(RM) $@ && ln -s ${*F}.$(
SO
).$(SO_TARGET_VERSION) $@
mh-qnx
39
SO
=
so
76
%.$(
SO
): %.$(
SO
).$(SO_TARGET_VERSION_MAJOR)
77
$(RM) $@ && ln -s ${*F}.$(
SO
).$(SO_TARGET_VERSION_MAJOR) $@
78
#%.$(
SO
).$(SO_TARGET_VERSION_MAJOR): %.$(
SO
).$(SO_TARGET_VERSION)
80
#%.$(
SO
): %.$(
SO
).$(SO_TARGET_VERSION_MAJOR)
81
# $(RM) $@ && ln -s ${*F}.$(
SO
).$(SO_TARGET_VERSION) $
[
all
...]
/external/llvm/
llvm-host-build.mk
39
# Make sure bionic is first
so
we can include system headers.
/external/open-vcdiff/packages/deb/
rules
33
# option 2, assuming the library is created as src/.libs/libfoo.
so
.2.0.5 or
so
34
version=`ls src/.libs/lib*.
so
.* | \
36
major=`ls src/.libs/lib*.
so
.* | \
37
awk '{if (match($$0,/\.
so
\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
/external/qemu/slirp/
tcp_var.h
131
#define sototcpcb(
so
) ((
so
)->so_tcpcb)
/external/qemu/slirp-android/
tcp_var.h
136
#define sototcpcb(
so
) ((
so
)->so_tcpcb)
/external/quake/quake/src/QW/
glqwcl.spec.sh
42
%attr(755,root,root) ${3}/lib3dfxgl.
so
/external/skia/tools/
roll_autogen.sh
51
echo "Please do
so
and press any key to continue."
/external/valgrind/main/gdbserver_tests/
mchelp.stdoutB.exp
4
v.info all_errors : show all errors found
so
far
6
v.info n_errs_found : show the nr of errors found
so
far
33
v.info all_errors : show all errors found
so
far
35
v.info n_errs_found : show the nr of errors found
so
far
/frameworks/native/opengl/libs/
Android.mk
127
# Symlink libGLESv3.
so
-> libGLESv2.
so
128
# Platform modules should link against libGLESv2.
so
(-lGLESv2), but NDK apps
129
# will be linked against libGLESv3.
so
.
/hardware/libhardware_legacy/
Android.mk
3
# Setting LOCAL_PATH will mess up all-subdir-makefiles,
so
do it beforehand.
/ndk/sources/cxx-stl/gnu-libstdc++/
Android.mk
26
LOCAL_SRC_FILES := $(TOOLCHAIN_VERSION)/libs/$(TARGET_ARCH_ABI)/libgnustl_shared.
so
/packages/apps/Mms/
Android.mk
34
# This finds and builds the test apk as well,
so
a single make does both.
/bionic/libc/arch-x86/bionic/
syscall.S
39
# Yes,
so
set errno.
/bionic/linker/
Android.mk
53
# is probably specific the linker only,
so
there's no need to modify the build system for
59
# we don't want crtbegin.o (because we have begin.o),
so
unset it
/dalvik/
Android.mk
39
# DONT_INSTALL_DEX_FILES is already false,
so
a normal make takes care of it.
63
#
so
a normal make takes care of it.
/device/asus/grouper/self-extractors/broadcom/staging/proprietary/
Android.mk
50
LOCAL_SRC_FILES := gps.tegra3.
so
51
LOCAL_MODULE_SUFFIX := .
so
/device/asus/tilapia/self-extractors/broadcom/staging/proprietary/
Android.mk
50
LOCAL_SRC_FILES := gps.tegra3.
so
51
LOCAL_MODULE_SUFFIX := .
so
/device/samsung/manta/
BoardConfig.mk
17
# These two variables are set first,
so
they can be overridden
47
OVERRIDE_RS_DRIVER := libRSDriverArm.
so
Completed in 358 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>