HomeSort by relevance Sort by last modified time
    Searched refs:Instance (Results 76 - 100 of 587) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/google-benchmark/src/
benchmark_api_internal.h 16 struct Benchmark::Instance {
34 std::vector<Benchmark::Instance>* benchmarks,
  /external/libcxx/utils/google-benchmark/src/
benchmark_api_internal.h 16 struct Benchmark::Instance {
34 std::vector<Benchmark::Instance>* benchmarks,
  /hardware/intel/common/wrs_omxil_core/core/src/
pv_omx_interface.cpp 43 static PVOMXInterface* Instance()
79 return PVOMXInterface::Instance();
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsDir.c 24 BOOTMON_FS_INSTANCE *Instance;
26 Instance = BOOTMON_FS_FROM_FS_THIS (This);
27 if (Instance == NULL) {
31 Instance->RootFile->Info->Attribute = EFI_FILE_READ_ONLY | EFI_FILE_DIRECTORY;
33 *Root = &Instance->RootFile->File;
81 * File->Instance->Media->BlockSize;
123 IN BOOTMON_FS_INSTANCE *Instance,
136 + StrSize (Instance->FsInfo.VolumeLabel);
139 CopyMem (&Label->VolumeLabel, &Instance->FsInfo.VolumeLabel, Size);
156 IN BOOTMON_FS_INSTANCE *Instance
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpDriver.c 83 @param[in] This Protocol instance pointer.
140 @param[in] This Protocol instance pointer.
300 @param[in] This Protocol instance pointer.
423 @param[in] This Protocol instance pointer.
445 MNP_INSTANCE_DATA *Instance;
456 // Allocate buffer for the new instance.
458 Instance = AllocateZeroPool (sizeof (MNP_INSTANCE_DATA));
459 if (Instance == NULL) {
460 DEBUG ((EFI_D_ERROR, "MnpServiceBindingCreateChild: Faild to allocate memory for the new instance.\n"));
466 // Init the instance data.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Ppi/StatusCodeMemory/
StatusCodeMemory.h 38 UINT32 Instance;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/Include/
BsDataHubStatusCodeLib.h 48 IN UINT32 Instance,
BsSerialStatusCodeLib.h 48 IN UINT32 Instance,
RtLedStatusCodeLib.h 43 IN UINT32 Instance,
RtPlatformStatusCodeLib.h 49 IN UINT32 Instance,
RtPort80StatusCodeLib.h 38 IN UINT32 Instance,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtPlatformStatusCode/Nt32/
RtPlatformStatusCode.c 56 IN UINT32 Instance,
76 RtMemoryReportStatusCode (CodeType, Value, Instance, CallerId, Data);
84 BsDataHubReportStatusCode (CodeType, Value, Instance, CallerId, Data);
91 return mPeiReportStatusCode (CodeType, Value, Instance, CallerId, Data);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/RtPort80StatusCode/
RtPort80StatusCode.c 33 IN UINT32 Instance,
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Guid/
DataHubStatusCodeRecord.h 44 /// the system. Valid instance numbers start with 1.
46 UINT32 Instance;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/Pei/
StatusCodePei.c 40 @param Instance The enumeration of a hardware or software entity within
42 pairing. The instance differentiates between them. An instance of 0 indicates
43 that instance information is unavailable, not meaningful, or not relevant.
44 Valid instance numbers start with 1.
59 IN UINT32 Instance,
68 Instance,
77 Instance
87 Instance,
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
MemoryStatusCodeRecord.h 76 /// the system. Valid instance numbers start with the number 1.
78 UINT32 Instance;
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
OemHookStatusCodeLib.h 2 OEM hook status code library. Platform can implement an instance to
47 @param Instance The enumeration of a hardware or software entity within the system.
50 The instance differentiates between them. An instance of 0
51 indicates that instance information is unavailable,
52 not meaningful, or not relevant. Valid instance numbers
73 IN UINT32 Instance,
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/OemHookStatusCodeLibNull/
OemHookStatusCodeLibNull.c 2 Null instance of OEM Hook Status Code Library with empty functions.
39 @param Instance The enumeration of a hardware or software entity within the system.
41 The instance differentiates between them. An instance of 0 indicates that instance information is unavailable,
42 not meaningful, or not relevant. Valid instance numbers start with 1.
55 IN UINT32 Instance,
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawTestCaseUtil.hpp 68 template<typename Instance>
72 InstanceFactory (tcu::TestContext& testCtx, const std::string& name, const std::string& desc, typename Instance::TestSpec testSpec)
80 return new Instance(context, m_testSpec);
93 const typename Instance::TestSpec m_testSpec;
  /hardware/intel/common/wrs_omxil_core/utils/inc/
thread.h 49 static void *Instance(void *);
  /system/vold/
NetlinkManager.h 43 static NetlinkManager *Instance();
  /external/webrtc/webrtc/base/
profiler.h 59 rtc::Profiler::Instance()->ReportAllToLog(__FILE__, __LINE__, sev)
64 rtc::Profiler::Instance()->ReportToLog(__FILE__, __LINE__, sev, prefix)
67 #define PROFILE_START(msg) rtc::Profiler::Instance()->StartEvent(msg)
68 #define PROFILE_STOP(msg) rtc::Profiler::Instance()->StopEvent(msg)
129 static Profiler* Instance();
146 Profiler::Instance()->StartEvent(event_name_);
149 Profiler::Instance()->StopEvent(event_name_);
  /device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DnsDriver.c 48 Destroy the DNS instance and recycle the resources.
50 @param[in] Instance The pointer to the DNS instance.
55 IN DNS_INSTANCE *Instance
58 ZeroMem (&Instance->Dns4CfgData, sizeof (EFI_DNS4_CONFIG_DATA));
60 ZeroMem (&Instance->Dns6CfgData, sizeof (EFI_DNS6_CONFIG_DATA));
62 if (!NetMapIsEmpty (&Instance->Dns4TxTokens)) {
63 Dns4InstanceCancelToken (Instance, NULL);
66 if (!NetMapIsEmpty (&Instance->Dns6TxTokens)) {
67 Dns6InstanceCancelToken (Instance, NULL);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpDriver.c 78 // Create a MNP child instance.
261 ARP_INSTANCE_DATA *Instance;
268 Instance = NET_LIST_USER_STRUCT_S (Entry, ARP_INSTANCE_DATA, List, ARP_INSTANCE_DATA_SIGNATURE);
271 return ServiceBinding->DestroyChild (ServiceBinding, Instance->Handle);
280 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
359 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
453 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
551 @param This Pointer to the EFI_SERVICE_BINDING_PROTOCOL instance.
572 ARP_INSTANCE_DATA *Instance;
583 // Allocate memory for the instance context data.
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Drivers/SataSiI3132Dxe/
SataSiI3132.c 54 Port->Instance = SataSiI3132Instance;
90 SATA_SI3132_INSTANCE *Instance;
97 Instance = (SATA_SI3132_INSTANCE*)AllocateZeroPool (sizeof (SATA_SI3132_INSTANCE));
98 if (Instance == NULL) {
102 Instance->Signature = SATA_SII3132_SIGNATURE;
103 Instance->PciIo = PciIo;
110 SataSiI3132PortConstructor (Instance, 0);
111 SataSiI3132PortConstructor (Instance, 1);
114 Instance->AtaPassThruProtocol.Mode = AtaPassThruMode;
115 Instance->AtaPassThruProtocol.PassThru = SiI3132AtaPassThru;
    [all...]

Completed in 548 milliseconds

1 2 34 5 6 7 8 91011>>