Searched refs:xname (Results 1 - 5 of 5) sorted by relevance
/third_party/benchmark/test/ |
H A D | register_benchmark_test.cc | 25 TestCase(const std::string& xname) : TestCase(xname, "") {} in TestCase() 26 TestCase(const std::string& xname, const std::string& xlabel) in TestCase() 27 : name(xname), label(xlabel) {} in TestCase()
|
/third_party/python/Lib/xml/dom/ |
H A D | xmlbuilder.py | 163 xname = _name_xform(name) 165 return getattr(self._options, xname)
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_lut2.c | 247 #define DEFINE_LUT2(zname, xname, yname, ztype, xtype, ytype, zdiv, xdiv, ydiv) \ 248 static int lut2_##zname##_##xname##_##yname(AVFilterContext *ctx, \
|
/third_party/python/Lib/test/ |
H A D | pickletester.py | 886 xname = X.__name__.encode('ascii') 901 b"(dp1\nb.").replace(b'X', xname) 918 b'q\x00oq\x01}q\x02b.').replace(b'X', xname) 936 b'q\x00oq\x01}q\x02b.').replace(b'X', xname)
|
/third_party/python/Modules/ |
H A D | _ssl.c | 1087 _create_tuple_for_X509_NAME (_sslmodulestate *state, X509_NAME *xname) in _create_tuple_for_X509_NAME() argument 1093 int entry_count = X509_NAME_entry_count(xname); in _create_tuple_for_X509_NAME() 1113 entry = X509_NAME_get_entry(xname, index_counter); in _create_tuple_for_X509_NAME()
|
Completed in 15 milliseconds