Searched refs:command (Results 351 - 375 of 1145) sorted by relevance

<<11121314151617181920>>

/external/lldb/examples/python/
H A Djump.py109 def jump (debugger, command, result, internal_dict):
110 if (command == ""):
113 args = command.split()
164 result.AppendMessage("Please type 'jump " + command + " <location-id>' to choose one.")
172 lldb.debugger.HandleCommand('command script add -f jump.jump jump')
173 print 'The "jump" command has been installed, type "help jump" or "jump <ENTER>" for detailed help.'
/external/lldb/source/Commands/
H A DCommandObjectHelp.h95 // Instance variables to hold the values for command options.
109 DoExecute (Args& command,
/external/lldb/utils/vim-lldb/python-vim-lldb/
H A Dimport_lldb.py61 vim.command('redraw | echo "%s"' % " Error loading lldb module; vim-lldb will be disabled. Check LLDB installation or set LLDB environment variable.")
/external/ltrace/testsuite/lib/
H A Dltrace.exp33 verbose "Running under valgrind command: `$VALGRIND'"
44 if {[info command lreverse] == ""} {
538 # Invoke command identified by LTRACE global variable with given
546 # Returns name of logfile. The "exec" command that it uses
562 set command "exec env LD_LIBRARY_PATH=$LdPath $LTRACE -o $logfile $args"
563 verbose $command
564 if {[catch {eval $command}] } {
566 send_error -- $command
792 set command "exec sh -c {export LD_LIBRARY_PATH=$LD_LIBRARY_PATH_; \
795 if {[catch $command outpu
[all...]
/external/markdown/
H A Dsetup.py5 from distutils.command.install_scripts import install_scripts
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Devent.cpp77 hard_event::hard_event(clover::command_queue &q, cl_command_type command, argument
80 __queue(q), __command(command), __fence(NULL) {
113 hard_event::command() const { function in class:hard_event
164 soft_event::command() const { function in class:soft_event
/external/protobuf/gtest/test/
H A Dgtest_test_utils.py85 # The command line flag overrides the environment variable.
176 exit_code: the result value of os.system(command).
193 def __init__(self, command, working_dir=None, capture_stderr=True):
194 """Changes into a specified directory, if provided, and executes a command.
206 command: The command to run, in the form of sys.argv.
225 p = subprocess.Popen(command,
238 p = popen2.Popen4(command)
240 p = popen2.Popen3(command)
/external/qemu/android/skin/
H A Dkeyboard.h23 typedef void (*SkinKeyCommandFunc)( void* opaque, SkinKeyCommand command, int param );
/external/chromium_org/chrome/browser/devtools/device/adb/
H A Dmock_adb_server.cc423 NOTREACHED() << "Unknown command " << request;
430 NOTREACHED() << "Unknown command " << request;
437 NOTREACHED() << "Unknown command " << request;
444 NOTREACHED() << "Unknown command " << request;
450 void ProcessCommand(const std::string& command) { argument
452 if (command == "host:devices") {
456 } else if (command.find(kHostTransportPrefix) == 0) {
457 selected_device_ = command.substr(strlen(kHostTransportPrefix));
461 } else if (command == kDeviceModelCommand) {
463 } else if (command
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
H A DTest.pm113 my ($command) = @_;
123 system @$command;
/external/chromium_org/content/browser/android/
H A Dinterstitial_page_delegate_android.cc64 const std::string& command) {
68 std::string sanitized_command(command);
63 CommandReceived( const std::string& command) argument
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_message_handler.cc74 void WebRTCInternalsMessageHandler::OnUpdate(const std::string& command, argument
80 base::string16 update = WebUI::GetJavascriptCall(command, args_vector);
/external/chromium_org/ppapi/tests/
H A Dtesting_instance.h136 // Sends a test command to the page using PostMessage.
137 void SendTestCommand(const std::string& command);
138 void SendTestCommand(const std::string& command, const std::string& params);
/external/chromium_org/testing/gtest/test/
H A Dgtest_xml_outfiles_test.py100 command = [gtest_prog_path, "--gtest_output=xml:%s" % self.output_dir_]
101 p = gtest_test_utils.Subprocess(command,
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/
H A Dbuild_compiler_runner_jar.py26 def run_and_communicate(command, error_template):
27 proc = subprocess.Popen(command, stdout=subprocess.PIPE, shell=True)
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/
H A Drun_tests.py29 def run_and_communicate(command, error_template):
30 proc = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=True)
/external/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dall_builds.py10 def RunCommand(command):
11 run = subprocess.Popen(command, shell=True)
/external/chromium_org/third_party/libxml/src/
H A Dxmlcatalog.c98 char command[100]; local
110 * Parse the command itself
120 command[i++] = *cur++;
122 command[i] = 0;
182 * start interpreting the command
184 if (!strcmp(command, "exit"))
186 if (!strcmp(command, "quit"))
188 if (!strcmp(command, "bye"))
190 if (!strcmp(command, "public")) {
202 } else if (!strcmp(command, "syste
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/genperf/
H A Drun.bat3 for /f "usebackq tokens=1*" %%f in (`reg query HKCR\Python.File\shell\open\command`) do (set _my_=%%f %%g)
/external/chromium_org/tools/git/
H A Dfor-all-touched-files.py7 Invokes the specified (quoted) command for all files modified
45 raise Exception("Error %d running command %s" % (
75 def ForAllTouchedFiles(branch_name, extensions, token, command):
77 run command with token replaced with the filename. If extensions is
83 os.system(command.replace(token, filename))
93 help='Runs your command only on C++-like source files.')
96 'in your command (default [[FILENAME]]).')
/external/chromium_org/tools/profile_chrome/
H A Dsystrace_controller.py58 def _RunATraceCommand(self, command):
64 cmd = ['adb'] + device_param + ['shell', 'atrace', '--%s' % command] + \
/external/chromium_org/ui/file_manager/gallery/js/image_editor/
H A Dcommands.js47 * Attach the UI elements to the command queue.
74 * @return {boolean} True if the command queue is busy.
91 ImageUtil.trace.resetTimer('command-busy');
111 ImageUtil.trace.reportTimer('command-busy');
125 * Internal function to execute the command in a given context.
127 * @param {Command} command The command to execute.
132 CommandQueue.prototype.doExecute_ = function(command, uiContext, callback) {
143 command.execute(
154 * Executes the command
[all...]
/external/chromium_org/v8/tools/
H A Dandroid-run.py30 # This script executes the passed command line on Android device
31 # using 'adb shell' command. Unfortunately, 'adb shell' always
32 # returns exit code 0, ignoring the exit code of executed command.
33 # Since we need to return non-zero exit code if the command failed,
34 # we augment the passed command line with exit code checking statement
88 print("Usage: %s <command-to-run-on-device>" % sys.argv[0])
101 command = ("adb push '%s' %s;" % (script_file, android_script_file) +
104 error_code = Execute(command)
/external/deqp/framework/referencerenderer/
H A DrrRenderer.hpp136 void draw (const DrawCommand& command) const;
137 void drawInstanced (const DrawCommand& command, int numInstances) const;
/external/glide/
H A Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
49 @rem Get command-line arguments, handling Windowz variants
55 @rem Slurp the command line arguments.
70 @rem Setup the command line

Completed in 842 milliseconds

<<11121314151617181920>>