/external/python/cpython3/Tools/msi/core/ |
core.wxs | 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
|
core_d.wxs | 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
|
core_pdb.wxs | 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
|
/external/python/cpython3/Tools/msi/dev/ |
dev_d.wxs | 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
|
/external/python/cpython3/Tools/msi/exe/ |
exe_d.wxs | 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
|
exe_pdb.wxs | 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
|
/external/python/cpython3/Tools/msi/lib/ |
lib_d.wxs | 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
|
lib_pdb.wxs | 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
|
/external/python/cpython3/Tools/msi/tcltk/ |
tcltk_d.wxs | 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
|
tcltk_pdb.wxs | 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
|
/external/python/cpython3/Tools/msi/test/ |
test_d.wxs | 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
|
test_pdb.wxs | 4 <Package InstallerVersion="300" Compressed="yes" InstallScope="perUser" Platform="$(var.Platform)" />
|
/external/skia/src/opts/ |
SkBitmapProcState_opts_none.cpp | 10 /* A platform may optionally overwrite any of these with accelerated 12 so a platform need only overwrite the ones it chooses, based on the
|
/external/skqp/src/opts/ |
SkBitmapProcState_opts_none.cpp | 10 /* A platform may optionally overwrite any of these with accelerated 12 so a platform need only overwrite the ones it chooses, based on the
|
/external/tensorflow/tensorflow/compiler/xla/ |
xla.bzl | 3 load("//tensorflow/core:platform/default/build_config.bzl", 5 load("//tensorflow/core:platform/default/build_config_root.bzl",
|
/external/v8/src/libplatform/tracing/ |
trace-writer.h | 11 namespace platform { namespace in namespace:v8 30 } // namespace platform
|
/frameworks/opt/setupwizard/tools/docs/ |
README | 9 after a full platform build. 13 full platform build.
|
/frameworks/wilhelm/src/ |
README.txt | 10 android/ Android platform-specific code, other than interfaces 12 desktop/ Experimental desktop PC platform-specific code
|
/hardware/libhardware/include/hardware/ |
power.h | 41 * Platform-level sleep state stats. 42 * Maximum length of Platform-level sleep state name. 47 * Platform-level sleep state stats. 48 * Maximum length of Platform-level sleep state voter name. 76 * Platform-level sleep state stats: 78 * Platform-level sleep state is chosen by aggregation of votes from multiple 82 * entering the lowest Platform-level sleep state. 91 * Total time in msec the voter voted for the platform sleep state since boot. 96 * Number of times the voter voted for the platform sleep state since boot. 102 * Platform-level sleep state stats [all...] |
/hardware/qcom/media/msm8998/ |
Android.mk | 4 ifeq ($(call is-board-platform-in-list, $(QCOM_BOARD_PLATFORMS)),true) 9 ifeq ($(call is-board-platform-in-list, $(MSM_VIDC_TARGET_LIST)),true)
|
/prebuilts/tools/common/guava-tools/ |
README | 3 The one in external/guava is used for the platform. It has the module 10 branched with the platform, and the prebuilts/tools/ version is
|
/sdk/find_java2/WinLauncher2/ |
WinLauncher2.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...] |
/system/chre/core/include/chre/core/ |
init.h | 26 * 1) [optional] Perform platform initialization if needed. 30 * When step 2) is performed, the platform must be ready for any and all 31 * platform-specific code to be invoked as part of CHRE initialization. (as an 32 * example for the Linux platform, any functions provided by the platform/linux 33 * directory must be available). If any platform specific initialization is 45 * 2) [optional] Perform any additional teardown as required by the platform but 49 * into it is undefined behavior. Portions of the platform (ie: sensors) are
|
sensor.h | 20 #include "chre/platform/platform_sensor.h" 30 * common code (Sensor) from common interface with platform-specific 31 * implementation (PlatformSensor) from the fully platform-specific part 40 * by common code, as platform-specific initialization of the Sensor object is 52 * platform. 62 * the previous request, it is sent to the underlying platform. If isValid() 66 * @return true if there was no change required or the platform has set the 72 //! The most recent sensor request accepted by the platform.
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Workspace/ |
WorkspaceCommon.py | 19 ## Get all packages from platform for specified arch, target and toolchain
21 # @param Platform: DscBuildData instance
28 def GetPackageList(Platform, BuildDatabase, Arch, Target, Toolchain):
30 for ModuleFile in Platform.Modules:
33 for Lib in GetLiabraryInstances(Data, Platform, BuildDatabase, Arch, Target, Toolchain):
37 ## Get all declared PCD from platform for specified arch, target and toolchain
39 # @param Platform: DscBuildData instance
46 def GetDeclaredPcd(Platform, BuildDatabase, Arch, Target, Toolchain):
47 PkgList = GetPackageList(Platform, BuildDatabase, Arch, Target, Toolchain)
65 # @param Platform: DscBuildData instance [all...] |