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

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
EfiDebug.h 106 VOID *Instance; \
108 ASSERT(EFI_ERROR(gBS->LocateProtocol (Guid, NULL, &Instance))); \
110 ASSERT(EFI_ERROR(gBS->HandleProtocol (Handle, Guid, &Instance))); \
  /device/linaro/bootloader/edk2/MdePkg/Include/Library/
DebugLib.h 375 VOID *Instance; \
378 if (!EFI_ERROR (gBS->LocateProtocol ((EFI_GUID *)Guid, NULL, &Instance))) { \
382 if (!EFI_ERROR (gBS->HandleProtocol (Handle, (EFI_GUID *)Guid, &Instance))) { \
  /libcore/ojluni/src/main/java/javax/crypto/
SecretKeyFactory.java 35 import sun.security.jca.GetInstance.Instance;
388 Instance instance = JceSecurity.getInstance("SecretKeyFactory", local
390 return new SecretKeyFactory((SecretKeyFactorySpi)instance.impl,
391 instance.provider, algorithm);
428 Instance instance = JceSecurity.getInstance("SecretKeyFactory", local
430 return new SecretKeyFactory((SecretKeyFactorySpi)instance.impl,
431 instance.provider, algorithm);
  /art/tools/ahat/src/heapdump/
AhatInstance.java 20 import com.android.tools.perflib.heap.Instance;
45 // If this instance is a root, mRootTypes contains a set of the root types.
46 // If this instance is not a root, mRootTypes is null.
49 // List of instances this instance immediately dominates.
60 * Initializes this AhatInstance based on the given perflib instance.
65 void initialize(AhatSnapshot snapshot, Instance inst) {
74 Instance dom = inst.getImmediateDominator();
96 for (Instance ref : inst.getHardReverseReferences()) {
105 List<Instance> refs = inst.getSoftReverseReferences();
108 for (Instance ref : refs)
    [all...]
AhatArrayInstance.java 20 import com.android.tools.perflib.heap.Instance;
40 @Override void initialize(AhatSnapshot snapshot, Instance inst) {
50 Instance ref = (Instance)objects[i];
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
ParseInf.c 200 IN UINTN Instance,
214 Instance The instance of the token to search for. Zero is the first instance.
254 // Initialize our instance counter for the search token
298 // Check if it is the correct instance
300 if (Instance == Occurrance) {
329 Occurrance <= Instance
350 IN UINTN Instance,
358 Finds the Instance-th token in a section.
    [all...]
FvLib.c 308 IN UINTN Instance,
315 Find a file by type and instance. An instance of 1 is the first instance.
322 Instance Instace of the file type to return.
377 if (FileCount == Instance) {
399 IN UINTN Instance,
407 by FirstSection to SearchEnd for the Instance-th section of type SectionType.
418 Instance The requested n-th section number.
439 if (*StartIndex == Instance) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
FvLib.c 307 IN UINTN Instance,
314 Find a file by type and instance. An instance of 1 is the first instance.
321 Instance Instace of the file type to return.
376 if (FileCount == Instance) {
398 IN UINTN Instance,
406 by FirstSection to SearchEnd for the Instance-th section of type SectionType.
417 Instance The requested n-th section number.
442 if (*StartIndex == Instance) {
    [all...]
ParseInf.h 90 IN UINTN Instance,
106 Instance The instance of the token to search for. Zero is the first instance.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGluePeiServicesLib.h 72 This service enables PEIMs to discover a given instance of an interface.
76 @param Instance The N-th instance of the interface that is required.
77 @param PpiDescriptor A pointer to instance of the EFI_PEI_PPI_DESCRIPTOR.
78 @param Ppi A pointer to the instance of the interface.
88 IN UINTN Instance,
180 @param Instance This instance of the firmware volume to find. The value 0 is the
192 IN UINTN Instance,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/
ComponentName.c 61 EFI_COMPONENT_NAME_PROTOCOL instance.
120 EFI_COMPONENT_NAME_PROTOCOL instance.
257 @param SerialDevice A pointer to the SERIAL_DEV instance.
258 @param Instance Instance ID for the serial device.
263 IN UINT32 Instance
271 Instance
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/
Dhcp4Impl.h 154 @param DhcpSb The DHCP service instance.
165 @param Instance Dhcp4 instance.
170 IN DHCP_PROTOCOL *Instance
187 Set the elapsed time based on the given instance and the pointer to the
191 @param[in] Instance The pointer to the Dhcp4 instance.
196 IN DHCP_PROTOCOL *Instance
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/Smm/
ReportStatusCodeRouterSmm.c 130 @param This EFI_SMM_STATUS_CODE_PROTOCOL instance.
135 @param Instance The enumeration of a hardware or software entity within
136 the system. Valid instance numbers start with 1.
152 IN UINT32 Instance,
177 Instance,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/
StatusCodeHandlerRuntimeDxe.c 128 Record[Index].Instance,
137 Record[Index].Instance,
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
AcpiPlatform.c 32 OUT VOID **Instance,
39 Locate the first instance of a protocol. If the protocol requested is an
46 Instance Return pointer to the first instance of the protocol
99 Instance
105 // Not looking for the FV protocol, so find the first instance of the
117 Status = ((EFI_FIRMWARE_VOLUME2_PROTOCOL*) (*Instance))->ReadFile (*Instance,
136 // If the protocol was found, Instance already points to it.
559 INTN Instance;
    [all...]
  /external/clang/test/Sema/
nonnull.c 10 } Instance __attribute__((transparent_union));
12 __attribute__((nonnull(1))) void Class_init(Instance this, char *str) {
  /external/webrtc/webrtc/base/
messagequeue_unittest.cc 118 if (rewrap_) ThreadManager::Instance()->UnwrapCurrentThread();
121 if (rewrap_) ThreadManager::Instance()->WrapCurrentThread();
  /cts/suite/audio_quality/lib/src/
Log.cpp 28 Log* Log::Instance(const char* dirName)
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
DevicePath.c 23 The only place where multi-instance device paths are supported is in
24 environment varibles. Multi-instance device paths should never be placed
41 Function retrieves the next device path instance from a device path data structure.
46 Size - A pointer to the size of a device path instance in bytes.
50 This function returns a pointer to the current device path instance.
51 In addition, it returns the size in bytes of the current device path instance in Size,
52 and a pointer to the next device path instance in DevicePath.
70 // Find the end of the device path instance
78 // Compute the size of the device path instance
85 // Make a copy and return the device path instance
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiCombinationLib.h 247 Returns the first protocol instance that matches the given protocol.
265 IN UINT32 Instance,
281 Instance - Instance Number of this status code.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/PeiReportStatusCodeLib/
ReportStatusCodeLib.c 37 Type, Value, Instance, CallerId, and Data. The result of this call is returned.
41 @param Instance Status code instance number.
58 IN UINT32 Instance,
70 Instance,
267 code also require an instance, caller ID, and extended data. This function
268 passed in a zero instance, NULL extended data, and a caller ID of
303 instance and a caller ID of gEfiCallerIdGuid.
346 with a zero instance and a caller ID of gEfiCallerIdGuid.
403 an instance specified by Instance and a caller ID specified by CallerId. If
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/SmmRuntimeDxeReportStatusCodeLib/
ReportStatusCodeLib.c 35 Type, Value, Instance, CallerId, and Data. The result of this call is returned.
39 @param Instance Status code instance number.
55 IN UINT32 Instance,
61 // If gStatusCode is NULL, then see if a Status Code Protocol instance is present
75 return (*mReportStatusCode) (Type, Value, Instance, (EFI_GUID *)CallerId, Data);
299 code also require an instance, caller ID, and extended data. This function
300 passed in a zero instance, NULL extended data, and a caller ID of
335 instance and a caller ID of gEfiCallerIdGuid.
383 with a zero instance and a caller ID of gEfiCallerIdGuid.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
PeiLib.c 356 IN UINTN Instance,
367 Instance - The Fv Volume Instance.
379 return (*PeiServices)->FfsFindNextVolume (PeiServices, Instance, VolumeHandle);
603 IN UINTN Instance,
616 Instance - Instance Number to discover.
630 return (*PeiServices)->LocatePpi (PeiServices, Guid, Instance, PpiDescriptor, Ppi);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/
RtDevicePath.c 23 The only place where multi-instance device paths are supported is in
24 environment varibles. Multi-instance device paths should never be placed
138 Function retrieves the next device path instance from a device path data structure.
143 Size - A pointer to the size of a device path instance in bytes.
147 This function returns a pointer to the current device path instance.
148 In addition, it returns the size in bytes of the current device path instance in Size,
149 and a pointer to the next device path instance in DevicePath.
167 // Find the end of the device path instance
175 // Compute the size of the device path instance
182 // Make a copy and return the device path instance
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/DxeReportStatusCodeLibFramework/
ReportStatusCodeLib.c 76 @param Instance Status code instance number.
92 IN UINT32 Instance,
113 return (*mReportStatusCode) (Type, Value, Instance, (EFI_GUID *)CallerId, Data);
310 code also require an instance, caller ID, and extended data. This function
311 passed in a zero instance, NULL extended data, and a caller ID of
346 instance and a caller ID of gEfiCallerIdGuid.
394 with a zero instance and a caller ID of gEfiCallerIdGuid.
451 an instance specified by Instance and a caller ID specified by CallerId. If
    [all...]

Completed in 582 milliseconds

<<11121314151617181920>>