/external/chromium_org/tools/gyp/test/variables/commands/ |
update_golden | 7 python ../../../gyp --debug variables --format gypd --depth . commands.gyp > commands.gyp.stdout 8 python ../../../gyp --ignore-environment --debug variables --format gypd --depth . commands.gyp > commands.gyp.ignore-env.stdout 9 cp -f commands.gypd commands.gypd.golden 10 python ../../../gyp --debug variables --format gypd --depth . commands-repeated.gyp > commands-repeated.gyp.stdout 11 cp -f commands-repeated.gypd commands-repeated.gypd.golde [all...] |
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
__init__.py | 3 from webkitpy.tool.commands.commitannouncer import CommitAnnouncerCommand 4 from webkitpy.tool.commands.download import * 5 from webkitpy.tool.commands.flakytests import FlakyTests 6 from webkitpy.tool.commands.gardenomatic import GardenOMatic 7 from webkitpy.tool.commands.prettydiff import PrettyDiff 8 from webkitpy.tool.commands.queries import * 9 from webkitpy.tool.commands.rebaseline import Rebaseline 10 from webkitpy.tool.commands.rebaselineserver import RebaselineServer
|
/ndk/sources/host-tools/make-3.81/ |
commands.h | 1 /* Definition of data structures describing shell commands for GNU Make. 19 /* Structure that gives the commands to make a file 20 and information about where these commands came from. */ 22 struct commands struct 24 struct floc fileinfo; /* Where commands were defined. */ 25 char *commands; /* Commands text. */ member in struct:commands 27 char **command_lines; /* Commands chopped up into lines. */ 39 extern void print_commands PARAMS ((struct commands *cmds)); 41 extern void chop_commands PARAMS ((struct commands *cmds)) [all...] |
rule.h | 28 struct commands *cmds; /* Commands to execute. */ 36 char *target, *dep, *commands; member in struct:pspec 59 struct commands *commands,
|
/external/chromium/chrome/browser/sessions/ |
session_backend_unittest.cc | 57 std::vector<SessionCommand*> commands; local 58 commands.push_back(CreateCommandFromData(data)); 59 backend->AppendCommands(new SessionCommands(commands), false); 60 commands.clear(); 65 backend->ReadLastSessionCommandsImpl(&commands); 67 ASSERT_EQ(1U, commands.size()); 68 AssertCommandEqualsData(data, commands[0]); 70 STLDeleteElements(&commands); 74 backend->ReadLastSessionCommandsImpl(&commands); 76 ASSERT_EQ(0U, commands.size()) 104 std::vector<SessionCommand*> commands; local 129 std::vector<SessionCommand*> commands; local 169 std::vector<SessionCommand*> commands; local 182 std::vector<SessionCommand*> commands; local [all...] |
/external/chromium_org/chrome/browser/sessions/ |
session_backend_unittest.cc | 57 std::vector<SessionCommand*> commands; local 58 commands.push_back(CreateCommandFromData(data)); 59 backend->AppendCommands(new SessionCommands(commands), false); 60 commands.clear(); 65 backend->ReadLastSessionCommandsImpl(&commands); 67 ASSERT_EQ(1U, commands.size()); 68 AssertCommandEqualsData(data, commands[0]); 70 STLDeleteElements(&commands); 74 backend->ReadLastSessionCommandsImpl(&commands); 76 ASSERT_EQ(0U, commands.size()) 104 std::vector<SessionCommand*> commands; local 129 std::vector<SessionCommand*> commands; local 175 std::vector<SessionCommand*> commands; local 188 std::vector<SessionCommand*> commands; local [all...] |
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyEventSource.java | 17 package com.android.commands.monkey;
|
MonkeyViewException.java | 16 package com.android.commands.monkey;
|
/external/smack/src/org/jivesoftware/smackx/commands/ |
LocalCommandFactory.java | 20 package org.jivesoftware.smackx.commands; 23 * A factory for creating local commands. It's useful in cases where instantiation
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
AOptimizedMultipleCommand.java | 18 private final PCommand[] commands; field in class:AOptimizedMultipleCommand 22 commands = new PCommand[originalChildCommands.size()]; 23 originalChildCommands.toArray(commands); 24 for (int i = 0; i < commands.length; i++) { 25 commands[i].parent(this); // set parent. 45 for (int i = 0; i < commands.length; i++) { 46 if (commands[i] == oldChild) { 47 commands[i] = (PCommand) newChild; 58 for (int i = 0; i < commands.length; i++) { 59 commands[i].apply(sw) [all...] |
/cts/libs/vogar-expect/src/vogar/commands/ |
Mkdir.java | 17 package vogar.commands;
|
Rm.java | 17 package vogar.commands;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/ |
svga_dump.h | 35 svga_dump_commands(const void *commands, uint32_t size);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/ |
AbstractApplication.java | 58 protected void processCommandLine(List commands) { 66 protected String[] getArguments(List commands, String param) { 67 int index = commands.indexOf(param); 70 commands.remove(index); 71 if (index == commands.size()) // if this is the last command 73 List args = new ArrayList(commands.size()); 74 while (index < commands.size()) { // while not the last command 75 String command = (String) commands.get(index); 79 commands.remove(index);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.commands_3.6.0.I20100512-1500.jar | |
/external/mesa3d/src/gallium/drivers/svga/svgadump/ |
svga_dump.h | 35 svga_dump_commands(const void *commands, uint32_t size);
|
/prebuilts/devtools/tools/lib/ |
org-eclipse-core-commands-3.6.0.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.core.commands_3.6.0.I20100512-1500.jar | |
org.eclipse.core.commands_3.4.0.I20080509-2000.jar | |
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-core-commands/3.6.0/ |
org-eclipse-core-commands-3.6.0.jar | |
/external/chromium_org/chrome/browser/chromeos/system_logs/ |
command_line_log_source.cc | 25 std::vector<std::pair<std::string, CommandLine> > commands; local 30 commands.push_back(std::make_pair("alsa controls", command)); 34 commands.push_back(std::make_pair("cras", command)); 44 commands.push_back(std::make_pair("cras_rms", command)); 47 commands.push_back(std::make_pair("env", command)); 52 commands.push_back(std::make_pair("setxkbmap", command)); 57 commands.push_back(std::make_pair("xinput", command)); 61 commands.push_back(std::make_pair("xrandr", command)); 65 commands.push_back(std::make_pair("hack-33025-touchpad", command)); 69 commands.push_back(std::make_pair("hack-33025-touchpad_activity", command)) [all...] |
/frameworks/base/cmds/am/ |
am | 8 exec app_process $base/bin com.android.commands.am.Am "$@"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
AndroidNature.java | 185 ICommand[] commands = desc.getBuildSpec(); local 188 for (int i = 0; i < commands.length; ++i) { 189 if (ResourceManagerBuilder.ID.equals(commands[i].getBuilderName())) { 195 ICommand[] newCommands = new ICommand[commands.length + 1]; 196 System.arraycopy(commands, 0, newCommands, 1, commands.length); 214 ICommand[] commands = desc.getBuildSpec(); local 217 for (int i = 0; i < commands.length; ++i) { 218 if (PreCompilerBuilder.ID.equals(commands[i].getBuilderName())) { 226 for (int i = 0; i < commands.length; ++i) 259 ICommand[] commands = desc.getBuildSpec(); local 285 ICommand[] commands = description.getBuildSpec(); local [all...] |
/external/chromium_org/build/android/ |
enable_asserts.py | 24 commands = android_commands.AndroidCommands() 26 if commands.SetJavaAssertsEnabled(options.set_asserts): 27 commands.Reboot(full_reboot=False)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/handlers/ |
StaticPortConfigHandler.java | 21 import org.eclipse.core.commands.AbstractHandler; 22 import org.eclipse.core.commands.ExecutionEvent; 23 import org.eclipse.core.commands.ExecutionException;
|