Home
last modified time | relevance | path

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

/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.cpp30 char** get_args(struct android_app* app, const char* intent_extra_data_key, const char* appTag, int… in get_args() function
/external/curl/src/
Dtool_paramhlp.h45 CURLcode get_args(struct OperationConfig *config, const size_t i);
Dtool_paramhlp.c516 CURLcode get_args(struct OperationConfig *config, const size_t i) in get_args() function
Dtool_operate.c1894 result = get_args(operation, count++); in operate()
/external/autotest/frontend/afe/
Dmodel_logic.py1322 attribute_model, get_args = self._get_attribute_model_and_args(
1324 attribute_object, _ = attribute_model.objects.get_or_create(**get_args)
1330 attribute_model, get_args = self._get_attribute_model_and_args(
1333 attribute_model.objects.get(**get_args).delete()
/external/bison/tests/
Dtorture.at418 get_args (int argc, const char **argv)
434 YYSTYPE yylval_init = get_args (argc, argv);
/external/kernel-headers/original/uapi/linux/
Dwireless.h1059 __u16 get_args; /* Type and number of args */ member
/external/vulkan-validation-layers/demos/
Dcube.c3419 char** argv = get_args(app, key, appTag, &argc); in processCommand()
/external/bison/
DChangeLog1800 (get_args): New.
/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp19088 std::vector<std::string> get_args(android_app &app, const char *intent_extra_data_key) { in get_args() function
19181 std::vector<std::string> args = get_args(*app, key); in android_main()