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

1 2 3 4 5 6 7 891011>>

  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
PlatformData.c 18 Defined the platform specific device path which will be used by
19 platform Bbd to perform the platform policy connect.
26 // Predefined platform default time out value
36 // Predefined platform root bridge
77 // Platform specific Dummy ISA keyboard device path
87 // Platform specific Dummy ISA serial device path
99 // Platform specific Dummy PCI VGA device path
108 // Platform specific Dummy PCI serial device path
120 // Predefined platform default console device path
    [all...]
  /external/libusb/msvc/
libusb_dll_2010.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">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    [all...]
libusb_dll_2012.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...]
libusb_dll_2013.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...]
libusb_dll_2015.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...]
libusb_static_2010.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">
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
    [all...]
libusb_static_2012.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...]
libusb_static_2013.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...]
libusb_static_2015.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...]
libusb_usbdk_dll_2013.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...]
libusb_usbdk_dll_2015.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...]
libusb_usbdk_static_2013.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...]
libusb_usbdk_static_2015.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...]
  /device/google/cuttlefish/shared/sepolicy/
seapp_contexts 2 user=system seinfo=platform name=com.android.google.gce.gceservice domain=gceservice type=app_data_file
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressDxe/
ArmVExpressCommon.c 18 Get information about the VExpress platform the firmware is running on given its Id.
20 @param[in] PlatformId Id of the VExpress platform.
21 @param[out] Platform Address where the pointer to the platform information
26 @retval EFI_SUCCESS The platform information was returned.
27 @retval EFI_NOT_FOUND The platform was not recognised.
33 OUT CONST ARM_VEXPRESS_PLATFORM** Platform
38 ASSERT (Platform != NULL);
42 *Platform = &ArmVExpressPlatforms[Index];
  /external/autotest/frontend/client/src/autotest/afe/
LabelFilter.java 15 private final ListBox platform; field in class:LabelFilter
24 platform = new ListBox();
25 platform.addItem("All platforms");
27 platform.addItem(platformString);
29 platform.setStylePrimaryName("filter-box");
30 platform.addChangeHandler(new ChangeHandler() {
43 return platform;
50 int selectedIndex = platform.getSelectedIndex();
53 String platformString = platform.getItemText(selectedIndex);
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
PlatformModule.java 19 import com.google.caliper.platform.Platform;
20 import com.google.caliper.platform.dalvik.DalvikModule;
21 import com.google.caliper.platform.dalvik.DalvikPlatform;
22 import com.google.caliper.platform.jvm.JvmModule;
23 import com.google.caliper.platform.jvm.JvmPlatform;
32 * Provider of a {@link Platform} instance appropriate for the current platform.
42 static Platform providePlatform(
  /external/google-breakpad/src/third_party/libdisasm/
qword.h 6 /* platform independent data types */
  /external/honggfuzz/third_party/android/libBlocksRuntime/
README.txt 2 https://android.googlesource.com/platform/external/compiler-rt/+/master/lib/BlocksRuntime/
  /external/python/cpython2/PCbuild/
tcl.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>Win32</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
22 <Platform>Win32</Platform>
    [all...]
tix.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>Win32</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
22 <Platform>Win32</Platform>
    [all...]
  /external/python/cpython3/PCbuild/
tcl.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>Win32</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
22 <Platform>Win32</Platform>
    [all...]
tix.vcxproj 6 <Platform>Win32</Platform>
10 <Platform>Win32</Platform>
14 <Platform>Win32</Platform>
18 <Platform>x64</Platform>
22 <Platform>Win32</Platform>
    [all...]
  /external/tpm2/
DRTM.c 2 // Trusted Platform Module Library
14 // This function interfaces between the platform code and _TPM_Hash_Start().
28 // This function interfaces between the platform code and _TPM_Hash_Data().
43 // This function interfaces between the platform code and _TPM_Hash_End().
  /external/v8/src/libplatform/
DEPS 4 "+include/v8-platform.h",

Completed in 475 milliseconds

1 2 3 4 5 6 7 891011>>