/external/jmonkeyengine/engine/src/core/com/jme3/system/ |
D | JmeSystemDelegate.java | 125 public Platform getPlatform() { in getPlatform() 130 return is64 ? Platform.Windows64 : Platform.Windows32; in getPlatform() 132 return is64 ? Platform.Linux64 : Platform.Linux32; in getPlatform() 135 return is64 ? Platform.MacOSX_PPC64 : Platform.MacOSX_PPC32; in getPlatform() 137 return is64 ? Platform.MacOSX64 : Platform.MacOSX32; in getPlatform()
|
/external/webkit/Source/WebKit2/ |
D | WebKit2.pro | 92 Platform/CoreIPC/ArgumentDecoder.h \ 93 Platform/CoreIPC/ArgumentEncoder.h \ 94 Platform/CoreIPC/Arguments.h \ 95 Platform/CoreIPC/Attachment.h \ 96 Platform/CoreIPC/BinarySemaphore.h \ 97 Platform/CoreIPC/Connection.h \ 98 Platform/CoreIPC/CoreIPCMessageKinds.h \ 99 Platform/CoreIPC/DataReference.h \ 100 Platform/CoreIPC/HandleMessage.h \ 101 Platform/CoreIPC/MessageID.h \ [all …]
|
D | GNUmakefile.am | 80 Source/WebKit2/Platform/CoreIPC/ArgumentCoder.h \ 81 Source/WebKit2/Platform/CoreIPC/ArgumentCoders.h \ 82 Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.cpp \ 83 Source/WebKit2/Platform/CoreIPC/ArgumentDecoder.h \ 84 Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.cpp \ 85 Source/WebKit2/Platform/CoreIPC/ArgumentEncoder.h \ 86 Source/WebKit2/Platform/CoreIPC/Arguments.h \ 87 Source/WebKit2/Platform/CoreIPC/Attachment.cpp \ 88 Source/WebKit2/Platform/CoreIPC/Attachment.h \ 89 Source/WebKit2/Platform/CoreIPC/BinarySemaphore.cpp \ [all …]
|
D | WebKit2.pri | 21 $$SOURCE_DIR/WebKit2/Platform \ 22 $$SOURCE_DIR/WebKit2/Platform/CoreIPC \ 23 $$SOURCE_DIR/WebKit2/Platform/qt \
|
/external/compiler-rt/make/ |
D | 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/src/com/google/common/collect/ |
D | ObjectArrays.java | 44 return Platform.newArray(type, length); in newArray() 55 return Platform.newArray(reference, length); in newArray() 68 Platform.unsafeArrayCopy(first, 0, result, 0, first.length); in concat() 69 Platform.unsafeArrayCopy(second, 0, result, first.length, second.length); in concat() 85 Platform.unsafeArrayCopy(array, 0, result, 1, array.length); in concat() 107 Platform.unsafeArrayCopy( in arraysCopyOf()
|
D | Platform.java | 30 class Platform { class 95 private Platform() {} in Platform() method in Platform
|
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
D | JmeAndroidSystem.java | 14 import com.jme3.system.Platform; 74 public Platform getPlatform() { in getPlatform() 78 return Platform.Android_ARM5; in getPlatform() 80 return Platform.Android_ARM6; in getPlatform() 82 return Platform.Android_ARM7; in getPlatform() 84 return Platform.Android_ARM5; // unknown ARM in getPlatform()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/ |
D | FeatureSpecificTestSuiteBuilder.java | 228 logger.finer(Platform.format( in matches() 233 logger.finer(Platform.format( in matches() 248 logger.finer(Platform.format( in matches() 259 logger.finer(Platform.format( in matches() 275 return Platform.getMethod(tester.getClass(), tester.getTestMethodName()); in extractMethod() 278 return Platform.getMethod(testCase.getClass(), testCase.getName()); in extractMethod() 337 temp.add(Platform.classGetSimpleName( in formatFeatureSet()
|
D | MinimalCollection.java | 50 this.contents = Platform.clone(contents); in MinimalCollection() 74 Platform.checkCast(type, object); // behave badly in contains() 96 Platform.unsafeArrayCopy(contents, 0, result, 0, contents.length); in toArray()
|
D | Platform.java | 28 class Platform { class 82 private Platform() {} in Platform() method in Platform
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/ |
D | MultisetIteratorTester.java | 98 Platform.getMethod(MultisetIteratorTester.class, "testIteratorKnownOrder"), in getIteratorDuplicateInitializingMethods() 99 Platform.getMethod(MultisetIteratorTester.class, "testIteratorUnknownOrder"), in getIteratorDuplicateInitializingMethods() 100 Platform.getMethod(MultisetIteratorTester.class, "testRemovingIteratorKnownOrder"), in getIteratorDuplicateInitializingMethods() 101 Platform.getMethod(MultisetIteratorTester.class, "testRemovingIteratorUnknownOrder")); in getIteratorDuplicateInitializingMethods()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | CollectionIteratorTester.java | 97 new IteratorTester<E>(Platform.collectionIteratorTesterNumIterations(), features, elements, in runIteratorTest() 124 return Platform.getMethod( in getIteratorKnownOrderRemoveSupportedMethod() 134 return Platform.getMethod( in getIteratorUnknownOrderRemoveSupportedMethod() 159 return Platform.getMethod( in getIteratorKnownOrderRemoveUnsupportedMethod()
|
D | ListListIteratorTester.java | 24 import static com.google.common.collect.testing.testers.Platform.listListIteratorTesterNumIteration… 118 return Platform.getMethod( in getListIteratorFullyModifiableMethod() 128 return Platform.getMethod( in getListIteratorUnmodifiableMethod()
|
D | SetHashCodeTester.java | 70 Platform.getMethod(SetHashCodeTester.class, "testHashCode"), in getHashCodeMethods() 71 Platform.getMethod(SetHashCodeTester.class, "testHashCode_containingNull") }; in getHashCodeMethods()
|
D | CollectionAddTester.java | 105 return Platform.getMethod(CollectionAddTester.class, "testAdd_nullSupported"); in getAddNullSupportedMethod() 118 return Platform.getMethod(CollectionAddTester.class, "testAdd_nullUnsupported"); in getAddNullUnsupportedMethod()
|
D | CollectionRetainAllTester.java | 315 = Platform.format("retainAll(%s) should return true", target); in expectReturnsTrue() 321 = Platform.format("retainAll(%s) should return false", target); in expectReturnsFalse() 328 String message = Platform.format("retainAll(%s) should throw", target); in expectThrows() 336 = Platform.format("retainAll(%s) should return false or throw", target); in expectReturnsFalseOrThrows()
|
/external/guava/guava-gwt/src-super/com/google/common/testing/super/com/google/common/testing/ |
D | Platform.java | 26 final class Platform { class 35 private Platform() {} in Platform() method in Platform
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | ObjectArrays.java | 43 return Platform.newArray(reference, length); in newArray() 58 Platform.unsafeArrayCopy(array, 0, result, 1, array.length); in concat() 80 Platform.unsafeArrayCopy( in arraysCopyOf()
|
/external/compiler-rt/lib/tsan/unit_tests/ |
D | tsan_platform_test.cc | 53 TEST(Platform, ThreadInfoMain) { in TEST() argument 57 TEST(Platform, ThreadInfoWorker) { in TEST() argument 63 TEST(Platform, FileOps) { in TEST() argument
|
/external/guava/guava/src/com/google/common/base/ |
D | Platform.java | 27 final class Platform { class 28 private Platform() {} in Platform() method in Platform
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | Platform.java | 32 final class Platform { class 53 private Platform() {} in Platform() method in Platform
|
/external/mdnsresponder/ |
D | README.txt | 75 | Platform Support | 81 The "Platform Support" layer provides the necessary supporting routines 92 The "mDNS Core" layer in turn calls through to the "Platform Support" 95 Apple currently provides "Platform Support" layers for Mac OS 9, Mac OS X, 110 | Platform Support | | Platform Support | | Platform Support | 127 | Platform Support |
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/templateFiles/ |
D | index.html.template | 41 <td width="34%"><b>Platform</b></td> 62 <td width="34%"><b>Platform</b></td> 82 <td width="34%"><b>Platform</b></td> 102 <td width="34%"><b>Platform</b></td> 122 <td width="34%"><b>Platform</b></td>
|
/external/webkit/Source/WebKit/mac/ForwardingHeaders/wtf/ |
D | Platform.h | 1 #import <JavaScriptCore/Platform.h>
|