OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defined
(Results
1751 - 1775
of
19394
) sorted by null
<<
71
72
73
74
75
76
77
78
79
80
>>
/external/stlport/test/unit/
swap_test.cpp
13
#if !
defined
(STLPORT) ||
defined
(_STLP_USE_NAMESPACES)
26
#if
defined
(STLPORT) && \
27
!
defined
(_STLP_FUNCTION_TMPL_PARTIAL_ORDER) && !
defined
(_STLP_USE_PARTIAL_SPEC_WORKAROUND)
131
#if !
defined
(STLPORT) || \
132
defined
(_STLP_FUNCTION_TMPL_PARTIAL_ORDER) ||
defined
(_STLP_USE_PARTIAL_SPEC_WORKAROUND)
/external/strace/
defs.h
53
#if
defined
(LINUX) &&
defined
(MIPS)
99
#if
defined
(LINUX)
100
# if
defined
(SPARC) ||
defined
(SPARC64)
103
# if
defined
(X86_64)
106
# if
defined
(MIPS) && _MIPS_SIM == _MIPS_SIM_ABI32
109
# if
defined
(MIPS) && _MIPS_SIM == _MIPS_SIM_NABI32
113
# if
defined
(MIPS) && _MIPS_SIM == _MIPS_SIM_ABI64
117
# if
defined
(ARM
[
all
...]
/external/v8/src/
win32-math.cc
46
// Test for finite value - usually
defined
in math.h
54
// Test for a NaN (not a number) value - usually
defined
in math.h
60
// Test for infinity - usually
defined
in math.h
66
// Test if x is less than y and both nominal - usually
defined
in math.h
72
// Test if x is greater than y and both nominal - usually
defined
in math.h
78
// Classify floating point number - usually
defined
in math.h
84
// the _FPCLASS_ constants are
defined
as flags.
96
// Test sign - usually
defined
in math.h
/external/valgrind/main/include/
pub_tool_vkiscnums_asm.h
36
#if
defined
(VGP_x86_linux)
39
#elif
defined
(VGP_amd64_linux)
42
#elif
defined
(VGP_ppc32_linux)
45
#elif
defined
(VGP_ppc64_linux)
48
#elif
defined
(VGP_s390x_linux)
51
#elif
defined
(VGP_arm_linux)
54
#elif
defined
(VGP_x86_darwin) ||
defined
(VGP_amd64_darwin)
/external/valgrind/main/tests/
arch_test.c
37
#if
defined
(VGP_x86_linux) ||
defined
(VGP_x86_darwin)
40
#elif
defined
(VGP_amd64_linux) ||
defined
(VGP_amd64_darwin)
44
#elif
defined
(VGP_ppc32_linux)
47
#elif
defined
(VGP_ppc64_linux)
51
#elif
defined
(VGP_s390x_linux)
54
#elif
defined
(VGP_arm_linux)
/external/valgrind/tsan/
ts_util.h
38
#if
defined
(TS_VALGRIND)
40
#elif
defined
(TS_PIN)
48
#elif
defined
(TS_OFFLINE)
64
#if
defined
(TS_VALGRIND)
67
#if
defined
(VGP_arm_linux)
73
#if !
defined
(__WORDSIZE)
81
#elif
defined
(TS_LLVM)
87
#elif
defined
(__GNUC__)
95
#elif
defined
(_MSC_VER)
107
#if
defined
(TS_USE_GNUC_STL) // ----------- g++ STL ----------
[
all
...]
/external/webkit/Tools/MiniBrowser/win/
MiniBrowser.rc
9
#if !
defined
(AFX_RESOURCE_DLL) ||
defined
(AFX_TARG_ENU)
/external/webkit/Tools/WebKitLauncherWin/
WebKitLauncherWin.rc
16
#if !
defined
(AFX_RESOURCE_DLL) ||
defined
(AFX_TARG_ENU)
/external/webrtc/src/system_wrappers/source/
thread.cc
13
#if
defined
(_WIN32)
24
#if
defined
(_WIN32)
/frameworks/compile/linkloader/utils/
rsl_assert.h
20
#if
defined
(__cplusplus)
28
#if
defined
(__cplusplus)
/frameworks/native/include/utils/
Endian.h
23
#if
defined
(HAVE_ENDIAN_H)
32
#if
defined
(HAVE_LITTLE_ENDIAN)
/frameworks/wilhelm/src/
platform.h
19
#if
defined
(ANDROID) ||
defined
(USE_SDL)
/hardware/libhardware/modules/
README.android
7
Modules are .so in /system/libs/hw/ and have a well
defined
naming
15
They also have a well
defined
interface which lives in include/hardware/.
/hardware/ti/omap4xxx/security/smc_pa_ctrl/
s_version.h
43
* - S_VERSION_BUILD = 0 if S_VERSION_BUILD not
defined
or empty
45
#if
defined
(WIN32)
48
#elif
defined
(__ANDROID32__)
51
#elif
defined
(LINUX)
73
/* TRICK: detect if S_VERSION is
defined
but empty */
79
/* S_VERSION_BUILD is not
defined
*/
98
#if !
defined
(NDEBUG) ||
defined
(_DEBUG)
/hardware/ti/omap4xxx/security/tee_client_api/
s_version.h
42
* - S_VERSION_BUILD = 0 if S_VERSION_BUILD not
defined
or empty
44
#if
defined
(WIN32)
47
#elif
defined
(__ANDROID32__)
50
#elif
defined
(LINUX)
72
/* TRICK: detect if S_VERSION is
defined
but empty */
78
/* S_VERSION_BUILD is not
defined
*/
97
#if !
defined
(NDEBUG) ||
defined
(_DEBUG)
/hardware/ti/omap4xxx/security/tf_daemon/
s_version.h
42
* - S_VERSION_BUILD = 0 if S_VERSION_BUILD not
defined
or empty
44
#if
defined
(WIN32)
47
#elif
defined
(__ANDROID32__)
50
#elif
defined
(LINUX)
72
/* TRICK: detect if S_VERSION is
defined
but empty */
78
/* S_VERSION_BUILD is not
defined
*/
97
#if !
defined
(NDEBUG) ||
defined
(_DEBUG)
/ndk/sources/cxx-stl/stlport/stlport/
cctype
30
#if (_STLP_OUTERMOST_HEADER_ID != 0x104) ||
defined
(_STLP_IMPORT_VENDOR_STD)
31
# if
defined
(_STLP_HAS_INCLUDE_NEXT)
clocale
30
#if (_STLP_OUTERMOST_HEADER_ID != 0x109) ||
defined
(_STLP_IMPORT_VENDOR_STD)
31
# if
defined
(_STLP_HAS_INCLUDE_NEXT)
csetjmp
30
#if (_STLP_OUTERMOST_HEADER_ID != 0x111) ||
defined
(_STLP_IMPORT_VENDOR_STD)
31
# if
defined
(_STLP_HAS_INCLUDE_NEXT)
csignal
30
#if (_STLP_OUTERMOST_HEADER_ID != 0x112) ||
defined
(_STLP_IMPORT_VENDOR_STD)
31
# if
defined
(_STLP_HAS_INCLUDE_NEXT)
cstdarg
30
#if (_STLP_OUTERMOST_HEADER_ID != 0x113) ||
defined
(_STLP_IMPORT_VENDOR_STD)
31
# if
defined
(_STLP_HAS_INCLUDE_NEXT)
cstddef
30
#if (_STLP_OUTERMOST_HEADER_ID != 0x114) ||
defined
(_STLP_IMPORT_VENDOR_STD)
31
# if
defined
(_STLP_HAS_INCLUDE_NEXT)
cstring
30
#if (_STLP_OUTERMOST_HEADER_ID != 0x117) ||
defined
(_STLP_IMPORT_VENDOR_STD)
31
# if
defined
(_STLP_HAS_INCLUDE_NEXT)
cwchar
30
#if (_STLP_OUTERMOST_HEADER_ID != 0x120) ||
defined
(_STLP_IMPORT_VENDOR_STD)
31
# if
defined
(_STLP_HAS_INCLUDE_NEXT)
cwctype
30
#if (_STLP_OUTERMOST_HEADER_ID != 0x121) ||
defined
(_STLP_IMPORT_VENDOR_STD)
31
# if
defined
(_STLP_HAS_INCLUDE_NEXT)
Completed in 391 milliseconds
<<
71
72
73
74
75
76
77
78
79
80
>>