HomeSort by relevance Sort by last modified time
    Searched refs:Platform (Results 26 - 50 of 343) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/
config.h 22 #include <wtf/Platform.h>
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserThread.cpp 34 #include "core/platform/Task.h"
36 #include "public/platform/Platform.h"
41 : m_thread(adoptPtr(WebKit::Platform::current()->createThread("HTMLParserThread")))
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
LanguageChromium.cpp 32 #include "core/platform/Language.h"
34 #include "public/platform/Platform.h"
44 computedDefaultLanguage.append(WebKit::Platform::current()->defaultLocale());
FileSystemChromium.cpp 32 #include "core/platform/FileSystem.h"
34 #include "core/platform/FileMetadata.h"
35 #include "core/platform/NotImplemented.h"
37 #include "public/platform/Platform.h"
38 #include "public/platform/WebFileInfo.h"
39 #include "public/platform/WebFileUtilities.h"
65 if (!WebKit::Platform::current()->fileUtilities()->getFileInfo(path, webFileInfo))
75 return WebKit::Platform::current()->fileUtilities()->directoryName(path);
SSLKeyGeneratorChromium.cpp 32 #include "core/platform/SSLKeyGenerator.h"
34 #include "public/platform/Platform.h"
35 #include "public/platform/WebString.h"
36 #include "public/platform/WebURL.h"
54 return WebKit::Platform::current()->signedPublicKeyAndChallengeString(keySizeIndex,
PasteboardChromium.cpp 32 #include "core/platform/Pasteboard.h"
45 #include "core/platform/chromium/ClipboardChromium.h"
46 #include "core/platform/chromium/ClipboardUtilitiesChromium.h"
47 #include "core/platform/graphics/Image.h"
48 #include "core/platform/graphics/skia/NativeImageSkia.h"
50 #include "public/platform/Platform.h"
51 #include "public/platform/WebClipboard.h"
52 #include "public/platform/WebDragData.h"
94 WebKit::Platform::current()->clipboard()->writeHTML(html, url, plainText, canSmartCopyOrDelete)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FrameTestHelpers.cpp 41 #include "public/platform/Platform.h"
42 #include "public/platform/WebString.h"
43 #include "public/platform/WebThread.h"
44 #include "public/platform/WebURLRequest.h"
45 #include "public/platform/WebURLResponse.h"
46 #include "public/platform/WebUnitTestSupport.h"
97 Platform::current()->unitTestSupport()->serveAsynchronousMockedRequests();
106 Platform::current()->currentThread()->exitRunLoop();
112 Platform::current()->currentThread()->postTask(new QuitTask)
    [all...]
  /external/guava/guava/src/com/google/common/base/
Ticker.java 57 return Platform.systemNanoTime();
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Platform.java 24 class Platform {
  /external/chromium_org/chrome/common/extensions/features/
simple_feature.h 43 Platform platform() const { return platform_; } function in class:extensions::SimpleFeature
44 void set_platform(Platform platform) { platform_ = platform; }
62 Platform platform) const {
63 return IsAvailableToContext(extension, context, GURL(), platform);
76 Platform platform) const OVERRIDE
    [all...]
complex_feature.h 32 Platform platform) const OVERRIDE;
37 Platform platform) const OVERRIDE;
feature.cc 17 Feature::Platform Feature::GetCurrentPlatform() {
  /external/guava/guava/src/com/google/common/collect/
ObjectArrays.java 44 return Platform.newArray(type, length);
55 return Platform.newArray(reference, length);
68 Platform.unsafeArrayCopy(first, 0, result, 0, first.length);
69 Platform.unsafeArrayCopy(second, 0, result, first.length, second.length);
85 Platform.unsafeArrayCopy(array, 0, result, 1, array.length);
107 Platform.unsafeArrayCopy(
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
JmeAndroidSystem.java 14 import com.jme3.system.Platform;
74 public Platform getPlatform() {
78 return Platform.Android_ARM5;
80 return Platform.Android_ARM6;
82 return Platform.Android_ARM7;
84 return Platform.Android_ARM5; // unknown ARM
87 throw new UnsupportedOperationException("Unsupported Android Platform");
  /external/chromium_org/third_party/WebKit/Source/core/platform/sql/chromium/
SQLiteFileSystemChromium.cpp 32 #include "core/platform/sql/SQLiteFileSystem.h"
35 #include "public/platform/Platform.h"
39 // platform-specific files SQLiteFileSystemChromium{Win|Posix}.cpp
92 return (WebKit::Platform::current()->databaseDeleteFile(fileName, false) == SQLITE_OK);
97 return WebKit::Platform::current()->databaseGetFileSize(fileName);
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionDispatcher.cpp 36 #include "public/platform/Platform.h"
67 WebKit::Platform::current()->setDeviceMotionListener(this);
72 WebKit::Platform::current()->setDeviceMotionListener(0);
DeviceOrientationDispatcher.cpp 36 #include "public/platform/Platform.h"
67 WebKit::Platform::current()->setDeviceOrientationListener(this);
72 WebKit::Platform::current()->setDeviceOrientationListener(0);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
Platform.java 28 class Platform {
82 private Platform() {}
  /external/guava/guava-testlib/src/com/google/common/testing/
Platform.java 32 final class Platform {
53 private Platform() {}
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
Platform.java 30 class Platform {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListHashCodeTester.java 46 return Platform.getMethod(ListHashCodeTester.class, "testHashCode");
Platform.java 26 class Platform {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/
NdkCommandLauncher.java 28 import org.eclipse.core.runtime.Platform;
46 if (Platform.OS_WIN32.equals(Platform.getOS())) {
63 if (Platform.getOS().equals(Platform.OS_WIN32)) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
Canvas2DLayerManagerTest.cpp 27 #include "core/platform/graphics/chromium/Canvas2DLayerManager.h"
31 #include "core/platform/graphics/GraphicsContext3D.h"
33 #include "public/platform/Platform.h"
34 #include "public/platform/WebThread.h"
181 WebKit::Platform::current()->currentThread()->exitRunLoop();
209 WebKit::Platform::current()->currentThread()->postTask(new DeferredFrameTestTask(this, &fakeLayer, true));
210 WebKit::Platform::current()->currentThread()->enterRunLoop();
217 WebKit::Platform::current()->currentThread()->postTask(new DeferredFrameTestTask(this, &fakeLayer, true));
218 WebKit::Platform::current()->currentThread()->enterRunLoop()
    [all...]
  /external/compiler-rt/make/
AppleBI.mk 47 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
56 $(call GetCNAVar,CC,Platform.darwin_bni,Release,$*) \
73 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@
74 $(call GetCNAVar,DSYMUTIL,Platform.darwin_bni,Release,) $@
88 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
95 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@
103 $(call GetCNAVar,AR,Platform.darwin_bni,Release,) -d $@ $${DEL_LIST}; \
104 $(call GetCNAVar,RANLIB,Platform.darwin_bni,Release,) $@ ; \
110 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@

Completed in 2224 milliseconds

12 3 4 5 6 7 8 91011>>