HomeSort by relevance Sort by last modified time
    Searched full:platform (Results 551 - 575 of 24018) sorted by null

<<21222324252627282930>>

  /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/deqp/framework/platform/android/
tcuAndroidPlatform.hpp 23 * \brief Android EGL platform.
39 class Platform : public tcu::Platform, private eglu::Platform, private glu::Platform, private vk::Platform
42 Platform (NativeActivity& activity);
43 virtual ~Platform (void);
47 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this);
    [all...]
  /external/icu/icu4c/source/io/
io.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"
    [all...]
  /external/libxml2/win32/VC10/
runsuite.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>Win32</Platform>
18 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
23 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
32 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
33 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
35 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    [all...]
  /external/swiftshader/third_party/LLVM/utils/FileCheck/
FileCheck.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>Win32</Platform>
14 <Platform>Win32</Platform>
18 <Platform>Win32</Platform>
24 <Platform>Win32</Platform>
    [all...]
  /external/swiftshader/third_party/LLVM/utils/FileUpdate/
FileUpdate.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>Win32</Platform>
14 <Platform>Win32</Platform>
18 <Platform>Win32</Platform>
24 <Platform>Win32</Platform>
    [all...]
  /external/swiftshader/third_party/LLVM/utils/count/
count.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>Win32</Platform>
14 <Platform>Win32</Platform>
18 <Platform>Win32</Platform>
24 <Platform>Win32</Platform>
    [all...]
  /external/swiftshader/third_party/LLVM/utils/not/
not.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>Win32</Platform>
14 <Platform>Win32</Platform>
18 <Platform>Win32</Platform>
24 <Platform>Win32</Platform>
    [all...]
  /external/tensorflow/tensorflow/stream_executor/
multi_platform_manager.cc 27 std::unique_ptr<Platform> platform) {
28 CHECK(platform != nullptr);
29 string key = port::Lowercase(platform->Name());
33 "platform is already registered with name: \"" +
34 platform->Name() + "\"");
36 GetPlatformByIdMap()->insert(std::make_pair(platform->id(), platform.get()));
42 (*GetPlatformMap())[key] = platform.release();
46 /* static */ port::StatusOr<Platform*> MultiPlatformManager::PlatformWithName
    [all...]
  /external/expat/lib/
expat.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>Win32</Platform>
14 <Platform>Win32</Platform>
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
43 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'"
    [all...]
expatw.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>Win32</Platform>
14 <Platform>Win32</Platform>
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Template|Win32'" Label="Configuration">
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
43 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Template|Win32'"
    [all...]
  /external/icu/icu4c/source/data/
makedata.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
34 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Examples/Intermediate/ColourGrading/OGLES3/Build/WindowsVC2010/
OGLES3ColourGrading.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
VmDataCollectingVisitor.java 24 import com.google.caliper.platform.Platform;
35 private final Platform platform; field in class:VmDataCollectingVisitor
38 @Inject VmDataCollectingVisitor(Platform platform) {
39 this.platform = platform;
49 platform.checkVmProperties(options);
69 Maps.filterKeys(logMessage.properties(), platform.vmPropertiesToRetain())))
    [all...]
  /external/deqp/framework/platform/nullws/
tcuNullWSPlatform.hpp 37 class Platform: public tcu::Platform, private glu::Platform, private eglu::Platform
40 Platform ();
41 virtual ~Platform ();
43 virtual const glu::Platform& getGLPlatform () const { return static_cast<const glu::Platform&>(*this); }
44 virtual const eglu::Platform& getEGLPlatform () const { return static_cast<const eglu::Platform&>(*this);
    [all...]
  /external/icu/icu4c/source/samples/break/
break.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"
    [all...]
  /external/icu/icu4c/source/samples/cal/
cal.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"
    [all...]
  /external/icu/icu4c/source/samples/case/
case.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"
    [all...]
  /external/icu/icu4c/source/samples/date/
date.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"
    [all...]
  /external/icu/icu4c/source/samples/layout/
layout.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"
    [all...]
  /external/icu/icu4c/source/samples/ucnv/
ucnv.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"
    [all...]
  /external/icu/icu4c/source/samples/uresb/
uresb.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"
    [all...]
  /external/icu/icu4c/source/test/letest/
cletest.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"
    [all...]
gendata.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"
    [all...]
letest.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
31 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"
    [all...]

Completed in 759 milliseconds

<<21222324252627282930>>