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

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Availability.h 37 /// Name of the platform that Version corresponds to.
38 StringRef Platform;
43 AvailabilitySpec(VersionTuple Version, StringRef Platform,
45 : Version(Version), Platform(Platform), BeginLoc(BeginLoc),
53 StringRef getPlatform() const { return Platform; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Availability.h 37 /// Name of the platform that Version corresponds to.
38 StringRef Platform;
43 AvailabilitySpec(VersionTuple Version, StringRef Platform,
45 : Version(Version), Platform(Platform), BeginLoc(BeginLoc),
53 StringRef getPlatform() const { return Platform; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Availability.h 37 /// Name of the platform that Version corresponds to.
38 StringRef Platform;
43 AvailabilitySpec(VersionTuple Version, StringRef Platform,
45 : Version(Version), Platform(Platform), BeginLoc(BeginLoc),
53 StringRef getPlatform() const { return Platform; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Availability.h 37 /// Name of the platform that Version corresponds to.
38 StringRef Platform;
43 AvailabilitySpec(VersionTuple Version, StringRef Platform,
45 : Version(Version), Platform(Platform), BeginLoc(BeginLoc),
53 StringRef getPlatform() const { return Platform; }
  /external/deqp/framework/platform/lnx/
tcuLnxPlatform.cpp 21 * \brief Linux Platform.
45 class LinuxGLPlatform : public glu::Platform
54 class LinuxPlatform : public tcu::Platform
60 const vk::Platform& getVulkanPlatform (void) const { return m_vkPlatform; }
61 const eglu::Platform& getEGLPlatform (void) const { return m_eglPlatform; }
62 const glu::Platform& getGLPlatform (void) const { return m_glPlatform; }
67 egl::Platform m_eglPlatform;
85 tcu::Platform* createPlatform (void)
tcuLnxEglPlatform.cpp 21 * \brief Linux EGL Platform.
43 Platform::Platform (EventState& eventState)
55 de::MovePtr<glu::ContextFactory> Platform::createContextFactory (void)
  /external/deqp/framework/platform/win32/
tcuWin32Platform.cpp 21 * \brief Win32 platform port.
34 Platform::Platform (void)
71 Platform::~Platform (void)
75 bool Platform::processEvents (void)
90 // Create platform
91 tcu::Platform* createPlatform (void)
93 return new tcu::win32::Platform();
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/AArch64/
ArmFvpDxeAArch64.c 20 // Platform ids are defined in ArmVExpressInternal.h for
36 Get information about the VExpress platform the firmware is running on.
38 @param[out] Platform Address where the pointer to the platform information
43 @retval EFI_SUCCESS The platform information was returned.
44 @retval EFI_NOT_FOUND The platform was not recognised.
49 OUT CONST ARM_VEXPRESS_PLATFORM** Platform
58 ASSERT (Platform != NULL);
74 Status = ArmVExpressGetPlatformFromId (ARM_FVP_BASE_AEMv8x4_AEMv8x4_GICV2_LEGACY, Platform);
80 Status = ArmVExpressGetPlatformFromId (ARM_FVP_BASE_AEMv8x4_AEMv8x4_GICV2, Platform);
    [all...]
  /external/guava/guava/src/com/google/common/escape/
Platform.java 27 final class Platform {
28 private Platform() {}
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
Platform.java 27 final class Platform {
47 private Platform() {}
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Platform.java 25 final class Platform {
26 private Platform() {}
  /external/mockito/src/test/java/org/mockito/internal/util/
PlatformTest.java 29 System.out.println(Platform.describe());
31 assertThat(Platform.JVM_VERSION).isEqualTo(System.getProperty("java.runtime.version"));
32 assertThat(Platform.JVM_INFO).isEqualTo(System.getProperty("java.vm.info"));
33 assertThat(Platform.JVM_NAME).isEqualTo(System.getProperty("java.vm.name"));
34 assertThat(Platform.JVM_VENDOR).isEqualTo(System.getProperty("java.vm.vendor"));
35 assertThat(Platform.JVM_VENDOR_VERSION).isEqualTo(System.getProperty("java.vm.version"));
40 assertThat(Platform.warnForVM("Java HotSpot(TM) 64-Bit Server VM",
44 assertThat(Platform.warnForVM("IBM J9 VM",
48 assertThat(Platform.warnForVM("whatever",
131 assertThat(Platform.isJava8BelowUpdate45(version.getKey())).describedAs(version.getKey()
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/Arm/
ArmFvpDxeArm.c 20 // Platform ids are defined in ArmVExpressInternal.h for
33 Get information about the VExpress platform the firmware is running on.
35 @param[out] Platform Address where the pointer to the platform information
40 @retval EFI_SUCCESS The platform information was returned.
41 @retval EFI_NOT_FOUND The platform was not recognised.
46 OUT CONST ARM_VEXPRESS_PLATFORM** Platform
54 ASSERT (Platform != NULL);
58 *Platform = NULL;
65 Status = ArmVExpressGetPlatformFromId (ARM_FVP_VEXPRESS_A9x4, Platform);
    [all...]
  /external/deqp/framework/common/
tcuApp.hpp 25 * Platform port (see tcuPlatform.hpp) must create App and issue calls to
38 class Platform;
48 * Test application encapsulates full test execution logic. Platform port
64 App (Platform& platform, Archive& archive, TestLog& log, const CommandLine& cmdLine);
78 Platform& m_platform;
  /sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/
InstallDetails.java 19 import org.eclipse.core.runtime.Platform;
25 private static final String ECLIPSE_PLATFORM_PLUGIN_ID = "org.eclipse.platform"; //$NON-NLS-1$
28 * Returns true if the ADT plugin is available in the current platform. This is useful
32 Bundle b = Platform.getBundle(ADT_PLUGIN_ID);
36 /** Returns the version of current eclipse platform. */
38 Bundle b = Platform.getBundle(ECLIPSE_PLATFORM_PLUGIN_ID);