HomeSort by relevance Sort by last modified time
    Searched defs:TOOLS (Results 1 - 2 of 2) sorted by null

  /external/libnl/tests/
Makefile 18 TOOLS := $(CIN:%.c=%)
20 all: $(TOOLS)
22 $(TOOLS): ../src/utils.o
30 rm -f $(TOOLS)
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
context_menu.js 25 TOOLS: 'tools',
42 case Command.TOOLS:
68 case Command.TOOLS:
84 if (cvox.SearchContextMenu.currState === Command.TOOLS) {
105 if (cvox.SearchContextMenu.currState === Command.TOOLS) {
113 * Switch to tools focus.
116 if (cvox.SearchContextMenu.currState !== Command.TOOLS) {
118 cvox.SearchContextMenu.currState = Command.TOOLS;
128 { desc: 'Search Tools', cmd: Command.TOOLS }
    [all...]

Completed in 75 milliseconds