/external/webkit/JavaScriptGlue/ForwardingHeaders/wtf/ |
Platform.h | 1 #include <JavaScriptCore/Platform.h>
|
/external/webkit/WebKit/mac/ForwardingHeaders/wtf/ |
Platform.h | 1 #import <JavaScriptCore/Platform.h>
|
/external/webkit/WebKitTools/DumpRenderTree/ForwardingHeaders/wtf/ |
Platform.h | 1 #include <JavaScriptCore/Platform.h>
|
/external/webkit/WebCore/ForwardingHeaders/wtf/ |
Platform.h | 3 #include <JavaScriptCore/Platform.h>
|
/external/webkit/JavaScriptCore/yarr/ |
RegexCompiler.h | 29 #include <wtf/Platform.h>
|
/external/webkit/JavaScriptGlue/ |
config.h | 5 #include <wtf/Platform.h> 7 #if PLATFORM(CHROMIUM) 11 #endif /* PLATFORM(CHROMIUM) */
|
/external/webkit/WebCore/page/ |
ApplicationInstalledCallback.h | 25 #if PLATFORM(ANDROID) && ENABLE(APPLICATION_INSTALLED) 30 #include <wtf/Platform.h> 45 #endif // PLATFORM(ANDROID) && ENABLE(APPLICATION_INSTALLED)
|
PositionCallback.h | 29 #include <wtf/Platform.h>
|
PositionErrorCallback.h | 29 #include <wtf/Platform.h>
|
/external/webkit/WebCore/platform/ |
SuddenTermination.h | 29 #include <wtf/Platform.h> 39 #if (!PLATFORM(MAC) || defined(BUILDING_ON_TIGER) || defined(BUILDING_ON_LEOPARD)) && !PLATFORM(CHROMIUM)
|
FloatConversion.h | 32 #include <wtf/Platform.h> 33 #if PLATFORM(CG) 48 #if PLATFORM(CG)
|
PlatformTouchPoint.h | 24 #include <wtf/Platform.h> 29 #if PLATFORM(QT) 47 #if PLATFORM(QT) 49 #elif PLATFORM(ANDROID)
|
/dalvik/libcore/nio/src/main/java/java/nio/ |
ByteOrder.java | 19 import org.apache.harmony.luni.platform.Platform; 39 if (Platform.getMemorySystem().isLittleEndian()) { 47 * Returns the current platform byte order.
|
/external/guava/src/com/google/common/base/ |
Platform.java | 27 final class Platform { 28 private Platform() {}
|
/external/webkit/JavaScriptCore/wrec/ |
WREC.h | 29 #include <wtf/Platform.h>
|
CharacterClass.h | 29 #include <wtf/Platform.h>
|
Quantifier.h | 29 #include <wtf/Platform.h>
|
/external/webkit/WebCore/editing/ |
TextAffinity.h | 29 #include <wtf/Platform.h>
|
/external/webkit/WebKit/qt/WebCoreSupport/ |
EditCommandQt.cpp | 21 #include <wtf/Platform.h>
|
/external/webkit/WebKitTools/DumpRenderTree/ |
DumpRenderTree.h | 34 #include <wtf/Platform.h> 37 #if PLATFORM(MAC) 39 #elif PLATFORM(WIN) 41 #elif PLATFORM(GTK) 43 #elif PLATFORM(WX)
|
/external/guava/src/com/google/common/collect/ |
ObjectArrays.java | 45 return Platform.newArray(type, length); 56 return Platform.newArray(reference, length); 69 Platform.unsafeArrayCopy(first, 0, result, 0, first.length); 70 Platform.unsafeArrayCopy(second, 0, result, first.length, second.length); 86 Platform.unsafeArrayCopy(array, 0, result, 1, array.length); 108 Platform.unsafeArrayCopy(
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/ |
Platform.java | 17 package org.apache.harmony.luni.platform; 24 * The Platform class gives access to the low-level underlying capabilities of 27 * The platform is structured into operations on the process heap memory, 39 public class Platform {
|
/external/webkit/JavaScriptCore/wtf/ |
VMTags.h | 29 #include <wtf/Platform.h>
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/platform/ |
OSMemoryTest.java | 18 package org.apache.harmony.luni.platform; 28 * Tests org.apache.harmony.luni.platform.OSMemory (via IMemorySystem). 30 @TestTargetClass(org.apache.harmony.luni.platform.OSMemory.class) 39 IMemorySystem memory = Platform.getMemorySystem(); 59 IMemorySystem memory = Platform.getMemorySystem(); 72 IMemorySystem memory = Platform.getMemorySystem(); 105 IMemorySystem memory = Platform.getMemorySystem(); 125 IMemorySystem memory = Platform.getMemorySystem(); 155 IMemorySystem memory = Platform.getMemorySystem();
|
/external/webkit/JavaScriptCore/runtime/ |
JSAPIValueWrapper.h | 26 #include <wtf/Platform.h>
|