HomeSort by relevance Sort by last modified time
    Searched refs:argname (Results 1 - 9 of 9) sorted by null

  /system/connectivity/shill/shims/
set_apn_helper.c 60 char *argname; local
117 argname = cp;
132 append(&dict, argname, argvalue);
  /external/autotest/client/deps/lansim/src/py/
tuntap.py 37 def pack_struct_ifreq(if_name, argname, *args):
43 provided |argname| which defines the type of |arg|. See netdevice(7) for a
47 @param argname: The name of the member used for the union in struct ifreq.
48 @param args: The values used to pack the requested |argname|.
49 @raises ValueError: if |argname| isn't a supported union's member name.
51 if argname not in STRUCT_IFREQ_FMT:
53 return struct.pack(IFNAMSIZ_FMT + STRUCT_IFREQ_FMT[argname], if_name, *args)
56 def unpack_struct_ifreq(data, argname):
61 a python tuple, which depends on the |argname| passed to
64 @param argname: The name of the member used for the union in struct ifreq
    [all...]
  /external/chromium-trace/catapult/third_party/typ/typ/
arg_parser.py 259 argname = _argname_from_key(k)
272 argv.append(argname)
276 argv.append(argname)
278 argv.append(argname)
282 argv.append(argname)
  /external/elfutils/libcpu/
i386_parse.y 82 struct argname
90 struct argname *next;
96 struct argname *name;
190 static struct argname *combine (struct argname *name);
191 static void fillin_arg (struct bitvalue *bytes, struct argname *name,
223 struct argname *name;
482 struct argname *runp = $1;
493 $$ = xmalloc (sizeof (struct argname));
525 $$ = xmalloc (sizeof (struct argname));
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
command_registry.py 525 ' '.join('<%s>' % argname for argname in arg_list))
  /external/opencv3/modules/ts/src/
ts_perf.cpp 342 void Regression::verify(cv::FileNode node, cv::Mat actual, double eps, std::string argname, ERROR_TYPE err)
356 << argname << " has unexpected minimal value" << std::endl;
358 << argname << " has unexpected maximal value" << std::endl;
365 << argname << " has unexpected number of columns" << std::endl;
367 << argname << " has unexpected number of rows" << std::endl;
371 << argname << " has unexpected value of the last element" << std::endl;
384 << argname << " has unexpected value of the ["<< x1 << ":" << y1 << ":" << cn1 <<"] element" << std::endl;
395 << argname << " has unexpected value of the ["<< x2 << ":" << y2 << ":" << cn2 <<"] element" << std::endl;
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zic.c     [all...]
  /external/opencv3/modules/ts/include/opencv2/ts/
ts_perf.hpp 204 void verify(cv::FileNode node, cv::Mat actual, double eps, std::string argname, ERROR_TYPE err);
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 871 milliseconds