/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/swiftshader/third_party/llvm-7.0/llvm/utils/UpdateTestChecks/ |
D | common.py | 99 …dy_dictionary(function_re, scrubber, scrubber_args, raw_tool_output, prefixes, func_dict, verbose): argument 192 def add_checks(output_lines, comment_marker, prefix_list, func_dict, func_name, check_label_format,… argument 259 def add_ir_checks(output_lines, comment_marker, prefix_list, func_dict, func_name): argument 264 def add_analyze_checks(output_lines, comment_marker, prefix_list, func_dict, func_name): argument
|
D | asm.py | 202 def build_function_body_dictionary_for_triple(args, raw_tool_output, triple, prefixes, func_dict): argument 256 def add_asm_checks(output_lines, comment_marker, prefix_list, func_dict, func_name): argument
|
/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/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | update_cc_test_checks.py | 113 def get_function_body(args, filename, clang_args, prefixes, triple_in_cmd, func_dict): argument
|
D | update_mir_test_checks.py | 182 func_dict, verbose): argument 197 def add_checks_for_function(test, output_lines, run_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
|