HomeSort by relevance Sort by last modified time
    Searched refs:Instance (Results 151 - 175 of 656) sorted by null

1 2 3 4 5 67 8 91011>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
ReportStatusCode.c 107 IN UINT32 Instance,
121 Instance - Instance number
156 Status = gReportStatusCode (Type, Value, Instance, CallerId, Data);
168 Status = gRT->ReportStatusCode (Type, Value, Instance, CallerId, Data);
178 IN UINT32 Instance,
192 Instance - Instance number
220 Status = EfiLibReportStatusCode (Type, Value, Instance, CallerId, (EFI_STATUS_CODE_DATA *) ExtendedData);
  /device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/
Dhcp6Utility.h 213 @param[in] Instance The pointer to the Dhcp6 instance.
223 IN DHCP6_INSTANCE *Instance,
228 Set the elapsed time based on the given instance and the pointer to the
232 @param[in] Instance The pointer to the Dhcp6 instance.
237 IN DHCP6_INSTANCE *Instance
298 @param[in] Instance The pointer to DHCP6 Instance.
312 IN DHCP6_INSTANCE *Instance,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmConsole.c 304 EFI_DEVICE_PATH_PROTOCOL *Instance;
345 // Check every instance of the console variable
347 Instance = GetNextDevicePathInstance (&VarConsole, &DevicePathSize);
348 if (Instance == NULL) {
349 DEBUG ((EFI_D_ERROR, "[Bds] No valid console instance is found for %s!\n", VarName));
357 // Find console device handle by device path instance
359 FullInstance = Instance;
362 &Instance,
395 } while (Instance != NULL);
410 the console variable. Cannot be multi-instance.
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/SpiFvbServices/
FwBlockService.c 72 0, // Instance
131 mFvbModuleGlobal->FvInstance[FVB_PHYSICAL] - Physical copy of instance data
133 instance data.
175 // Convert SPI_PROTOCOL instance for runtime
194 IN UINTN Instance,
205 Instance - The FV instance whose base address is going to be
208 instance data
209 FwhInstance - The EFI_FW_VOL_INSTANCE fimrware instance structure
214 EFI_INVALID_PARAMETER - Instance not found
    [all...]
FwBlockService.h 98 // Fvb Protocol instance data
129 UINTN Instance;
161 IN UINTN Instance,
172 IN UINTN Instance,
183 IN UINTN Instance,
191 IN UINTN Instance,
199 IN UINTN Instance,
207 IN UINTN Instance,
232 IN UINTN Instance,
244 IN UINTN Instance,
    [all...]
  /art/tools/ahat/src/heapdump/
