HomeSort by relevance Sort by last modified time
    Searched full:defined (Results 251 - 275 of 10226) sorted by null

<<11121314151617181920>>

  /external/chromium/third_party/zlib/
zutil.h 89 #if defined(MSDOS) || (defined(WINDOWS) && !defined(WIN32))
91 # if defined(__TURBOC__) || defined(__BORLANDC__)
92 # if(__STDC__ == 1) && (defined(__LARGE__) || defined(__COMPACT__))
108 #if defined(VAXC) || defined(VMS)
114 #if defined(ATARI) || defined(atarist
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
zutil.h 89 #if defined(MSDOS) || (defined(WINDOWS) && !defined(WIN32))
91 # if defined(__TURBOC__) || defined(__BORLANDC__)
92 # if(__STDC__ == 1) && (defined(__LARGE__) || defined(__COMPACT__))
108 #if defined(VAXC) || defined(VMS)
114 #if defined(ATARI) || defined(atarist
    [all...]
  /external/stlport/src/
_stdio_file.h 33 #if defined (__MSL__)
39 #if defined (_STLP_WCE)
60 # elif defined (_STLP_SCO_OPENSERVER) || defined (__NCR_SVR)
64 # elif defined (__sun) && defined (_LP64)
68 #elif defined (__hpux) /* && defined(__hppa) && defined(__HP_aCC)) */ || \
69 defined (__MVS__) ||
    [all...]
  /external/v8/src/
dtoa-config.c 40 #if !(defined(__APPLE__) && defined(__MACH__)) && \
41 !defined(WIN32) && !defined(__FreeBSD__) && !defined(__OpenBSD__) && \
42 !defined(__sun)
50 #if !(defined(__APPLE__) && defined(__MACH__)) && !defined(WIN32) && \
51 !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__sun) &&
    [all...]
  /ndk/sources/android/stlport/src/
_stdio_file.h 33 #if defined (__MSL__)
39 #if defined (_STLP_WCE)
60 # elif defined (_STLP_SCO_OPENSERVER) || defined (__NCR_SVR)
64 # elif defined (__sun) && defined (_LP64)
68 #elif defined (__hpux) /* && defined(__hppa) && defined(__HP_aCC)) */ || \
69 defined (__MVS__) ||
    [all...]
  /external/bluetooth/glib/glib/
gbacktrace.h 27 #if defined(G_DISABLE_SINGLE_INCLUDES) && !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION)
54 #if (defined (__i386__) || defined (__x86_64__)) && defined (__GNUC__) && __GNUC__ >= 2
56 #elif (defined (_MSC_VER) || defined (__DMC__)) && defined (_M_IX86)
58 #elif defined (_MSC_VER
    [all...]
  /external/stlport/test/unit/
valarray_test.cpp 5 #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
50 #if !defined (STLPORT) || !defined (_STLP_USING_PLATFORM_SDK_COMPILER) || !defined (_M_AMD64)
76 #if !defined (STLPORT) || !defined (_STLP_USING_PLATFORM_SDK_COMPILER) || !defined (_M_AMD64)
87 #if !defined (STLPORT) || !defined (_STLP_NO_LONG_DOUBLE
    [all...]
ptrspec_test.cpp 3 #if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS)
12 #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
54 #if !defined(_MSC_VER) || (_MSC_VER > 1200) // excluding MSVC 6.0
57 # if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS)
86 #if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS)
97 #if !defined(__GNUC__) || (__GNUC__ > 2
    [all...]
  /ndk/sources/android/stlport/test/unit/
valarray_test.cpp 5 #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
50 #if !defined (STLPORT) || !defined (_STLP_USING_PLATFORM_SDK_COMPILER) || !defined (_M_AMD64)
76 #if !defined (STLPORT) || !defined (_STLP_USING_PLATFORM_SDK_COMPILER) || !defined (_M_AMD64)
87 #if !defined (STLPORT) || !defined (_STLP_NO_LONG_DOUBLE
    [all...]
ptrspec_test.cpp 3 #if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS)
12 #if !defined (STLPORT) || defined(_STLP_USE_NAMESPACES)
54 #if !defined(_MSC_VER) || (_MSC_VER > 1200) // excluding MSVC 6.0
57 # if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS)
86 #if defined (STLPORT) && !defined (_STLP_NO_EXTENSIONS)
97 #if !defined(__GNUC__) || (__GNUC__ > 2
    [all...]
  /frameworks/base/core/jni/
com_google_android_gles_jni_GLImpl.cpp 766 #if defined(GL_FOG_MODE)
768 #endif // defined(GL_FOG_MODE)
769 #if defined(GL_FOG_DENSITY)
771 #endif // defined(GL_FOG_DENSITY)
772 #if defined(GL_FOG_START)
774 #endif // defined(GL_FOG_START)
775 #if defined(GL_FOG_END)
777 #endif // defined(GL_FOG_END)
780 #if defined(GL_FOG_COLOR)
782 #endif // defined(GL_FOG_COLOR
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
begin_code.h 34 /* Make sure the correct platform symbols are defined */
35 #if !defined(WIN32) && defined(_WIN32)
42 # if defined(__GNUC__)
84 #if defined(_MSC_VER) || defined(__MWERKS__) || defined(__BORLANDC__)
92 #elif (defined(__MWERKS__) && defined(macintosh))
103 #if defined(_MSC_VER) || defined(__BORLANDC__) ||
    [all...]
  /system/media/opensles/libopensles/
