Searched refs:sep (Results 1 - 11 of 11) sorted by relevance

/gem5/ext/googletest/googletest/scripts/
H A Dgen_gtest_pred_impl.py189 def Iter(n, format, sep=''):
197 Iter(3, 'v%s', sep=', ') returns 'v1, v2, v3'.
202 return sep.join([format % (spec_count * (i,)) for i in OneTo(n)])
211 'vs' : Iter(n, 'v%s', sep=', '),
212 'vts' : Iter(n, '#v%s', sep=', '),
246 << e%s""", sep=' << ", "')
417 'es' : Iter(n, 'e%s', sep=', '),
418 'vs' : Iter(n, 'v%s', sep=', '),
419 'vts' : Iter(n, '#v%s', sep=', '),
420 'tvs' : Iter(n, 'T%s v%s', sep
[all...]
H A Dpump.py409 def __init__(self, identifier=None, sep=None, code=None):
411 self.sep = sep
670 if node.sep is None:
671 sep = ''
673 sep = node.sep.value
680 output.Append(sep)
/gem5/ext/googletest/googlemock/src/
H A Dgmock-matchers.cc317 const char *sep = ""; local
319 os << sep << "\n ("
322 sep = ",";
348 const char *sep = "where:\n"; local
350 *listener << sep << " - element #" << matches[mi].first
352 sep = ",\n";
384 const char *sep = ""; local
386 ss << sep; local
390 sep = ";";
408 const char* sep local
430 const char* sep = ""; local
461 const char* sep = local
476 const char* sep = local
[all...]
/gem5/ext/testlib/
H A Duid.py35 sep = ':' variable in class:UID
54 split_path = str(uid).split(cls.sep)[cls.path_idx]
59 return globals()[uid.split(cls.sep)[cls.type_idx]]
71 args = uid.split(cls.sep)
80 return self.sep.join(itertools.chain(
H A Dresult.py150 str(suite_uid).replace(os.path.sep, '-'),
151 str(test_uid).replace(os.path.sep, '-'))
/gem5/site_scons/gem5_scons/
H A D__init__.py50 variant_base = env['BUILDROOT'] + os.path.sep
/gem5/util/m5/
H A Dm5.c318 const char *sep = ","; local
319 char *target = strtok(argv[0], sep);
322 target = strtok(NULL, sep);
/gem5/ext/mcpat/
H A DxmlParser.h360 XMLNode getChildNodeByPath(XMLCSTR path, char createNodeIfMissing=0, XMLCHAR sep='/');
362 XMLNode getChildNodeByPathNonConst(XMLSTR path, char createNodeIfMissing=0, XMLCHAR sep='/');
H A DxmlParser.cc2768 XMLCHAR sep) {
2770 XMLNode x = getChildNodeByPathNonConst(path, createMissing, sep);
2776 char createIfMissing, XMLCHAR sep) {
2780 sepString[0] = sep;
2789 *tend1 = sep;
2793 *tend1 = sep;
2767 getChildNodeByPath(XMLCSTR _path, char createMissing, XMLCHAR sep) argument
2775 getChildNodeByPathNonConst(XMLSTR path, char createIfMissing, XMLCHAR sep) argument
/gem5/ext/pybind11/include/pybind11/
H A Dpybind11.h1836 auto sep = kwargs.contains("sep") ? kwargs["sep"] : cast(" "); local
1837 auto line = sep.attr("join")(strings);
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc4560 const char* sep = ""; local
4562 os << sep << *it;
4563 sep = ",";

Completed in 64 milliseconds