/external/tensorflow/tensorflow/java/maven/tensorflow-android/ |
D | update.py | 27 def get_args(): function 84 args = get_args()
|
/external/tensorflow/tensorflow/contrib/cmake/tools/ |
D | create_def_file.py | 81 def get_args(): function 96 args = get_args()
|
/external/vulkan-validation-layers/common/ |
D | android_util.h | 26 char **get_args(struct android_app *app, const char *intent_extra_data_key, const char *appTag, int…
|
D | android_util.cpp | 32 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/ |
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 | 1327 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/ |
D | test_getargs2.py | 407 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/ |
D | tool_paramhlp.h | 44 CURLcode get_args(struct OperationConfig *config, const size_t i);
|
D | tool_paramhlp.c | 548 CURLcode get_args(struct OperationConfig *config, const size_t i) in get_args() function
|
D | tool_operate.c | 2056 result = get_args(operation, count++); in operate()
|
/external/python/cpython3/Lib/test/ |
D | test_getargs2.py | 458 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/ |
D | ShellAndroid.h | 25 static std::vector<std::string> get_args(android_app &app);
|
D | Main.cpp | 71 Game *game = create_game(ShellAndroid::get_args(*app)); in android_main()
|
D | ShellAndroid.cpp | 61 std::vector<std::string> ShellAndroid::get_args(android_app &app) { in get_args() function in ShellAndroid
|
/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 | 228 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/ |
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/kernel-headers/original/uapi/linux/ |
D | wireless.h | 1060 __u16 get_args; /* Type and number of args */ member
|
/external/python/cpython2/Modules/ |
D | _testcapimodule.c | 1028 get_args(PyObject *self, PyObject *args) in get_args() function 2512 {"get_args", get_args, METH_VARARGS},
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 989 get_args(PyObject *self, PyObject *args) in get_args() function 4069 {"get_args", get_args, METH_VARARGS},
|
/external/vulkan-validation-layers/demos/ |
D | cube.c | 4036 char** argv = get_args(app, key, appTag, &argc); in processCommand()
|
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 27091 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()
|