/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/ |
gtest-param-test_test.cc | 570 static TestGenerationEnvironment* Instance() { 571 static TestGenerationEnvironment* instance = new TestGenerationEnvironment; local 572 return instance; 634 Environment::Instance()->FixtureConstructorExecuted(); 638 Environment::Instance()->SetUpExecuted(); 642 Environment::Instance()->TearDownExecuted(); 689 Environment::Instance()->TestBodyExecuted(); [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
ParseInf.c | 204 IN UINTN Instance,
218 Instance The instance of the token to search for. Zero is the first instance.
259 // Initialize our instance counter for the search token
308 // Check if it is the correct instance
310 if (Instance == Occurrance) {
351 Occurrance <= Instance
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/MonoStatusCode/Library/Pei/MemoryStatusCode/ |
MemoryStatusCode.c | 319 IN UINT32 Instance,
430 CurrentEntry->Instance = Instance;
|
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/ |
PiPeiCis.h | 203 @param Instance The N-th instance of the interface that is required.
204 @param PpiDescriptor A pointer to instance of the EFI_PEI_PPI_DESCRIPTOR.
205 @param Ppi A pointer to the instance of the interface.
216 IN UINTN Instance,
323 @param Instance This instance of the firmware volume to find.
336 IN UINTN Instance,
344 To find the first instance of a firmware file, pass a FileHandle value of NULL into the service.
410 @param SectionInstance Section instance to find. [all...] |
/cts/suite/audio_quality/lib/src/ |
FileUtil.cpp | 63 Settings::Instance()->addSetting(Settings::EREPORT_TIME, reportTime);
|
/device/google/contexthub/util/nanotool/ |
calibrationfile.cpp | 28 std::shared_ptr<CalibrationFile> CalibrationFile::Instance() {
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ia32/ |
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/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/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/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 | 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/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();
|
/system/netd/server/ |
main.cpp | 77 NetlinkManager *nm = NetlinkManager::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/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/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...] |