HomeSort by relevance Sort by last modified time
    Searched full:command (Results 1701 - 1725 of 12564) sorted by null

<<61626364656667686970>>

  /external/lldb/test/functionalities/breakpoint/breakpoint_locations/
TestBreakpointLocations.py 48 # The 'breakpoint disable 3.*' command should fail gracefully.
54 # The 'breakpoint disable 1.*' command should disable all 3 locations.
65 # The 'breakpoint enable 1.*' command should enable all 3 breakpoints.
69 # The 'breakpoint disable 1.1' command should disable 1 location.
  /external/lldb/test/functionalities/conditional_break/
conditional_break.py 17 # command interpreter to continue execution.
  /external/lldb/test/functionalities/exec/
TestExec.py 2 Test some lldb command abbreviations.
12 def execute_command (command):
13 #print '%% %s' % (command)
14 (exit_status, output) = commands.getstatusoutput (command)
  /external/lldb/test/lang/cpp/exceptions/
TestCPPExceptionBreakpoints.py 2 Test lldb exception breakpoint command for CPP.
18 """Test lldb exception breakpoint command for CPP."""
24 """Test lldb exception breakpoint command for CPP."""
35 """Test lldb exception breakpoint command for CPP."""
  /external/llvm/cmake/modules/
GetHostTriple.cmake 19 execute_process(COMMAND sh ${config_guess}
GetSVN.cmake 46 execute_process(COMMAND ${git_executable} svn info
65 execute_process(COMMAND ${git_executable} log -1 --pretty=format:%H
73 execute_process(COMMAND ${git_executable} remote -v
112 execute_process(COMMAND ${CMAKE_COMMAND} -E copy_if_different
  /external/llvm/docs/CommandGuide/
llvm-profdata.rst 7 :program:`llvm-profdata` *command* [*args...*]
45 Print a summary of command line options.
91 Print a summary of command line options.
101 :program:`llvm-profdata` returns 1 if the command is omitted or is invalid,
  /external/llvm/test/MC/Mips/
nooddspreg-error.s 14 # command line options and any inconsistencies reported via a warning.
  /external/lzma/CPP/Common/
CommandLineParser.h 58 // Command parsing procedures
  /external/markdown/docs/
INSTALL 42 Zip file, unzip it, and on the command line in the directory you unzipped to:
46 If you plan to use the provided command line script, you need to make sure your
54 From the command line do the following:
68 command line:
  /external/mesa3d/src/gallium/state_trackers/clover/core/
event.cpp 77 hard_event::hard_event(clover::command_queue &q, cl_command_type command,
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/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
d3d11tri.vcxproj 81 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">"$(DXSDK_DIR)\Utilities\bin\x86\fxc.exe" /Fh%(Identity).ps.h /Eps /Tps_4_0 %(Identity)</Command>
83 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">"$(DXSDK_DIR)\Utilities\bin\x86\fxc.exe" /Fh%(Identity).ps.h /Eps /Tps_4_0 %(Identity)</Command>
  /external/mksh/src/
sh_flags.opt 35 /* ./. Emacs command line editing mode */
43 /* ./. Emacs command line editing mode, gmacs variant */
143 /* ./. Vi command line editing mode */
163 /* -c (invocation) execute specified command */
  /external/mockftpserver/MockFtpServer/src/site/apt/
fakeftpserver-versus-stubftpserver.apt 36 implementing command handlers for each of the corresponding low-level FTP server commands (e.g. RETR,
39 also be interrogated to verify command invocation data such as command parameters and timestamps.
61 * You are more comfortable with configuring and using the lower-level FTP server command reply codes and behavior.
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/command/
_AbstractCommandHandlerTest.java 16 package org.mockftpserver.core.command;
23 import org.mockftpserver.stub.command.AbstractStubCommandHandler;
111 public void handleCommand(Command command, Session session) throws Exception {
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
AbstractStubCommandHandler.java 16 package org.mockftpserver.stub.command;
18 import org.mockftpserver.core.command.AbstractCommandHandler;
81 * Send the reply using the replyCode and message key/text configured for this command handler.
91 * Send the reply using the replyCode and message key/text configured for this command handler.
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
StubFtpServerIntegrationTest.java 27 import org.mockftpserver.core.command.CommandHandler;
28 import org.mockftpserver.core.command.CommandNames;
29 import org.mockftpserver.core.command.InvocationRecord;
30 import org.mockftpserver.core.command.SimpleCompositeCommandHandler;
31 import org.mockftpserver.core.command.StaticReplyCommandHandler;
33 import org.mockftpserver.stub.command.AppeCommandHandler;
34 import org.mockftpserver.stub.command.CwdCommandHandler;
35 import org.mockftpserver.stub.command.HelpCommandHandler;
36 import org.mockftpserver.stub.command.ListCommandHandler;
37 import org.mockftpserver.stub.command.NlstCommandHandler;
    [all...]
  /external/nanopb-c/generator/
protoc-gen-nanopb.bat 9 :: --plugin= on the command line.
  /external/nanopb-c/tests/alltypes_callback/
SConscript 6 env.Command("alltypes.proto", "#alltypes/alltypes.proto", c)
  /external/openssh/
fixpaths 15 die $0: error in command line arguments.
  /external/parameter-framework/remote-processor/
RequestMessage.cpp 50 // Command Name
109 // Send command
124 // Receive command
145 // Command
  /external/parameter-framework/test/functional-tests/PfwTestCase/Domains/
tDomain_Split.py 106 assert err == None, log.E("Command [importDomainsWithSettingsXML %s] : %s"%(self.reference_xml,err))
114 assert err == None, log.E("Command [listAssociatedDomains] : error when listing domain name")
131 assert err == None, log.E("Command [listElements] : listing error")
146 assert err == None, log.E("Command [listBelongingDomains] : listing error")
150 assert err == None, log.E("Command [listAssociatedDomains] : listing error")
160 assert err == None, log.E("Command [splitDomain] : %s" % (err))
167 assert err == None, log.E("Command [listBelongingDomains] : listing error")
170 assert err == None, log.E("Command [listAssociatedDomains] : listing error")
177 assert err == None, log.E("Command [listElements] : listing error")
192 assert err == None, log.E("Command [listAssociatedDomains] : listing error"
    [all...]
  /external/pcre/dist/
Detrail 4 # are listed on the command line.
  /external/selinux/libselinux/man/man8/
avcstat.8 1 .TH "avcstat" "8" "18 Nov 2004" "dwalsh@redhat.com" "SELinux Command Line documentation"
  /external/selinux/policycoreutils/mcstrans/man/man8/
mcstransd.8 21 Output a short summary of available command line options\&.

Completed in 449 milliseconds

<<61626364656667686970>>