/external/clang/include/clang/AST/ |
NSAPI.h | 190 /// \param Instance if true it will return the selector for the init* method 193 bool Instance) const;
|
/external/skia/src/gpu/instanced/ |
InstancedRenderingTypes.h | 26 * Per-instance data. These values get fed into instanced vertex attribs. 28 struct Instance { 29 uint32_t fInfo; //!< Packed info about the instance. See InfoBits.
|
/external/webrtc/webrtc/base/ |
profiler.cc | 91 Profiler* Profiler::Instance() { 92 RTC_DEFINE_STATIC_LOCAL(Profiler, instance, ()); 93 return &instance;
|
thread.h | 41 static ThreadManager* Instance(); 237 // ThreadManager::Instance() cannot be used while ThreadManager is
|
/system/netd/server/ |
NetlinkManager.cpp | 57 NetlinkManager *NetlinkManager::Instance() {
|
/system/vold/ |
Benchmark.cpp | 47 VolumeManager::Instance()->getBroadcaster()->sendBroadcast(
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/Include/ |
PeiLib.h | 174 IN UINTN Instance,
185 Instance - The Fv Volume Instance.
297 IN UINTN Instance,
310 Instance - Instance Number to discover.
1292 CpuIo - CpuIo instance to register
1315 CpuIo - CpuIo instance registered before
|
/external/deqp/external/vulkancts/modules/vulkan/ |
vktTestCaseUtil.hpp | 38 template<typename Instance, typename Arg0, typename Programs = NoPrograms1<Arg0> > 55 TestInstance* createInstance (Context& context) const { return new Instance(context, m_arg0); }
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciSioSerialDxe/ |
Serial.c | 89 0, // Instance;
342 @param This A pointer to the EFI_DRIVER_BINDING_PROTOCOL instance.
403 Create the child serial device instance.
410 @param Instance Instance number of the serial device.
428 IN UINT32 Instance,
452 // Initialize the serial device instance
460 SerialDevice->Instance = Instance;
584 mControllerDevicePathTemplate.ControllerNumber = SerialDevice->Instance;
[all...] |
/external/deqp/external/vulkancts/framework/vulkan/ |
vkNullDriver.cpp | 171 class Instance 174 Instance (const VkInstanceCreateInfo* instanceInfo); 175 ~Instance (void) {} 477 VKAPI_ATTR PFN_vkVoidFunction VKAPI_CALL getInstanceProcAddr (VkInstance instance, const char* pName) 479 return reinterpret_cast<Instance*>(instance)->getProcAddr(pName); 969 Instance::Instance (const VkInstanceCreateInfo*) [all...] |
/external/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...] |
/external/v8/testing/gtest/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/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/ |
AhciMode.c | 21 @param PciIo The PCI IO protocol instance.
55 @param PciIo The PCI IO protocol instance.
85 @param PciIo The PCI IO protocol instance.
112 @param PciIo The PCI IO protocol instance.
139 @param PciIo The PCI IO protocol instance.
301 @param PciIo The PCI IO protocol instance.
338 @param PciIo The PCI IO protocol instance.
373 @param PciIo The PCI IO protocol instance.
408 @param PciIo The PCI IO protocol instance.
442 @param PciIo The PCI IO protocol instance. [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
ServiceInfoImpl.java | 191 this._name = map.get(Fields.Instance); 239 qualifiedNameMap.put(Fields.Instance, name); 306 qualifiedNameMap.put(Fields.Instance, name); 336 // Instance 337 String instance = (qualifiedNameMap.containsKey(Fields.Instance) ? qualifiedNameMap.get(Fields.Instance) : ""); local 338 if ((instance == null) || (instance.length() == 0)) { 339 instance = "" 430 String instance = this.getName(); local [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
CheckObjCDealloc.cpp | 11 // to warn about improper releasing of instance variables that back synthesized 13 // - When a class has a synthesized instance variable for a 'retain' or 'copy' 15 // - When a class has a synthesized instance variable for a 'retain'/'copy' 20 // synthesized instance variable is released in the following cases: 24 // This checker only warns for instance variables synthesized to back 26 // an instance variable is stored retained or not. For synthesized properties, 52 /// Indicates whether an instance variable is required to be released in 55 /// The instance variable must be released, either by calling 59 /// The instance variable must not be directly released with -release. 62 /// The requirement for the instance variable could not be determined [all...] |
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/ |
SerialStatusCode.c | [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/BsSerialStatusCode/ |
BsSerialStatusCode.c | [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/ |
UefiCapsule.c | 479 UINTN Instance;
487 Instance = 0;
490 Status = PeiServicesFfsFindNextVolume (Instance++, &VolumeHandle);
[all...] |
/device/linaro/bootloader/edk2/OvmfPkg/Sec/ |
SecMain.c | 132 The Instance parameter indicates which instance of the section
133 type to return. (0 is first instance, 1 is second...)
138 @param[in] Instance The section instance number
151 IN UINTN Instance,
191 if (Instance == 0) {
195 Instance--;
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
SubtargetEmitter.cpp | 619 const std::string &Instance = R->getName(); 625 << Instance << ") != 0) " 629 << Instance << ") != 0 && "
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciDxe/ |
Ehci.c | 61 @param This This EFI_USB_HC_PROTOCOL instance.
104 @param This This EFI_USB2_HC_PROTOCOL instance.
203 @param This This EFI_USB2_HC_PROTOCOL instance.
246 @param This This EFI_USB2_HC_PROTOCOL instance.
321 @param This This EFI_USB2_HC_PROTOCOL instance.
420 @param This This EFI_USB2_HC_PROTOCOL instance.
530 @param This A pointer to the EFI_USB2_HC_PROTOCOL instance.
664 @param This This EFI_USB2_HC_PROTOCOL instance.
821 @param This This EFI_USB2_HC_PROTOCOL instance.
962 @param This This EFI_USB2_HC_PROTOCOL instance. [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
EdkIIWorkspaceBuild.py | [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/ |
ConvLib.c | 390 @param LinkData Specifies Instance, SubInstance and ProducerName
416 StructureNode->Instance == LinkData->Instance &&
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/ |
FwVol.c | 197 @return Pointer to instance of PEI_CORE_FV_HANDLE.
719 @param SectionInstance Pointer to the filter to find the specific instance of section.
787 // The type matches, so check the instance count to see if it's the one we want.
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/ |
BmBoot.c | [all...] |