Searched refs:GetTypes (Results 1 - 25 of 25) sorted by relevance

/external/libweave/src/privet/
H A Dwifi_delegate.h46 virtual std::set<WifiType> GetTypes() const = 0;
H A Dwifi_ssid_generator_unittest.cc26 EXPECT_CALL(wifi_, GetTypes())
46 EXPECT_CALL(wifi_, GetTypes())
H A Dwifi_bootstrap_manager.h62 std::set<WifiType> GetTypes() const override;
H A Dwifi_ssid_generator.cc69 std::set<WifiType> types = wifi_->GetTypes();
H A Dmock_delegates.h153 MOCK_CONST_METHOD0(GetTypes, std::set<WifiType>());
162 EXPECT_CALL(*this, GetTypes())
H A Dwifi_bootstrap_manager.cc206 std::set<WifiType> WifiBootstrapManager::GetTypes() const { function in class:weave::privet::WifiBootstrapManager
H A Dprivet_handler.cc271 for (WifiType type : wifi.GetTypes())
764 if (!wifi_ || wifi_->GetTypes().empty()) {
/external/lldb/scripts/Python/interface/
H A DSBCompileUnit.i105 ") GetTypes;
107 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
H A DSBModule.i245 ") GetTypes;
247 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
/external/v8/build/android/pylib/base/
H A Dbase_test_result.py20 def GetTypes(): member in class:ResultType
39 assert test_type in ResultType.GetTypes()
72 assert test_type in ResultType.GetTypes()
103 for test_type in ResultType.GetTypes():
149 for test_type in ResultType.GetTypes():
/external/lldb/include/lldb/API/
H A DSBCompileUnit.h79 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
H A DSBModule.h220 GetTypes (uint32_t type_mask = lldb::eTypeClassAny);
/external/lldb/source/API/
H A DSBCompileUnit.cpp163 SBCompileUnit::GetTypes (uint32_t type_mask) function in class:SBCompileUnit
176 vendor->GetTypes (m_opaque_ptr, type_mask, type_list);
H A DSBModule.cpp562 SBModule::GetTypes (uint32_t type_mask) function in class:SBModule
573 vendor->GetTypes (NULL, type_mask, type_list);
/external/lldb/include/lldb/Symbol/
H A DSymbolFile.h143 virtual size_t GetTypes (lldb_private::SymbolContextScope *sc_scope,
H A DSymbolVendor.h157 GetTypes (SymbolContextScope *sc_scope,
/external/lldb/source/Plugins/SymbolFile/Symtab/
H A DSymbolFileSymtab.h106 GetTypes (lldb_private::SymbolContextScope *sc_scope,
H A DSymbolFileSymtab.cpp64 SymbolFileSymtab::GetTypes (SymbolContextScope *sc_scope, uint32_t type_mask, lldb_private::TypeList &type_list) function in class:SymbolFileSymtab
/external/lldb/source/Symbol/
H A DSymbolVendor.cpp349 SymbolVendor::GetTypes (SymbolContextScope *sc_scope, function in class:SymbolVendor
358 return m_sym_file_ap->GetTypes (sc_scope, type_mask, type_list);
/external/lldb/examples/python/
H A Dtypes.py214 types = module.GetTypes(lldb.eTypeClassClass | lldb.eTypeClassStruct)
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.h125 virtual size_t GetTypes (lldb_private::SymbolContextScope *sc_scope,
556 GetTypes (DWARFCompileUnit* dwarf_cu,
H A DSymbolFileDWARFDebugMap.h92 virtual size_t GetTypes (lldb_private::SymbolContextScope *sc_scope,
H A DSymbolFileDWARFDebugMap.cpp1141 SymbolFileDWARFDebugMap::GetTypes (SymbolContextScope *sc_scope, function in class:SymbolFileDWARFDebugMap
1146 "SymbolFileDWARFDebugMap::GetTypes (type_mask = 0x%8.8x)",
1162 oso_dwarf->GetTypes (sc_scope, type_mask, type_list);
1170 oso_dwarf->GetTypes (sc_scope, type_mask, type_list);
H A DSymbolFileDWARF.cpp239 SymbolFileDWARF::GetTypes (DWARFCompileUnit* cu, function in class:SymbolFileDWARF
296 GetTypes (cu, child_die, min_die_offset, max_die_offset, type_mask, type_set);
303 SymbolFileDWARF::GetTypes (SymbolContextScope *sc_scope, function in class:SymbolFileDWARF
320 GetTypes (dwarf_cu,
338 GetTypes (dwarf_cu,
/external/v8/build/android/
H A Dtest_runner.py891 for i in base_test_result.ResultType.GetTypes()))

Completed in 295 milliseconds