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

<<21222324252627282930>>

  /external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
LLVMBitWriter.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>x64</Platform>
18 <Platform>Win32</Platform>
22 <Platform>Win32</Platform>
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Linker/
LLVMLinker.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>x64</Platform>
18 <Platform>Win32</Platform>
22 <Platform>Win32</Platform>
    [all...]
  /external/v8/src/libplatform/
default-platform.cc 5 #include "src/libplatform/default-platform.h"
12 #include "src/base/platform/platform.h"
13 #include "src/base/platform/time.h"
18 namespace platform { namespace in namespace:v8
21 v8::Platform* CreateDefaultPlatform(int thread_pool_size) {
22 DefaultPlatform* platform = new DefaultPlatform(); local
23 platform->SetThreadPoolSize(thread_pool_size);
24 platform->EnsureInitialized();
25 return platform;
    [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.20/
kotlin-daemon-client-1.2.20.jar 
  /external/kotlinc/lib/
kotlin-daemon-client.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-daemon-client/1.2.0/
kotlin-daemon-client-1.2.0.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_unixccompiler.py 12 self._backup_platform = sys.platform
20 sys.platform = self._backup_platform
26 if sys.platform == 'win32':
35 sys.platform = 'darwin'
39 sys.platform = 'hp-ux'
59 sys.platform = 'irix646'
63 sys.platform = 'osf1V5'
67 sys.platform = 'bar'
77 sys.platform = 'bar'
88 sys.platform = 'bar'
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/PlatformBdsLibNull/
BdsPlatform.c 2 This file include all platform action which can be customized by IBV/OEM.
18 // BDS Platform Functions
21 Platform Bds init. Include the platform firmware vendor, revision
34 Connect the predefined platform default console device. Always try to find
37 @param PlatformConsole Predefined platform default console device array.
54 Connect with predefined platform connect sequence,
79 Perform the platform diagnostic, such like test memory. OEM/IBV also
80 can customize this function to support specific platform diagnostic.
97 The function will execute with as the platform policy, current policy
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Library/
SmmCpuPlatformHookLib.h 2 Public include file for the SMM CPU Platform Hook Library.
29 Checks if platform produces a valid SMI.
31 This function checks if platform produces a valid SMI. This function is
47 Clears platform top level SMI status bit.
49 This function clears platform top level SMI status bit.
51 @retval TRUE The platform top level SMI status is cleared.
52 @retval FALSE The platform top level SMI status cannot be cleared.
62 Performs platform specific way of SMM BSP election.
64 This function performs platform specific way of SMM BSP election.
87 Get platform page table attribute .
    [all...]
PlatformSecLib.h 2 This library class defines interface for platform to perform platform
20 A developer supplied function to perform platform specific operations.
23 given platform. It's invoked just before passing control to PEI core by SEC
24 core. Platform developer may modify the SecCoreData passed to PEI Core.
25 It returns a platform specific PPI list that platform wishes to pass to PEI core.
32 @return The platform specific PPI list to be passed to PEI core or
33 NULL if there is no need of such platform specific PPI list.
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuPlatformHookLibNull/
SmmCpuPlatformHookLibNull.c 2 SMM CPU Platform Hook NULL library instance.
18 Checks if platform produces a valid SMI.
20 This function checks if platform produces a valid SMI. This function is
39 Clears platform top level SMI status bit.
41 This function clears platform top level SMI status bit.
43 @retval TRUE The platform top level SMI status is cleared.
44 @retval FALSE The platform top level SMI status cannot be cleared.
57 Performs platform specific way of SMM BSP election.
59 This function performs platform specific way of SMM BSP election.
85 Get platform page table attribute.
    [all...]
  /external/autotest/server/cros/faft/config/
config.py 21 'platform' (e.g. Link, Stumpy, ...). Note we consider the platform name
22 case insensitive and by convention platform override files should be
33 @attribute platform: string containing the platform name being tested.
36 def __init__(self, platform=None):
42 @param platform: string containing the platform name being tested.
44 self.platform = platform
    [all...]
  /external/python/cpython3/Lib/test/
test_platform.py 3 import platform
14 res = platform.architecture()
20 if sys.platform == "win32":
33 'import platform; print(platform.architecture())']
48 res = platform.platform(aliased, terse)
51 res = platform.system()
54 res = platform.node()
57 res = platform.release(
    [all...]
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_platform.h 20 #include "tensorflow/stream_executor/platform/port.h"
26 #include "tensorflow/stream_executor/platform.h"
27 #include "tensorflow/stream_executor/platform/mutex.h"
28 #include "tensorflow/stream_executor/platform/port.h"
29 #include "tensorflow/stream_executor/platform/thread_annotations.h"
38 // Opaque and unique identifier for the CUDA platform plugin.
39 // This is needed so that plugins can refer to/identify this platform without
41 extern const Platform::Id kCudaPlatformId;
43 // Cuda-specific platform plugin, registered as a singleton value via module
45 class CudaPlatform : public Platform {
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
platformtest.cpp 17 // This file is for giving the performance characteristics of the platform (compiler/OS/CPU).
37 class Platform : public PerfTest {
65 TEST_F(Platform, CheckSum) {
70 TEST_F(Platform, strlen) {
77 TEST_F(Platform, memcmp) {
83 TEST_F(Platform, pow) {
90 TEST_F(Platform, Whitespace_strlen) {
97 TEST_F(Platform, Whitespace_strspn) {
104 TEST_F(Platform, fread) {
114 TEST_F(Platform, read) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_unixccompiler.py 12 self._backup_platform = sys.platform
20 sys.platform = self._backup_platform
26 if sys.platform == 'win32':
35 sys.platform = 'darwin'
39 sys.platform = 'hp-ux'
59 sys.platform = 'irix646'
63 sys.platform = 'osf1V5'
67 sys.platform = 'bar'
77 sys.platform = 'bar'
88 sys.platform = 'bar
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_unixccompiler.py 12 self._backup_platform = sys.platform
20 sys.platform = self._backup_platform
26 if sys.platform == 'win32':
35 sys.platform = 'darwin'
39 sys.platform = 'hp-ux'
59 sys.platform = 'irix646'
63 sys.platform = 'osf1V5'
67 sys.platform = 'bar'
77 sys.platform = 'bar'
88 sys.platform = 'bar
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/PlatformSecLibNull/
PlatformSecLibNull.c 2 Null instance of Platform Sec Lib.
20 A developer supplied function to perform platform specific operations.
23 given platform. It's invoked just before passing control to PEI core by SEC
24 core. Platform developer may modify the SecCoreData passed to PEI Core.
25 It returns a platform specific PPI list that platform wishes to pass to PEI core.
32 @return The platform specific PPI list to be passed to PEI core or
33 NULL if there is no need of such platform specific PPI list.
80 validation. All real platform library instances need to implement the real
  /external/compiler-rt/cmake/
config-ix.cmake 92 # platform. We use the results of these tests to build only the various target
105 # Detect whether the current target platform is 32-bit or 64-bit, and setup
255 foreach(platform ${DARWIN_EMBEDDED_PLATFORMS})
256 if(DARWIN_${platform}sim_SYSROOT)
257 set(DARWIN_${platform}sim_CFLAGS
259 ${DARWIN_${platform}_SANITIZER_MIN_VER_FLAG}
260 -isysroot ${DARWIN_${platform}sim_SYSROOT})
261 set(DARWIN_${platform}sim_LINKFLAGS
263 ${DARWIN_${platform}_SANITIZER_MIN_VER_FLAG}
264 -isysroot ${DARWIN_${platform}sim_SYSROOT}
    [all...]
  /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();
  /external/freetype/builds/unix/
detect.mk 2 # FreeType 2 configuration file to detect a UNIX host platform.
17 ifeq ($(PLATFORM),ansi)
27 PLATFORM := unix
30 endif # test PLATFORM ansi
32 ifeq ($(PLATFORM),unix)
57 # If a Unix platform is detected, the configure script is called and
66 # Feel free to add support for other platform specific compilers in
68 # platform).
90 endif # test PLATFORM unix
  /external/sl4a/ScriptingLayerForAndroid/libs/
locale_platform.jar 
  /build/make/target/board/generic/sepolicy/
genfs_contexts 2 # /sys/bus/platform/devices/ANDR0001:00/properties/android/ which is a symlink to
3 # /sys/devices/platform/ANDR0001:00/properties/android/
4 genfscon sysfs /devices/platform/ANDR0001:00/properties/android u:object_r:sysfs_dt_firmware_android:s0
8 genfscon sysfs /devices/platform/GFSH0001:00/power_supply u:object_r:sysfs_batteryinfo:s0
12 genfscon sysfs /devices/platform/GFSH0007:00/rtc u:object_r:sysfs_rtc:s0
  /device/google/marlin/
fstab.aosp_svelte 9 /dev/block/platform/soc/624000.ufshc/by-name/system / squashfs ro,barrier=1 wait,slotselect,verify
10 /dev/block/platform/soc/624000.ufshc/by-name/vendor /vendor ext4 ro,barrier=1 wait,slotselect
11 /dev/block/platform/soc/624000.ufshc/by-name/modem /firmware/radio vfat ro,shortname=lower,uid=1000,gid=0,dmask=227,fmask=337,context=u:object_r:firmware_file:s0 wait,slotselect
12 /dev/block/platform/soc/624000.ufshc/by-name/userdata /data ext4 errors=panic,noatime,nosuid,nodev,barrier=1,noauto_da_alloc latemount,wait,check,formattable,fileencryption=ice
14 /dev/block/platform/soc/624000.ufshc/by-name/misc /misc emmc defaults defaults
  /device/linaro/bootloader/arm-trusted-firmware/bl32/sp_min/
sp_min.mk 27 # Include the platform-specific SP_MIN Makefile
28 # If no platform-specific SP_MIN Makefile exists, it means SP_MIN is not supported
29 # on this platform.
32 $(error SP_MIN is not supported on platform ${PLAT})
41 # Flag to allow SP_MIN to handle FIQ interrupts in monitor mode. The platform

Completed in 427 milliseconds

<<21222324252627282930>>