Searched refs:kwds (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium_org/tools/gyp/test/ios/
H A Dgyptest-archs.py42 kwds = collections.defaultdict(list) variable
46 kwds['arguments'].extend(['-sdk', sdk])
48 kwds['arguments'].extend(['-arch', archs[0]])
52 test.build('test-archs.gyp', target, chdir='app-bundle', **kwds)
/external/chromium_org/third_party/cython/src/Cython/Build/
H A DInline.py117 **kwds):
131 if symbol in kwds:
134 kwds[symbol] = locals[symbol]
136 kwds[symbol] = globals[symbol]
144 for name, arg in kwds.items():
147 del kwds[name]
148 arg_names = kwds.keys()
150 arg_sigs = tuple([(get_type(kwds[arg], ctx), arg) for arg in arg_names])
211 arg_list = [kwds[arg] for arg in arg_names]
262 args, varargs, kwds, default
[all...]
H A DDependencies.py633 kwds = deps.distutils_info(file, aliases, base).values
640 if key not in kwds:
641 kwds[key] = value
645 if 'sources' in kwds:
647 for source in kwds['sources']:
651 del kwds['sources']
652 if 'depends' in kwds:
653 depends = resolve_depends(kwds['depends'], (kwds.get('include_dirs') or []) + [find_root_package_dir(file)])
657 kwds['depend
[all...]
/external/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/
H A Dstorage_api.py137 def post_object_async(self, path, **kwds):
139 return self.do_request_async(self.api_url + path, 'POST', **kwds)
141 def put_object_async(self, path, **kwds):
143 return self.do_request_async(self.api_url + path, 'PUT', **kwds)
145 def get_object_async(self, path, **kwds):
150 return self.do_request_async(self.api_url + path, 'GET', **kwds)
152 def delete_object_async(self, path, **kwds):
157 return self.do_request_async(self.api_url + path, 'DELETE', **kwds)
159 def head_object_async(self, path, **kwds):
167 return self.do_request_async(self.api_url + path, 'HEAD', **kwds)
[all...]
H A Dapi_utils.py223 def _retry_fetch(url, retry_params, **kwds):
233 **kwds: keyword arguments for urlfetch. If deadline is specified in kwds,
255 resp = urlfetch.fetch(url, **kwds)
310 def eager_wrapper(*args, **kwds):
311 fut = tasklet(*args, **kwds)
H A Drest_api.py51 def sync_wrapper(self, *args, **kwds):
53 future = method(*args, **kwds)
234 def urlfetch_async(self, url, **kwds):
243 return ctx.urlfetch(url, **kwds)
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dordered_dict.py55 def __init__(self, *args, **kwds):
69 self.__update(*args, **kwds)
171 def update(*args, **kwds):
199 for key, value in kwds.items():
/external/chromium_org/third_party/simplejson/
H A Dordered_dict.py21 def __init__(self, *args, **kwds):
28 self.update(*args, **kwds)
H A D_speedups.c128 scanner_new(PyTypeObject *type, PyObject *args, PyObject *kwds);
130 scanner_init(PyObject *self, PyObject *args, PyObject *kwds);
136 encoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds);
138 encoder_init(PyObject *self, PyObject *args, PyObject *kwds);
1883 scanner_call(PyObject *self, PyObject *args, PyObject *kwds) argument
1894 if (!PyArg_ParseTupleAndKeywords(args, kwds, "OO&:scan_once", kwlist, &pystr, _convertPyInt_AsSsize_t, &idx))
1914 scanner_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
1931 scanner_init(PyObject *self, PyObject *args, PyObject *kwds) argument
1941 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O:make_scanner", kwlist, &ctx))
2046 encoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
2067 encoder_init(PyObject *self, PyObject *args, PyObject *kwds) argument
2121 encoder_call(PyObject *self, PyObject *args, PyObject *kwds) argument
[all...]
/external/qemu/scripts/
H A Dordereddict.py27 def __init__(self, *args, **kwds):
34 self.update(*args, **kwds)
H A Dqapi.py342 def cgen(code, **kwds):
346 return '\n'.join(lines) % kwds + '\n'
348 def mcgen(code, **kwds):
349 return cgen('\n'.join(code.split('\n')[1:-1]), **kwds)
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DFunctionArguments.c166 static int __Pyx_ParseOptionalKeywords(PyObject *kwds, PyObject **argnames[], \
174 // arguments from the kwds dict into kwds2. If kwds2 is NULL, unknown
187 PyObject *kwds,
199 while (PyDict_Next(kwds, &pos, &key, &value)) {
186 __Pyx_ParseOptionalKeywords( PyObject *kwds, PyObject **argnames[], PyObject *kwds2, PyObject *values[], Py_ssize_t num_pos_args, const char* function_name) argument
/external/chromium_org/third_party/cython/src/Cython/
H A DShadow.py102 def inline(f, *args, **kwds):
105 return cython_inline(f, *args, **kwds)
107 assert len(args) == len(kwds) == 0
146 def declare(type=None, value=_Unspecified, **kwds):
/external/chromium_org/native_client_sdk/src/doc/_sphinxext/
H A Dchromesite_builder.py51 def __init__(self, builder, *args, **kwds):
54 HTMLTranslator.__init__(self, builder, *args, **kwds)
H A Ddevsite_builder.py79 def __init__(self, builder, *args, **kwds):
82 HTMLTranslator.__init__(self, builder, *args, **kwds)
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dtype.pxd40 object PyType_GenericNew(type type, object args, object kwds)
/external/lldb/test/unittest2/
H A Dsuite.py63 def __call__(self, *args, **kwds):
64 return self.run(*args, **kwds)
H A Dcase.py414 def __call__(self, *args, **kwds):
415 return self.run(*args, **kwds)
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DParseTreeTransforms.py851 args, kwds = node.explicit_args_kwds()
854 if kwds is not None and directivetype is not dict:
855 for keyvalue in kwds.key_value_pairs:
863 kwds = None
865 kwds.key_value_pairs = key_value_pairs
866 if directives and not kwds and not args:
868 directives.append(self.try_to_parse_directive(optname, args, kwds, node.function.pos))
884 def try_to_parse_directive(self, optname, args, kwds, pos):
889 if kwds is not None or len(args) != 1 or not isinstance(args[0], ExprNodes.BoolNode):
894 if kwds i
[all...]
H A DMain.py594 def compile(source, options = None, full_module_name = None, **kwds):
604 options = CompilationOptions(defaults = options, **kwds)
H A DNodes.py80 def f(*args, **kwds):
94 res = func(*args, **kwds)
103 return func(*args, **kwds)
2484 def __init__(self, pos, **kwds):
2485 FuncDefNode.__init__(self, pos, **kwds)
4465 args, kwds = self.expr.explicit_args_kwds()
4468 for var, type_node in kwds.key_value_pairs:
4542 args, kwds = self.rhs.explicit_args_kwds()
4545 if len(args) > 2 or kwds is not None:
4577 if len(args) > 0 or kwds i
[all...]
H A DParsing.py43 def __init__(self, **kwds):
44 self.__dict__.update(kwds)
46 def __call__(self, **kwds):
50 d.update(kwds)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dtracer.c481 CTracer_call(CTracer *self, PyObject *args, PyObject *kwds) argument
503 if (!PyArg_ParseTupleAndKeywords(args, kwds, "O!O!O|i:Tracer_call", kwlist,
/external/valgrind/main/coregrind/m_gdbserver/
H A Dm_gdbserver.c1305 HChar kwds[VG_(strlen)(keywords)+1]; local
1328 VG_(strcpy) (kwds, keywords);
1332 for (kw = VG_(strtok_r) (kwds, " ", &kwdssaveptr);
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc148 static int CMessageInit(CMessage* self, PyObject *args, PyObject *kwds);
959 static int CMessageInit(CMessage* self, PyObject *args, PyObject *kwds) { argument

Completed in 944 milliseconds

12