Home
last modified time | relevance | path

Searched refs:spec_string (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/Symbol/
DSymbolContext.cpp955 bool SymbolContextSpecifier::AddSpecification(const char *spec_string, in AddSpecification() argument
964 FileSpec module_file_spec(spec_string); in AddSpecification()
972 m_module_spec.assign(spec_string); in AddSpecification()
978 m_file_spec_up = std::make_unique<FileSpec>(spec_string); in AddSpecification()
982 m_start_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value); in AddSpecification()
987 m_end_line = StringConvert::ToSInt32(spec_string, 0, 0, &return_value); in AddSpecification()
992 m_function_spec.assign(spec_string); in AddSpecification()
997 m_class_name.assign(spec_string); in AddSpecification()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_helpers.cc218 string spec_string = node->requested_device(); in ForConfigurationNodeMatchingType() local
222 GetSystemDevice(spec_string, device_set, &spec, &device)); in ForConfigurationNodeMatchingType()
/external/llvm-project/lldb/include/lldb/Symbol/
DSymbolContext.h345 bool AddSpecification(const char *spec_string, SpecificationType type);
/external/python/cpython2/Lib/test/
D_mock_backport.py643 spec_string = ''
645 spec_string = ' spec=%r'
647 spec_string = ' spec_set=%r'
648 spec_string = spec_string % self._spec_class.__name__
652 spec_string,
/external/pdfium/third_party/pymock/
Dmock.py724 spec_string = ''
726 spec_string = ' spec=%r'
728 spec_string = ' spec_set=%r'
729 spec_string = spec_string % self._spec_class.__name__
733 spec_string,
/external/python/mock/mock/
Dmock.py762 spec_string = ''
764 spec_string = ' spec=%r'
766 spec_string = ' spec_set=%r'
767 spec_string = spec_string % self._spec_class.__name__
771 spec_string,
/external/python/cpython3/Lib/unittest/
Dmock.py698 spec_string = ''
700 spec_string = ' spec=%r'
702 spec_string = ' spec_set=%r'
703 spec_string = spec_string % self._spec_class.__name__
707 spec_string,