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

12 3 4 5 6

  /external/webkit/Tools/WebKitAPITest/
config.h 28 #include <wtf/Platform.h>
30 /* See note in wtf/Platform.h for more info on EXPORT_MACROS. */
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/
NdkCommandLauncher.java 26 import org.eclipse.core.runtime.Platform;
37 if (Platform.getOS().equals(Platform.OS_WIN32)) {
NdkEnvSupplier.java 23 import org.eclipse.core.runtime.Platform;
39 if (Platform.getOS().equals(Platform.OS_WIN32)) {
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ObjectArrays.java 43 return Platform.newArray(reference, length);
58 Platform.unsafeArrayCopy(array, 0, result, 1, array.length);
80 Platform.unsafeArrayCopy(
Platform.java 20 * Minimal GWT emulation of {@code com.google.common.collect.Platform}.
26 class Platform {
42 "Platform.newArray is not supported in GWT yet.");
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
MinimalCollection.java 50 this.contents = Platform.clone(contents);
74 Platform.checkCast(type, object); // behave badly
96 Platform.unsafeArrayCopy(contents, 0, result, 0, contents.length);
AbstractTester.java 77 return Platform.format("%s[%s]", super.getName(), suiteName);
  /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,$*) \
66 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@
82 $(call GetCNAVar,STRIP,Platform.darwin_bni,Release,) -S $(SYMROOT)/libcompiler_rt.dylib \
89 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@
97 $(call GetCNAVar,AR,Platform.darwin_bni,Release,) -d $@ $${DEL_LIST}; \
98 $(call GetCNAVar,RANLIB,Platform.darwin_bni,Release,) $@ ; \
104 $(call GetCNAVar,LIPO,Platform.darwin_bni,Release,) -create $^ -o $@
  /external/guava/guava-testlib/src/com/google/common/testing/
SerializableTester.java 61 return Platform.reserialize(object);
  /external/webkit/Source/JavaScriptCore/wtf/
Alignment.h 24 #include <wtf/Platform.h>
ByteArray.h 31 #include <wtf/Platform.h>
  /external/webkit/Source/WebCore/platform/graphics/filters/arm/
FELightingNEON.h 30 #include <wtf/Platform.h>
  /external/webkit/Tools/DumpRenderTree/chromium/
config.h 45 #include <wtf/Platform.h>
  /external/webkit/Tools/TestWebKitAPI/
PlatformUtilities.h 31 #include <wtf/Platform.h>
37 // Runs a platform runloop until the 'done' is true.
40 #if PLATFORM(WIN)
PlatformWebView.h 29 #include <wtf/Platform.h>
52 #if PLATFORM(WIN)
70 #if PLATFORM(WIN)
76 #if PLATFORM(WIN)
84 #if PLATFORM(WIN)
  /external/webkit/Tools/WebKitTestRunner/
config.h 28 #include <wtf/Platform.h>
30 /* See note in wtf/Platform.h for more info on EXPORT_MACROS. */
57 #if PLATFORM(WIN)
  /external/guava/guava/src/com/google/common/collect/
Platform.java 30 class Platform {
95 private Platform() {}
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
SetHashCodeTester.java 70 Platform.getMethod(SetHashCodeTester.class, "testHashCode"),
71 Platform.getMethod(SetHashCodeTester.class, "testHashCode_containingNull") };
ListListIteratorTester.java 24 import static com.google.common.collect.testing.testers.Platform.listListIteratorTesterNumIterations;
118 return Platform.getMethod(
128 return Platform.getMethod(
CollectionIteratorTester.java 97 new IteratorTester<E>(Platform.collectionIteratorTesterNumIterations(), features, elements,
124 return Platform.getMethod(
134 return Platform.getMethod(
159 return Platform.getMethod(
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetIteratorTester.java 98 Platform.getMethod(MultisetIteratorTester.class, "testIteratorKnownOrder"),
99 Platform.getMethod(MultisetIteratorTester.class, "testIteratorUnknownOrder"),
100 Platform.getMethod(MultisetIteratorTester.class, "testRemovingIteratorKnownOrder"),
101 Platform.getMethod(MultisetIteratorTester.class, "testRemovingIteratorUnknownOrder"));
  /external/webkit/Source/JavaScriptCore/os-win32/
stdint.h 24 #include <wtf/Platform.h>
  /external/webkit/Source/WebCore/platform/audio/
Biquad.h 35 #include <wtf/Platform.h>
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FullScreenVideoQt.h 25 #include <wtf/Platform.h>
  /external/webkit/Tools/DumpRenderTree/
AccessibilityController.h 33 #include <wtf/Platform.h>
34 #if PLATFORM(WIN)
45 // Controller Methods - platform-independent implementations
63 #if PLATFORM(WIN)

Completed in 357 milliseconds

12 3 4 5 6