AhatSnapshot.java 25 import com.android.tools.perflib.heap.Instance;
98 // Create mappings from id to ahat instance and heaps.
105 TObjectProcedure<Instance> doCreate = new TObjectProcedure<Instance>() {
107 public boolean execute(Instance inst) {
121 for (Instance instance : heap.getClasses()) {
122 doCreate.execute(instance);
136 Map<Instance, Long> registeredNative = Perflib.getRegisteredNativeAllocations(snapshot);
141 Instance inst = snapshot.findInstance(ahat.getId())
    [all...]
  /external/eigen/bench/btl/generic_bench/
btl.hh 148 For instance: "dir1/dir2/file.ext" leads to path="dir1/dir2/" and filename="file.ext"
183 Instance.m_selectedActionNames = config[i+1].split(":");
194 Instance.tries = atoi(config[i+1].c_str());
200 Instance.overwriteResults = true;
204 Instance.checkResults = false;
208 Instance.realclock = true;
218 if (Instance.m_selectedActionNames.empty())
222 for (unsigned int i=0; i<Instance.m_selectedActionNames.size(); ++i)
223 if (name.contains(Instance.m_selectedActionNames[i]))
229 static BtlConfig Instance;
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
Variable.c 116 @param[in] Instance Instance of FV Block services.
131 IN UINTN Instance,
185 Instance,
231 Instance,
244 Instance,
264 Instance,
277 Instance,
313 @param[in] Instance Instance of FV Block services.
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/FvbRuntimeService/
FWBlockService.c 180 mFvbModuleGlobal->FvInstance[FVB_PHYSICAL] - Physical copy of instance data
182 instance data.
217 IN UINTN Instance,
228 Instance - The FV instance whose base address is going to be
231 instance data
232 FwhInstance - The EFI_FW_VOL_INSTANCE fimrware instance structure
237 EFI_INVALID_PARAMETER - Instance not found
243 if (Instance >= Global->NumFv) {
247 // Find the right instance of the FVB private data
    [all...]
  /libcore/ojluni/src/main/java/javax/net/ssl/
KeyManagerFactory.java 152 GetInstance.Instance instance = GetInstance.getInstance local
155 return new KeyManagerFactory((KeyManagerFactorySpi)instance.impl,
156 instance.provider, algorithm);
196 GetInstance.Instance instance = GetInstance.getInstance local
199 return new KeyManagerFactory((KeyManagerFactorySpi)instance.impl,
200 instance.provider, algorithm);
218 * @param provider an instance of the provider.
233 GetInstance.Instance instance = GetInstance.getInstanc local
    [all...]
TrustManagerFactory.java 154 GetInstance.Instance instance = GetInstance.getInstance local
157 return new TrustManagerFactory((TrustManagerFactorySpi)instance.impl,
158 instance.provider, algorithm);
198 GetInstance.Instance instance = GetInstance.getInstance local
201 return new TrustManagerFactory((TrustManagerFactorySpi)instance.impl,
202 instance.provider, algorithm);
220 * @param provider an instance of the provider.
235 GetInstance.Instance instance = GetInstance.getInstanc local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/StatusCode/
StatusCode.h 42 IN UINT32 Instance,
59 Instance - The enumeration of a hardware or software entity within
60 the system. Valid instance numbers start with 1.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Ppi/StatusCode/
StatusCode.h 38 IN UINT32 Instance,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/SmmStatusCode/
SmmStatusCode.h 49 IN UINT32 Instance,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/HalRuntimeServicesExampleLib/
ReportStatusCode.c 30 IN UINT32 Instance,
106 Instance
143 Instance
152 Instance
  /device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
EmuIoThunk.h 43 UINT16 Instance;
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DevicePathTextLib/
DevicePathTextLib.c 2 Null Platform Hook Library instance.
62 CatPrint (Str, L"EmuGraphics(%d)", Vendor->Instance);
66 CatPrint (Str, L"EmuFs(%d)", Vendor->Instance);
70 CatPrint (Str, L"EmuBlk(%d)", Vendor->Instance);
156 Vendor->Instance = (UINT32) StrDecimalToUintn (Str);
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
StatusCodeRuntimeDxe.h 77 @param Instance The enumeration of a hardware or software entity within
78 the system. Valid instance numbers start with 1.
93 IN UINT32 Instance,
128 @param Instance The enumeration of a hardware or software entity within
129 the system. Valid instance numbers start with 1.
144 IN UINT32 Instance,
168 @param Instance The enumeration of a hardware or software entity within
169 the system. Valid instance numbers start with 1.
178 IN UINT32 Instance
201 @param Instance The enumeration of a hardware or software entity within
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/ArpDxe/
ArpImpl.h 116 // ARP instance context data structure.
181 ARP_INSTANCE_DATA *Instance;
229 This function is used to assign a station address to the ARP cache for this instance
232 Each ARP instance has one station address. The EFI_ARP_PROTOCOL driver will
234 this function with the ConfigData field set to NULL will reset this ARP instance.
236 Once a protocol type and station address have been assigned to this ARP instance,
238 the protocol type or station address to a configured ARP instance will result in errors.
240 @param This Pointer to the EFI_ARP_PROTOCOL instance.
277 @param This Pointer to the EFI_ARP_PROTOCOL instance.
305 @retval EFI_NOT_STARTED The ARP driver instance has not been configured.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
ReportStatusCodeHandler.h 29 IN UINT32 Instance,
SmmReportStatusCodeHandler.h 28 IN UINT32 Instance,
SmmStatusCode.h 37 @param[in] This Points to this instance of the EFI_SMM_STATUS_CODE_PROTOCOL.
40 @param[in] Instance The enumeration of a hardware or software entity within the system.
53 IN UINT32 Instance,
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/DxeNt32OemHookStatusCodeLib/
Nt32OemHookStatusCodeLib.c 91 @param Instance The enumeration of a hardware or software entity within the system.
93 The instance differentiates between them. An instance of 0 indicates that instance information is unavailable,
94 not meaningful, or not relevant. Valid instance numbers start with 1.
112 IN UINT32 Instance,
176 Instance
212 Instance
221 Instance
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PeiNt32OemHookStatusCodeLib/
Nt32OemHookStatusCodeLib.c 100 @param Instance The enumeration of a hardware or software entity within the system.
102 The instance differentiates between them. An instance of 0 indicates that instance information is unavailable,
103 not meaningful, or not relevant. Valid instance numbers start with 1.
121 IN UINT32 Instance,
185 Instance
221 Instance
230 Instance
  /external/clang/include/clang/Frontend/
FrontendAction.h 39 CompilerInstance *Instance;
57 /// \param CI - The current compiler instance, provided as a convenience, see
85 /// compiler instance.
111 /// @name Compiler Instance Access
115 assert(Instance && "Compiler instance not registered!");
116 return *Instance;
119 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; }
197 /// \param CI - The compiler instance this action is being run from. The
246 /// \param CI - The compiler instance, for use in reporting diagnostics
    [all...]

Completed in 731 milliseconds

1 2 3 4 5 67 8 91011>>