HomeSort by relevance Sort by last modified time
    Searched refs:arg_list (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/toybox/toys/other/
tac.c 20 struct arg_list *list = NULL;
25 struct arg_list *temp;
30 temp = xmalloc(sizeof(struct arg_list));
38 struct arg_list *temp = list->next;
  /external/toybox/generated/
globals.h 22 struct arg_list *d_list;
81 struct arg_list *optlist;
119 struct arg_list *t;
450 struct arg_list *req_opt;
452 struct arg_list *pkt_opt;
482 struct arg_list *L_list;
598 struct arg_list *qkey;
599 struct arg_list *qid;
600 struct arg_list *skey;
601 struct arg_list *sid
    [all...]
  /external/toybox/toys/pending/
ipcrm.c 30 struct arg_list *qkey;
31 struct arg_list *qid;
32 struct arg_list *skey;
33 struct arg_list *sid;
34 struct arg_list *mkey;
35 struct arg_list *mid;
78 struct arg_list *tmp;
last.c 33 struct arg_list *list;
44 static void llist_add_node(struct arg_list **old, void *data)
46 struct arg_list *new = xmalloc(sizeof(struct arg_list));
54 static struct arg_list *find_and_dlink(struct arg_list **list, char *devname)
56 struct arg_list *l = *list;
142 struct arg_list *l = find_and_dlink(&TT.list, ut.ut_line);
modprobe.c 32 struct arg_list *probes;
33 struct arg_list *dbase[256];
61 struct arg_list *rnames, *dep;
95 static void *llist_popme(struct arg_list **head)
98 struct arg_list *temp = *head;
109 static void llist_add(struct arg_list **old, void *data)
111 struct arg_list *new = xmalloc(sizeof(struct arg_list));
119 static void llist_add_tail(struct arg_list **head, void *data)
122 *head = xzalloc(sizeof(struct arg_list));
    [all...]
  /device/google/contexthub/util/nanotool/
log.cpp 45 va_list arg_list; \
46 va_start(arg_list, format); \
47 Log::LogEx(level, format, arg_list); \
48 va_end(arg_list); \
122 void Log::LogEx(LogLevel level, const char *format, va_list arg_list) {
136 Log::logger_->Output(format, arg_list);
144 void PrintfLogger::Output(const char *format, va_list arg_list) {
145 vprintf(format, arg_list);
log.h 45 virtual void Output(const char *format, va_list arg_list) = 0;
83 static void LogEx(LogLevel level, const char *format, va_list arg_list);
93 void Output(const char *format, va_list arg_list);
  /external/autotest/client/common_lib/cros/
dbus_send.py 142 arg_list = []
145 arg_list.append(pipes.quote('string:%s' %
150 arg_list.append('boolean:true')
152 arg_list.append('boolean:false')
156 arg_list.append(prefix + str(arg))
160 return ' '.join(arg_list)
  /external/toybox/toys/posix/
env.c 25 struct arg_list *u;
expand.c 29 struct arg_list *tabs;
93 struct arg_list *tabs;
grep.c 60 struct arg_list *f;
61 struct arg_list *e;
115 struct arg_list *seek, fseek;
258 struct arg_list *al, *new, *list = NULL;
273 new = xmalloc(sizeof(struct arg_list));
350 TT.e = xzalloc(sizeof(struct arg_list));
kill.c 48 struct arg_list *olist;
97 struct arg_list *ptr;
ps.c 216 struct arg_list *G;
217 struct arg_list *g;
218 struct arg_list *U;
219 struct arg_list *u;
220 struct arg_list *t;
221 struct arg_list *s;
222 struct arg_list *p;
223 struct arg_list *O;
224 struct arg_list *o;
225 struct arg_list *P
    [all...]
  /system/tools/aidl/
ast_cpp.cpp 107 ArgList::ArgList(const std::vector<std::string>& arg_list) {
108 for (const auto& s : arg_list) {
113 ArgList::ArgList(std::vector<std::unique_ptr<AstNode>> arg_list)
114 : arguments_(std::move(arg_list)) {}
116 ArgList::ArgList(ArgList&& arg_list)
117 : arguments_(std::move(arg_list.arguments_)) {}
132 ArgList&& arg_list)
133 : ConstructorDecl(name, std::move(arg_list), 0u) {}
137 ArgList&& arg_list,
140 arguments_(std::move(arg_list)),
    [all...]
ast_cpp.h 105 explicit ArgList(const std::vector<std::string>& arg_list);
106 explicit ArgList(std::vector<std::unique_ptr<AstNode>> arg_list);
107 ArgList(ArgList&& arg_list);
127 ArgList&& arg_list);
129 ArgList&& arg_list,
155 ArgList&& arg_list);
158 ArgList&& arg_list,
197 ArgList&& arg_list,
219 ArgList&& arg_list,
277 MethodCall(const std::string& method_name, ArgList&& arg_list);
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
policy.hpp 403 typedef mpl::list<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> arg_list; typedef in struct:boost::math::policies::policy
406 typedef typename detail::find_arg<arg_list, is_domain_error<mpl::_1>, domain_error<> >::type domain_error_type;
407 typedef typename detail::find_arg<arg_list, is_pole_error<mpl::_1>, pole_error<> >::type pole_error_type;
408 typedef typename detail::find_arg<arg_list, is_overflow_error<mpl::_1>, overflow_error<> >::type overflow_error_type;
409 typedef typename detail::find_arg<arg_list, is_underflow_error<mpl::_1>, underflow_error<> >::type underflow_error_type;
410 typedef typename detail::find_arg<arg_list, is_denorm_error<mpl::_1>, denorm_error<> >::type denorm_error_type;
411 typedef typename detail::find_arg<arg_list, is_evaluation_error<mpl::_1>, evaluation_error<> >::type evaluation_error_type;
412 typedef typename detail::find_arg<arg_list, is_rounding_error<mpl::_1>, rounding_error<> >::type rounding_error_type;
413 typedef typename detail::find_arg<arg_list, is_indeterminate_result_error<mpl::_1>, indeterminate_result_error<> >::type indeterminate_result_error_type;
418 typedef typename detail::find_arg<arg_list, is_digits10<mpl::_1>, digits10<> >::type digits10_type
513 typedef mpl::list<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> arg_list; typedef in struct:boost::math::policies::normalise
    [all...]
  /external/libmicrohttpd/src/testcurl/https/
tls_test_common.c 363 * @param arg_list
367 setup_testcase (struct MHD_Daemon **d, int daemon_flags, va_list arg_list)
370 NULL, NULL, &http_ahc, NULL, arg_list);
457 va_list arg_list; local
460 va_start (arg_list, proto_version);
461 if (setup_testcase (&d, daemon_flags, arg_list) != 0)
463 va_end (arg_list);
482 va_end (arg_list);
tls_test_common.h 120 setup_testcase (struct MHD_Daemon **d, int daemon_flags, va_list arg_list);
  /hardware/intel/img/psb_video/src/mrst/
lnc_cmdbuf.c 347 struct psb_validate_arg *arg_list; local
352 arg_list = (struct psb_validate_arg *) calloc(1, sizeof(struct psb_validate_arg) * buffer_count);
353 if (arg_list == NULL) {
359 struct psb_validate_arg *arg = &(arg_list[i]);
362 req->next = (unsigned long) & (arg_list[i+1]);
381 arg_list[buffer_count-1].d.req.next = 0;
383 ca.buffer_list = (uint64_t)((unsigned long)arg_list);
402 struct psb_validate_arg *arg = &(arg_list[i]);
417 free(arg_list);
  /hardware/intel/img/psb_video/src/
vsp_cmdbuf.c 297 struct psb_validate_arg *arg_list; local
301 arg_list = (struct psb_validate_arg *) calloc(1, sizeof(struct psb_validate_arg) * buffer_count);
302 if (arg_list == NULL) {
308 struct psb_validate_arg *arg = &(arg_list[i]);
311 req->next = (unsigned long) & (arg_list[i+1]);
326 arg_list[buffer_count-1].d.req.next = 0;
328 ca.buffer_list = (uint64_t)((unsigned long)arg_list);
347 struct psb_validate_arg *arg = &(arg_list[i]);
362 free(arg_list);
pnw_cmdbuf.c 405 struct psb_validate_arg *arg_list; local
410 arg_list = (struct psb_validate_arg *) calloc(1, sizeof(struct psb_validate_arg) * buffer_count);
411 if (arg_list == NULL) {
417 struct psb_validate_arg *arg = &(arg_list[i]);
420 req->next = (unsigned long) & (arg_list[i+1]);
434 arg_list[buffer_count-1].d.req.next = 0;
436 ca.buffer_list = (uint64_t)((unsigned long)arg_list);
455 struct psb_validate_arg *arg = &(arg_list[i]);
470 free(arg_list);
tng_cmdbuf.c 551 struct psb_validate_arg *arg_list; local
556 arg_list = (struct psb_validate_arg *) calloc(1, sizeof(struct psb_validate_arg) * buffer_count);
557 if (arg_list == NULL) {
563 struct psb_validate_arg *arg = &(arg_list[i]);
567 req->next = (unsigned long) & (arg_list[i+1]);
584 arg_list[buffer_count-1].d.req.next = 0;
588 ca.buffer_list = (uint64_t)((unsigned long)arg_list);
618 struct psb_validate_arg *arg = &(arg_list[i]);
633 free(arg_list);
  /external/toybox/toys/lsb/
umount.c 35 struct arg_list *t;
127 struct arg_list *tal;
  /external/toybox/lib/
llist.c 8 // Callback function to free data pointer of double_list or arg_list
12 struct arg_list *d = node;
  /external/toybox/toys/example/
skeleton.c 48 struct arg_list *d_list;

Completed in 1507 milliseconds

1 2 3