Searched defs:action_name (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/metrics/serialization/
H A Dmetric_sample.cc186 const std::string& action_name) {
188 new MetricSample(USER_ACTION, action_name, 0, 0, 0, 0));
185 UserActionSample( const std::string& action_name) argument
/external/e2fsprogs/ext2ed/
H A Ddir_com.c190 search_dir_entries, which accepts the action_name function as the client function.
192 4. search_dir_entries will scan the entire entries and will call our action_name function for each entry.
193 In action_name, the required name will be checked against the name of the current entry, and FOUND will be
257 info=search_dir_entries (&action_name,&status); /* Search for the entry. Answer in info. */
312 int action_name (struct struct_file_info *info) function
/external/bison/src/
H A Dreader.c383 named_ref *action_name = current_rule->action_props.named_ref;
411 action_name);
380 named_ref *action_name = current_rule->action_props.named_ref; local
/external/fio/
H A Dgfio.c1599 gchar *action_name; local
1612 action_name = g_strdup_printf("RecentFile%u", i++);
1616 "name", action_name,
1631 label, action_name,
1634 g_free(action_name);

Completed in 589 milliseconds