/external/u-boot/cmd/ |
D | trace.c | 12 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/ |
D | update.py | 27 def get_args(): function 87 args = get_args()
|
/external/tensorflow/tensorflow/contrib/cmake/tools/ |
D | create_def_file.py | 86 def get_args(): function 102 args = get_args()
|
/external/autotest/frontend/afe/ |
D | frontend_test_utils.py | 82 attribute_model, get_args = host._get_static_attribute_model_and_args( 84 attribute_object, _ = attribute_model.objects.get_or_create(**get_args)
|
D | model_logic.py | 1332 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/ |
D | tool_paramhlp.h | 44 CURLcode get_args(struct OperationConfig *config, const size_t i);
|
D | tool_paramhlp.c | 547 CURLcode get_args(struct OperationConfig *config, const size_t i) in get_args() function
|
D | tool_operate.c | 2085 result = get_args(operation, count++); in operate()
|
/external/python/cpython2/Lib/test/ |
D | test_getargs2.py | 408 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/ |
D | test_getargs2.py | 466 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/ |
D | install_scripts.py | 48 for args in writer.get_args(dist, cmd.as_header()):
|
D | easy_install.py | 794 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/ |
D | cl_kernel.h | 95 const CLArgList &get_args () const { in get_args() function
|
D | cl_image_handler.cpp | 340 CLArgList args = kernel->get_args (); in execute_kernel()
|
/external/python/cpython3/Parser/ |
D | asdl_c.py | 229 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/ |
D | def_file_filter.py.tpl | 84 def get_args(): 99 args = get_args()
|
/external/python/cpython2/Parser/ |
D | asdl_c.py | 225 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/ |
D | test_tz.py | 434 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/ |
D | tf_upgrade_v2_test.py | 49 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/ |
D | wireless.h | 1060 __u16 get_args; /* Type and number of args */ member
|
/external/python/setuptools/setuptools/tests/ |
D | test_easy_install.py | 83 args = next(ei.ScriptWriter.get_args(dist))
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 1036 get_args(PyObject *self, PyObject *args) in get_args() function 2698 {"get_args", get_args, METH_VARARGS},
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 986 get_args(PyObject *self, PyObject *args) in get_args() function 4626 {"get_args", get_args, METH_VARARGS},
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 37653 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()
|