HomeSort by relevance Sort by last modified time
    Searched full:action_name (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium-trace/trace-viewer/tracing/
trace_viewer.gyp 15 'action_name': 'generate_about_tracing',
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
CaptureLayersAction.java 27 public static final String ACTION_NAME = "captureLayers";
CaptureNodeAction.java 27 public static final String ACTION_NAME = "captureNode";
DumpDisplayListAction.java 26 public static final String ACTION_NAME = "dumpDisplayList";
ExitAction.java 29 public static final String ACTION_NAME = "exit";
InvalidateAction.java 27 public static final String ACTION_NAME = "invalidate";
LoadGraphAction.java 27 public static final String ACTION_NAME = "loadGraph";
RefreshWindowsAction.java 26 public static final String ACTION_NAME = "refreshWindows";
RequestLayoutAction.java 27 public static final String ACTION_NAME = "requestLayout";
SaveSceneAction.java 27 public static final String ACTION_NAME = "saveScene";
ShowDevicesAction.java 28 public static final String ACTION_NAME = "showDevices";
StartServerAction.java 26 public static final String ACTION_NAME = "startServer";
StopServerAction.java 26 public static final String ACTION_NAME = "stopServer";
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 202 actionsMap.put(ExitAction.ACTION_NAME, new ExitAction(this));
203 actionsMap.put(ShowDevicesAction.ACTION_NAME, new ShowDevicesAction(this));
204 actionsMap.put(LoadGraphAction.ACTION_NAME, new LoadGraphAction(this));
205 actionsMap.put(SaveSceneAction.ACTION_NAME, new SaveSceneAction(this));
206 actionsMap.put(StartServerAction.ACTION_NAME, new StartServerAction(this));
207 actionsMap.put(StopServerAction.ACTION_NAME, new StopServerAction(this));
208 actionsMap.put(InvalidateAction.ACTION_NAME, new InvalidateAction(this));
209 actionsMap.put(RequestLayoutAction.ACTION_NAME, new RequestLayoutAction(this));
210 actionsMap.put(DumpDisplayListAction.ACTION_NAME, new DumpDisplayListAction(this));
211 actionsMap.put(CaptureNodeAction.ACTION_NAME, new CaptureNodeAction(this))
    [all...]
  /external/skia/platform_tools/android/gyp/
skia_android.gypi 73 'action_name': 'SkiaAndroid_apk',
  /external/v8/build/
shim_headers.gypi 58 'action_name': 'generate_<(_target_name)_shim_headers',
  /external/v8/src/
d8.gyp 119 'action_name': 'd8_js2c',
  /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/skia/gyp/
ports.gyp 88 'action_name': 'generate_embedded_font_data',
tools.gyp 672 'action_name': 'generate_includes_cpp',
  /external/fio/
gfio.c 1599 gchar *action_name; local
    [all...]
  /external/v8/test/cctest/
cctest.gyp 284 'action_name': 'js2c',
  /external/bison/src/
reader.c 383 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/v8/tools/gyp/
v8.gyp 171 'action_name': 'run_mksnapshot',
271 'action_name': 'run_mksnapshot (external)',
    [all...]

Completed in 726 milliseconds

1 2