OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Command
(Results
1 - 25
of
270
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/system/extras/simpleperf/
command.h
27
class
Command
{
29
Command
(const std::string& name, const std::string& short_help_string,
34
virtual ~
Command
() {
60
DISALLOW_COPY_AND_ASSIGN(
Command
);
64
std::function<std::unique_ptr<
Command
>(void)> callback);
66
std::unique_ptr<
Command
> CreateCommandInstance(const std::string& cmd_name);
/external/clang/test/CodeGenCXX/
2005-02-19-BitfieldStructCrash.cpp
5
struct
Command
{
6
Command
(QChar c) : c(c) {}
11
Command
X(QChar('c'));
/external/libweave/include/weave/
command.h
15
class
Command
{
30
// Returns the full
command
ID.
33
// Returns the full name of the
command
.
36
// Returns the full path to the component this
command
is intended for.
39
// Returns the
command
state.
40
virtual
Command
::State GetState() const = 0;
42
// Returns the origin of the
command
.
43
virtual
Command
::Origin GetOrigin() const = 0;
45
// Returns the
command
parameters.
48
// Returns the
command
progress
[
all
...]
/build/kati/
command.h
27
struct
Command
{
28
explicit
Command
(Symbol o)
40
void Eval(DepNode* n, vector<
Command
*>* commands);
/external/bison/doc/
refcard.tex
315
\section{
Command
Line Options}
511
% compile-
command
: "tex refcard"
/external/llvm/utils/lit/lit/
ShCommands.py
1
class
Command
:
7
return '
Command
(%r, %r)' % (self.args, self.redirects)
10
if not isinstance(other,
Command
):
/external/autotest/server/cros/
remote_command.py
13
"""Make a thread to run the
command
in."""
31
@returns string result of running our
command
if the
command
has
38
class
Command
(object):
40
Encapsulates a
command
run on a remote machine.
43
exec' to the
command
and parsing the output).
48
Run a
command
on a remote host in the background.
51
@param cmd String
command
to run on the remote machine.
67
Kills the remote
command
and waits until it dies. Takes an optional
82
# Ignore status because the
command
may have exited alread
[
all
...]
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
command_line.py
12
"""A structured way to handle
command
-line arguments.
14
In AddCommandLineArgs, add
command
-line arguments.
22
"""Override to accept custom
command
-line arguments."""
26
"""Override to process
command
-line arguments.
31
class
Command
(ArgumentHandlerMixIn):
32
"""An abstraction for things that run from the
command
-line."""
50
"""Main method to run this
command
as a standalone script."""
59
class OptparseCommand(
Command
):
82
"""Main method to run this
command
as a standalone script."""
91
class SubcommandCommand(
Command
)
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/
setup.py
54
from setuptools import setup,
Command
66
from distutils.core import setup,
Command
103
class PyTest(
Command
):
/frameworks/av/include/media/
IStreamSource.h
50
enum
Command
{
69
//
command
.
92
Command
cmd, bool synchronous, const sp<AMessage> &msg = NULL) = 0;
/frameworks/av/services/audioflinger/
FastThreadState.h
33
typedef uint32_t
Command
;
34
static const
Command
41
Command
mCommand; // current
command
49
// returns NULL if
command
belongs to a subclass
50
static const char *commandToString(
Command
command
);
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
clean.py
1
"""distutils.
command
.clean
3
Implements the Distutils 'clean'
command
."""
10
from distutils.core import
Command
14
class clean(
Command
):
16
description = "clean up temporary files from 'build'
command
"
install_data.py
1
"""distutils.
command
.install_data
3
Implements the Distutils 'install_data'
command
, for installing
11
from distutils.core import
Command
14
class install_data(
Command
):
install_egg_info.py
1
"""distutils.
command
.install_egg_info
3
Implements the Distutils 'install_egg_info'
command
, for installing
7
from distutils.cmd import
Command
11
class install_egg_info(
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
):
install_scripts.py
1
"""distutils.
command
.install_scripts
3
Implements the Distutils 'install_scripts'
command
, for installing
11
from distutils.core import
Command
15
class install_scripts (
Command
):
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
config.py
3
Provides the PyPIRCCommand class, the base class for the
command
classes
4
that uses .pypirc in the distutils.
command
package.
9
from distutils.cmd import
Command
21
class PyPIRCCommand(
Command
):
22
"""Base
command
that knows how to handle the .pypirc file
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
clean.py
1
"""distutils.
command
.clean
3
Implements the Distutils 'clean'
command
."""
10
from distutils.core import
Command
14
class clean(
Command
):
16
description = "clean up temporary files from 'build'
command
"
install_data.py
1
"""distutils.
command
.install_data
3
Implements the Distutils 'install_data'
command
, for installing
11
from distutils.core import
Command
14
class install_data(
Command
):
install_egg_info.py
1
"""distutils.
command
.install_egg_info
3
Implements the Distutils 'install_egg_info'
command
, for installing
7
from distutils.cmd import
Command
11
class install_egg_info(
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
):
install_scripts.py
1
"""distutils.
command
.install_scripts
3
Implements the Distutils 'install_scripts'
command
, for installing
11
from distutils.core import
Command
15
class install_scripts (
Command
):
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/
config.py
3
Provides the PyPIRCCommand class, the base class for the
command
classes
4
that uses .pypirc in the distutils.
command
package.
9
from distutils.cmd import
Command
21
class PyPIRCCommand(
Command
):
22
"""Base
command
that knows how to handle the .pypirc file
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
clean.py
1
"""distutils.
command
.clean
3
Implements the Distutils 'clean'
command
."""
10
from distutils.core import
Command
14
class clean(
Command
):
16
description = "clean up temporary files from 'build'
command
"
install_data.py
1
"""distutils.
command
.install_data
3
Implements the Distutils 'install_data'
command
, for installing
11
from distutils.core import
Command
14
class install_data(
Command
):
Completed in 272 milliseconds
1
2
3
4
5
6
7
8
9
10
11