Searched defs:arg_index (Results 1 - 3 of 3) sorted by relevance

/system/core/metricsd/
H A Dmetrics_client.cc175 int arg_index = optind; local
187 if ((arg_index + expected_args) != argc) {
201 arg_index,
205 return SendCrosEvent(argv, arg_index);
/system/tools/aidl/
H A Dtype_namespace.cpp116 const AidlArgument& a, int arg_index, const string& filename) const {
119 filename.c_str(), a.GetLine(), a.GetName().c_str(), arg_index);
115 GetArgType( const AidlArgument& a, int arg_index, const string& filename) const argument
H A Dtype_cpp.cpp581 int arg_index,
585 filename.c_str(), a.GetLine(), a.GetName().c_str(), arg_index);
594 return ::android::aidl::TypeNamespace::GetArgType(a, arg_index, filename);
580 GetArgType(const AidlArgument& a, int arg_index, const std::string& filename) const argument

Completed in 1017 milliseconds