Home
last modified time | relevance | path

Searched refs:std_name (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dcppmath.h30 #define DECLARE_STD_GLOBAL_SWITCH1(tf_name, std_name) \ argument
33 return TF_LITE_GLOBAL_STD_PREFIX::std_name(x); \
/external/python/cpython2/Lib/test/
Dtest_argparse.py2828 def __init__(self, test_class, func_suffix, std_name): argument
2830 self.std_name = std_name
2887 old_stream = getattr(sys, self.std_name)
2888 setattr(sys, self.std_name, StdIOBuffer())
2891 parser_text = getattr(sys, self.std_name).getvalue()
2893 setattr(sys, self.std_name, old_stream)
2905 for func_suffix, std_name in [('usage', 'stdout'),
2908 AddTests(cls, func_suffix, std_name)
/external/python/cpython3/Lib/test/
Dtest_argparse.py3126 def __init__(self, test_class, func_suffix, std_name): argument
3128 self.std_name = std_name
3178 old_stream = getattr(sys, self.std_name)
3179 setattr(sys, self.std_name, StdIOBuffer())
3182 parser_text = getattr(sys, self.std_name).getvalue()
3184 setattr(sys, self.std_name, old_stream)
3196 for func_suffix, std_name in [('usage', 'stdout'),
3198 AddTests(cls, func_suffix, std_name)
/external/python/dateutil/dateutil/test/
Dtest_tz.py900 def _testTzName(self, tzval, std_name, dst_name): argument
903 self._testTzFunc(tzval, func, std_name, dst_name)
/external/llvm-project/libcxx/include/
Dlocale40 explicit locale(const char* std_name);
41 explicit locale(const string& std_name);
42 locale(const locale& other, const char* std_name, category);
43 locale(const locale& other, const string& std_name, category);
/external/libcxx/include/
Dlocale41 explicit locale(const char* std_name);
42 explicit locale(const string& std_name);
43 locale(const locale& other, const char* std_name, category);
44 locale(const locale& other, const string& std_name, category);