Home
last modified time | relevance | path

Searched refs:xname (Results 1 – 12 of 12) sorted by relevance

/external/google-benchmark/test/
Dregister_benchmark_test.cc25 TestCase(const char* xname) : TestCase(xname, nullptr) {} in TestCase()
26 TestCase(const char* xname, const char* xlabel) in TestCase()
27 : name(xname), label(xlabel) {} in TestCase()
/external/libcxx/utils/google-benchmark/test/
Dregister_benchmark_test.cc25 TestCase(const char* xname) : TestCase(xname, nullptr) {} in TestCase()
26 TestCase(const char* xname, const char* xlabel) in TestCase()
27 : name(xname), label(xlabel) {} in TestCase()
/external/python/cpython2/Lib/xml/dom/
Dxmlbuilder.py163 xname = _name_xform(name)
165 return getattr(self._options, xname)
/external/python/cpython3/Lib/xml/dom/
Dxmlbuilder.py164 xname = _name_xform(name)
166 return getattr(self._options, xname)
/external/libcxx/test/support/
Drapid-cxx-test.hpp578 test_suite(const char *xname) in test_suite() argument
579 : m_name(xname), m_tests(), m_size(0) in test_suite()
581 assert(xname); in test_suite()
/external/syzkaller/vendor/github.com/golang/protobuf/proto/
Dproperties.go513 type xname interface {
516 if m, ok := x.(xname); ok {
/external/golang-protobuf/proto/
Dproperties.go514 type xname interface {
517 if m, ok := x.(xname); ok {
/external/python/cpython2/Modules/
Dimageop.c47 check_multiply_size(int product, int x, const char* xname, int y, const char* yname, int size) in check_multiply_size() argument
49 if ( !check_coordonnate(x, xname) ) in check_multiply_size()
D_ssl.c810 _create_tuple_for_X509_NAME (X509_NAME *xname) in _create_tuple_for_X509_NAME() argument
816 int entry_count = X509_NAME_entry_count(xname); in _create_tuple_for_X509_NAME()
836 entry = X509_NAME_get_entry(xname, index_counter); in _create_tuple_for_X509_NAME()
/external/python/cpython2/Lib/test/
Dpickletester.py586 xname = X.__name__.encode('ascii')
601 "(dp1\nb.").replace('X', xname)
618 'q\x00oq\x01}q\x02b.').replace('X', xname)
636 'q\x00oq\x01}q\x02b.').replace('X', xname)
/external/python/cpython3/Lib/test/
Dpickletester.py717 xname = X.__name__.encode('ascii')
732 b"(dp1\nb.").replace(b'X', xname)
749 b'q\x00oq\x01}q\x02b.').replace(b'X', xname)
767 b'q\x00oq\x01}q\x02b.').replace(b'X', xname)
/external/python/cpython3/Modules/
D_ssl.c1127 _create_tuple_for_X509_NAME (X509_NAME *xname) in _create_tuple_for_X509_NAME() argument
1133 int entry_count = X509_NAME_entry_count(xname); in _create_tuple_for_X509_NAME()
1153 entry = X509_NAME_get_entry(xname, index_counter); in _create_tuple_for_X509_NAME()