/device/linaro/bootloader/edk2/MdePkg/Include/Ppi/ |
ReportStatusCodeHandler.h | 29 IN UINT32 Instance,
|
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/ |
DnsDhcp.h | 80 instance to intercept events that occurs in the DHCPv6 Information Request
83 @param This Pointer to the EFI_DHCP6_PROTOCOL instance that
88 The EFI DHCPv6 Protocol instance is responsible
106 @param Instance The DNS instance.
118 IN DNS_INSTANCE *Instance,
|
DnsImpl.h | 317 Cancel DNS4 tokens from the DNS4 instance.
319 @param[in] Instance Pointer to the DNS instance context data.
321 tokens in this instance will be cancelled.
330 IN DNS_INSTANCE *Instance,
335 Cancel DNS6 tokens from the DNS6 instance.
337 @param[in] Instance Pointer to the DNS instance context data.
339 tokens in this instance will be cancelled.
348 IN DNS_INSTANCE *Instance,
[all...] |
/device/linaro/bootloader/edk2/Nt32Pkg/SnpNt32Dxe/ |
SnpNt32.h | 127 IN SNPNT32_INSTANCE_DATA * Instance
134 IN SNPNT32_INSTANCE_DATA * Instance
146 // List for all the fake SNP instance
166 // Instance data for each fake SNP instance
174 // List entry use for linking with other instance
213 @param This Protocol instance pointer.
238 @param This Protocol instance pointer.
262 @param This Protocol instance pointer.
298 Initialize the snpnt32 driver instance. [all...] |
/libcore/ojluni/src/main/java/javax/crypto/ |
ExemptionMechanism.java | 38 import sun.security.jca.GetInstance.Instance; 136 Instance instance = JceSecurity.getInstance("ExemptionMechanism", local 138 return new ExemptionMechanism((ExemptionMechanismSpi)instance.impl, 139 instance.provider, algorithm); 184 Instance instance = JceSecurity.getInstance("ExemptionMechanism", local 186 return new ExemptionMechanism((ExemptionMechanismSpi)instance.impl, 187 instance.provider, algorithm); 224 Instance instance = JceSecurity.getInstance("ExemptionMechanism" local [all...] |
JceSecurity.java | 37 import sun.security.jca.GetInstance.Instance; 95 CryptoAllPermission.INSTANCE) ? false : true; 104 static Instance getInstance(String type, Class<?> clazz, String algorithm, 117 static Instance getInstance(String type, Class<?> clazz, String algorithm, 129 static Instance getInstance(String type, Class<?> clazz, String algorithm) 139 Instance instance = GetInstance.getInstance(s, clazz); local 140 return instance;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/ |
Translate.c | 70 DataHeader->Instance == EFI_SUBCLASS_INSTANCE_RESERVED ||
121 // Look at SubClass, Instance, SubInstance and ProducerName for a matching
125 StructureNode->Instance == DataHeader->Instance &&
140 // Look at SubClass, Instance and ProducerName for a matching node
143 StructureNode->Instance == DataHeader->Instance &&
176 // Fill in SubClass, Instance, SubInstance and ProducerName
179 StructureNode->Instance = DataHeader->Instance;
[all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDriver1CommandsLib/ |
Connect.c | 204 EFI_DEVICE_PATH_PROTOCOL *Instance;
248 // Check every instance of the console variable
250 Instance = GetNextDevicePathInstance (&CopyOfDevPath, &Size);
251 if (Instance == NULL) {
258 Next = Instance;
267 if ((DevicePathType (Instance) == MESSAGING_DEVICE_PATH) &&
268 ((DevicePathSubType (Instance) == MSG_USB_CLASS_DP)
269 || (DevicePathSubType (Instance) == MSG_USB_WWID_DP)
274 FreePool(Instance);
303 Instance,
[all...] |
/device/linaro/bootloader/edk2/DuetPkg/Library/DxeCoreReportStatusCodeLibFromHob/ |
DxeSupport.c | 86 an instance specified by Instance and a caller ID specified by CallerId. If
98 @param Instance Status code instance number.
121 IN UINT32 Instance,
168 Status = InternalReportStatusCode (Type, Value, Instance, CallerId, StatusCodeData);
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/MonoStatusCode/ |
PlatformStatusCode.h | 98 IN UINT32 Instance,
171 IN UINT32 Instance,
|
/frameworks/base/core/java/android/gesture/ |
InstanceLearner.java | 25 * An implementation of an instance-based learner 46 ArrayList<Instance> instances = getInstances(); 50 Instance sample = instances.get(i);
|
/libcore/ojluni/src/main/java/java/security/ |
KeyPairGenerator.java | 35 import sun.security.jca.GetInstance.Instance; 186 private static KeyPairGenerator getInstance(Instance instance, 189 if (instance.impl instanceof KeyPairGenerator) { 190 kpg = (KeyPairGenerator)instance.impl; 192 KeyPairGeneratorSpi spi = (KeyPairGeneratorSpi)instance.impl; 195 kpg.provider = instance.provider; 249 Instance instance = local 251 if (instance.impl instanceof KeyPairGenerator) 302 Instance instance = GetInstance.getInstance("KeyPairGenerator", local 338 Instance instance = GetInstance.getInstance("KeyPairGenerator", local [all...] |
SecureRandom.java | 36 import sun.security.jca.GetInstance.Instance; 54 * <p>A caller obtains a SecureRandom instance via the 178 * The SecureRandom instance is seeded with the specified seed bytes. 297 Instance instance = GetInstance.getInstance("SecureRandom", local 299 return new SecureRandom((SecureRandomSpi)instance.impl, 300 instance.provider, algorithm); 384 Instance instance = GetInstance.getInstance("SecureRandom", local 386 return new SecureRandom((SecureRandomSpi) instance.impl 426 Instance instance = GetInstance.getInstance(service, SecureRandomSpi.class); local 470 Instance instance = GetInstance.getInstance("SecureRandom", local [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/ |
DxeLoad.c | 204 UINTN Instance;
317 Instance = 0;
319 Status = PeiServicesLocatePpi (&gEfiPeiLoadFilePpiGuid, Instance++, NULL, (VOID **) &LoadFile);
321 // These must exist an instance of EFI_PEI_LOAD_FILE_PPI to support to load DxeCore file handle successfully.
376 instance that contains DxeCore.
387 UINTN Instance;
391 Instance = 0;
396 Status = PeiServicesFfsFindNextVolume (Instance, &VolumeHandle);
421 Instance++;
438 EFI_PEI_GUIDED_SECTION_EXTRACTION_PPI instance. [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/ |
EfiRuntimeLib.h | 809 IN UINT32 Instance,
825 Instance - Instance Number of this status code.
1463 IN UINTN Instance,
1475 Instance - The FV instance to be read from
1492 IN UINTN Instance,
1504 Instance - The FV instance to be written to
1521 IN UINTN Instance,
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
AtaAtapiPassThru.h | 192 EFI_COMPONENT_NAME_PROTOCOL instance.
242 EFI_COMPONENT_NAME_PROTOCOL instance.
324 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
369 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
413 @param[in] This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
437 @param[in] Instance A pointer to the ATA_ATAPI_PASS_THRU_INSTANCE instance.
449 IN ATA_ATAPI_PASS_THRU_INSTANCE *Instance,
459 @param[in] Instance A pointer to the ATA_ATAPI_PASS_THRU_INSTANCE instance. [all...] |
/art/tools/ahat/src/heapdump/ |
AhatClassInstance.java | 20 import com.android.tools.perflib.heap.Instance; 32 @Override void initialize(AhatSnapshot snapshot, Instance inst) { 46 if (field.getValue() instanceof Instance) { 47 Instance ref = (Instance)field.getValue(); 70 * Read an int field of an instance. 84 * Read a long field of this instance. 98 * Returns the list of class instance fields for this instance. 105 * Returns true if this is an instance of a class with the given name [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/DxeReportStatusCodeLib/ |
ReportStatusCodeLib.c | 38 Type, Value, Instance, CallerId, and Data. The result of this call is returned.
42 @param Instance Status code instance number.
59 IN UINT32 Instance,
72 // If gStatusCode is NULL, then see if a Status Code Protocol instance is present
86 return (gStatusCode->ReportStatusCode) (Type, Value, Instance, (EFI_GUID *)CallerId, Data);
89 return (gRT->ReportStatusCode) (Type, Value, Instance, (EFI_GUID *)CallerId, Data);
319 code also require an instance, caller ID, and extended data. This function
320 passed in a zero instance, NULL extended data, and a caller ID of
355 instance and a caller ID of gEfiCallerIdGuid. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiReportStatusCodeLib/ |
ReportStatusCodeLib.c | 2 Instance of Report Status Code Library for PEI Phase.
40 @param Instance Status code instance number.
56 IN UINT32 Instance,
72 Instance,
79 return OemHookStatusCodeReport (Type, Value, Instance, (EFI_GUID *) CallerId, Data);
279 code also require an instance, caller ID, and extended data. This function
280 passed in a zero instance, NULL extended data, and a caller ID of
315 instance and a caller ID of gEfiCallerIdGuid.
361 with a zero instance and a caller ID of gEfiCallerIdGuid. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/ |
FvSimpleFileSystemInternal.h | 46 // Struct representing an instance of the "filesystem". There will be one of
62 // create such an instance except for the "root directory", which will only
69 FV_FILESYSTEM_INSTANCE *Instance;
113 #define FVFS_GET_FIRST_FILE(Instance) FVFS_FILE_FROM_LINK (GetFirstNode (&Instance->FileHead))
115 #define FVFS_GET_FIRST_FILE_INFO(Instance) FVFS_FILE_INFO_FROM_LINK (GetFirstNode (&Instance->FileInfoHead))
153 @param DriverBinding Protocol instance pointer.
175 @param DriverBinding Protocol instance pointer.
197 @param DriverBinding Protocol instance pointer. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/ |
Ip4Config2Nv.c | 372 @param[in] Instance The IP4 config2 instance.
377 @retval EFI_INVALID_PARAMETER Source instance or target IFR data is not available.
383 IN IP4_CONFIG2_INSTANCE *Instance,
400 Ip4Config2 = &Instance->Ip4Config2;
405 if ((IfrNvData == NULL) || (Instance == NULL)) {
409 NET_CHECK_SIGNATURE (Instance, IP4_CONFIG2_INSTANCE_SIGNATURE);
411 IpSb = IP4_SERVICE_FROM_IP4_CONFIG2_INSTANCE (Instance);
541 @param[in, out] Instance The IP4 config2 instance. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/ReportStatusCodeRouter/RuntimeDxe/ |
ReportStatusCodeRouterRuntimeDxe.c | 68 RscData->Instance,
220 @param Instance The enumeration of a hardware or software entity within
221 the system. Valid instance numbers start with 1.
236 IN UINT32 Instance,
265 Instance,
310 RscData->Instance = Instance;
|
/frameworks/base/media/mca/filterfw/jni/ |
jni_util.h | 41 // While an instance of this class does not own the underlying java object, it 72 // Retain the instance, i.e. increase reference count. 75 // Release the instance, i.e. decrease reference count. 88 // object, which is then mapped to the correct instance here. It should not be 102 // Return the shared instance to this type's pool. 103 static ObjectPool* Instance() { 209 // This function "links" the C++ instance and the Java instance, so that they 210 // can be mapped to one another. This must be called for every C++ instance 215 ObjectPool<T>* pool = ObjectPool<T>::Instance(); [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
BdsConsole.c | 88 EFI_DEVICE_PATH_PROTOCOL *Instance;
132 // Check every instance of the console variable
134 Instance = GetNextDevicePathInstance (&VarConsole, &DevicePathSize);
135 if (Instance == NULL) {
141 // Find console device handle by device path instance
145 &Instance,
176 } while (Instance != NULL);
192 can not be multi-instance.
195 parameter can not be multi-instance.
242 // If ExclusiveDevicePath is even the part of the instance in VarConsole, delete it. [all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
BdsConsole.c | 88 EFI_DEVICE_PATH_PROTOCOL *Instance;
132 // Check every instance of the console variable
134 Instance = GetNextDevicePathInstance (&VarConsole, &DevicePathSize);
135 if (Instance == NULL) {
141 // Find console device handle by device path instance
145 &Instance,
176 } while (Instance != NULL);
192 can not be multi-instance.
195 parameter can not be multi-instance.
242 // If ExclusiveDevicePath is even the part of the instance in VarConsole, delete it. [all...] |