/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...] |
/libcore/ojluni/src/main/java/java/security/ |
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); 382 Instance instance = GetInstance.getInstance("SecureRandom", local 384 return new SecureRandom((SecureRandomSpi) instance.impl 423 Instance instance = GetInstance.getInstance(service, SecureRandomSpi.class); local 466 Instance instance = GetInstance.getInstance("SecureRandom", local [all...] |
/libcore/ojluni/src/main/java/javax/crypto/ |
JceSecurity.java | 37 import sun.security.jca.GetInstance.Instance; 89 CryptoAllPermission.INSTANCE) ? false : true; 98 static Instance getInstance(String type, Class<?> clazz, String algorithm, 111 static Instance getInstance(String type, Class<?> clazz, String algorithm, 123 static Instance getInstance(String type, Class<?> clazz, String algorithm) 133 Instance instance = GetInstance.getInstance(s, clazz); local 134 return instance;
|
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);
|
/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...] |
/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))) { \
|
/device/google/contexthub/util/nanotool/ |
androidcontexthub.cpp | 83 std::shared_ptr<CalibrationFile> cal_file = CalibrationFile::Instance(); 288 auto cal_file = CalibrationFile::Instance(); 300 auto cal_file = CalibrationFile::Instance(); 312 auto cal_file = CalibrationFile::Instance(); 324 auto cal_file = CalibrationFile::Instance(); 334 auto cal_file = CalibrationFile::Instance();
|
/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();
|
/art/tools/ahat/src/heapdump/ |
AhatArrayInstance.java | 20 import com.android.tools.perflib.heap.Instance; 40 @Override void initialize(AhatSnapshot snapshot, Instance inst) { 50 Instance ref = (Instance)objects[i];
|
/cts/suite/audio_quality/lib/src/ |
Log.cpp | 28 Log* Log::Instance(const char* dirName)
|