/external/chromium/chrome/browser/sessions/ |
D | session_backend_unittest.cc | 57 std::vector<SessionCommand*> commands; in TEST_F() local 58 commands.push_back(CreateCommandFromData(data)); in TEST_F() 59 backend->AppendCommands(new SessionCommands(commands), false); in TEST_F() 60 commands.clear(); in TEST_F() 65 backend->ReadLastSessionCommandsImpl(&commands); in TEST_F() 67 ASSERT_EQ(1U, commands.size()); in TEST_F() 68 AssertCommandEqualsData(data, commands[0]); in TEST_F() 70 STLDeleteElements(&commands); in TEST_F() 74 backend->ReadLastSessionCommandsImpl(&commands); in TEST_F() 76 ASSERT_EQ(0U, commands.size()); in TEST_F() [all …]
|
D | session_backend.cc | 55 std::vector<SessionCommand*>* commands); 89 std::vector<SessionCommand*>* commands) { in Read() argument 106 read_commands->swap(*commands); in Read() 221 std::vector<SessionCommand*>* commands, in AppendCommands() argument 232 !AppendCommandsToFile(current_session_file_.get(), *commands)) { in AppendCommands() 236 STLDeleteElements(commands); in AppendCommands() 237 delete commands; in AppendCommands() 245 ReadLastSessionCommandsImpl(&(request->commands)); in ReadLastSessionCommands() 252 std::vector<SessionCommand*>* commands) { in ReadLastSessionCommandsImpl() argument 255 return file_reader.Read(type_, commands); in ReadLastSessionCommandsImpl() [all …]
|
D | session_backend.h | 63 void AppendCommands(std::vector<SessionCommand*>* commands, 75 bool ReadLastSessionCommandsImpl(std::vector<SessionCommand*>* commands); 94 bool ReadCurrentSessionCommandsImpl(std::vector<SessionCommand*>* commands); 115 const std::vector<SessionCommand*>& commands);
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
D | __init__.py | 3 from webkitpy.tool.commands.bugsearch import BugSearch 4 from webkitpy.tool.commands.bugfortest import BugForTest 5 from webkitpy.tool.commands.download import * 6 from webkitpy.tool.commands.earlywarningsystem import * 7 from webkitpy.tool.commands.openbugs import OpenBugs 8 from webkitpy.tool.commands.prettydiff import PrettyDiff 9 from webkitpy.tool.commands.queries import * 10 from webkitpy.tool.commands.queues import * 11 from webkitpy.tool.commands.rebaseline import Rebaseline 12 from webkitpy.tool.commands.rebaselineserver import RebaselineServer [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | AOptimizedMultipleCommand.java | 18 private final PCommand[] commands; field in AOptimizedMultipleCommand 22 commands = new PCommand[originalChildCommands.size()]; in AOptimizedMultipleCommand() 23 originalChildCommands.toArray(commands); in AOptimizedMultipleCommand() 24 for (int i = 0; i < commands.length; i++) { in AOptimizedMultipleCommand() 25 commands[i].parent(this); // set parent. in AOptimizedMultipleCommand() 45 for (int i = 0; i < commands.length; i++) { in replaceChild() 46 if (commands[i] == oldChild) { in replaceChild() 47 commands[i] = (PCommand) newChild; in replaceChild() 58 for (int i = 0; i < commands.length; i++) { in apply() 59 commands[i].apply(sw); in apply()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
D | AbstractApplication.java | 58 protected void processCommandLine(List commands) { in processCommandLine() argument 66 protected String[] getArguments(List commands, String param) { in getArguments() argument 67 int index = commands.indexOf(param); in getArguments() 70 commands.remove(index); in getArguments() 71 if (index == commands.size()) // if this is the last command in getArguments() 73 List args = new ArrayList(commands.size()); in getArguments() 74 while (index < commands.size()) { // while not the last command in getArguments() 75 String command = (String) commands.get(index); in getArguments() 79 commands.remove(index); in getArguments()
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/ |
D | irc.js | 33 sendCommand(commands.JOIN, [channel], ""); 37 sendCommand(commands.PRIVMSG, [recipient], message); 41 sendCommand(commands.PART, [channel], ""); 45 sendCommand(commands.QUIT, [], message); 56 sendCommand(commands.NICK, [this.nick], ""); 57 sendCommand(commands.USER, 71 if (parsed.command == commands.PING) { 72 sendCommand(commands.PONG, [], parsed.body); 77 if (parsed.command == commands.PRIVMSG) { 126 var commands = { variable in IRCConnection
|
/external/chromium/chrome/browser/renderer_host/ |
D | gtk_key_bindings_handler.cc | 162 const char *commands[3] = { NULL, NULL, NULL }; in DeleteFromCursor() local 165 commands[0] = (count > 0 ? "DeleteForward" : "DeleteBackward"); in DeleteFromCursor() 168 commands[0] = (count > 0 ? "DeleteWordForward" : "DeleteWordBackward"); in DeleteFromCursor() 172 commands[0] = "MoveWordForward"; in DeleteFromCursor() 173 commands[1] = "DeleteWordBackward"; in DeleteFromCursor() 175 commands[0] = "MoveWordBackward"; in DeleteFromCursor() 176 commands[1] = "DeleteWordForward"; in DeleteFromCursor() 180 commands[0] = "MoveToBeginningOfLine"; in DeleteFromCursor() 181 commands[1] = "DeleteToEndOfLine"; in DeleteFromCursor() 184 commands[0] = (count > 0 ? "DeleteToEndOfLine" : in DeleteFromCursor() [all …]
|
/external/llvm/utils/lit/lit/ |
D | ShCommands.py | 39 def __init__(self, commands, negate=False, pipe_err=False): argument 40 self.commands = commands 45 return 'Pipeline(%r, %r, %r)' % (self.commands, self.negate, 52 return cmp((self.commands, self.negate, self.pipe_err), 53 (other.commands, other.negate, self.pipe_err)) 60 for cmd in self.commands: 62 if cmd is not self.commands[-1]:
|
D | TclUtil.py | 202 commands = [Command([],[])] 208 commands.append(Command([],[])) 212 commands[-1].redirects.insert(0, (('>&',2),'1')) 213 commands.append(Command([],[])) 215 commands[-1].redirects.append(self.parse_redirect(arg, 4)) 217 commands[-1].redirects.append(self.parse_redirect(arg, 3)) 219 commands[-1].redirects.append(self.parse_redirect(arg, 2)) 221 commands[-1].redirects.append(self.parse_redirect(arg, 1)) 223 commands[-1].args.append(arg) 225 return Pipeline(commands, False, pipe_err=True)
|
D | TestRunner.py | 79 for i,j in enumerate(cmd.commands): 148 if stderr == subprocess.PIPE and j != cmd.commands[-1]: 221 results.append((cmd.commands[i], out, err, res)) 243 def executeScriptInternal(test, litConfig, tmpBase, commands, cwd): argument 244 ln = ' &&\n'.join(commands) 267 def executeTclScriptInternal(test, litConfig, tmpBase, commands, cwd): argument 270 for ln in commands: 293 if pipeline.commands: 296 cmd = pipeline.commands[0] 343 def executeScript(test, litConfig, tmpBase, commands, cwd): argument [all …]
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | advanced_options_utils_gtk.cc | 41 bool SearchPATH(ProxyConfigCommand* commands, size_t ncommands, size_t* index) { in SearchPATH() argument 51 bin_path = FilePath(tk.token()).Append(commands[i].argv[0]); in SearchPATH() 53 commands[i].binary = bin_path.value(); in SearchPATH() 105 ProxyConfigCommand commands[2]; in DetectAndStartProxyConfigUtil() local 106 commands[0].argv = kGNOMEProxyConfigCommand; in DetectAndStartProxyConfigUtil() 107 commands[1].argv = kOldGNOMEProxyConfigCommand; in DetectAndStartProxyConfigUtil() 108 found_command = SearchPATH(commands, 2, &index); in DetectAndStartProxyConfigUtil() 110 command = commands[index]; in DetectAndStartProxyConfigUtil()
|
/external/quake/quake/src/WinQuake/ |
D | gl_mesh.cpp | 39 int commands[8192]; variable 258 commands[numcommands++] = (bestlen+2); in BuildTris() 260 commands[numcommands++] = -(bestlen+2); in BuildTris() 277 commands[numcommands++] = temp.i; in BuildTris() 279 commands[numcommands++] = temp.i; in BuildTris() 283 commands[numcommands++] = 0; // end of list marker in BuildTris() 323 fread (&commands, numcommands * sizeof(commands[0]), 1, f); in GL_MakeAliasModelDisplayLists() 345 fwrite (&commands, numcommands * sizeof(commands[0]), 1, f); in GL_MakeAliasModelDisplayLists() 357 paliashdr->commands = (byte *)cmds - (byte *)paliashdr; in GL_MakeAliasModelDisplayLists() 358 memcpy (cmds, commands, numcommands * 4); in GL_MakeAliasModelDisplayLists()
|
/external/quake/quake/src/QW/client/ |
D | gl_mesh.c | 39 int commands[8192]; variable 248 commands[numcommands++] = (bestlen+2); in BuildTris() 250 commands[numcommands++] = -(bestlen+2); in BuildTris() 266 *(float *)&commands[numcommands++] = s; in BuildTris() 267 *(float *)&commands[numcommands++] = t; in BuildTris() 271 commands[numcommands++] = 0; // end of list marker in BuildTris() 308 fread (&commands, numcommands * sizeof(commands[0]), 1, f); in GL_MakeAliasModelDisplayLists() 338 fwrite (&commands, numcommands * sizeof(commands[0]), 1, f); in GL_MakeAliasModelDisplayLists() 350 paliashdr->commands = (byte *)cmds - (byte *)paliashdr; in GL_MakeAliasModelDisplayLists() 351 memcpy (cmds, commands, numcommands * 4); in GL_MakeAliasModelDisplayLists()
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
D | jsilver.sablecc | 175 = commands 176 {->commands.command} 179 commands {->command} 236 commands 242 commands.command)} 245 commands 251 commands.command)} 254 commands 261 commands.command)} 264 commands [all …]
|
D | VarOptimizer.java | 268 LinkedList<PCommand> commands = new LinkedList<PCommand>(); in optimizeEscapeSequences() local 275 commands.add(command); in optimizeEscapeSequences() 279 assert !commands.isEmpty(); in optimizeEscapeSequences() 280 return (commands.size() > 1) ? new AMultipleCommand(commands) : commands.getFirst(); in optimizeEscapeSequences()
|
/external/webkit/Tools/Scripts/webkitpy/tool/ |
D | multicommandtool.py | 182 relevant_commands = self._tool.commands[:] 185 relevant_commands = filter(self._tool.should_show_in_main_help, self._tool.commands) 215 def __init__(self, name=None, commands=None): argument 218 self.commands = commands or [cls() for cls in self._find_all_commands() if cls.name] 223 self.commands.append(self.help_command) 224 for command in self.commands: 236 commands = set() 237 cls._add_all_subclasses(Command, commands) 238 return sorted(commands) 262 for command in self.commands:
|
D | multicommandtool_unittest.py | 90 def __init__(self, commands=None): argument 91 MultiCommandTool.__init__(self, name="trivial-tool", commands=commands) 130 tool = TrivialTool(commands=[likes_to_retry]) 135 tool = TrivialTool(commands=[TrivialCommand(), UncommonCommand()]) 171 tool = TrivialTool(commands=[command_with_options])
|
/external/webkit/Source/WebKit/qt/Api/ |
D | DerivedSources.pro | 16 # MinGW's make will run makefile commands using sh, even if make 26 qtheader_module.commands = echo $${QUOTE}$${LITERAL_HASH}ifndef QT_QTWEBKIT_MODULE_H$${QUOTE} > $${… 27 qtheader_module.commands += echo $${QUOTE}$${LITERAL_HASH}define QT_QTWEBKIT_MODULE_H$${QUOTE} >> $… 28 qtheader_module.commands += echo $${QUOTE}$${LITERAL_HASH}include $${ESCAPE}<QtNetwork/QtNetwork$${… 36 …eval(qtheader_module.commands += echo $${DOUBLE_ESCAPED_QUOTE}\$${LITERAL_HASH}include \\\"$$basen… 51 …eval($${HEADER_TARGET}.commands = echo $${DOUBLE_ESCAPED_QUOTE}\$${LITERAL_HASH}include \\\"$$PATH… 80 …eval($${CLASS_TARGET}.commands = echo $${DOUBLE_ESCAPED_QUOTE}\$${LITERAL_HASH}include \\\"$$basen… 95 qtheader_module.commands += echo $${QUOTE}$${LITERAL_HASH}endif // QT_QTWEBKIT_MODULE_H$${QUOTE} >>… 100 qtheader_pri.commands = echo $${QUOTE}WEBKIT_CLASS_HEADERS = $${WEBKIT_CLASS_HEADERS}$${QUOTE} > $$…
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/ |
D | DefaultControlActionsManager.java | 13 import org.eclipse.core.commands.AbstractHandler; 14 import org.eclipse.core.commands.ExecutionEvent; 15 import org.eclipse.core.commands.ExecutionException; 16 import org.eclipse.core.commands.IHandler;
|
/external/bluetooth/bluedroid/test/bluedroidtest/ |
D | README.txt | 4 access to the Bluetooth HAL API library though ASCII commands. This is similar 16 2.) Currently, only the SIG 'HCI Test Mode' commands are supported. The vendor 17 specific HCI test mode commands to be added. 21 The following section describes the various commands and their usage 63 Help (Lists the available commands) 66 help lists all available console commands
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/ |
D | WebEditorClientGtk.cpp | 47 Vector<Editor::Command> commands; in executePendingEditorCommands() local 53 commands.append(command); in executePendingEditorCommands() 56 for (size_t i = 0; i < commands.size(); i++) { in executePendingEditorCommands() 57 if (!commands.at(i).execute()) in executePendingEditorCommands()
|
/external/webkit/Source/JavaScriptCore/ |
D | DerivedSources.pro | 57 lut.commands = perl $$lut.wkScript ${QMAKE_FILE_NAME} -i > ${QMAKE_FILE_OUT} 65 keywordlut.commands = perl $$keywordlut.wkScript ${QMAKE_FILE_NAME} -i > ${QMAKE_FILE_OUT} 72 rvctstubs.commands = perl -i $$rvctstubs.wkScript --prefix RVCT ${QMAKE_FILE_NAME} > ${QMAKE_FILE_O… 81 msvcstubs.commands = perl -i $$msvcstubs.wkScript --prefix MSVC ${QMAKE_FILE_NAME} > ${QMAKE_FILE_O… 91 retgen.commands = python $$retgen.wkScript > ${QMAKE_FILE_OUT}
|
/external/chromium/net/base/ |
D | cookie_monster_unittest.cc | 400 EXPECT_EQ(0u, store->commands().size()); in TEST() 416 EXPECT_EQ(0u, store->commands().size()); in TEST() 447 EXPECT_EQ(0u, store->commands().size()); in TEST() 492 EXPECT_EQ(0u, store->commands().size()); in TEST() 838 ASSERT_EQ(1u, store->commands().size()); in TEST() 839 EXPECT_EQ(CookieStoreCommand::ADD, store->commands()[0].type); in TEST() 845 ASSERT_EQ(2u, store->commands().size()); in TEST() 846 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[1].type); in TEST() 853 ASSERT_EQ(3u, store->commands().size()); in TEST() 854 EXPECT_EQ(CookieStoreCommand::ADD, store->commands()[2].type); in TEST() [all …]
|
/external/webkit/Tools/wx/build/ |
D | build_utils.py | 26 import commands 44 return commands.getoutput(command) 160 branches = commands.getoutput("git branch --no-color") 180 info = commands.getoutput("git-svn info ../..") 182 info = commands.getoutput("svn info")
|