Home
last modified time | relevance | path

Searched defs:Command (Results 1 – 20 of 20) sorted by relevance

/external/llvm/test/FrontendC++/
D2005-02-19-BitfieldStructCrash.cpp5 struct Command { struct
6 Command(QChar c) : c(c) {} in Command() function
11 Command X(QChar('c')); argument
/external/webkit/Source/WebKit/android/wds/
DCommand.h70 Command(const char* name, const char* desc, const DispatchFunction func, in Command() function
76 Command(const Command& comm) in Command() function
/external/chromium/chrome/browser/
Dcommand_updater.cc16 class CommandUpdater::Command { class in CommandUpdater
21 Command() : enabled(true) {} in Command() function in CommandUpdater::Command
/external/clang/include/clang/Driver/
DJob.h19 class Command; variable
79 static bool classof(const Command *) { return true; } in classof()
/external/clang/lib/Driver/
DJob.cpp17 Command::Command(const Action &_Source, const Tool &_Creator, in Command() function in Command
/external/icu4c/test/perf/utrie2perf/
Dutrie2perf.cpp95 class Command : public UPerfFunction { class
97 Command(const UTrie2PerfTest &testcase) : testcase(testcase) {} in Command() function in Command
/external/emma/core/java12/com/vladium/emma/
DCommand.java31 abstract class Command class
63 protected Command (final String usageToolName, final String [] args) in Command() method in Command
/external/llvm/include/llvm/Object/
DMachOObject.h49 macho::LoadCommand Command; member
/external/llvm/utils/lit/lit/
DShCommands.py1 class Command: class
/external/icu4c/test/perf/utfperf/
Dutfperf.cpp120 class Command : public UPerfFunction { class
122 Command(const UtfPerformanceTest &testcase) in Command() function in Command
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dcommand.js74 Command.prototype = { class
/external/chromium/chrome/browser/chromeos/login/
Dhelper.h116 enum Command { enum
/external/icu4c/test/perf/unisetperf/
Dunisetperf.cpp133 class Command : public UPerfFunction { class
135 Command(const UnicodeSetPerformanceTest &testcase) : testcase(testcase) {} in Command() function in Command
/external/chromium/net/ftp/
Dftp_network_transaction.h50 enum Command { enum
/external/llvm/utils/TableGen/
DAsmWriterEmitter.cpp122 std::string Command; in FindUniqueOperandCommands() local
197 std::string Command = " " + FirstInst->Operands[Op].getCode() + "\n"; in FindUniqueOperandCommands() local
/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp214 static std::string QuoteProgramPathIfNeeded(StringRef Command) { in QuoteProgramPathIfNeeded()
/external/webkit/Tools/Scripts/webkitpy/tool/
Dmulticommandtool.py46 class Command(object): class
/external/chromium/chrome/browser/resources/bookmark_manager/js/
Dmain.js10 const Command = cr.ui.Command; constant
/external/llvm/tools/bugpoint/
DToolRunner.cpp381 std::string Command = ""; in lexCommand() local
/external/webkit/Source/WebCore/editing/
DEditorCommand.cpp1619 Editor::Command::Command() in Command() function in WebCore::Editor::Command
1624 Editor::Command::Command(const EditorInternalCommand* command, EditorCommandSource source, PassRefP… in Command() function in WebCore::Editor::Command