Home
last modified time | relevance | path

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

/external/ImageMagick/PerlMagick/
DMagick.xs7716 argument_list[MaxArguments]; in Mogrify() local
7777 Zero(&argument_list,NumberOf(argument_list),struct ArgumentList); in Mogrify()
7820 al=(&argument_list[pp-rp->arguments]); in Mogrify()
7920 argument_list[0].string_reference=(char *) NULL; in Mogrify()
7923 argument_list[0].string_reference,exception),exception); in Mogrify()
7929 argument_list[0].string_reference=(char *) NULL; in Mogrify()
7932 argument_list[0].string_reference,exception),exception); in Mogrify()
7941 argument_list[0].integer_reference=UniformNoise; in Mogrify()
7944 attenuate=argument_list[1].real_reference; in Mogrify()
7946 channel=(ChannelType) argument_list[2].integer_reference; in Mogrify()
[all …]
/external/ImageMagick/PerlMagick/quantum/
Dquantum.xs.in7715 argument_list[MaxArguments]; local
7776 Zero(&argument_list,NumberOf(argument_list),struct ArgumentList);
7819 al=(&argument_list[pp-rp->arguments]);
7921 argument_list[0].string_reference=(char *) NULL;
7924 argument_list[0].string_reference,exception),exception);
7930 argument_list[0].string_reference=(char *) NULL;
7933 argument_list[0].string_reference,exception),exception);
7942 argument_list[0].integer_reference=UniformNoise;
7945 attenuate=argument_list[1].real_reference;
7947 channel=(ChannelType) argument_list[2].integer_reference;
[all …]
/external/bcc/src/lua/bcc/vendor/
Dargparse.lua451 local argument_list = self:_get_argument_list()
452 table.insert(argument_list, 1, nil)
455 argument_list[1] = alias
456 table.insert(variants, table.concat(argument_list, " "))
/external/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h125 typedef struct argument_list { struct
/external/python/cpython3/Lib/test/
Dtest_bdb.py199 def user_call(self, frame, argument_list): argument
205 self.process_event('call', frame, argument_list)
/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.py255 def user_call(self, frame, argument_list): argument
Dpdb.py244 def user_call(self, frame, argument_list): argument
/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/cpython2/Doc/library/
Dbdb.rst180 .. method:: user_call(frame, argument_list)
/external/python/cpython3/Doc/library/
Dbdb.rst188 .. method:: user_call(frame, argument_list)
/external/python/cpython3/Doc/reference/
Dcompound_stmts.rst483 decorator: "@" `dotted_name` ["(" [`argument_list` [","]] ")"] NEWLINE
641 inheritance: "(" [`argument_list`] ")"
Dexpressions.rst909 call: `primary` "(" [`argument_list` [","] | `comprehension`] ")"
910 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`]