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

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
dynOptionMenuWidget.py 22 self.command=kwargs.get('command')
33 command=_setit(self.variable,item,self.command))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
terminalcommand.py 3 To run a shell command in a new Terminal.app window:
31 def run(command):
32 """Run a shell command in a new Terminal.app window."""
36 commandDesc = AE.AECreateDesc(typeChar, command)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
__init__.py 1 """distutils.command
install_headers.py 1 """distutils.command.install_headers
3 Implements the Distutils 'install_headers' command, to install C/C++ header
8 from distutils.core import Command
12 class install_headers(Command):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
__init__.py 8 Tests for the command classes in the distutils.command package are
10 distutils.command.tests package, since command identification is done
test_clean.py 1 """Tests for distutils.command.clean."""
7 from distutils.command.clean import clean
32 # let's run the command
42 # let's run the command again (should spit warnings but succeed)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
dynOptionMenuWidget.py 22 self.command=kwargs.get('command')
33 command=_setit(self.variable,item,self.command))
  /sdk/apkbuilder/
readme.txt 1 The apkbuilder command line tool is deprecated, and is not maintained anymore.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/
CreateStringTest.java 36 * JDWP Unit test for VirtualMachine.CreateString command.
47 * This testcase exercises VirtualMachine.CreateString command.
49 * <BR> Then the test performs VirtualMachine.CreateString command
50 * for some string and checks that StringReference.Value command
63 checkReplyPacket(reply, "VirtualMachine::CreateString command");
74 checkReplyPacket(reply, "StringReference::Value command");
79 assertString("StringReference::Value command returned invalid string value,", CHECKED_STRING, value);
  /external/deqp/scripts/opengl/
