Searched refs:commands (Results 126 - 150 of 353) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_screen.h112 void *commands,
H A Dvmw_screen_ioctl.c187 uint32_t throttle_us, void *commands, uint32_t size,
205 svga_dump_commands(commands, size);
220 arg.commands = (unsigned long)commands;
186 vmw_ioctl_command(struct vmw_winsys_screen *vws, int32_t cid, uint32_t throttle_us, void *commands, uint32_t size, struct pipe_fence_handle **pfence) argument
/external/chromium_org/tools/gn/
H A Dcommands.h20 namespace commands { namespace
81 // Helper functions for some commands ------------------------------------------
117 } // namespace commands
H A Dcommands.cc5 #include "tools/gn/commands.h"
14 namespace commands { namespace
123 } // namespace commands
/external/clang/test/Sema/
H A Dinit.c44 struct cdiff_cmd commands[] = { variable in typeref:struct:cdiff_cmd
/external/kernel-headers/original/uapi/drm/
H A Dqxl_drm.h92 uint64_t __user commands; /* struct drm_qxl_command* */ member in struct:drm_qxl_execbuffer
/external/lldb/examples/python/
H A Ddelta.py7 # print out statistics about how long commands took to execute and also
19 import commands namespace
29 in order to dump out the commands.'''
49 # Any commands whose names might be followed by more valid C identifier
74 for GDB remote commands to make a send/receive round trip. This can be
76 a long time during a preset set of debugger commands.'''
113 # Add any commands contained in this module to LLDB
H A Dprocess_events.py11 import commands namespace
29 xcode_dir = commands.getoutput("xcode-select --print-path")
56 def run_commands(command_interpreter, commands):
58 for command in commands:
81 parser.add_option('-b', '--breakpoint', action='append', type='string', metavar='BPEXPR', dest='breakpoints', help='Breakpoint commands to create after the target has been created, the values will be sent to the "_regexp-break" command which supports breakpoints by name, file:line, and address.')
84 parser.add_option('-l', '--launch-command', action='append', type='string', metavar='CMD', dest='launch_commands', help='LLDB command interpreter commands to run once after the process has launched. This option can be specified more than once.', default=[])
85 parser.add_option('-s', '--stop-command', action='append', type='string', metavar='CMD', dest='stop_commands', help='LLDB command interpreter commands to run each time the process stops. This option can be specified more than once.', default=[])
86 parser.add_option('-c', '--crash-command', action='append', type='string', metavar='CMD', dest='crash_commands', help='LLDB command interpreter commands to run in case the process crashes. This option can be specified more than once.', default=[])
87 parser.add_option('-x', '--exit-command', action='append', type='string', metavar='CMD', dest='exit_commands', help='LLDB command interpreter commands to run once after the process has exited. This option can be specified more than once.', default=[])
89 parser.add_option('--ignore-errors', action='store_false', dest='stop_on_error', help="Don't stop executing LLDB commands i
[all...]
H A Dmemory.py12 import commands namespace
27 xcode_dir = commands.getoutput("xcode-select --print-path")
49 import commands namespace
H A Dtypes.py12 import commands namespace
28 xcode_dir = commands.getoutput("xcode-select --print-path")
50 import commands namespace
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen.h112 void *commands,
/external/chromium_org/chrome/browser/extensions/api/commands/
H A Dcommand_service.cc5 #include "chrome/browser/extensions/api/commands/command_service.h"
15 #include "chrome/browser/extensions/api/commands/commands.h"
20 #include "chrome/common/extensions/api/commands/commands_handler.h"
42 // A preference that stores keybinding state associated with extension commands.
43 const char kCommands[] = "commands";
191 const CommandMap* commands = CommandsInfo::GetNamedCommands(extension); local
192 if (!commands)
195 for (CommandMap::const_iterator iter = commands->begin();
196 iter != commands
508 const CommandMap* commands = CommandsInfo::GetNamedCommands(extension); local
607 const CommandMap* commands = CommandsInfo::GetNamedCommands(extension); local
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive_mock.py158 def run_in_parallel(self, commands):
159 assert len(commands)
163 for cmd_line, cwd in commands:
/external/chromium_org/tools/valgrind/
H A Dscan-build.py191 commands = parser.add_mutually_exclusive_group(required=True)
192 commands.add_argument("--update", action='store_true')
193 commands.add_argument("--find", metavar='search term')
/external/lldb/utils/vim-lldb/plugin/
H A Dlldb.vim40 " FIXME: this list of commands, at least partially should be auto-generated
43 " Window show/hide commands
47 " Launching convenience commands (no autocompletion)
53 " Regexp-commands: because vim's command mode does not support '_' or '-'
84 " Convenience (shortcut) LLDB commands
90 " Frame/Thread-Selection (commands that also do an Uupdate but do not
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkDebuggerGUI.cpp385 // of individual commands.
1023 SkTArray<SkString>* commands = fDebugger.getDrawCommandsAsStrings(); local
1025 SkASSERT(commands->count() == offsets->count());
1036 this->setupListWidget(commands, offsets);
1037 this->setupComboBox(commands);
1050 void SkDebuggerGUI::setupListWidget(SkTArray<SkString>* commands, SkTDArray<size_t>* offsets) { argument
1051 SkASSERT(commands->count() == offsets->count());
1055 for (int i = 0; i < commands->count(); i++) {
1057 item->setData(Qt::DisplayRole, (*commands)[i].c_str());
1060 if (0 == strcmp("Restore", (*commands)[
[all...]
/external/skia/debugger/QT/
H A DSkDebuggerGUI.cpp159 // to time individual commands. The offsets are needed to map SkPicture
160 // offsets to individual commands.
351 // of individual commands.
984 SkTArray<SkString>* commands = fDebugger.getDrawCommandsAsStrings(); local
986 SkASSERT(commands->count() == offsets->count());
997 this->setupListWidget(commands, offsets);
998 this->setupComboBox(commands);
1011 void SkDebuggerGUI::setupListWidget(SkTArray<SkString>* commands, SkTDArray<size_t>* offsets) { argument
1012 SkASSERT(commands->count() == offsets->count());
1016 for (int i = 0; i < commands
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/net/cookies/
H A Dcookie_monster_unittest.cc1146 EXPECT_EQ(0u, store->commands().size());
1153 ASSERT_EQ(1u, store->commands().size());
1154 EXPECT_EQ(CookieStoreCommand::ADD, store->commands()[0].type);
1157 ASSERT_EQ(2u, store->commands().size());
1158 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[1].type);
1507 ASSERT_EQ(4u, store->commands().size());
1508 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[0].type);
1509 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[1].type);
1510 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[2].type);
1511 EXPECT_EQ(CookieStoreCommand::REMOVE, store->commands()[
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fRandomFragmentOpTests.cpp314 // Compute randomized rendering commands.
315 vector<RenderCommand> commands;
316 computeRandomRenderCommands(rnd, glu::ApiType::es(2,0), NUM_CALLS_PER_ITERATION, width, height, commands);
331 for (vector<RenderCommand>::const_iterator cmd = commands.begin(); cmd != commands.end(); cmd++)
355 for (vector<RenderCommand>::const_iterator cmd = commands.begin(); cmd != commands.end(); cmd++)
/external/deqp/modules/gles3/functional/
H A Des3fRandomFragmentOpTests.cpp314 // Compute randomized rendering commands.
315 vector<RenderCommand> commands;
316 computeRandomRenderCommands(rnd, glu::ApiType::es(3,0), NUM_CALLS_PER_ITERATION, width, height, commands);
331 for (vector<RenderCommand>::const_iterator cmd = commands.begin(); cmd != commands.end(); cmd++)
355 for (vector<RenderCommand>::const_iterator cmd = commands.begin(); cmd != commands.end(); cmd++)
/external/chromium_org/v8/tools/testrunner/local/
H A Dexecution.py34 from . import commands namespace
51 dep_output = commands.Execute(job.dep_command, job.verbose, job.timeout)
58 output = commands.Execute(job.command, job.verbose, job.timeout)
/external/llvm/utils/lit/lit/
H A DShUtil.py226 commands = [self.parse_command()]
229 commands.append(self.parse_command())
230 return Pipeline(commands, negate, self.pipefail)
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
H A Dchromevox_unittest_base.js207 cvox.ChromeVoxUserCommands.commands[command]();
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglobal_menu_bar_x11.h83 // Creates a whole menu defined with |commands| and titled with the string
87 GlobalMenuBarCommand* commands);

Completed in 1556 milliseconds

1234567891011>>