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

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/zlib/contrib/vstudio/vc11/
zlibvc.vcxproj 6 <Platform>Itanium</Platform>
10 <Platform>Win32</Platform>
14 <Platform>x64</Platform>
18 <Platform>Itanium</Platform>
22 <Platform>Win32</Platform>
    [all...]
zlibstat.vcxproj 6 <Platform>Itanium</Platform>
10 <Platform>Win32</Platform>
14 <Platform>x64</Platform>
18 <Platform>Itanium</Platform>
22 <Platform>Win32</Platform>
    [all...]
  /external/zlib/src/contrib/vstudio/vc10/
zlibstat.vcxproj 6 <Platform>Itanium</Platform>
10 <Platform>Win32</Platform>
14 <Platform>x64</Platform>
18 <Platform>Itanium</Platform>
22 <Platform>Win32</Platform>
    [all...]
  /external/zlib/src/contrib/vstudio/vc11/
zlibstat.vcxproj 6 <Platform>Itanium</Platform>
10 <Platform>Win32</Platform>
14 <Platform>x64</Platform>
18 <Platform>Itanium</Platform>
22 <Platform>Win32</Platform>
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/vstudio/vc10/
zlibstat.vcxproj 6 <Platform>Itanium</Platform>
10 <Platform>Win32</Platform>
14 <Platform>x64</Platform>
18 <Platform>Itanium</Platform>
22 <Platform>Win32</Platform>
    [all...]
  /external/icu/icu4c/source/samples/dtitvfmtsample/
dtitvfmtsample.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>Win32</Platform>
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"
    [all...]
  /external/icu/icu4c/source/samples/plurfmtsample/
plurfmtsample.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>Win32</Platform>
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
38 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"
    [all...]
  /external/python/cpython2/PCbuild/
_elementtree.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
22 <Platform>Win32</Platform>
    [all...]
_sqlite3.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
22 <Platform>Win32</Platform>
    [all...]
  /external/python/cpython3/PCbuild/
_elementtree.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
22 <Platform>Win32</Platform>
    [all...]
_freeze_importlib.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
22 <Platform>Win32</Platform>
    [all...]
_sqlite3.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
22 <Platform>Win32</Platform>
    [all...]
  /sdk/find_java2/FindJava2/
FindJava2.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>Win32</Platform>
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
26 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
37 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
38 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
40 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
    [all...]
  /device/linaro/hikey/hikey/
fstab.hikey 6 /dev/block/platform/soc/f723d000.dwmmc0/by-name/system /system ext4 ro wait
7 /dev/block/platform/soc/f723d000.dwmmc0/by-name/system /system squashfs ro wait
8 /dev/block/platform/soc/f723d000.dwmmc0/by-name/cache /cache ext4 discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait
9 /dev/block/platform/soc/f723d000.dwmmc0/by-name/userdata /data f2fs discard,noatime,nosuid,nodev wait,check,fileencryption=software,quota
10 /dev/block/platform/soc/f723d000.dwmmc0/by-name/userdata /data ext4 discard,noauto_da_alloc,data=ordered,user_xattr,barrier=1 wait
11 /devices/platform/soc/f723e000.dwmmc1/mmc_host/mmc* auto auto defaults voldmanaged=sdcard1:auto,encryptable=userdata
12 /devices/platform/soc/f72c0000.usb/usb* auto auto defaults voldmanaged=usbdisk:auto,encryptable=userdata
  /external/chromium-trace/catapult/common/py_utils/py_utils/
dependency_util.py 6 import platform
19 if sys.platform.startswith('linux'):
21 if sys.platform == 'darwin':
23 if sys.platform == 'win32':
25 return sys.platform
31 # platform.machine is not the way telemetry gets the arch name on chromeos.
33 return platform.machine()
  /external/jsoncpp/makefiles/msvc2010/
lib_json.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
client_library.h 36 #include "tensorflow/core/platform/macros.h"
37 #include "tensorflow/core/platform/mutex.h"
38 #include "tensorflow/core/platform/stream_executor_no_cuda.h"
39 #include "tensorflow/core/platform/thread_annotations.h"
46 LocalClientOptions(perftools::gputools::Platform* platform = nullptr,
50 // Set the platform backing the service, or nullptr for the default platform.
51 LocalClientOptions& set_platform(perftools::gputools::Platform* platform);
    [all...]
  /system/chre/util/include/chre/util/
id_from_string.h 23 * Formats a string into a CHRE platform version uint64_t.
26 * @return the formatted platform version id
31 * Formats a vendor ID and platform ID into one platform ID value. This function
35 * @param vendorId The vendor ID of the platform.
36 * @param platformId The platform ID of the platform.
  /build/make/core/combo/arch/x86/
x86.mk 2 # base 'x86' platform ABI.
4 # It is also used to build full_x86-eng / sdk_x86-eng platform images that
8 # These features are optional and shall not be included in the base platform
  /device/linaro/bootloader/arm-trusted-firmware/plat/common/aarch32/
plat_common.c 8 #include <platform.h>
12 * The following platform setup functions are weakly defined. They
14 * platforms but may also be overridden by a platform if required.
  /device/linaro/hikey/uefi-tools/
parse-platforms.py 14 if args.platform:
16 value = config.get(args.platform, "EXTRA_FILES")
21 value = config.get(args.platform, "BUILD_ATF")
27 value = config.get(args.platform, "UEFI_BIN")
33 print "No platform specified!"
38 if args.platform:
41 value = config.get(args.platform, args.option)
50 print "No platform specified!"
53 parser = argparse.ArgumentParser(description='Parses platform configuration for Linaro UEFI build scripts.')
54 parser.add_argument('-c', '--config-file', help='Specify a non-default platform config file.', required=False
    [all...]
  /external/deqp/framework/common/
tcuPlatform.cpp 21 * \brief Platform (OS) specific services.
29 Platform::Platform (void)
33 Platform::~Platform (void)
37 bool Platform::processEvents (void)
42 const glu::Platform& Platform::getGLPlatform (void) const
47 const eglu::Platform& Platform::getEGLPlatform (void) cons
    [all...]
  /external/deqp/framework/platform/win32/
tcuWin32Platform.hpp 23 * \brief Win32 platform port.
38 class Platform : public tcu::Platform, private glu::Platform, private eglu::Platform
41 Platform (void);
42 ~Platform (void);
46 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
48 const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*this);
    [all...]
  /external/icu/icu4c/source/extra/uconv/
uconv.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/ufortune/
ufortune.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...]

Completed in 575 milliseconds

<<11121314151617181920>>