HomeSort by relevance Sort by last modified time
    Searched defs:Instance (Results 1 - 25 of 408) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /cts/suite/audio_quality/lib/src/
Settings.cpp 22 Settings* Settings::Instance()
Log.cpp 28 Log* Log::Instance(const char* dirName)
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/FlashFvbDxe/
FlashBlockIoDxe.c 32 FLASH_INSTANCE* Instance;
35 Instance = INSTANCE_FROM_BLKIO_THIS(This);
49 Status = FlashReadBlocks (Instance, Lba, BufferSizeInBytes, Buffer);
68 FLASH_INSTANCE* Instance;
71 Instance = INSTANCE_FROM_BLKIO_THIS(This);
89 Status = FlashWriteBlocks (Instance, Lba, BufferSizeInBytes, Buffer);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/NorFlashDxe/
NorFlashBlockIoDxe.c 30 NOR_FLASH_INSTANCE *Instance;
32 Instance = INSTANCE_FROM_BLKIO_THIS(This);
36 return NorFlashReset (Instance);
52 NOR_FLASH_INSTANCE *Instance;
60 Instance = INSTANCE_FROM_BLKIO_THIS(This);
74 Status = NorFlashReadBlocks (Instance, Lba, BufferSizeInBytes, Buffer);
93 NOR_FLASH_INSTANCE *Instance;
96 Instance = INSTANCE_FROM_BLKIO_THIS(This);
107 Status = NorFlashWriteBlocks (Instance,Lba,BufferSizeInBytes,Buffer);
  /device/linaro/bootloader/edk2/NetworkPkg/TlsDxe/
TlsConfigProtocol.c 29 @param[in] This Pointer to the EFI_TLS_CONFIGURATION_PROTOCOL instance.
53 TLS_INSTANCE *Instance;
64 Instance = TLS_INSTANCE_FROM_CONFIGURATION (This);
68 Status = TlsSetCaCertificate (Instance->TlsConn, Data, DataSize);
71 Status = TlsSetHostPublicCert (Instance->TlsConn, Data, DataSize);
74 Status = TlsSetHostPrivateKey (Instance->TlsConn, Data, DataSize);
92 @param[in] This Pointer to the EFI_TLS_CONFIGURATION_PROTOCOL instance.
119 TLS_INSTANCE *Instance;
131 Instance = TLS_INSTANCE_FROM_CONFIGURATION (This);
135 Status = TlsGetCaCertificate (Instance->TlsConn, Data, DataSize)
    [all...]
  /external/llvm/include/llvm/MC/
MCLabel.h 27 // \brief The instance number of this Directional Local Label.
28 unsigned Instance;
32 MCLabel(unsigned instance) : Instance(instance) {}
38 /// \brief Get the current instance of this Directional Local Label.
39 unsigned getInstance() const { return Instance; }
41 /// \brief Increment the current instance of this Directional Local Label.
42 unsigned incInstance() { return ++Instance; }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCLabel.h 25 // Instance - the instance number of this Directional Local Label
26 unsigned Instance;
30 MCLabel(unsigned instance)
31 : Instance(instance) {}
36 /// getInstance - Get the current instance of this Directional Local Label.
37 unsigned getInstance() const { return Instance; }
39 /// incInstance - Increment the current instance of this Directional Local
41 unsigned incInstance() { return ++Instance; }
    [all...]
  /hardware/intel/common/wrs_omxil_core/core/src/
pv_omx_interface.cpp 43 static PVOMXInterface* Instance()
79 return PVOMXInterface::Instance();
  /hardware/interfaces/boot/1.0/vts/functional/
VtsHalBootV1_0TargetTest.cpp 44 static BootHidlEnvironment* Instance() {
45 static BootHidlEnvironment* instance = new BootHidlEnvironment; local
46 return instance;
57 BootHidlEnvironment::Instance()->getServiceName<IBootControl>());
195 ::testing::AddGlobalTestEnvironment(BootHidlEnvironment::Instance());
197 BootHidlEnvironment::Instance()->init(&argc, argv);
  /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();
  /hardware/interfaces/wifi/1.2/vts/functional/
VtsHalWifiV1_2TargetTest.cpp 30 static WifiHidlEnvironment_1_2* Instance() {
31 static WifiHidlEnvironment_1_2* instance = new WifiHidlEnvironment_1_2; local
32 return instance;
41 WifiHidlEnvironment_1_2* gEnv = WifiHidlEnvironment_1_2::Instance();
  /hardware/interfaces/wifi/hostapd/1.0/vts/functional/
VtsHalWifiHostapdV1_0TargetTest.cpp 25 static WifiHostapdHidlEnvironment_1_0* Instance() {
26 static WifiHostapdHidlEnvironment_1_0* instance = local
28 return instance;
40 WifiHostapdHidlEnvironment* gEnv = WifiHostapdHidlEnvironment_1_0::Instance();
  /hardware/interfaces/wifi/supplicant/1.0/vts/functional/
VtsHalWifiSupplicantV1_0TargetTest.cpp 25 static WifiSupplicantHidlEnvironment_1_0* Instance() {
26 static WifiSupplicantHidlEnvironment_1_0* instance = local
28 return instance;
41 WifiSupplicantHidlEnvironment_1_0::Instance();
  /hardware/interfaces/wifi/supplicant/1.1/vts/functional/
VtsHalWifiSupplicantV1_1TargetTest.cpp 27 static WifiSupplicantHidlEnvironment_1_1* Instance() {
28 static WifiSupplicantHidlEnvironment_1_1* instance = local
30 return instance;
43 WifiSupplicantHidlEnvironment_1_1::Instance();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }

Completed in 495 milliseconds

1 2 3 4 5 6 7 8 91011>>