HomeSort by relevance Sort by last modified time
    Searched refs:HAVE (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/webkit/JavaScriptCore/wtf/
TCSystemAlloc.h 67 #if !HAVE(MADV_FREE_REUSE) && !HAVE(MADV_DONTNEED) && !HAVE(MMAP) && !HAVE(VIRTUALALLOC)
71 #if !HAVE(VIRTUALALLOC) && !HAVE(MADV_FREE_REUSE)
TCSystemAlloc.cpp 42 #if HAVE(STDINT_H)
44 #elif HAVE(INTTYPES_H)
86 #if HAVE(SBRK)
90 #if HAVE(MMAP)
94 #if HAVE(VIRTUALALLOC)
116 #if HAVE(SBRK)
158 #endif /* HAVE(SBRK) */
160 #if HAVE(MMAP)
206 #endif /* HAVE(MMAP) */
208 #if HAVE(VIRTUALALLOC
    [all...]
Assertions.h 75 #if HAVE(VARIADIC_MACRO)
87 #if HAVE(VARIADIC_MACRO)
95 #if HAVE(VARIADIC_MACRO)
103 #if HAVE(VARIADIC_MACRO)
DateMath.h 143 #if HAVE(TM_GMTOFF)
149 #if HAVE(TM_ZONE)
173 #if HAVE(TM_GMTOFF)
176 #if HAVE(TM_ZONE)
RandomNumberSeed.h 32 #if HAVE(SYS_TIME_H)
TCSpinLock.h 42 #if HAVE(STDINT_H)
44 #elif HAVE(INTTYPES_H)
StringExtras.h 32 #if HAVE(STRINGS_H)
37 // FIXME: why a COMPILER check instead of OS? also, these should be HAVE checks
DateMath.cpp 25 * You should have received a copy of the GNU Lesser General Public
87 #if HAVE(ERRNO_H)
96 #if HAVE(SYS_TIME_H)
100 #if HAVE(SYS_TIMEB_H)
330 // There is a hard limit at 2038 that we currently do not have a workaround
400 #if HAVE(TM_GMTOFF)
403 #if HAVE(TM_ZONE)
407 #if HAVE(TIMEGM)
428 //input is UTC so we have to shift back to local time to determine DST thus the + getUTCOffset()
453 // DST information (e.g. New Zealand did not have DST from 1946 to 1974) however the JavaScrip
    [all...]
  /external/webkit/JavaScriptCore/interpreter/
RegisterFile.cpp 36 #if HAVE(MMAP)
38 #elif HAVE(VIRTUALALLOC)
50 #if HAVE(MMAP) && HAVE(MADV_FREE) && !HAVE(VIRTUALALLOC)
52 #elif HAVE(VIRTUALALLOC)
RegisterFile.h 39 #if HAVE(MMAP)
84 As you can see, global offsets relative to base have stayed constant,
152 #if HAVE(VIRTUALALLOC)
176 #if HAVE(MMAP)
186 #elif HAVE(VIRTUALALLOC)
241 #if !HAVE(MMAP) && HAVE(VIRTUALALLOC)
Interpreter.h 79 #if HAVE(COMPUTED_GOTO)
88 #if HAVE(COMPUTED_GOTO)
161 #if HAVE(COMPUTED_GOTO)
  /external/webkit/WebCore/accessibility/qt/
AccessibilityObjectQt.cpp 14 * You should have received a copy of the GNU Library General Public License
23 #if HAVE(ACCESSIBILITY)
42 #endif // HAVE(ACCESSIBILITY)
  /external/webkit/WebCore/accessibility/win/
AccessibilityObjectWin.cpp 29 #if HAVE(ACCESSIBILITY)
48 #endif // HAVE(ACCESSIBILITY)
  /external/webkit/WebCore/accessibility/wx/
AccessibilityObjectWx.cpp 14 * You should have received a copy of the GNU Library General Public License
23 #if HAVE(ACCESSIBILITY)
42 #endif // HAVE(ACCESSIBILITY)
  /external/webkit/WebCore/accessibility/mac/
AccessibilityObjectMac.mm 29 #if HAVE(ACCESSIBILITY)
54 #endif // HAVE(ACCESSIBILITY)
AXObjectCacheMac.mm 29 #if HAVE(ACCESSIBILITY)
63 // Some notifications are unique to Safari and do not have NSAccessibility equivalents.
117 #endif // HAVE(ACCESSIBILITY)
  /external/webkit/JavaScriptCore/runtime/
Tracing.h 29 #if HAVE(DTRACE)
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectAtk.cpp 15 * You should have received a copy of the GNU Library General Public License
26 #if HAVE(ACCESSIBILITY)
49 // Entries and password fields have extraneous children which we want to ignore.
81 #endif // HAVE(ACCESSIBILITY)
  /external/webkit/WebCore/loader/
MainResourceLoader.h 34 #if HAVE(RUNLOOP_TIMER)
61 #if HAVE(RUNLOOP_TIMER)
  /external/webkit/WebCore/platform/cf/
RunLoopTimerCF.cpp 32 #if PLATFORM(MAC) && HAVE(RUNLOOP_TIMER)
58 ASSERT_WITH_MESSAGE(m_timer, "Timer must have one of the start functions called before calling schedule().");
84 #endif // PLATFORM(MAC) && HAVE(RUNLOOP_TIMER)
  /external/webkit/JavaScriptCore/
jsc.cpp 16 * You should have received a copy of the GNU Library General Public License
44 #if HAVE(READLINE)
49 #if HAVE(SYS_TIME_H)
53 #if HAVE(SIGNAL_H)
422 #if HAVE(READLINE) && !RUNNING_FROM_XCODE
463 #if HAVE(SIGNAL_H)
497 #if HAVE(SIGNAL_H)
  /external/openssl/crypto/
opensslconf.h 113 /* Include any symbols here that have to be explicitly set to enable a feature
157 * on most boxes I have tested - up to %20 faster. */
232 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
  /external/openssl/include/openssl/
opensslconf.h 113 /* Include any symbols here that have to be explicitly set to enable a feature
157 * on most boxes I have tested - up to %20 faster. */
232 YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!!
  /external/webkit/JavaScriptCore/bytecode/
Instruction.h 127 #if !HAVE(COMPUTED_GOTO)
128 // We have to initialize one of the pointer members to ensure that
137 // We have to initialize one of the pointer members to ensure that
  /external/webkit/WebCore/accessibility/
AXObjectCache.h 145 #if !HAVE(ACCESSIBILITY)

Completed in 1001 milliseconds

1 2 3