Home
last modified time | relevance | path

Searched refs:argument_list (Results 1 – 15 of 15) sorted by relevance

/external/ImageMagick/PerlMagick/
DMagick.xs7637 argument_list[MaxArguments]; in Mogrify() local
7700 Zero(&argument_list,NumberOf(argument_list),struct ArgumentList); in Mogrify()
7743 al=(&argument_list[pp-rp->arguments]); in Mogrify()
7846 argument_list[0].string_reference=(char *) NULL; in Mogrify()
7849 argument_list[0].string_reference,exception),exception); in Mogrify()
7855 argument_list[0].string_reference=(char *) NULL; in Mogrify()
7858 argument_list[0].string_reference,exception),exception); in Mogrify()
7867 argument_list[0].integer_reference=UniformNoise; in Mogrify()
7870 attenuate=argument_list[1].real_reference; in Mogrify()
7872 channel=(ChannelType) argument_list[2].integer_reference; in Mogrify()
[all …]
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in7637 argument_list[MaxArguments]; local
7700 Zero(&argument_list,NumberOf(argument_list),struct ArgumentList);
7743 al=(&argument_list[pp-rp->arguments]);
7846 argument_list[0].string_reference=(char *) NULL;
7849 argument_list[0].string_reference,exception),exception);
7855 argument_list[0].string_reference=(char *) NULL;
7858 argument_list[0].string_reference,exception),exception);
7867 argument_list[0].integer_reference=UniformNoise;
7870 attenuate=argument_list[1].real_reference;
7872 channel=(ChannelType) argument_list[2].integer_reference;
[all …]
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h123 typedef struct argument_list { struct
/external/python/cpython2/Lib/
Dbdb.py157 def user_call(self, frame, argument_list): argument
Dpdb.py141 def user_call(self, frame, argument_list): argument
/external/python/cpython3/Lib/
Dbdb.py178 def user_call(self, frame, argument_list): argument
Dpdb.py244 def user_call(self, frame, argument_list): argument
/external/python/cpython2/Doc/library/
Dbdb.rst180 .. method:: user_call(frame, argument_list)
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.hpp1352 _argument_list argument_list; member
Dgl4cGPUShaderFP64Tests.cpp10699 _argument_list argument_list; in getArgumentListsForVariableType() local
10706 if (argument_list.size() == 0) in getArgumentListsForVariableType()
10708 argument_list.push_back(current_node_ptr->type); in getArgumentListsForVariableType()
10712 argument_list.insert(argument_list.begin(), current_node_ptr->type); in getArgumentListsForVariableType()
10719 result.push_back(argument_list); in getArgumentListsForVariableType()
10789 for (_argument_list_const_iterator argument_list_iterator = test_case.argument_list.begin(); in getGeneralBody()
10790 argument_list_iterator != test_case.argument_list.end(); argument_list_iterator++) in getGeneralBody()
10796 if (argument_list_iterator != test_case.argument_list.begin()) in getGeneralBody()
11017 test_case.argument_list = *argument_list_iterator; in iterate()
/external/python/cpython3/Doc/library/
Dbdb.rst188 .. method:: user_call(frame, argument_list)
/external/python/cpython3/Doc/reference/
Dcompound_stmts.rst472 decorator: "@" `dotted_name` ["(" [`argument_list` [","]] ")"] NEWLINE
610 inheritance: "(" [`argument_list`] ")"
Dexpressions.rst821 call: `primary` "(" [`argument_list` [","] | `comprehension`] ")"
822 argument_list: `positional_arguments` ["," `starred_and_keywords`]
/external/python/cpython2/Doc/reference/
Dcompound_stmts.rst449 decorator: "@" `dotted_name` ["(" [`argument_list` [","]] ")"] NEWLINE
Dexpressions.rst684 call: `primary` "(" [`argument_list` [","]
686 argument_list: `positional_arguments` ["," `keyword_arguments`]