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

  /external/chromium_org/chrome/browser/chromeos/
external_metrics.h 59 void RecordAction(const std::string& action_name);
  /external/chromium_org/tools/telemetry/telemetry/page/
record_wpr.py 72 for action_name in self._action_names:
74 if not hasattr(page, action_name):
79 self._action_name_to_run = action_name
97 action_name = cls().action_name_to_run
98 if action_name:
99 action_names.add(action_name)
  /external/chromium_org/components/metrics/serialization/
metric_sample.h 93 const std::string& action_name);
metric_sample.cc 186 const std::string& action_name) {
188 new MetricSample(USER_ACTION, action_name, 0, 0, 0, 0));
  /external/chromium_org/chrome/test/mini_installer/
test_installer.py 274 for action_name, action_command in config_data['actions']:
275 config.actions[action_name] = action_command
  /external/e2fsprogs/ext2ed/
dir_com.c 190 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
ext2ed.h 378 int action_name (struct struct_file_info *info);
  /external/fio/
gfio.c 1599 gchar *action_name; local
    [all...]
  /external/chromium_org/
PRESUBMIT.py     [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
input.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py     [all...]

Completed in 732 milliseconds