/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/X64/ |
RuntimeLib.c | 881 IN UINT32 Instance,
897 Instance - Instance Number of this status code.
915 Status = gSmmStatusCodeProtocol->ReportStatusCode (gSmmStatusCodeProtocol, CodeType, Value, Instance, CallerId, Data);
940 Status = gReportStatusCode (CodeType, Value, Instance, CallerId, Data);
952 Status = mRT->ReportStatusCode (CodeType, Value, Instance, CallerId, Data);
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/ |
HalRuntimeServicesLib.h | 158 IN UINT32 Instance,
|
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/ |
Pthreads.c | 200 if (This->Instance != 0) { 201 // Only single instance is supported
|
EmuThunk.c | 399 OUT EMU_IO_THUNK_PROTOCOL **Instance OPTIONAL 402 return GetNextThunkProtocol (EmuBusDriver, Instance);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/ |
Terminal.c | 115 @param This Protocol instance pointer.
309 second device path instance.
311 @param Multi A pointer to a multi-instance device path data structure.
312 @param Single A pointer to a single-instance device path data structure.
525 @param This Protocol instance pointer.
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/BaseReportStatusCodeLibNull/ |
BaseReportStatusCodeLib.c | 2 Null Base Report Status Code Library instance with empty functions.
153 code also require an instance, caller ID, and extended data. This function
154 passed in a zero instance, NULL extended data, and a caller ID of
189 instance and a caller ID of gEfiCallerIdGuid.
233 with a zero instance and a caller ID of gEfiCallerIdGuid.
282 an instance specified by Instance and a caller ID specified by CallerId. If
294 @param Instance Status code instance number.
317 IN UINT32 Instance,
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciSegmentLibPciCfg2/ |
PciSegmentLib.c | 64 UINTN Instance;
68 Instance = 0;
78 Instance,
83 Instance++;
[all...] |
/device/linaro/bootloader/edk2/OvmfPkg/Library/PlatformBdsLib/ |
BdsPlatform.c | 51 IN VOID *Instance,
56 @param[in] Handle - Handle of PCI device instance
57 @param[in] PciIo - PCI IO protocol instance
122 IN VOID *Instance,
436 VOID *Instance;
455 Status = gBS->HandleProtocol (HandleBuffer[Index], Id, &Instance);
462 Instance,
477 IN VOID *Instance,
485 PciIo = (EFI_PCI_IO_PROTOCOL*) Instance;
528 @param[in] Handle - Handle of PCI device instance
[all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/ |
AcpiPlatform.c | 82 Locate the first instance of a protocol. If the protocol requested is an
87 @param[in] Instance Return pointer to the first instance of the protocol.
98 OUT VOID **Instance,
141 Instance
147 // Not looking for the FV protocol, so find the first instance of the
158 Status = ((EFI_FIRMWARE_VOLUME_PROTOCOL *) (*Instance))->ReadFile (
159 *Instance,
178 // If the protocol was found, Instance already points to it.
781 INTN Instance;
[all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/FvbRuntimeDxe/ |
FvbServiceDxe.c | 73 @param[in] FwhInstance The pointer to a FW volume instance structure,
75 @param[in] InstanceNum The instance number which can be used as a ID
99 FvbDevice->Instance = InstanceNum;
|
/external/clang/lib/AST/ |
ExprObjC.cpp | 169 Kind(Instance), HasMethod(Method != nullptr), IsDelegateInitCall(false), 292 case Instance: 315 case Instance: 341 if (getReceiverKind() == Instance)
|
/external/eigen/bench/btl/generic_bench/ |
bench.hh | 98 if (!BtlConfig::Instance.overwriteResults)
|
/external/google-benchmark/src/ |
benchmark_register.cc | 79 std::vector<Benchmark::Instance>* benchmarks, 90 static BenchmarkFamilies instance; local 91 return &instance; 108 const std::string& spec, std::vector<Benchmark::Instance>* benchmarks, 148 Benchmark::Instance instance; local 149 instance.name = family->name_; 150 instance.benchmark = family.get(); 151 instance.report_mode = family->report_mode_; 152 instance.arg = args [all...] |
/external/libcxx/utils/google-benchmark/src/ |
benchmark_register.cc | 75 std::vector<Benchmark::Instance>* benchmarks, 86 static BenchmarkFamilies instance; local 87 return &instance; 98 const std::string& spec, std::vector<Benchmark::Instance>* benchmarks, 138 Benchmark::Instance instance; local 139 instance.name = family->name_; 140 instance.benchmark = family.get(); 141 instance.report_mode = family->report_mode_; 142 instance.arg = args [all...] |
/external/webrtc/webrtc/p2p/stunprober/ |
main.cc | 121 rtc::Thread* thread = rtc::ThreadManager::Instance()->WrapCurrentThread();
|
/device/linaro/bootloader/edk2/NetworkPkg/Dhcp6Dxe/ |
Dhcp6Impl.h | 122 #define DHCP6_INSTANCE_FROM_THIS(Instance) CR ((Instance), DHCP6_INSTANCE, Dhcp6, DHCP6_INSTANCE_SIGNATURE)
232 // Control block for Dhcp6 instance, it's per configuration data.
280 be called only when the state of Dhcp6 instance is in the Dhcp6Init state.
281 If the DHCP process completes successfully, the state of the Dhcp6 instance
293 @retval EFI_ACCESS_DENIED The EFI DHCPv6 Child instance hasn't been configured.
300 @retval EFI_ALREADY_STARTED Some other Dhcp6 instance already started the DHCPv6
315 function is called successfully, the state of Dhcp6 instance is transferred
318 called when the Dhcp6 instance is in any state.
322 @retval EFI_SUCCESS The Dhcp6 instance is now in the Dhcp6Init state. [all...] |
/external/guice/core/test/com/google/inject/ |
ProvisionListenerTest.java | 344 // provider instance binding -- just the object (not the provider) 562 bind(Instance.class).toInstance(new Instance()); 574 chain.add(Instance.class); 575 bindListener(keyMatcher(Instance.class), new ChainAsserter(pList, chain.build())); 602 Instance instance = injector.getInstance(Instance.class); 605 of(Instance.class, A.class, BImpl.class, C.class, DP.class, D.class, E.class, F.class), 685 private static class Instance { [all...] |
/system/vold/ |
VolumeBase.cpp | 134 VolumeManager::Instance()->getBroadcaster()->sendBroadcast(event, 140 VolumeManager::Instance()->getBroadcaster()->sendBroadcast(event,
|
main.cpp | 85 if (!(vm = VolumeManager::Instance())) { 90 if (!(nm = NetlinkManager::Instance())) {
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/PrePiLib/ |
FwVol.c | 493 @param Instance This instance of the firmware volume to find. The value 0 is the
504 IN UINTN Instance,
519 if (Instance-- == 0) {
718 UINTN Instance;
723 Instance = 0;
728 Status = FfsFindNextVolume (Instance++, VolumeHandle);
|
/external/clang/lib/Frontend/ |
CompilerInstance.cpp | 355 // then we're the top level compiler instance and need to create one. 833 // Create the target instance. [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
BdsMisc.c | 857 Delete the instance in Multi which matches partly with Single instance
859 @param Multi A pointer to a multi-instance device path data
861 @param Single A pointer to a single-instance device path data
876 EFI_DEVICE_PATH_PROTOCOL *Instance;
890 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
894 while (Instance != NULL) {
898 if ((CompareMem (Instance, Single, Size) != 0)) {
900 // Append the device path instance which does not match with Single
903 NewDevicePath = AppendDevicePathInstance (NewDevicePath, Instance);
[all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/ |
BdsMisc.c | 857 Delete the instance in Multi which matches partly with Single instance
859 @param Multi A pointer to a multi-instance device path data
861 @param Single A pointer to a single-instance device path data
876 EFI_DEVICE_PATH_PROTOCOL *Instance;
890 Instance = GetNextDevicePathInstance (&Multi, &InstanceSize);
894 while (Instance != NULL) {
898 if ((CompareMem (Instance, Single, Size) != 0)) {
900 // Append the device path instance which does not match with Single
903 NewDevicePath = AppendDevicePathInstance (NewDevicePath, Instance);
[all...] |
/hardware/interfaces/sensors/1.0/vts/functional/ |
VtsHalSensorsV1_0TargetTest.cpp | 50 static SensorsHidlEnvironment* Instance() { 51 static SensorsHidlEnvironment* instance = new SensorsHidlEnvironment; local 52 return instance; 498 return SensorsHidlEnvironment::Instance()->sensors; 585 SensorsHidlEnvironment::Instance()->setCollection(true); 588 SensorsHidlEnvironment::Instance()->catEvents(nullptr); 596 SensorsHidlEnvironment::Instance()->catEvents(&events); 605 SensorsHidlEnvironment::Instance()->setCollection(false); [all...] |
/cts/suite/audio_quality/lib/src/task/ |
TaskCase.cpp | 284 ASSERT(mClient->init(Settings::Instance()->getSetting(Settings::EADB))); 349 Report::Instance()->addCasePassed(this); 355 Report::Instance()->addCaseFailed(this);
|