Home
last modified time | relevance | path

Searched refs:opt_idx (Results 1 – 2 of 2) sorted by relevance

/external/fio/profiles/
Dact.c72 static unsigned int opt_idx = 5; variable
170 if (opt_idx == ACT_MAX_OPTS) { in act_add_opt()
180 act_opts[opt_idx++] = strdup(buffer); in act_add_opt()
277 org_idx = opt_idx; in act_prep_cmdline()
478 while (org_idx && org_idx < opt_idx) in act_unregister()
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/
Dmessages.js396 ProtoRpc.Message_.prototype.getValue = function(number, opt_idx) { argument