Searched refs:text (Results 51 - 58 of 58) sorted by relevance

123

/gem5/src/python/m5/
H A DSimObject.py810 text = parts[1].rstrip(' \t\n>')
815 for c in text:
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h176 initialize_generic(rec, signature.text, types.data(), sizeof...(Args));
193 void initialize_generic(detail::function_record *rec, const char *text, argument
227 for (auto *pc = text; *pc != '\0'; ++pc) {
H A Dnumpy.h975 return extents.text + format_descriptor<remove_all_extents_t<T>>::format();
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_vcd_trace.cpp1710 const char* text; member in struct:sc_core::SC_TIMESCALE_TO_TEXT
1739 timescale_to_text[time_i].text);
/gem5/system/alpha/palcode/
H A Dosfpal.S156 .text 0
2414 .text 1
3317 .text 1
3774 .text 2
/gem5/ext/ply/ply/
H A Dlex.py66 self.text = s
131 self.lexpos = 0 # Current position in input text
132 self.lexlen = 0 # Length of the input text
386 # Error method didn't change text position at all. This is an error.
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc4083 string text; local
4084 EXPECT_THAT(text, IsEmpty());
4085 text = "foo";
4086 EXPECT_THAT(text, Not(IsEmpty()));
4087 text = string("\0", 1);
4088 EXPECT_THAT(text, Not(IsEmpty()));
/gem5/ext/mcpat/
H A DxmlParser.cc14 * <a><b>some text</b><b>other text </a>
16 * <a><b>some text</b><b>other text</b></a>
1189 // text process
1198 // Indicate we are dealing with text
1206 // If we find a slash then this maybe text or a short hand end tag
1389 // Add text to the element.
1403 // Add clear (unformatted) text to the element.
1518 // if the previous previous insertion was a text the
[all...]

Completed in 71 milliseconds

123