HomeSort by relevance Sort by last modified time
    Searched defs:Manufacturer (Results 1 - 25 of 27) sorted by null

1 2

  /packages/apps/Settings/tests/app/src/com/android/settings/tests/
Manufacturer.java 22 public class Manufacturer extends Activity {
  /device/linaro/bootloader/edk2/EmulatorPkg/MiscSubClassPlatformDxe/
MiscChassisManufacturerFunction.c 2 Chassis manufacturer information boot time changes.
37 EFI_STRING Manufacturer;
56 Manufacturer = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
57 ManuStrLen = StrLen(Manufacturer);
98 SmbiosRecord->Manufacturer = 1;
119 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
MiscSystemManufacturerFunction.c 44 EFI_STRING Manufacturer;
63 Manufacturer = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
64 ManuStrLen = StrLen(Manufacturer);
104 SmbiosRecord->Manufacturer = 1;
121 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
MiscBaseBoardManufacturerFunction.c 2 BaseBoard manufacturer information boot time changes.
38 EFI_STRING Manufacturer;
59 Manufacturer = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
60 ManuStrLen = StrLen(Manufacturer);
116 SmbiosRecord->Manufacturer = 1;
148 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
  /device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
MiscChassisManufacturerFunction.c 2 Chassis manufacturer information boot time changes.
37 EFI_STRING Manufacturer;
56 Manufacturer = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
57 ManuStrLen = StrLen(Manufacturer);
98 SmbiosRecord->Manufacturer = 1;
119 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
MiscSystemManufacturerFunction.c 44 EFI_STRING Manufacturer;
63 Manufacturer = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
64 ManuStrLen = StrLen(Manufacturer);
104 SmbiosRecord->Manufacturer = 1;
121 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
MiscBaseBoardManufacturerFunction.c 2 BaseBoard manufacturer information boot time changes.
38 EFI_STRING Manufacturer;
59 Manufacturer = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
60 ManuStrLen = StrLen(Manufacturer);
116 SmbiosRecord->Manufacturer = 1;
148 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscChassisManufacturerFunction.c 30 Chassis manufacturer information boot time changes.
62 EFI_STRING Manufacturer;
86 Manufacturer = SmbiosMiscGetString (TokenToGet);
87 ManuStrLen = StrLen(Manufacturer);
130 SmbiosRecord->Manufacturer = 1;
154 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
MiscBaseBoardManufacturerFunction.c 21 BaseBoard manufacturer information boot time changes.
58 EFI_STRING Manufacturer;
88 Manufacturer = SmbiosMiscGetString (TokenToGet);
89 ManuStrLen = StrLen(Manufacturer);
188 SmbiosRecord->Manufacturer = 1;
224 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
MiscSystemManufacturerFunction.c 65 EFI_STRING Manufacturer;
173 Manufacturer = SmbiosMiscGetString (TokenToGet);
174 ManuStrLen = StrLen(Manufacturer);
266 SmbiosRecord->Manufacturer = 1;
297 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
MiscProcessorInformationFunction.c 159 CHAR16 *Manufacturer=NULL;
277 // Token to get for Processor Manufacturer
280 Manufacturer = SmbiosMiscGetString (TokenToGet);
281 ManufacturerStrLen = StrLen(Manufacturer);
443 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart + SocketStrLen + 1);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/SmbiosMiscDxe/
MiscChassisManufacturerFunction.c 2 Chassis manufacturer information boot time changes.
42 CHAR16 Manufacturer[SMBIOS_STRING_MAX_LENGTH];
68 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSChassisManufacturer), Manufacturer);
69 if (StrLen (Manufacturer) > 0) {
71 HiiSetString (mHiiHandle, TokenToUpdate, Manufacturer, NULL);
131 SmbiosRecord->Manufacturer = 1;
MiscBaseBoardManufacturerFunction.c 43 EFI_STRING Manufacturer;
67 Manufacturer = HiiGetPackageString(&gEfiCallerIdGuid, TokenToGet, NULL);
68 ManuStrLen = StrLen(Manufacturer);
135 SmbiosRecord->Manufacturer = 1;
167 UnicodeStrToAsciiStr(Manufacturer, OptionalStrStart);
MiscSystemManufacturerFunction.c 44 CHAR16 Manufacturer[SMBIOS_STRING_MAX_LENGTH];
74 AsciiStrToUnicodeStr ((CHAR8 *) PcdGetPtr(PcdSMBIOSSystemManufacturer), Manufacturer);
75 if (StrLen (Manufacturer) > 0) {
77 HiiSetString (mHiiHandle, TokenToUpdate, Manufacturer, NULL);
160 SmbiosRecord->Manufacturer = 1;
  /external/syslinux/efi32/include/efi/
libsmbios.h 65 SMBIOS_STRING Manufacturer;
80 SMBIOS_STRING Manufacturer;
88 SMBIOS_STRING Manufacturer;
  /external/syslinux/efi64/include/efi/
libsmbios.h 65 SMBIOS_STRING Manufacturer;
80 SMBIOS_STRING Manufacturer;
88 SMBIOS_STRING Manufacturer;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
libsmbios.h 65 SMBIOS_STRING Manufacturer;
80 SMBIOS_STRING Manufacturer;
88 SMBIOS_STRING Manufacturer;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddpcm.h 73 UCHAR Manufacturer[MANUFACTURER_NAME_LENGTH];
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmBoot.c 579 CHAR16 *Manufacturer;
606 &Manufacturer
609 Manufacturer = &NullChar;
632 if ((Manufacturer == &NullChar) &&
639 DescMaxSize = StrSize (Manufacturer) + StrSize (Product) + StrSize (SerialNumber);
642 StrCatS (Description, DescMaxSize/sizeof(CHAR16), Manufacturer);
650 if (Manufacturer != &NullChar) {
651 FreePool (Manufacturer);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdtypes.h 189 WSD_LOCALIZED_STRING_LIST *Manufacturer;
ks.h 339 GUID Manufacturer;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Smbios.h 95 SMBIOS_TABLE_STRING Manufacturer;
107 SMBIOS_TABLE_STRING Manufacturer;
128 SMBIOS_TABLE_STRING Manufacturer;
328 SMBIOS_TABLE_STRING Manufacturer;
378 SMBIOS_TABLE_STRING Manufacturer;
554 SMBIOS_TABLE_STRING Manufacturer;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/
DataHubSubClassMisc.h 127 // Misc. System Manufacturer - SMBIOS Type 1
157 // Misc. Base Board Manufacturer - SMBIOS Type 2
668 STRING_REF Manufacturer;
    [all...]
  /external/pdfium/third_party/lcms2-2.6/include/
lcms2.h 611 cmsSignature manufacturer; // Device manufacturer member in struct:__anon28450
    [all...]