Home
last modified time | relevance | path

Searched refs:get_args (Results 1 – 24 of 24) sorted by relevance

/external/u-boot/cmd/
Dtrace.c12 static int get_args(int argc, char * const argv[], char **buff, in get_args() function
38 if (get_args(argc, argv, &buff, &buff_ptr, &buff_size)) in create_func_list()
62 if (get_args(argc, argv, &buff, &buff_ptr, &buff_size)) in create_call_list()
/external/tensorflow/tensorflow/java/maven/tensorflow-android/
Dupdate.py27 def get_args(): function
87 args = get_args()
/external/tensorflow/tensorflow/contrib/cmake/tools/
Dcreate_def_file.py86 def get_args(): function
102 args = get_args()
/external/autotest/frontend/afe/
Dfrontend_test_utils.py82 attribute_model, get_args = host._get_static_attribute_model_and_args(
84 attribute_object, _ = attribute_model.objects.get_or_create(**get_args)
Dmodel_logic.py1332 attribute_model, get_args = self._get_attribute_model_and_args(
1334 attribute_object, _ = attribute_model.objects.get_or_create(**get_args)
1346 attribute_model, get_args = self._get_attribute_model_and_args(
1349 attribute_model.objects.get(**get_args).delete()
/external/curl/src/
Dtool_paramhlp.h44 CURLcode get_args(struct OperationConfig *config, const size_t i);
Dtool_paramhlp.c547 CURLcode get_args(struct OperationConfig *config, const size_t i) in get_args() function
Dtool_operate.c2085 result = get_args(operation, count++); in operate()
/external/python/cpython2/Lib/test/
Dtest_getargs2.py408 from _testcapi import get_args
410 ret = get_args(1, 2)
414 ret = get_args(1, *(2, 3))
418 ret = get_args(*[1, 2])
422 ret = get_args(*TupleSubclass([1, 2]))
426 ret = get_args()
430 ret = get_args(*())
/external/python/cpython3/Lib/test/
Dtest_getargs2.py466 from _testcapi import get_args
468 ret = get_args(1, 2)
472 ret = get_args(1, *(2, 3))
476 ret = get_args(*[1, 2])
480 ret = get_args(*TupleSubclass([1, 2]))
484 ret = get_args()
488 ret = get_args(*())
/external/python/setuptools/setuptools/command/
Dinstall_scripts.py48 for args in writer.get_args(dist, cmd.as_header()):
Deasy_install.py794 for args in ScriptWriter.best().get_args(dist):
984 for args in ScriptWriter.get_args(dist)
2080 return writer.get_args(dist, header)
2093 def get_args(cls, dist, header=None): member in ScriptWriter
/external/libxcam/modules/ocl/
Dcl_kernel.h95 const CLArgList &get_args () const { in get_args() function
Dcl_image_handler.cpp340 CLArgList args = kernel->get_args (); in execute_kernel()
/external/python/cpython3/Parser/
Dasdl_c.py229 def get_args(self, fields): member in PrototypeVisitor
257 args = self.get_args(cons.fields)
258 attrs = self.get_args(attrs)
279 self.get_args(prod.fields),
280 self.get_args(prod.attributes),
/external/tensorflow/tensorflow/tools/def_file_filter/
Ddef_file_filter.py.tpl84 def get_args():
99 args = get_args()
/external/python/cpython2/Parser/
Dasdl_c.py225 def get_args(self, fields): member in PrototypeVisitor
253 args = self.get_args(cons.fields)
254 attrs = self.get_args(attrs)
275 self.get_args(prod.fields), [], union=False)
/external/python/dateutil/dateutil/test/
Dtest_tz.py434 def get_args(self, tzname): member in TzWinFoldMixin
468 args = self.get_args(tzname)
493 args = self.get_args(tzname)
513 args = self.get_args(tzname)
533 args = self.get_args(tzname)
555 args = self.get_args(tzname)
590 args = self.get_args(tzname)
2067 def get_args(self, tzname): member in TzWinLocalTest
/external/tensorflow/tensorflow/tools/compatibility/
Dtf_upgrade_v2_test.py49 def get_args(symbol): function
266 arg_names_v1 = get_args(attr)
298 args_v2 = get_args(self.v2_symbols[new_function_name])
310 args_v1 = get_args(self.v1_symbols[new_function_name])
/external/kernel-headers/original/uapi/linux/
Dwireless.h1060 __u16 get_args; /* Type and number of args */ member
/external/python/setuptools/setuptools/tests/
Dtest_easy_install.py83 args = next(ei.ScriptWriter.get_args(dist))
/external/python/cpython2/Modules/
D_testcapimodule.c1036 get_args(PyObject *self, PyObject *args) in get_args() function
2698 {"get_args", get_args, METH_VARARGS},
/external/python/cpython3/Modules/
D_testcapimodule.c986 get_args(PyObject *self, PyObject *args) in get_args() function
4626 {"get_args", get_args, METH_VARARGS},
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp37653 std::vector<std::string> get_args(android_app &app, const char *intent_extra_data_key) { in get_args() function
37793 std::vector<std::string> args = get_args(*app, key); in android_main()