OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shared
(Results
326 - 350
of
7354
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
shm.h
13
#define SHMMAX 0x2000000 /* max
shared
seg size (bytes) */
14
#define SHMMIN 1 /* min
shared
seg size (bytes) */
17
#define SHMSEG SHMMNI /* max
shared
segs per process */
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
mingw32.h
104
"%{
shared
-libgcc: -u ___register_frame_info -u ___deregister_frame_info}"
115
%{
shared
: %{mdll: %eshared and mdll are not compatible}} \
116
%{
shared
: --
shared
} %{mdll:--dll} \
118
%{
shared
|mdll: " SUB_LINK_ENTRY " --enable-auto-image-base} \
127
%{!
shared
: \
128
%{!
shared
-libgcc:-lgcc -lgcc_eh} \
129
%{
shared
-libgcc:-lgcc_s -lgcc} \
131
%{
shared
:-lgcc_s -lgcc} \
144
#define STARTFILE_SPEC "%{
shared
|mdll:dllcrt2%O%s}
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/
TraceviewPlugin.java
29
// The
shared
instance
59
* Returns the
shared
instance
61
* @return the
shared
instance
/bionic/libc/private/
bionic_futex.h
58
static inline int __futex_wake_ex(volatile void* ftx, bool
shared
, int count) {
59
return __futex(ftx,
shared
? FUTEX_WAKE : FUTEX_WAKE_PRIVATE, count, NULL);
66
static inline int __futex_wait_ex(volatile void* ftx, bool
shared
, int value, const struct timespec* timeout) {
67
return __futex(ftx,
shared
? FUTEX_WAIT : FUTEX_WAIT_PRIVATE, value, timeout);
/bionic/linker/
Android.mk
24
# -
shared
is used to overwrite the -Bstatic and -static
26
# This dynamic linker is actually a
shared
object linked with static libraries.
28
-
shared
\
72
# Leave the symbols in the
shared
library so that stack unwinders can produce
/build/core/
shared_library_internal.mk
2
## Standard rules for building a normal
shared
library.
23
$(call target-
shared
-library-hook)
35
# Put the built targets of all
shared
libraries in a common directory
80
$(transform-o-to-
shared
-lib)
target_test_internal.mk
2
##
Shared
definitions for all target test compilations.
/cts/tests/tests/renderscript/src/android/renderscript/cts/
noroot.rs
1
#include "
shared
.rsh"
utils.rs
1
#include "
shared
.rsh"
/cts/tests/tests/rscpp/librscpptest/
noroot.rs
1
#include "
shared
.rsh"
/developers/build/templates/WearPlusShared/
settings.gradle.ftl
17
include ':${meta.module}', ':Wearable', ':
Shared
'
/external/clang/test/CodeGenCUDA/Inputs/
cuda.h
9
#define __shared__ __attribute__((
shared
))
/external/clang/test/OpenMP/
for_lastprivate_messages.cpp
20
static float S2s; // expected-note {{static data member is predetermined as
shared
}}
23
const float S2::S2sc = 0; // expected-note {{static data member is predetermined as
shared
}}
34
const S3 c; // expected-note {{global variable is predetermined as
shared
}}
35
const S3 ca[5]; // expected-note {{global variable is predetermined as
shared
}}
36
extern const int f; // expected-note {{global variable is predetermined as
shared
}}
127
#pragma omp for lastprivate(i) // expected-error {{lastprivate variable must be
shared
}}
133
#pragma omp parallel
shared
(i)
154
const int d = 5; // expected-note {{constant variable is predetermined as
shared
}}
155
const int da[5] = {0}; // expected-note {{constant variable is predetermined as
shared
}}
195
#pragma omp for lastprivate(a, b, c, d, f) // expected-error {{lastprivate variable with incomplete type 'S1'}} expected-error 3 {{
shared
variable cannot be lastprivate}
[
all
...]
for_simd_lastprivate_messages.cpp
20
static float S2s; // expected-note {{static data member is predetermined as
shared
}}
23
const float S2::S2sc = 0; // expected-note {{static data member is predetermined as
shared
}}
34
const S3 c; // expected-note {{global variable is predetermined as
shared
}}
35
const S3 ca[5]; // expected-note {{global variable is predetermined as
shared
}}
36
extern const int f; // expected-note {{global variable is predetermined as
shared
}}
127
#pragma omp for simd lastprivate(i) // expected-error {{lastprivate variable must be
shared
}}
133
#pragma omp parallel
shared
(i)
154
const int d = 5; // expected-note {{constant variable is predetermined as
shared
}}
155
const int da[5] = {0}; // expected-note {{constant variable is predetermined as
shared
}}
195
#pragma omp for simd lastprivate(a, b, c, d, f) // expected-error {{lastprivate variable with incomplete type 'S1'}} expected-error 3 {{
shared
variable cannot be lastprivate}
[
all
...]
/external/clang/test/PCH/Inputs/
cuda.h
9
#define __shared__ __attribute__((
shared
))
/external/clang/test/SemaCUDA/Inputs/
cuda.h
9
#define __shared__ __attribute__((
shared
))
/external/conscrypt/src/main/native/
sub.mk
14
# Any
shared
/static libs that are listed here must also
/external/deqp/modules/gles3/stress/
CMakeLists.txt
27
target_link_libraries(deqp-gles3-stress deqp-gl-
shared
glutil tcutil ${DEQP_GLES3_LIBRARIES})
/external/icu/icu4c/source/config/
mh-bsd-gcc
26
##
Shared
library options
29
##
Shared
object suffix
31
## Non-
shared
intermediate object suffix
74
## Remove
shared
library 's'
mh-cygwin
32
##
Shared
library options
35
## Commands to make a
shared
library
38
SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -
shared
$(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M#
39
SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -
shared
$(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M#
42
#SH#SHLIB_c="$(CC) $(CFLAGS) $(LDFLAGS) -
shared
"
43
#SH#SHLIB_cc="$(CXX) $(CXXFLAGS) $(LDFLAGS) -
shared
"
53
##
Shared
object suffix
55
## Non-
shared
intermediate object suffix
84
## Versioned target for a
shared
library.
mh-cygwin64
32
##
Shared
library options
35
## Commands to make a
shared
library
38
SHLIB.c= $(CC) $(CFLAGS) $(LDFLAGS) -
shared
$(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M#
39
SHLIB.cc= $(CXX) $(CXXFLAGS) $(LDFLAGS) -
shared
$(LD_SOOPTIONS) -Wl,--enable-auto-import -Wl,--out-implib=$(subst cyg,lib,$@).$(A)#M#
42
#SH#SHLIB_c="$(CC) $(CFLAGS) $(LDFLAGS) -
shared
"
43
#SH#SHLIB_cc="$(CXX) $(CXXFLAGS) $(LDFLAGS) -
shared
"
53
##
Shared
object suffix
55
## Non-
shared
intermediate object suffix
84
## Versioned target for a
shared
library.
/external/icu/icu4j/main/classes/charset/
.project
7
<project>icu4j-
shared
</project>
/external/icu/icu4j/main/classes/collate/
.project
7
<project>icu4j-
shared
</project>
/external/icu/icu4j/main/classes/core/
.project
6
<project>icu4j-
shared
</project>
/external/icu/icu4j/main/classes/currdata/
.project
7
<project>icu4j-
shared
</project>
Completed in 444 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>