OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Platform
(Results
101 - 125
of
164
) sorted by null
1
2
3
4
5
6
7
/external/webkit/WebCore/dom/
XMLTokenizer.cpp
54
#include <wtf/
Platform
.h>
/external/webkit/WebCore/loader/
FrameLoaderClient.h
35
#include <wtf/
Platform
.h>
40
#if
PLATFORM
(MAC) && !defined(__OBJC__)
247
#if
PLATFORM
(MAC)
/external/webkit/WebCore/page/
FocusController.cpp
53
#include <wtf/
Platform
.h>
FrameTree.cpp
28
#include <wtf/
Platform
.h>
/external/webkit/WebCore/platform/
KeyboardCodes.h
31
#include <wtf/
Platform
.h>
34
#if
PLATFORM
(CHROMIUM)
572
#endif //
PLATFORM
(CHROMIUM)
/external/webkit/WebCore/platform/graphics/
IntRect.h
30
#include <wtf/
Platform
.h>
33
#if
PLATFORM
(CG)
37
#if
PLATFORM
(MAC) || (
PLATFORM
(CHROMIUM) && OS(DARWIN))
45
#if
PLATFORM
(WIN)
47
#elif
PLATFORM
(QT)
51
#elif
PLATFORM
(GTK)
53
#elif
PLATFORM
(HAIKU)
57
#if
PLATFORM
(WX)
61
#if
PLATFORM
(SKIA
[
all
...]
/external/webkit/WebCore/platform/text/
Base64.cpp
28
#include <wtf/
Platform
.h>
/external/webkit/WebCore/rendering/style/
SVGRenderStyle.h
33
#include <wtf/
Platform
.h>
/external/webkit/WebKitTools/DumpRenderTree/cg/
ImageDiffCG.cpp
30
#include <wtf/
Platform
.h>
33
#if
PLATFORM
(WIN)
45
#if
PLATFORM
(MAC)
60
#if
PLATFORM
(WIN)
174
#if
PLATFORM
(WIN)
/external/webkit/WebKitTools/DumpRenderTree/win/
EditingDelegate.cpp
35
#include <wtf/
Platform
.h>
/dalvik/libcore/nio/src/main/java/org/apache/harmony/nio/internal/
DatagramChannelImpl.java
44
import org.apache.harmony.luni.
platform
.FileDescriptorHandler;
45
import org.apache.harmony.luni.
platform
.INetworkSystem;
46
import org.apache.harmony.luni.
platform
.
Platform
;
57
private static final INetworkSystem networkSystem =
Platform
FileChannelImpl.java
40
import org.apache.harmony.luni.
platform
.IFileSystem;
41
import org.apache.harmony.luni.
platform
.
Platform
;
42
import org.apache.harmony.luni.
platform
.PlatformAddress;
43
import org.apache.harmony.luni.
platform
.PlatformAddressFactory;
56
private static final IFileSystem fileSystem =
Platform
.getFileSystem();
SocketChannelImpl.java
50
import org.apache.harmony.luni.
platform
.FileDescriptorHandler;
51
import org.apache.harmony.luni.
platform
.INetworkSystem;
52
import org.apache.harmony.luni.
platform
.
Platform
;
68
static final INetworkSystem networkSystem =
Platform
.getNetworkSystem();
[
all
...]
/external/guava/src/com/google/common/collect/
Lists.java
487
return
Platform
.subList(list, start, end);
/external/webkit/JavaScriptCore/API/
JSValueRef.cpp
29
#include <wtf/
Platform
.h>
/external/webkit/JavaScriptCore/assembler/
AbstractMacroAssembler.h
29
#include <wtf/
Platform
.h>
MacroAssembler.h
29
#include <wtf/
Platform
.h>
50
#error "The MacroAssembler is not supported on this
platform
."
69
//
Platform
agnostic onvenience functions,
/external/webkit/JavaScriptCore/yarr/
RegexParser.h
29
#include <wtf/
Platform
.h>
/external/webkit/WebCore/xml/
XSLTProcessorLibxslt.cpp
49
#include <wtf/
Platform
.h>
52
#if
PLATFORM
(MAC)
/external/webkit/WebKit/android/jni/
WebCoreResourceLoader.cpp
48
#include <wtf/
Platform
.h>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java
44
import org.eclipse.core.runtime.
Platform
;
431
IPath defaultLocation =
Platform
.getLocation();
495
IPath defaultLocation =
Platform
.getLocation();
[
all
...]
NewTestProjectCreationPage.java
46
import org.eclipse.core.runtime.
Platform
;
709
return
Platform
.getLocation().toString();
[
all
...]
NewProjectCreationPage.java
47
import org.eclipse.core.runtime.
Platform
;
708
return
Platform
.getLocation().toString();
[
all
...]
/dalvik/libcore/luni/src/main/java/java/net/
DatagramSocket.java
24
import org.apache.harmony.luni.
platform
.
Platform
;
56
//
Platform
.getNetworkSystem().oneTimeInitialization(true);
/external/guava/src/com/google/common/base/
Predicates.java
385
return
Platform
.isInstance(clazz, o);
Completed in 1565 milliseconds
1
2
3
4
5
6
7