Searched refs:func_suffix (Results 1 – 5 of 5) sorted by relevance
/external/freetype/include/freetype/internal/ |
D | ftrfork.h | 85 #define CONST_FT_RFORK_RULE_ARRAY_ENTRY( func_suffix, type_suffix ) \ argument 86 { raccess_guess_ ## func_suffix, \
|
/external/protobuf/php/tests/ |
D | test_util.php | 528 private static function appendHelper($obj, $func_suffix, $value) argument 530 $getter_function = 'get'.$func_suffix; 531 $setter_function = 'set'.$func_suffix; 538 private static function kvUpdateHelper($obj, $func_suffix, $key, $value) argument 540 $getter_function = 'get'.$func_suffix; 541 $setter_function = 'set'.$func_suffix;
|
/external/python/cpython2/Lib/test/ |
D | test_argparse.py | 2828 def __init__(self, test_class, func_suffix, std_name): argument 2829 self.func_suffix = func_suffix 2835 test_name = '%s_%s' % (test_func.__name__, func_suffix) 2868 expected_text = getattr(tester, self.func_suffix) 2881 format = getattr(parser, 'format_%s' % self.func_suffix) 2886 print_ = getattr(parser, 'print_%s' % self.func_suffix) 2898 print_ = getattr(parser, 'print_%s' % self.func_suffix) 2905 for func_suffix, std_name in [('usage', 'stdout'), 2908 AddTests(cls, func_suffix, std_name)
|
/external/flatbuffers/src/ |
D | idl_gen_csharp.cpp | 1378 std::string func_suffix = "()"; in GenUnionUnPack_ObjectAPI() local 1383 func_suffix = "(_j)"; in GenUnionUnPack_ObjectAPI() 1406 code += "AsString" + func_suffix + ";\n"; in GenUnionUnPack_ObjectAPI() 1408 code += "<" + GenTypeGet(ev.union_type) + ">" + func_suffix; in GenUnionUnPack_ObjectAPI() 1410 code += "<" + GenTypeGet(ev.union_type) + ">" + func_suffix + in GenUnionUnPack_ObjectAPI()
|
/external/python/cpython3/Lib/test/ |
D | test_argparse.py | 3126 def __init__(self, test_class, func_suffix, std_name): argument 3127 self.func_suffix = func_suffix 3133 test_name = '%s_%s' % (test_func.__name__, func_suffix) 3166 expected_text = getattr(tester, self.func_suffix) 3172 format = getattr(parser, 'format_%s' % self.func_suffix) 3177 print_ = getattr(parser, 'print_%s' % self.func_suffix) 3189 print_ = getattr(parser, 'print_%s' % self.func_suffix) 3196 for func_suffix, std_name in [('usage', 'stdout'), 3198 AddTests(cls, func_suffix, std_name)
|