HomeSort by relevance Sort by last modified time
    Searched refs:kwarg (Results 1 - 25 of 39) sorted by null

1 2

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
pyparser.py 213 if node.args.kwarg:
214 kwargnames.append(arg_stringname(node.args.kwarg))
223 self.listener.kwargs = node.args.kwarg
_ast_util.py 407 if node.kwarg is not None:
409 self.write('**' + arg_stringname(node.kwarg))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/
__init__.py 171 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
235 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
283 kwarg; otherwise ``JSONDecoder`` is used.
332 kwarg; otherwise ``JSONDecoder`` is used.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/json/
__init__.py 163 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
223 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
271 kwarg; otherwise ``JSONDecoder`` is used.
320 kwarg; otherwise ``JSONDecoder`` is used.
  /external/autotest/client/bin/net/
net_utils_mock.py 12 def os_open(*args, **kwarg):
  /external/python/cpython2/Lib/json/
__init__.py 171 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
236 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
284 kwarg; otherwise ``JSONDecoder`` is used.
333 kwarg; otherwise ``JSONDecoder`` is used.
  /prebuilts/gdb/darwin-x86/lib/python2.7/json/
__init__.py 171 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
235 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
283 kwarg; otherwise ``JSONDecoder`` is used.
332 kwarg; otherwise ``JSONDecoder`` is used.
  /prebuilts/gdb/linux-x86/lib/python2.7/json/
__init__.py 171 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
235 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
283 kwarg; otherwise ``JSONDecoder`` is used.
332 kwarg; otherwise ``JSONDecoder`` is used.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 171 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
235 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
283 kwarg; otherwise ``JSONDecoder`` is used.
332 kwarg; otherwise ``JSONDecoder`` is used.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 171 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
235 the ``cls`` kwarg; otherwise ``JSONEncoder`` is used.
283 kwarg; otherwise ``JSONDecoder`` is used.
332 kwarg; otherwise ``JSONDecoder`` is used.
  /tools/test/connectivity/acts/tests/google/tel/live/
TelLiveRebootStressTest.py 376 for kwarg in kwargs:
377 if kwarg not in test_method_mapping:
444 for kwarg in kwargs:
445 if kwarg not in test_method_mapping:
    [all...]
  /external/libmojo/third_party/jinja2/
compiler.py 529 for kwarg in chain((x.key for x in node.kwargs), extra_kwargs or ()):
530 if is_python_keyword(kwarg):
539 for kwarg in node.kwargs:
541 self.visit(kwarg, frame)
554 for kwarg in node.kwargs:
555 self.write('%r: ' % kwarg.key)
556 self.visit(kwarg.value, frame)
    [all...]
  /external/trappy/trappy/
ftrace.py 418 def apply_callbacks(self, fn_map, *kwarg):
461 if kwarg:
462 fn_map[event_name](event_dict, kwarg)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Python-ast.h 360 identifier kwarg; member in struct:_arguments
527 kwarg, asdl_seq * defaults, PyArena *arena);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ast.c 671 identifier vararg = NULL, kwarg = NULL; local
787 kwarg = NEW_IDENTIFIER(CHILD(n, i+1));
788 if (!kwarg)
800 return arguments(args, vararg, kwarg, defaults, c->c_arena);
1989 expr_ty vararg = NULL, kwarg = NULL; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
unparse.py 548 if t.kwarg:
551 self.write("**"+t.kwarg)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Python-ast.h 360 identifier kwarg; member in struct:_arguments
527 kwarg, asdl_seq * defaults, PyArena *arena);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
py3_test_grammar.py 283 def pos2key2dict(p1, p2, *, k1=100, k2, **kwarg): return p1,p2,k1,k2,kwarg
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ast.c 671 identifier vararg = NULL, kwarg = NULL; local
787 kwarg = NEW_IDENTIFIER(CHILD(n, i+1));
788 if (!kwarg)
800 return arguments(args, vararg, kwarg, defaults, c->c_arena);
1984 expr_ty vararg = NULL, kwarg = NULL; local
    [all...]
  /external/python/cpython2/Demo/parser/
unparse.py 548 if t.kwarg:
551 self.write("**"+t.kwarg)
  /external/python/cpython2/Include/
Python-ast.h 360 identifier kwarg; member in struct:_arguments
527 kwarg, asdl_seq * defaults, PyArena *arena);
  /external/python/cpython2/Lib/lib2to3/tests/data/
py3_test_grammar.py 283 def pos2key2dict(p1, p2, *, k1=100, k2, **kwarg): return p1,p2,k1,k2,kwarg
  /external/python/cpython2/Python/
ast.c 671 identifier vararg = NULL, kwarg = NULL; local
787 kwarg = NEW_IDENTIFIER(CHILD(n, i+1));
788 if (!kwarg)
800 return arguments(args, vararg, kwarg, defaults, c->c_arena);
1989 expr_ty vararg = NULL, kwarg = NULL; local
    [all...]
  /prebuilts/gdb/darwin-x86/include/python2.7/
Python-ast.h 360 identifier kwarg; member in struct:_arguments
527 kwarg, asdl_seq * defaults, PyArena *arena);
  /prebuilts/gdb/linux-x86/include/python2.7/
Python-ast.h 360 identifier kwarg; member in struct:_arguments
527 kwarg, asdl_seq * defaults, PyArena *arena);

Completed in 1182 milliseconds

1 2