HomeSort by relevance Sort by last modified time
    Searched refs:Instance (Results 426 - 450 of 656) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
NSAPI.h 190 /// \param Instance if true it will return the selector for the init* method
193 bool Instance) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
NSAPI.h 190 /// \param Instance if true it will return the selector for the init* method
193 bool Instance) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
NSAPI.h 190 /// \param Instance if true it will return the selector for the init* method
193 bool Instance) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
NSAPI.h 190 /// \param Instance if true it will return the selector for the init* method
193 bool Instance) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
NSAPI.h 190 /// \param Instance if true it will return the selector for the init* method
193 bool Instance) const;
  /system/netd/server/
NetlinkManager.cpp 58 NetlinkManager *NetlinkManager::Instance() {
main.cpp 92 NetlinkManager *nm = 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/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...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp 172 class Instance
175 Instance (const VkInstanceCreateInfo* instanceInfo);
176 ~Instance (void) {}
    [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 &&

Completed in 679 milliseconds

<<11121314151617181920>>