/external/pdfium/core/fpdfapi/render/ |
D | cpdf_docrenderdata_unittest.cpp | 74 auto func_dict = pdfium::MakeRetain<CPDF_Dictionary>(); in CreateType0FunctionStream() local 99 auto func_dict = pdfium::MakeRetain<CPDF_Dictionary>(); in CreateType2FunctionDict() local 121 auto func_dict = pdfium::MakeRetain<CPDF_Dictionary>(); in CreateType4FunctionStream() local 141 auto func_dict = pdfium::MakeRetain<CPDF_Dictionary>(); in CreateBadType4FunctionStream() local 171 RetainPtr<CPDF_Dictionary> func_dict = CreateType2FunctionDict(); in TEST() local
|
/external/llvm/utils/ |
D | update_llc_test_checks.py | 75 def build_function_body_dictionary(raw_tool_output, prefixes, func_dict, verbose): argument 100 def add_checks(output_lines, prefix_list, func_dict, func_name): argument
|
D | update_test_checks.py | 113 def build_function_body_dictionary(raw_tool_output, prefixes, func_dict, verbose, tool_basename): argument 188 def add_checks(output_lines, prefix_list, func_dict, func_name, tool_basename): argument
|
/external/llvm-project/llvm/utils/ |
D | update_mir_test_checks.py | 171 func_dict, verbose): argument 186 def add_checks_for_function(test, output_lines, run_list, func_dict, func_name, argument
|
D | update_cc_test_checks.py | 180 triple_in_cmd, func_dict, func_order): argument
|
/external/llvm-project/llvm/utils/UpdateTestChecks/ |
D | asm.py | 327 prefixes, func_dict, func_order): argument 375 def add_asm_checks(output_lines, comment_marker, prefix_list, func_dict, func_name): argument
|
D | common.py | 261 …ionary(function_re, scrubber, scrubber_args, raw_tool_output, prefixes, func_dict, func_order, ver… argument 433 def add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, check_label_format,… argument 534 def add_ir_checks(output_lines, comment_marker, prefix_list, func_dict, argument 542 def add_analyze_checks(output_lines, comment_marker, prefix_list, func_dict, func_name): argument
|
/external/python/cpython2/Include/ |
D | funcobject.h | 29 PyObject *func_dict; /* The __dict__ attribute, a dict or NULL */ member
|
/external/python/cpython3/Include/ |
D | funcobject.h | 30 PyObject *func_dict; /* The __dict__ attribute, a dict or NULL */ member
|