IBassBoost.c 25 #if defined(ANDROID) && !defined(USE_BACKPORT)
42 #if !defined(ANDROID) || defined(USE_BACKPORT)
68 #if !defined(ANDROID) || defined(USE_BACKPORT)
95 #if !defined(ANDROID) || defined(USE_BACKPORT)
124 #if !defined(ANDROID) || defined(USE_BACKPORT
    [all...]
IVirtualizer.c 25 #if defined(ANDROID) && !defined(USE_BACKPORT)
42 #if !defined(ANDROID) || defined(USE_BACKPORT)
70 #if !defined(ANDROID) || defined(USE_BACKPORT)
97 #if !defined(ANDROID) || defined(USE_BACKPORT)
126 #if !defined(ANDROID) || defined(USE_BACKPORT
    [all...]
  /external/chromium/base/
native_library.h 13 #if defined(OS_WIN)
15 #elif defined(OS_MACOSX)
22 #if defined(OS_WIN) && !defined(CDECL)
32 #if defined(OS_WIN)
34 #elif defined(OS_MACOSX)
48 #elif defined(OS_POSIX)
  /external/chromium/net/disk_cache/
hash.cc 11 #if (defined(__GNUC__) && defined(__i386__)) || defined(__WATCOMC__) \
12 || defined(_MSC_VER) || defined (__BORLANDC__) || defined (__TURBOC__)
16 #if !defined (get16bits)
  /external/stlport/stlport/
cerrno 25 # if defined (_STLP_USE_NEW_C_HEADERS)
26 # if defined (_STLP_HAS_INCLUDE_NEXT)
37 # if defined (_STLP_IMPORT_VENDOR_CSTD)
38 # if !defined (__IBMCPP__) && !defined (__hpux) && !defined (__MWERKS__) && !defined (_STLP_WCE)
wctype.h 16 #if !defined (_STLP_OUTERMOST_HEADER_ID)
19 #elif (_STLP_OUTERMOST_HEADER_ID == 0x279) && !defined (_STLP_DONT_POP_HEADER_ID)
24 #if !defined(_STLP_WCE_EVC3)
25 # if defined (_STLP_HAS_INCLUDE_NEXT)
26 # if defined (__hpux)
32 # if defined (__hpux)
41 # if ! defined (_STLP_DONT_POP_HEADER_ID)
  /external/stlport/stlport/stl/
_epilog.h 14 #if defined (_STLP_HAS_SPECIFIC_PROLOG_EPILOG)
18 #if !defined (_STLP_NO_POST_COMPATIBLE_SECTION)
22 #if defined (_STLP_USE_OWN_NAMESPACE)
24 # if !defined (_STLP_DONT_REDEFINE_STD)
29 # if defined (std)
31 * Looks like the compiler native library on which STLport rely defined the std macro.
42 #undef _STLP_PROLOG_HEADER_INCLUDED /* defined in _prolog.h */
  /external/stlport/test/eh/
Tests.h 18 #if ! defined (INCLUDED_MOTU_Tests)
34 #if defined (EH_HASHED_CONTAINERS_IMPLEMENTED)
41 #if defined (EH_ROPE_IMPLEMENTED)
45 #if defined( EH_SLIST_IMPLEMENTED )
49 #if defined( EH_STRING_IMPLEMENTED )
52 #if defined( EH_BITSET_IMPLEMENTED )
55 #if defined( EH_VALARRAY_IMPLEMENTED )
  /external/webkit/JavaScriptCore/qt/api/
qtscriptglobal.h 25 #if defined(Q_OS_WIN) || defined(Q_OS_SYMBIAN)
26 # if defined(QT_NODLL)
27 # elif defined(QT_MAKEDLL) /* create a Qt DLL library */
28 # if defined(QT_BUILD_JAVASCRIPT_LIB)
33 # elif defined(QT_DLL) /* use a Qt DLL library */
38 #if defined(QT_SHARED)
  /frameworks/base/media/libstagefright/codecs/amrwbenc/inc/
typedef.h 35 #if defined(__BORLANDC__) || defined(__WATCOMC__) || defined(_MSC_VER) || defined(__ZTC__)
41 #elif defined(__sun)
47 #elif defined(__unix__) || defined(__unix)
  /ndk/sources/android/stlport/stlport/
cerrno 25 # if defined (_STLP_USE_NEW_C_HEADERS)
26 # if defined (_STLP_HAS_INCLUDE_NEXT)
37 # if defined (_STLP_IMPORT_VENDOR_CSTD)
38 # if !defined (__IBMCPP__) && !defined (__hpux) && !defined (__MWERKS__) && !defined (_STLP_WCE)
wctype.h 16 #if !defined (_STLP_OUTERMOST_HEADER_ID)
19 #elif (_STLP_OUTERMOST_HEADER_ID == 0x279) && !defined (_STLP_DONT_POP_HEADER_ID)
24 #if !defined(_STLP_WCE_EVC3)
25 # if defined (_STLP_HAS_INCLUDE_NEXT)
26 # if defined (__hpux)
32 # if defined (__hpux)
41 # if ! defined (_STLP_DONT_POP_HEADER_ID)
  /ndk/sources/android/stlport/stlport/stl/
_epilog.h 14 #if defined (_STLP_HAS_SPECIFIC_PROLOG_EPILOG)
18 #if !defined (_STLP_NO_POST_COMPATIBLE_SECTION)
22 #if defined (_STLP_USE_OWN_NAMESPACE)
24 # if !defined (_STLP_DONT_REDEFINE_STD)
29 # if defined (std)
31 * Looks like the compiler native library on which STLport rely defined the std macro.
42 #undef _STLP_PROLOG_HEADER_INCLUDED /* defined in _prolog.h */

Completed in 1403 milliseconds

<<11121314151617181920>>