OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defined
(Results
1651 - 1675
of
19394
) sorted by null
<<
61
62
63
64
65
66
67
68
69
70
>>
/ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp
19
#if
defined
(__SUNPPRO_CC) && !
defined
(_STLP_NO_NEW_C_HEADERS)
33
#if !
defined
(_CRAY) && !
defined
(__EMX__)
38
#if
defined
(__hpux) &&
defined
(__GNUC__)
57
#if
defined
(_STLP_USE_DEFAULT_FILE_OFFSET) || \
58
(!
defined
(_LARGEFILE_SOURCE) && !
defined
(_LARGEFILE64_SOURCE))
133
#if
defined
(__APPLE__
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/
type_manips.h
26
#if
defined
(_STLP_USE_NAMESPACES) && !
defined
(_STLP_DONT_USE_PRIV_NAMESPACE)
102
#if
defined
(_STLP_CLASS_PARTIAL_SPECIALIZATION)
103
# if
defined
(__BORLANDC__)
111
# if !
defined
(__BORLANDC__) || (__BORLANDC__ >= 0x590)
125
# if
defined
(_STLP_MEMBER_TEMPLATE_CLASSES)
160
#if !
defined
(_STLP_DONT_SIMULATE_PARTIAL_SPEC_FOR_TYPE_TRAITS) && \
161
(!
defined
(__GNUC__) || (__GNUC__ > 2))
163
# if !
defined
(__BORLANDC__)
214
#if
defined
(_STLP_CLASS_PARTIAL_SPECIALIZATION
[
all
...]
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
type_manips.h
26
#if
defined
(_STLP_USE_NAMESPACES) && !
defined
(_STLP_DONT_USE_PRIV_NAMESPACE)
102
#if
defined
(_STLP_CLASS_PARTIAL_SPECIALIZATION)
103
# if
defined
(__BORLANDC__)
111
# if !
defined
(__BORLANDC__) || (__BORLANDC__ >= 0x590)
125
# if
defined
(_STLP_MEMBER_TEMPLATE_CLASSES)
160
#if !
defined
(_STLP_DONT_SIMULATE_PARTIAL_SPEC_FOR_TYPE_TRAITS) && \
161
(!
defined
(__GNUC__) || (__GNUC__ > 2))
163
# if !
defined
(__BORLANDC__)
214
#if
defined
(_STLP_CLASS_PARTIAL_SPECIALIZATION
[
all
...]
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
type_manips.h
26
#if
defined
(_STLP_USE_NAMESPACES) && !
defined
(_STLP_DONT_USE_PRIV_NAMESPACE)
102
#if
defined
(_STLP_CLASS_PARTIAL_SPECIALIZATION)
103
# if
defined
(__BORLANDC__)
111
# if !
defined
(__BORLANDC__) || (__BORLANDC__ >= 0x590)
125
# if
defined
(_STLP_MEMBER_TEMPLATE_CLASSES)
160
#if !
defined
(_STLP_DONT_SIMULATE_PARTIAL_SPEC_FOR_TYPE_TRAITS) && \
161
(!
defined
(__GNUC__) || (__GNUC__ > 2))
163
# if !
defined
(__BORLANDC__)
214
#if
defined
(_STLP_CLASS_PARTIAL_SPECIALIZATION
[
all
...]
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
type_manips.h
26
#if
defined
(_STLP_USE_NAMESPACES) && !
defined
(_STLP_DONT_USE_PRIV_NAMESPACE)
102
#if
defined
(_STLP_CLASS_PARTIAL_SPECIALIZATION)
103
# if
defined
(__BORLANDC__)
111
# if !
defined
(__BORLANDC__) || (__BORLANDC__ >= 0x590)
125
# if
defined
(_STLP_MEMBER_TEMPLATE_CLASSES)
160
#if !
defined
(_STLP_DONT_SIMULATE_PARTIAL_SPEC_FOR_TYPE_TRAITS) && \
161
(!
defined
(__GNUC__) || (__GNUC__ > 2))
163
# if !
defined
(__BORLANDC__)
214
#if
defined
(_STLP_CLASS_PARTIAL_SPECIALIZATION
[
all
...]
/external/chromium/base/threading/
platform_thread_posix.cc
15
#if
defined
(OS_MACOSX)
21
#if
defined
(OS_LINUX)
28
#if
defined
(OS_NACL)
34
#if
defined
(OS_MACOSX)
58
#if
defined
(OS_MACOSX)
72
#if
defined
(OS_MACOSX)
123
#if
defined
(OS_MACOSX)
125
#elif
defined
(OS_LINUX)
127
#elif
defined
(OS_FREEBSD)
130
#elif
defined
(OS_NACL
[
all
...]
/external/chromium/chrome/common/
chrome_constants.cc
11
#if
defined
(OS_MACOSX)
12
#if
defined
(GOOGLE_CHROME_BUILD)
14
#elif
defined
(CHROMIUM_BUILD)
27
#if
defined
(OS_WIN)
30
#elif
defined
(OS_LINUX)
35
#elif
defined
(OS_MACOSX)
40
#if
defined
(OS_WIN)
43
#elif
defined
(OS_LINUX)
46
#elif
defined
(OS_MACOSX)
52
#if
defined
(OS_MACOSX
[
all
...]
/external/clang/test/SemaCXX/
undefined-internal.cpp
7
static void foo(); // expected-warning {{function 'test1::foo' has internal linkage but is not
defined
}}
8
template <class T> static void bar(); // expected-warning {{function 'test1::bar<int>' has internal linkage but is not
defined
}}
18
void foo(); // expected-warning {{function 'test2::<anonymous namespace>::foo' has internal linkage but is not
defined
}}
19
extern int var; // expected-warning {{variable 'test2::<anonymous namespace>::var' has internal linkage but is not
defined
}}
20
template <class T> void bar(); // expected-warning {{function 'test2::<anonymous namespace>::bar<int>' has internal linkage but is not
defined
}}
52
A(); // expected-warning {{function 'test4::<anonymous namespace>::A::A' has internal linkage but is not
defined
}}
53
~A();// expected-warning {{function 'test4::<anonymous namespace>::A::~A' has internal linkage but is not
defined
}}
54
virtual void foo(); // expected-warning {{function 'test4::<anonymous namespace>::A::foo' has internal linkage but is not
defined
}}
56
virtual void baz(); // expected-warning {{function 'test4::<anonymous namespace>::A::baz' has internal linkage but is not
defined
}}
78
static int var; // expected-warning {{variable 'test5::B<test5::<anonymous>::A>::var' has internal linkage but is not
defined
}}
[
all
...]
/external/gtest/test/
gtest_nc.cc
52
#elif
defined
(TEST_USER_CANNOT_INCLUDE_GTEST_INTERNAL_INL_H)
57
#elif
defined
(TEST_CATCHES_DECLARING_SETUP_IN_TEST_FIXTURE_WITH_TYPO)
68
#elif
defined
(TEST_CATCHES_CALLING_SETUP_IN_TEST_WITH_TYPO)
81
#elif
defined
(TEST_CATCHES_DECLARING_SETUP_IN_ENVIRONMENT_WITH_TYPO)
92
#elif
defined
(TEST_CATCHES_CALLING_SETUP_IN_ENVIRONMENT_WITH_TYPO)
106
#elif
defined
(TEST_CATCHES_WRONG_CASE_IN_TYPED_TEST_P)
125
#elif
defined
(TEST_CATCHES_WRONG_CASE_IN_REGISTER_TYPED_TEST_CASE_P)
144
#elif
defined
(TEST_CATCHES_WRONG_CASE_IN_INSTANTIATE_TYPED_TEST_CASE_P)
165
#elif
defined
(TEST_CATCHES_INSTANTIATE_TYPED_TESET_CASE_P_WITH_SAME_NAME_PREFIX)
184
#elif
defined
(TEST_STATIC_ASSERT_TYPE_EQ_IS_NOT_A_TYPE
[
all
...]
/external/protobuf/gtest/test/
gtest_nc.cc
52
#elif
defined
(TEST_USER_CANNOT_INCLUDE_GTEST_INTERNAL_INL_H)
57
#elif
defined
(TEST_CATCHES_DECLARING_SETUP_IN_TEST_FIXTURE_WITH_TYPO)
68
#elif
defined
(TEST_CATCHES_CALLING_SETUP_IN_TEST_WITH_TYPO)
81
#elif
defined
(TEST_CATCHES_DECLARING_SETUP_IN_ENVIRONMENT_WITH_TYPO)
92
#elif
defined
(TEST_CATCHES_CALLING_SETUP_IN_ENVIRONMENT_WITH_TYPO)
106
#elif
defined
(TEST_CATCHES_WRONG_CASE_IN_TYPED_TEST_P)
125
#elif
defined
(TEST_CATCHES_WRONG_CASE_IN_REGISTER_TYPED_TEST_CASE_P)
144
#elif
defined
(TEST_CATCHES_WRONG_CASE_IN_INSTANTIATE_TYPED_TEST_CASE_P)
165
#elif
defined
(TEST_CATCHES_INSTANTIATE_TYPED_TESET_CASE_P_WITH_SAME_NAME_PREFIX)
184
#elif
defined
(TEST_STATIC_ASSERT_TYPE_EQ_IS_NOT_A_TYPE
[
all
...]
/external/webkit/Source/JavaScriptCore/API/
JSBase.h
69
#if
defined
(JS_NO_EXPORT)
71
#elif
defined
(__GNUC__) && !
defined
(__CC_ARM) && !
defined
(__ARMCC__)
73
#elif
defined
(WIN32) ||
defined
(_WIN32) ||
defined
(_WIN32_WCE) ||
defined
(__CC_ARM) ||
defined
(__ARMCC__)
74
#if
defined
(BUILDING_JavaScriptCore) || defined(BUILDING_WTF
[
all
...]
/external/webrtc/src/system_wrappers/source/
thread_posix.cc
38
#if (
defined
(WEBRTC_LINUX) && !
defined
(WEBRTC_ANDROID))
41
#if
defined
(__NR_gettid)
89
#if !
defined
(WEBRTC_ANDROID)
117
#define HAS_THREAD_ID !
defined
(MAC_IPHONE) && !
defined
(MAC_IPHONE_SIM) && \
118
!
defined
(WEBRTC_MAC) && !
defined
(WEBRTC_MAC_INTEL) && \
119
!
defined
(MAC_DYLIB) && !
defined
(MAC_INTEL_DYLIB
[
all
...]
/external/zlib/
gzguts.h
15
#if ((__GNUC__-0) * 10 + __GNUC_MINOR__-0 >= 33) && !
defined
(NO_VIZ)
38
#if
defined
(STDC99) || (
defined
(__TURBOC__) && __TURBOC__ >= 0x550)
44
#if
defined
(__CYGWIN__)
50
#if
defined
(MSDOS) &&
defined
(__BORLANDC__) && (BORLANDC > 0x410)
67
# if !
defined
(vsnprintf) && !
defined
(NO_vsnprintf)
68
# if !
defined
(_MSC_VER) || (
defined
(_MSC_VER) && _MSC_VER < 1500
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio.h
34
# if !(__USE_FORTIFY_LEVEL > 0 &&
defined
__extern_always_inline)
61
# if
defined
__USE_POSIX ||
defined
__USE_MISC
62
/* This is
defined
in POSIX.1:1996. */
69
/* This is
defined
in POSIX.1:1996. */
96
# if
defined
__USE_POSIX ||
defined
__USE_MISC
97
/* This is
defined
in POSIX.1:1996. */
104
/* This is
defined
in POSIX.1:1996. */
142
#if
defined
__USE_MISC && defined __GNUC__ && defined __OPTIMIZE__
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
wait.h
34
/* These macros could also be
defined
in <stdlib.h>. */
35
#if !
defined
_STDLIB_H || !
defined
__USE_XOPEN
45
# if
defined
__GNUC__ && !
defined
__cplusplus
58
# if !
defined
__GNUC__ || __GNUC__ < 2 ||
defined
__cplusplus
101
#if
defined
__USE_SVID ||
defined
__USE_XOPEN
141
#if
defined
__USE_SVID || defined __USE_XOPE
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h
34
# if !(__USE_FORTIFY_LEVEL > 0 &&
defined
__extern_always_inline)
61
# if
defined
__USE_POSIX ||
defined
__USE_MISC
62
/* This is
defined
in POSIX.1:1996. */
69
/* This is
defined
in POSIX.1:1996. */
96
# if
defined
__USE_POSIX ||
defined
__USE_MISC
97
/* This is
defined
in POSIX.1:1996. */
104
/* This is
defined
in POSIX.1:1996. */
142
#if
defined
__USE_MISC && defined __GNUC__ && defined __OPTIMIZE__
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
wait.h
34
/* These macros could also be
defined
in <stdlib.h>. */
35
#if !
defined
_STDLIB_H || !
defined
__USE_XOPEN
45
# if
defined
__GNUC__ && !
defined
__cplusplus
58
# if !
defined
__GNUC__ || __GNUC__ < 2 ||
defined
__cplusplus
101
#if
defined
__USE_SVID ||
defined
__USE_XOPEN
141
#if
defined
__USE_SVID || defined __USE_XOPE
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h
34
# if !(__USE_FORTIFY_LEVEL > 0 &&
defined
__extern_always_inline)
61
# if
defined
__USE_POSIX ||
defined
__USE_MISC
62
/* This is
defined
in POSIX.1:1996. */
69
/* This is
defined
in POSIX.1:1996. */
96
# if
defined
__USE_POSIX ||
defined
__USE_MISC
97
/* This is
defined
in POSIX.1:1996. */
104
/* This is
defined
in POSIX.1:1996. */
142
#if
defined
__USE_MISC && defined __GNUC__ && defined __OPTIMIZE__
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
wait.h
34
/* These macros could also be
defined
in <stdlib.h>. */
35
#if !
defined
_STDLIB_H || !
defined
__USE_XOPEN
45
# if
defined
__GNUC__ && !
defined
__cplusplus
58
# if !
defined
__GNUC__ || __GNUC__ < 2 ||
defined
__cplusplus
101
#if
defined
__USE_SVID ||
defined
__USE_XOPEN
141
#if
defined
__USE_SVID || defined __USE_XOPE
[
all
...]
/external/e2fsprogs/intl/
relocatable.c
48
#if
defined
_WIN32 ||
defined
__WIN32__
75
#if
defined
_WIN32 ||
defined
__WIN32__ ||
defined
__EMX__ ||
defined
__DJGPP__
155
#if DEPENDS_ON_LIBINTL && ENABLE_NLS &&
defined
libintl_set_relocation_prefix
160
#if !
defined
IN_LIBRARY || (
defined
PIC &&
defined
INSTALLDIR
[
all
...]
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/
XF86DGA.c
17
#if
defined
(linux)
26
#if
defined
(CSRG_BASED)
33
#if
defined
(DGUX)
41
#if
defined
(SVR4) && !
defined
(DGUX)
48
#if
defined
(sun) && !
defined
(SVR4) /* SunOS */
347
#if
defined
(ISC)
361
# if !
defined
(Lynx)
362
# if !
defined
(__EMX__
[
all
...]
/external/stlport/stlport/stl/pointers/
_set.h
28
#if
defined
(__BORLANDC__) ||
defined
(__DMC__)
35
#if
defined
(_STLP_USE_TEMPLATE_EXPORT) && !
defined
(_STLP_USE_MSVC6_MEM_T_BUG_WORKAROUND)
43
# if
defined
(_STLP_DEBUG)
58
#if
defined
(_STLP_USE_PARTIAL_SPEC_WORKAROUND)
62
#if !
defined
(__BORLANDC__)
116
#if
defined
(_STLP_DEBUG)
134
#if
defined
(_STLP_MEMBER_TEMPLATES)
138
# if
defined
(_STLP_USE_ITERATOR_WRAPPER
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h
28
#if
defined
(__BORLANDC__) ||
defined
(__DMC__)
35
#if
defined
(_STLP_USE_TEMPLATE_EXPORT) && !
defined
(_STLP_USE_MSVC6_MEM_T_BUG_WORKAROUND)
43
# if
defined
(_STLP_DEBUG)
58
#if
defined
(_STLP_USE_PARTIAL_SPEC_WORKAROUND)
62
#if !
defined
(__BORLANDC__)
116
#if
defined
(_STLP_DEBUG)
134
#if
defined
(_STLP_MEMBER_TEMPLATES)
138
# if
defined
(_STLP_USE_ITERATOR_WRAPPER
[
all
...]
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h
28
#if
defined
(__BORLANDC__) ||
defined
(__DMC__)
35
#if
defined
(_STLP_USE_TEMPLATE_EXPORT) && !
defined
(_STLP_USE_MSVC6_MEM_T_BUG_WORKAROUND)
43
# if
defined
(_STLP_DEBUG)
58
#if
defined
(_STLP_USE_PARTIAL_SPEC_WORKAROUND)
62
#if !
defined
(__BORLANDC__)
116
#if
defined
(_STLP_DEBUG)
134
#if
defined
(_STLP_MEMBER_TEMPLATES)
138
# if
defined
(_STLP_USE_ITERATOR_WRAPPER
[
all
...]
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/pointers/
_set.h
28
#if
defined
(__BORLANDC__) ||
defined
(__DMC__)
35
#if
defined
(_STLP_USE_TEMPLATE_EXPORT) && !
defined
(_STLP_USE_MSVC6_MEM_T_BUG_WORKAROUND)
43
# if
defined
(_STLP_DEBUG)
58
#if
defined
(_STLP_USE_PARTIAL_SPEC_WORKAROUND)
62
#if !
defined
(__BORLANDC__)
116
#if
defined
(_STLP_DEBUG)
134
#if
defined
(_STLP_MEMBER_TEMPLATES)
138
# if
defined
(_STLP_USE_ITERATOR_WRAPPER
[
all
...]
Completed in 770 milliseconds
<<
61
62
63
64
65
66
67
68
69
70
>>