Searched defs:get_args (Results 1 - 7 of 7) sorted by relevance

/external/vulkan-validation-layers/common/
H A Dandroid_util.cpp30 char** get_args(struct android_app* app, const char* intent_extra_data_key, const char* appTag, int* count) function
/external/python/cpython2/Parser/
H A Dasdl_c.py225 def get_args(self, fields): member in class:PrototypeVisitor
253 args = self.get_args(cons.fields)
254 attrs = self.get_args(attrs)
275 self.get_args(prod.fields), [], union=False)
/external/curl/src/
H A Dtool_paramhlp.c518 CURLcode get_args(struct OperationConfig *config, const size_t i) function
/external/python/cpython2/Lib/test/
H A Dtest_getargs2.py407 from _testcapi import get_args namespace
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/python/cpython2/Modules/
H A D_testcapimodule.c1028 get_args(PyObject *self, PyObject *args) function
2512 {"get_args", get_args, METH_VARARGS},
/external/kernel-headers/original/uapi/linux/
H A Dwireless.h1059 __u16 get_args; /* Type and number of args */ member in struct:iw_priv_args
/external/vulkan-validation-layers/tests/
H A Dlayer_validation_tests.cpp19088 std::vector<std::string> get_args(android_app &app, const char *intent_extra_data_key) { function
19181 std::vector<std::string> args = get_args(*app, key);

Completed in 409 milliseconds