Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/java/maven/tensorflow-android/
Dupdate.py27 def get_args(): function
84 args = get_args()
/external/tensorflow/tensorflow/contrib/cmake/tools/
Dcreate_def_file.py81 def get_args(): function
96 args = get_args()
/external/vulkan-validation-layers/common/
Dandroid_util.h26 char **get_args(struct android_app *app, const char *intent_extra_data_key, const char *appTag, int…
Dandroid_util.cpp32 char **get_args(struct android_app *app, const char *intent_extra_data_key, const char *appTag, int… in get_args() function
/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.py1327 attribute_model, get_args = self._get_attribute_model_and_args(
1329 attribute_object, _ = attribute_model.objects.get_or_create(**get_args)
1341 attribute_model, get_args = self._get_attribute_model_and_args(
1344 attribute_model.objects.get(**get_args).delete()
/external/python/cpython2/Lib/test/
Dtest_getargs2.py407 from _testcapi import get_args
409 ret = get_args(1, 2)
413 ret = get_args(1, *(2, 3))
417 ret = get_args(*[1, 2])
421 ret = get_args(*TupleSubclass([1, 2]))
425 ret = get_args()
429 ret = get_args(*())
/external/curl/src/
Dtool_paramhlp.h44 CURLcode get_args(struct OperationConfig *config, const size_t i);
Dtool_paramhlp.c548 CURLcode get_args(struct OperationConfig *config, const size_t i) in get_args() function
Dtool_operate.c2056 result = get_args(operation, count++); in operate()
/external/python/cpython3/Lib/test/
Dtest_getargs2.py458 from _testcapi import get_args
460 ret = get_args(1, 2)
464 ret = get_args(1, *(2, 3))
468 ret = get_args(*[1, 2])
472 ret = get_args(*TupleSubclass([1, 2]))
476 ret = get_args()
480 ret = get_args(*())
/external/vulkan-validation-layers/demos/smoke/
DShellAndroid.h25 static std::vector<std::string> get_args(android_app &app);
DMain.cpp71 Game *game = create_game(ShellAndroid::get_args(*app)); in android_main()
DShellAndroid.cpp61 std::vector<std::string> ShellAndroid::get_args(android_app &app) { in get_args() function in ShellAndroid
/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.py228 def get_args(self, fields): member in PrototypeVisitor
256 args = self.get_args(cons.fields)
257 attrs = self.get_args(attrs)
278 self.get_args(prod.fields),
279 self.get_args(prod.attributes),
/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/kernel-headers/original/uapi/linux/
Dwireless.h1060 __u16 get_args; /* Type and number of args */ member
/external/python/cpython2/Modules/
D_testcapimodule.c1028 get_args(PyObject *self, PyObject *args) in get_args() function
2512 {"get_args", get_args, METH_VARARGS},
/external/python/cpython3/Modules/
D_testcapimodule.c989 get_args(PyObject *self, PyObject *args) in get_args() function
4069 {"get_args", get_args, METH_VARARGS},
/external/vulkan-validation-layers/demos/
Dcube.c4036 char** argv = get_args(app, key, appTag, &argc); in processCommand()
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp27091 std::vector<std::string> get_args(android_app &app, const char *intent_extra_data_key) { in get_args() function
27231 std::vector<std::string> args = get_args(*app, key); in android_main()