/external/webrtc/webrtc/base/ |
profiler_unittest.cc | 32 ASSERT_TRUE(Profiler::Instance()->Clear()); 36 const ProfilerEvent* event = Profiler::Instance()->GetEvent(function_name); 58 ASSERT_TRUE(Profiler::Instance()->Clear()); 61 event1 = Profiler::Instance()->GetEvent(kEvent1Name); 74 event2 = Profiler::Instance()->GetEvent(kEvent2Name); 104 ASSERT_TRUE(Profiler::Instance()->Clear()); 106 EXPECT_FALSE(Profiler::Instance()->Clear()); 107 EXPECT_TRUE(Profiler::Instance()->GetEvent("event") != NULL); 109 EXPECT_TRUE(Profiler::Instance()->Clear()); 110 EXPECT_EQ(NULL, Profiler::Instance()->GetEvent("event")) [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Dhcp4Dxe/ |
Dhcp4Impl.c | 24 @param[in] This Pointer to the EFI_DHCP4_PROTOCOL instance.
45 * This instance of the EFI DHCPv4 Protocol driver is in the Dhcp4Stopped, Dhcp4Init,
47 * No other EFI DHCPv4 Protocol driver instance that is controlled by this EFI
48 DHCPv4 Service Binding Protocol driver instance has configured this EFI DHCPv4
60 the state of the EFI DHCPv4 Protocol driver will not be changed. If one instance
61 wants to make it possible for another instance to configure the EFI DHCPv4 Protocol
64 @param[in] This Pointer to the EFI_DHCP4_PROTOCOL instance.
71 @retval EFI_ACCESS_DENIED This instance of the EFI DHCPv4 Protocol driver was not in the
73 Or onother instance of this EFI DHCPv4 Protocol driver is already
104 @param[in] This Pointer to the EFI_DHCP4_PROTOCOL instance. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/ |
Udp4Impl.c | 37 This function finds the udp instance by the specified <Address, Port> pair.
122 This function matches the received udp datagram with the Instance.
124 @param[in] Instance Pointer to the udp instance context data.
129 udp Instance.
135 IN UDP4_INSTANCE_DATA *Instance,
156 @param[in] Instance Pointer to the instance context data.
167 IN UDP4_INSTANCE_DATA *Instance,
221 instance. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/FvSimpleFileSystemDxe/ |
FvSimpleFileSystem.c | 61 @param FvProtocol A pointer to the EFI_FIRMWARE_VOLUME2_PROTOCOL instance.
62 @param FvFileInfo A pointer to the FV_FILESYSTEM_FILE_INFO instance that is a struct
108 @param FvProtocol A pointer to the EFI_FIRMWARE_VOLUME2_PROTOCOL instance.
109 @param FvFileInfo A pointer to the FV_FILESYSTEM_FILE_INFO instance that is a struct
204 @param FvProtocol A pointer to the EFI_FIRMWARE_VOLUME2_PROTOCOL instance.
205 @param FvFileInfo A pointer to the FV_FILESYSTEM_FILE_INFO instance that is a struct
287 @param FvFileInfo A pointer to the FV_FILESYSTEM_FILE_INFO instance that is a struct
444 @param This A pointer to the EFI_FILE_PROTOCOL instance that is the file
481 FV_FILESYSTEM_INSTANCE *Instance;
503 Instance = File->Instance; [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/DiskIoDxe/ |
DiskIo.c | 60 @param This Protocol instance pointer.
113 @param This Protocol instance pointer.
132 DISK_IO_PRIVATE_DATA *Instance;
135 Instance = NULL;
167 // Initialize the Disk IO device instance.
169 Instance = AllocateCopyPool (sizeof (DISK_IO_PRIVATE_DATA), &gDiskIoPrivateDataTemplate);
170 if (Instance == NULL) {
178 ASSERT ((Instance->BlockIo2 == NULL) ||
179 ((Instance->BlockIo->Media->IoAlign == Instance->BlockIo2->Media->IoAlign) && [all...] |
/cts/suite/audio_quality/executable/src/ |
main.cpp | 42 Settings::Instance()->getSetting(Settings::EREPORT_FILE).getPathDir(); 94 if (Settings::Instance() == NULL) { 100 Settings::Instance()->addSetting(Settings::EADB, strSerial); 102 if (Log::Instance(dirName.string()) == NULL) { 106 Log::Instance()->setLogLevel((Log::LogLevel)logLevel); 108 if (Report::Instance(dirName.string()) == NULL) { 120 if (!client->init(Settings::Instance()->getSetting(Settings::EADB))) { 130 Settings::Instance()->addSetting(Settings::EDEVICE_INFO, deviceInfo); 138 Settings::Instance()->addSetting(Settings::ETEST_XML, xmlFile);
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/ |
Mtftp4Support.h | 112 Set the timeout for the instance. User a longer time for passive instances.
114 @param Instance The Mtftp session to set time out
119 IN OUT MTFTP4_PROTOCOL *Instance
123 Send the packet for the instance.
129 @param Instance The Mtftp instance
138 IN OUT MTFTP4_PROTOCOL *Instance,
145 @param Instance The Mtftp session
154 IN MTFTP4_PROTOCOL *Instance
160 @param Instance The MTFTP session [all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/MonoStatusCode/ |
MonoStatusCode.c | 68 IN UINT32 Instance,
73 return PlatformReportStatusCode (NULL, CodeType, Value, Instance, CallerId, Data);
95 VOID *Instance;
99 Instance = (VOID *) (UINTN) TranslateDxeStatusCodeToPeiStatusCode;
103 &Instance,
|
/device/linaro/bootloader/edk2/NetworkPkg/Udp6Dxe/ |
Udp6Impl.c | 37 This function finds the udp instance by the specified <Address, Port> pair.
122 This function check if the received udp datagram matches with the Instance.
124 @param[in] Instance Pointer to the udp instance context data.
128 @retval TRUE The udp datagram matches the receiving requirements of the Instance.
129 @retval FALSE The udp datagram doe not match the receiving requirements of the Instance.
134 IN UDP6_INSTANCE_DATA *Instance,
155 @param[in] Instance Pointer to the instance context data.
166 IN UDP6_INSTANCE_DATA *Instance,
[all...] |
/device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/ |
BootMonFsImages.c | 141 IN BOOTMON_FS_INSTANCE *Instance,
151 DiskIo = Instance->DiskIo;
156 while (CurrentLba <= Instance->Media->LastBlock) {
159 DescOffset = ((CurrentLba + 1) * Instance->Media->BlockSize) - sizeof (HW_IMAGE_DESCRIPTION);
163 Instance->Media->MediaId,
173 if (BootMonFsIsImageValid (&File->HwDescription, (CurrentLba - Instance->Media->LowestAlignedLba))) {
176 (UINTN)(CurrentLba - Instance->Media->LowestAlignedLba)
193 IN BOOTMON_FS_INSTANCE *Instance
205 Status = BootMonFsCreateFile (Instance, &NewFile);
210 Status = BootMonFsDiscoverNextImage (Instance, &Lba, NewFile); [all...] |
/device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeEmuLib/ |
DxeEmuLib.c | 55 Protocol instance.
58 @param Instance Instance of protocol to search for.
60 @retval NULL Protocol and Instance not found.
68 IN UINTN Instance
80 if (EmuIoThunk->Instance == Instance) {
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/Pei/ |
MemoryStausCodeWorker.c | 62 @param Instance The enumeration of a hardware or software entity within
64 pairing. The instance differentiates between them. An instance of 0 indicates
65 that instance information is unavailable, not meaningful, or not relevant.
66 Valid instance numbers start with 1.
75 IN UINT32 Instance
97 Record->Instance = Instance;
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/ |
RtMemoryStatusCodeWorker.c | 56 @param Instance The enumeration of a hardware or software entity within
57 the system. Valid instance numbers start with 1.
66 IN UINT32 Instance
82 Record->Instance = Instance;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/ |
MnpIo.c | 22 @param[in] Instance Pointer to the Mnp instance context data.
30 IN MNP_INSTANCE_DATA *Instance,
40 MnpServiceData = Instance->MnpServiceData;
306 Try to deliver the received packet to the instance.
308 @param[in, out] Instance Pointer to the mnp instance context data.
318 IN OUT MNP_INSTANCE_DATA *Instance
328 MnpDeviceData = Instance->MnpServiceData->MnpDeviceData;
331 if (NetMapIsEmpty (&Instance->RxTokenMap) || IsListEmpty (&Instance->RcvdPacketQueue)) { [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/RuntimeDxe/ |
MemoryStatusCodeWorker.c | 61 @param Instance The enumeration of a hardware or software entity within
62 the system. Valid instance numbers start with 1.
76 IN UINT32 Instance,
94 Record->Instance = Instance;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/StatusCodeHandler/Smm/ |
MemoryStatusCodeWorker.c | 58 @param Instance The enumeration of a hardware or software entity within
59 the system. Valid instance numbers start with 1.
73 IN UINT32 Instance,
91 Record->Instance = Instance;
|
/external/clang/test/SemaCXX/ |
vtable-instantiation.cpp | 36 static Target<T> Instance; 40 Target<T> Provider<T>::Instance; // expected-note{{in instantiation of}} 44 Target<int*>* traits = &Provider<int*>::Instance; // expected-note{{requested here}}
|
/hardware/interfaces/renderscript/1.0/vts/functional/ |
VtsHalRenderscriptV1_0TargetTest.cpp | 22 RenderscriptHidlEnvironment::Instance()->getServiceName<IDevice>()); 39 ::testing::AddGlobalTestEnvironment(RenderscriptHidlEnvironment::Instance()); 41 RenderscriptHidlEnvironment::Instance()->init(&argc, argv);
|
/frameworks/base/core/java/android/gesture/ |
Instance.java | 21 * An instance represents a sample if the label is available or a query if the 24 class Instance { 41 // the id of the instance 44 private Instance(long id, float[] sample, String sampleName) { 66 * create a learning instance for a single stroke gesture 70 * @return the instance 72 static Instance createInstance(int sequenceType, int orientationType, Gesture gesture, String label) { 74 Instance instance; local 77 instance = new Instance(gesture.getID(), pts, label) [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/Include/ |
RtMemoryStatusCodeLib.h | 48 IN UINT32 Instance,
61 IN UINT32 Instance,
|
/device/linaro/bootloader/edk2/EmulatorPkg/Include/Library/ |
ThunkProtocolList.h | 32 OUT EMU_IO_THUNK_PROTOCOL **Instance
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/StatusCode/ |
StatusCode.c | 25 @param Instance Instance Number of this status code.
39 IN UINT32 Instance,
62 Instance,
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
pv_omx_interface.cpp | 43 static PVOMXInterface* Instance() 79 return PVOMXInterface::Instance();
|
/hardware/interfaces/wifi/1.0/vts/functional/ |
VtsHalWifiV1_0TargetTest.cpp | 24 static WifiVtsHidlEnvironment_1_0* Instance() { 25 static WifiVtsHidlEnvironment_1_0* instance = local 27 return instance; 38 WifiHidlEnvironment* gEnv = WifiVtsHidlEnvironment_1_0::Instance();
|
/hardware/interfaces/wifi/1.1/vts/functional/ |
VtsHalWifiV1_1TargetTest.cpp | 25 static WifiHidlEnvironment_1_1* Instance() { 26 static WifiHidlEnvironment_1_1* instance = new WifiHidlEnvironment_1_1; local 27 return instance; 38 WifiHidlEnvironment* gEnv = WifiHidlEnvironment_1_1::Instance();
|