gen_func_ptrs.py 25 def commandTypedefDecl (command):
27 command.type,
28 getFunctionTypeName(command.name),
29 commandParams(command))
31 def commandMemberDecl (command):
32 return "%s\t%s;" % (getFunctionTypeName(command.name),
33 getFunctionMemberName(command.name))
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
AbstractApplication.java 56 * Looks for interesting command line arguments.
62 * From a command line list, get the array of arguments of a given parameter.
71 if (index == commands.size()) // if this is the last command
74 while (index < commands.size()) { // while not the last command
75 String command = (String) commands.get(index); local
76 if (command.startsWith("-")) // is it a new parameter?
78 args.add(command);
  /external/ltrace/
execute_program.c 40 change_uid(const char * command)
73 if (!stat(command, &statbuf)) {
93 execute_program(const char * command, char **argv)
97 debug(1, "Executing `%s'...", command);
105 change_uid(command);
107 execvp(command, argv);
108 fprintf(stderr, "Can't execute `%s': %s\n", command,
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
PasvCommandHandler.java 16 package org.mockftpserver.fake.command;
18 import org.mockftpserver.core.command.Command;
19 import org.mockftpserver.core.command.ReplyCodes;
26 * CommandHandler for the PASV command. Handler logic:
41 protected void handle(Command command, Session session) {
StouCommandHandler.java 16 package org.mockftpserver.fake.command;
18 import org.mockftpserver.core.command.Command;
21 * CommandHandler for the STOU command. Handler logic:
49 protected String getOutputFile(Command command) {
50 String baseName = defaultIfNullOrEmpty(command.getOptionalString(0), "Temp");
  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
SetPolicyActivity.java 37 private static final String EXTRA_COMMAND = "extra-command";
68 String command = intent.getStringExtra(EXTRA_COMMAND); local
69 Log.i(TAG, "Command: \"" + command);
71 if (ADD_RESTRICTION_COMMAND.equals(command)) {
76 } else if (CLEAR_RESTRICTION_COMMAND.equals(command)) {
82 } else if (ADD_CROSS_PROFILE_WIDGET_COMMAND.equals(command)) {
88 } else if (REMOVE_CROSS_PROFILE_WIDGET_COMMAND.equals(command)) {
95 Log.e(TAG, "Invalid command: " + command);
    [all...]
  /external/clang/include/clang/Tooling/
CommonOptionsParser.h 11 // command-line options for clang tools, so that they can be run as separate
12 // command-line applications with a consistent common interface for handling
15 // It provides a common subset of command-line options, common algorithm
17 // for the basic command-line interface.
19 // It creates a CompilationDatabase and reads common command-line options.
35 /// \brief A parser for options common to all command-line Clang tools.
37 /// Parses a common subset of command-line arguments, locates and loads a
39 /// also contains a help message for the common command-line options.
65 /// \brief Parses command-line, initializes a compilation database.
68 /// command-line options used for creating FixedCompilationDatabase
    [all...]
  /external/valgrind/docs/xml/
design-impl.xml 25 <command>Valgrind: A Framework for Heavyweight Dynamic Binary
29 2007.</command>
44 <para><command>Using Valgrind to detect undefined value errors with
47 USA, April 2005.</command>
50 <para><command>How to Shadow Every Byte of Memory Used by a Program.
54 2007.</command>
64 <para><command>A Tool Suite for Simulation Based Analysis of Memory Access
67 Computational Science (ICCS 2004), Krakow, Poland, June 2004.</command>
80 <para><command>Dynamic Binary Analysis and Instrumentation. Nicholas
81 Nethercote.</command> PhD Dissertation, University of Cambridge, Novembe
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 49 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
93 $command = $CC.' '.$CC_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
94 print "$command\n";
95 system($command);
100 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
101 print "$command\n";
102 system($command);
117 $command = $LIB.' '.$LIB_OPTS.' '.$libfile.' '.$objlist;
118 print "$command\n";
119 (system($command) == 0) and print "Build successful\n"
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 49 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
95 $command = $CC.' '.$CC_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
96 print "$command\n";
97 system($command);
102 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
103 print "$command\n";
104 system($command);
119 $command = $LIB.' '.$LIB_OPTS.' '.$libfile.' '.$objlist;
120 print "$command\n";
121 (system($command) == 0) and print "Build successful\n"
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 49 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
93 $command = $CC.' '.$CC_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
94 print "$command\n";
95 system($command);
100 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
101 print "$command\n";
102 system($command);
117 $command = $LIB.' '.$LIB_OPTS.' '.$libfile.' '.$objlist;
118 print "$command\n";
119 (system($command) == 0) and print "Build successful\n"
    [all...]
  /frameworks/base/tools/aapt2/
Flag.cpp 60 void usageAndDie(const StringPiece& command) {
61 std::cerr << command << " [options]"; local
70 std::string command = flag.name; local
72 command += " arg ";
74 std::cerr << " " << std::setw(30) << std::left << command
80 void parse(int argc, char** argv, const StringPiece& command) {
101 usageAndDie(command);
106 usageAndDie(command);
115 usageAndDie(command);
122 usageAndDie(command);
    [all...]
  /external/clang/test/Sema/
warn-documentation.cpp 98 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
102 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
106 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
111 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
118 // expected-warning@+1 {{empty paragraph passed to '\brief' command}}
127 // expected-warning@+5 {{duplicated command '\brief'}} expected-note@+1 {{previous command '\brief' here}}
135 // expected-warning@+5 {{duplicated command '\short'}} expected-note@+1 {{previous command '\short' here}}
143 // expected-warning@+5 {{duplicated command '\brief'}} expected-note@+1 {{previous command '\short' (an alias of '\brief') here}
    [all...]
  /external/parameter-framework/test/functional-tests/PfwTestCase/Functions/
tFunction_listingFunctions.py 99 assert err == None, log.E("Command [importDomainsWithSettingsXML %s] : %s"%(self.reference_dumpDomains_xml,err))
102 log.I("Command [dumpDomains]")
104 assert err == None, log.E("Command [dumpDomains] : %s"%(err))
106 log.I("Command [dumpDomains] - correctly executed")
124 log.I("Command [help]")
126 assert err == None, log.E("Command [help] : %s"%(err))
128 log.I("Command [help] - correctly executed")
146 log.I("Command [status]")
148 assert err == None, log.E("Command [help] : %s"%(err))
150 log.I("Command [status] - correctly executed"
    [all...]
  /external/icu/icu4c/source/layout/
layout.vcxproj 379 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout
380 </Command>
382 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\layout
383 </Command>
385 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\layout
386 </Command>
388 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\layout
389 </Command>
394 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\layout
395 </Command>
    [all...]
  /external/lldb/examples/python/
stacks.py 8 def stack_frames(debugger, command, result, dict):
9 command_args = shlex.split(command)
11 description='''This command will enumerate all stack frames, print the stack size for each, and print an aggregation of which functions have the largest stack frame sizes at the end.'''
55 lldb.debugger.HandleCommand("command script add -f stacks.stack_frames stack_frames")
56 print "A new command called 'stack_frames' was added, type 'stack_frames --help' for more information.

Completed in 1211 milliseconds

<<21222324252627282930>>