/external/python/oauth2client/tests/ |
D | test_util.py | 18 @util.positional(1) 28 @util.positional(0) 38 @util.positional 51 @util.positional(1) 62 @util.positional(1)
|
/external/python/apitools/apitools/base/protorpclite/ |
D | util_test.py | 39 @util.positional(0) 50 @util.positional(1) 61 @util.positional(2) 75 @util.positional(2) 86 @util.positional 103 util.positional, fn) 106 @util.positional(0)
|
D | util.py | 55 def positional(max_positional_args): function 155 return positional(len(args) - len(defaults))(max_positional_args) 158 @positional(1)
|
/external/python/google-api-python-client/tests/ |
D | test__helpers.py | 34 @_helpers.positional(1) 44 @_helpers.positional(0) 54 @_helpers.positional 68 @_helpers.positional(1) 79 @_helpers.positional(1)
|
/external/python/oauth2client/oauth2client/contrib/ |
D | multistore_file.py | 94 @util.positional(4) 117 @util.positional(2) 140 @util.positional(2) 164 @util.positional(1) 185 @util.positional(1) 209 @util.positional(2)
|
D | xsrfutil.py | 37 @util.positional(2) 65 @util.positional(3)
|
D | appengine.py | 134 @util.positional(2) 308 @util.positional(4) 526 @util.positional(4) 851 @util.positional(3) 894 @util.positional(2)
|
/external/tensorflow/tensorflow/compiler/aot/ |
D | codegen_test_h.golden | 101 // There is a set of methods for each positional argument, with the following 105 // Sets the buffer of type T for positional argument N. May be called in 107 // called in AllocMode::RESULTS_PROFILES_AND_TEMPS_ONLY for each positional 111 // Returns the buffer of type T for positional argument N. 114 // Returns a reference to the value of type T for positional argument N, 174 // for each positional result, with the following general form: 177 // Returns the buffer of type T for positional result N. 180 // Returns a reference to the value of type T for positional result N, 296 // Array of names of each positional argument, terminated by nullptr. 302 // Array of names of each positional result, terminated by nullptr.
|
/external/python/google-api-python-client/googleapiclient/ |
D | errors.py | 37 @util.positional(3) 126 @util.positional(2) 144 @util.positional(1)
|
D | channel.py | 125 @util.positional(5) 166 @util.positional(5) 272 @util.positional(2)
|
D | http.py | 339 @util.positional(1) 412 @util.positional(3) 536 @util.positional(2) 587 @util.positional(2) 629 @util.positional(3) 660 @util.positional(1) 751 @util.positional(4) 796 @util.positional(1) 854 @util.positional(2) 866 @util.positional(1) [all …]
|
D | schema.py | 86 @util.positional(2) 128 @util.positional(2) 172 @util.positional(3)
|
D | _helpers.py | 41 def positional(max_positional_args): function 137 return positional(len(args) - len(defaults))(max_positional_args)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AsmParser/ |
D | macros-argument-parsing-diagnostics.s | 11 # CHECK: error: too many positional arguments 16 # CHECK: error: cannot mix positional and keyword arguments
|
/external/llvm/test/MC/AsmParser/ |
D | macros-argument-parsing-diagnostics.s | 11 # CHECK: error: too many positional arguments 16 # CHECK: error: cannot mix positional and keyword arguments
|
/external/tensorflow/tensorflow/python/util/ |
D | tf_inspect.py | 254 def getcallargs(func, *positional, **named): argument 274 positional = (this,) + positional 276 call_args.update(dict(zip(remaining_positionals, positional)))
|
/external/python/oauth2client/oauth2client/ |
D | util.py | 48 def positional(max_positional_args): function 144 return positional(len(args) - len(defaults))(max_positional_args)
|
D | client.py | 469 @util.positional(8) 1472 @util.positional(2) 1548 @util.positional(2) 1636 @util.positional(4) 1687 @util.positional(3) 1806 @util.positional(4) 1877 @util.positional(1) 1918 @util.positional(1) 1966 @util.positional(2) 2063 @util.positional(2)
|
/external/python/funcsigs/docs/ |
D | index.rst | 114 Create a mapping from positional and keyword arguments to parameters. 177 | *POSITIONAL_ONLY* | Value must be supplied as a positional | 181 | | positional-only parameters, but many built-in| 187 | | positional argument (this is the standard | 191 | *VAR_POSITIONAL* | A tuple of positional arguments that aren't | 282 A tuple of positional arguments values. Dynamically computed from the
|
/external/python/cpython3/Doc/library/ |
D | argparse.rst | 57 positional arguments: 259 positional arguments: 274 positional arguments: 339 objects, collects all the positional and optional actions from them, and adds 444 positional arguments: 463 positional arguments: 690 argument, like ``-f`` or ``--foo``, or a positional argument, like a list of 698 while a positional argument could be created like:: 704 be positional:: 884 it generally doesn't make much sense to have more than one positional argument [all …]
|
D | sched.rst | 47 ... s.enter(5, 2, print_time, argument=('positional',)) 54 From print_time 930343695.274 positional 75 *argument* is a sequence holding the positional arguments for *action*.
|
D | inspect.rst | 85 | | | values for positional or | 563 to it are positional-only. For more info, see 564 :ref:`the FAQ entry on positional-only parameters <faq-positional-only-arguments>`. 587 positional-only first, then positional-or-keyword, and that parameters with 621 Create a mapping from positional and keyword arguments to parameters. 713 | *POSITIONAL_ONLY* | Value must be supplied as a positional | 717 | | positional-only parameters, but many built-in| 723 | | positional argument (this is the standard | 727 | *VAR_POSITIONAL* | A tuple of positional arguments that aren't | 804 A tuple of positional arguments values. Dynamically computed from the [all …]
|
/external/python/cpython2/Doc/library/ |
D | argparse.rst | 56 positional arguments: 252 positional arguments: 267 positional arguments: 332 objects, collects all the positional and optional actions from them, and adds 437 positional arguments: 644 argument, like ``-f`` or ``--foo``, or a positional argument, like a list of 652 while a positional argument could be created like:: 658 be positional:: 834 it generally doesn't make much sense to have more than one positional argument 901 All optional arguments and some positional arguments may be omitted at the [all …]
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla.proto | 53 // Each feed is a positional input argument for the generated computation. 56 // Each fetch is a positional output argument for the generated computation.
|
/external/python/cpython2/Lib/ |
D | inspect.py | 904 def getcallargs(func, *positional, **named): argument 941 positional = (func.im_self,) + positional 942 num_pos = len(positional) 946 for arg, value in zip(args, positional): 950 assign(varargs, positional[-(num_pos-num_args):])
|