Home
last modified time | relevance | path

Searched refs:GetNames (Results 1 – 9 of 9) sorted by relevance

/external/vixl/tools/test_generator/
Dgenerator.py77 def GetNames(self): member in OperandList
100 def GetNames(self): member in InputList
183 args=",".join(operand_types.GetNames()),
277 args=", ".join(input_types.GetNames()),
494 operands = "-".join(self.operands.GetNames())
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfusion_utils.cc63 StringCollection GetNames(const Iterable& iterable, int allocate_size) { in GetNames() function
144 return GetNames(function.signature().input_arg(), in GetFunctionInputs()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.h164 void GetNames(const uint8_t* name_table, std::vector<WideString>& Names);
Dcfgas_fontmgr.cpp822 GetNames(table.empty() ? nullptr : table.data(), pFont->m_wsFamilyNames); in RegisterFace()
868 void CFGAS_FontMgr::GetNames(const uint8_t* name_table, in GetNames() function in CFGAS_FontMgr
/external/deqp-deps/SPIRV-Tools/source/opt/
Dir_context.h325 GetNames(uint32_t id);
963 IRContext::GetNames(uint32_t id) { in GetNames() function
Dir_context.cpp298 for (auto name : GetNames(id)) { in KillNamesAndDecorates()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dir_context.h329 GetNames(uint32_t id);
981 IRContext::GetNames(uint32_t id) { in GetNames() function
Dir_context.cpp313 for (auto name : GetNames(id)) { in KillNamesAndDecorates()
/external/googletest/googlemock/docs/
DCookBook.md1689 MOCK_METHOD1(GetNames, void(std::back_insert_iterator<vector<string> >));
1699 EXPECT_CALL(rolodex, GetNames(_))