Home
last modified time | relevance | path

Searched refs:xname (Results 1 - 5 of 5) sorted by relevance

/third_party/benchmark/test/
H A Dregister_benchmark_test.cc25 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 Dxmlbuilder.py163 xname = _name_xform(name)
165 return getattr(self._options, xname)
/third_party/ffmpeg/libavfilter/
H A Dvf_lut2.c247 #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 Dpickletester.py886 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.c1087 _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