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

<<11121314151617181920>>

  /hardware/qcom/camera/msm8998/
common.mk 4 ifeq ($(call is-vendor-board-platform,QCOM),true)
  /packages/apps/TV/
open_source_project.README 3 Live TV is a system app for Android TV. It should be compiled with Android TV platform.
10 3. Put this project under Android platform repository.
11 4. Include this package inside platform build.
12 5. Build the platform.
  /packages/experimental/TestBack/
Android.mk 11 LOCAL_CERTIFICATE := platform
  /prebuilts/misc/common/ub-uiautomator/
PREBUILT 2 platform/frameworks/uiautomator
  /system/chre/platform/linux/include/chre/target_platform/
platform_id_impl.h 20 #include "chre/platform/platform_id.h"
24 //! The vendor ID of the Google-provided SLPI platform.
27 //! The platform ID of the Google-provided SLPI platform.
  /system/chre/platform/slpi/include/chre/target_platform/
platform_id_impl.h 20 #include "chre/platform/platform_id.h"
24 //! The vendor ID of the Google-provided SLPI platform.
27 //! The platform ID of the Google-provided SLPI platform.
  /tools/tradefederation/core/prod-tests/
README 2 framework to run tests on Android platform.
  /external/deqp/framework/platform/raspi/
tcuRaspiPlatform.hpp 23 * \brief Raspberry PI platform.
38 class Platform : public tcu::Platform, private eglu::Platform, private glu::Platform
41 Platform (void);
42 virtual ~Platform (void);
44 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&> (*this); }
45 virtual const eglu::Platform& getEGLPlatform (void) const { return static_cast<const eglu::Platform&>(*this);
    [all...]
  /external/icu/icu4c/source/samples/legacy/
legacy.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/iotest/
iotest.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/python/cpython2/Lib/test/
test_platform.py 4 import platform
11 res = platform.architecture()
17 'import platform; print platform.architecture()']
31 res = platform.platform(aliased, terse)
34 res = platform.system()
37 res = platform.node()
40 res = platform.release()
43 res = platform.version(
    [all...]
  /external/scapy/scapy/
consts.py 7 from sys import platform, maxsize
8 import platform as platform_lib
52 LINUX = platform.startswith("linux")
53 OPENBSD = platform.startswith("openbsd")
54 FREEBSD = "freebsd" in platform
55 NETBSD = platform.startswith("netbsd")
56 DARWIN = platform.startswith("darwin")
57 SOLARIS = platform.startswith("sunos")
58 WINDOWS = platform.startswith("win32")
60 # See https://docs.python.org/3/library/platform.html#cross-platfor
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/Build/WindowsVC2010/
OGLES2Tools.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/Build/WindowsVC2010/
OGLES3Tools.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
    [all...]
  /external/tensorflow/tensorflow/core/platform/
types.h 20 #include "tensorflow/core/platform/platform.h"
22 // Include appropriate platform-dependent implementations
24 #include "tensorflow/core/platform/google/integral_types.h"
26 #include "tensorflow/core/platform/windows/integral_types.h"
29 #include "tensorflow/core/platform/default/integral_types.h"
31 #error Define the appropriate PLATFORM_<foo> macro for this platform
35 #include "tensorflow/core/platform/windows/cpu_info.h"
42 // Define tensorflow::string to refer to appropriate platform specific type.
43 // TODO(josh11b): Move this into the platform/*/integral_types.h file
    [all...]
  /build/make/core/combo/arch/x86_64/
x86_64.mk 2 # base 'x86_64' platform ABI.
4 # It is also used to build full_x86_64-eng / sdk_x86_64-eng platform images
  /device/linaro/bootloader/edk2/IntelFspWrapperPkg/Include/Library/
FspPlatformSecLib.h 2 Provide FSP wrapper platform sec related function.
19 A developer supplied function to perform platform specific operations.
22 given platform. It's invoked just before passing control to PEI core by SEC
23 core. Platform developer may modify the SecCoreData passed to PEI Core.
24 It returns a platform specific PPI list that platform wishes to pass to PEI core.
31 @return The platform specific PPI list to be passed to PEI core or
32 NULL if there is no need of such platform specific PPI list.
  /device/linaro/bootloader/edk2/SecurityPkg/Library/PlatformSecureLibNull/
PlatformSecureLibNull.c 4 related features during platform enabling and development. It should be replaced
5 by a platform-specific method(e.g. Button pressed) in a real platform for product.
22 This function provides a platform-specific method to detect whether the platform
25 Programmatic changing of platform security policy (such as disable Secure Boot,
33 @retval TRUE The platform is operated by a physically present user.
34 @retval FALSE The platform is NOT operated by a physically present user.
  /external/autotest/client/site_tests/platform_ImageLoader/
control 9 TEST_CLASS = "platform"
16 job.run_test('platform_ImageLoader', named_arg='platform test')
  /external/autotest/server/site_tests/platform_ActivateDate/
control 7 TEST_CLASS = "platform"
13 platform, executes correctly and sets the activation date correctly.
  /external/capstone/msvc/capstone_static/
capstone_static.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>x64</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"
    [all...]
  /external/conscrypt/platform/
lint.xml 8 <!-- These won't actually be included in the platform build. -->
10 <ignore path="**/org/conscrypt/Platform.java" />
  /external/dng_sdk/source/
RawEnvironment.h 4 // Define preprocessor constants that control platform-specific conditional
7 // actually compiling for that platform.
  /external/libpng/projects/vstudio/pnglibconf/
pnglibconf.vcxproj 6 <Platform>Win32</Platform>
14 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
24 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
25 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
31 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  /external/libpng/projects/vstudio/pngtest/
pngtest.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>Win32</Platform>
14 <Platform>Win32</Platform>
18 <Platform>Win32</Platform>
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Library|Win32'" Label="Configuration"
    [all...]

Completed in 1731 milliseconds

<<11121314151617181920>>