/third_party/ffmpeg/libavutil/ |
D | log.c | 461 va_list argument_list) in missing_feature_sample() argument 463 av_vlog(avc, AV_LOG_WARNING, msg, argument_list); in missing_feature_sample() 476 va_list argument_list; in avpriv_request_sample() local 478 va_start(argument_list, msg); in avpriv_request_sample() 479 missing_feature_sample(1, avc, msg, argument_list); in avpriv_request_sample() 480 va_end(argument_list); in avpriv_request_sample() 485 va_list argument_list; in avpriv_report_missing_feature() local 487 va_start(argument_list, msg); in avpriv_report_missing_feature() 488 missing_feature_sample(0, avc, msg, argument_list); in avpriv_report_missing_feature() 489 va_end(argument_list); in avpriv_report_missing_feature()
|
/third_party/ffmpeg/libavfilter/ |
D | f_metadata.c | 183 va_list argument_list; in print_log() local 185 va_start(argument_list, msg); in print_log() 187 av_vlog(ctx, AV_LOG_INFO, msg, argument_list); in print_log() 188 va_end(argument_list); in print_log() 194 va_list argument_list; in print_file() local 196 va_start(argument_list, msg); in print_file() 199 vsnprintf(buf, sizeof(buf), msg, argument_list); in print_file() 202 va_end(argument_list); in print_file()
|
/third_party/cef/libcef/browser/ |
D | frame_host_impl.cc | 242 auto argument_list = in SendProcessMessage() local 247 [](const CefString& name, base::ListValue argument_list, in SendProcessMessage() 250 std::move(argument_list)); in SendProcessMessage() 252 message->GetName(), std::move(argument_list))); in SendProcessMessage()
|
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
D | webidl2.js | 426 function argument_list() { function 465 ret.arguments = argument_list(); 537 ret.arguments = argument_list(); 556 ret.arguments = argument_list();
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
D | glcpp.h | 128 typedef struct argument_list { struct
|
/third_party/python/Lib/test/ |
D | test_bdb.py | 199 def user_call(self, frame, argument_list): argument 205 self.process_event('call', frame, argument_list)
|
/third_party/python/Lib/ |
D | bdb.py | 259 def user_call(self, frame, argument_list): argument
|
D | pdb.py | 245 def user_call(self, frame, argument_list): argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cGPUShaderFP64Tests.hpp | 1352 _argument_list argument_list; member
|
D | gl4cGPUShaderFP64Tests.cpp | 10666 _argument_list argument_list; in getArgumentListsForVariableType() local 10673 if (argument_list.size() == 0) in getArgumentListsForVariableType() 10675 argument_list.push_back(current_node_ptr->type); in getArgumentListsForVariableType() 10679 argument_list.insert(argument_list.begin(), current_node_ptr->type); in getArgumentListsForVariableType() 10686 result.push_back(argument_list); in getArgumentListsForVariableType() 10756 for (_argument_list_const_iterator argument_list_iterator = test_case.argument_list.begin(); in getGeneralBody() 10757 argument_list_iterator != test_case.argument_list.end(); argument_list_iterator++) in getGeneralBody() 10763 if (argument_list_iterator != test_case.argument_list.begin()) in getGeneralBody() 10984 test_case.argument_list = *argument_list_iterator; in iterate()
|
/third_party/python/Doc/library/ |
D | bdb.rst | 188 .. method:: user_call(frame, argument_list)
|
/third_party/python/Doc/reference/ |
D | expressions.rst | 928 call: `primary` "(" [`argument_list` [","] | `comprehension`] ")" 929 argument_list: `positional_arguments` ["," `starred_and_keywords`]
|
D | compound_stmts.rst | 1292 inheritance: "(" [`argument_list`] ")"
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 63656 u16 argument_list; member
|