/external/clang/test/CodeGenCXX/ |
D | 2005-02-19-BitfieldStructCrash.cpp | 5 struct Command { struct 6 Command(QChar c) : c(c) {} in Command() function 11 Command X(QChar('c')); argument
|
/external/webkit/Source/WebKit/android/wds/ |
D | Command.h | 70 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/ |
D | command_updater.cc | 16 class CommandUpdater::Command { class in CommandUpdater 21 Command() : enabled(true) {} in Command() function in CommandUpdater::Command
|
/external/clang/include/clang/Driver/ |
D | Job.h | 19 class Command; variable 81 static bool classof(const Command *) { return true; } in classof()
|
D | Driver.h | 36 class Command; variable
|
/external/clang/unittests/Tooling/ |
D | CompilationDatabaseTest.cpp | 46 StringRef Command("/path/to/compiler and some arguments"); in TEST() local 74 StringRef Command("\\\"/path to compiler\\\" \\\"and an argument\\\""); in TEST() local 90 StringRef Command("a command"); in TEST() local 104 StringRef Command("command"); in TEST() local 122 static std::vector<std::string> unescapeJsonCommandLine(StringRef Command) { in unescapeJsonCommandLine()
|
/external/clang/lib/Driver/ |
D | Job.cpp | 21 Command::Command(const Action &_Source, const Tool &_Creator, in Command() function in Command
|
/external/icu4c/test/perf/utrie2perf/ |
D | utrie2perf.cpp | 95 class Command : public UPerfFunction { class 97 Command(const UTrie2PerfTest &testcase) : testcase(testcase) {} in Command() function in Command
|
/external/emma/core/java12/com/vladium/emma/ |
D | Command.java | 31 abstract class Command class 63 protected Command (final String usageToolName, final String [] args) in Command() method in Command
|
/external/llvm/include/llvm/Object/ |
D | MachOObject.h | 49 macho::LoadCommand Command; member
|
/external/llvm/utils/lit/lit/ |
D | ShCommands.py | 1 class Command: class
|
/external/icu4c/test/perf/utfperf/ |
D | utfperf.cpp | 120 class Command : public UPerfFunction { class 122 Command(const UtfPerformanceTest &testcase) in Command() function in Command
|
/external/chromium-trace/src/shared/js/cr/ui/ |
D | command.js | 74 Command.prototype = { class
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
D | command.js | 74 Command.prototype = { class
|
/external/chromium/chrome/browser/chromeos/login/ |
D | helper.h | 116 enum Command { enum
|
/external/icu4c/test/perf/unisetperf/ |
D | unisetperf.cpp | 133 class Command : public UPerfFunction { class 135 Command(const UnicodeSetPerformanceTest &testcase) : testcase(testcase) {} in Command() function in Command
|
/external/clang/lib/Tooling/ |
D | CompilationDatabase.cpp | 226 llvm::yaml::ScalarNode *Command; in parse() local
|
D | Tooling.cpp | 252 CompileCommand &Command = CompileCommands[I]; in ClangTool() local
|
/external/chromium/net/ftp/ |
D | ftp_network_transaction.h | 50 enum Command { enum
|
/external/llvm/utils/TableGen/ |
D | AsmWriterEmitter.cpp | 123 std::string Command; in FindUniqueOperandCommands() local 198 std::string Command = " " + FirstInst->Operands[Op].getCode() + "\n"; in FindUniqueOperandCommands() local
|
/external/webkit/Tools/Scripts/webkitpy/tool/ |
D | multicommandtool.py | 46 class Command(object): class
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 189 uint32_t Command = DRI.d.a; in getSymbolSize() local 217 uint32_t Command = DRI.d.a; in getSymbolSize() local
|
/external/llvm/tools/bugpoint/ |
D | ToolRunner.cpp | 383 std::string Command = ""; in lexCommand() local
|
/external/chromium/chrome/browser/resources/bookmark_manager/js/ |
D | main.js | 10 const Command = cr.ui.Command; constant
|
/external/webkit/Source/WebCore/editing/ |
D | EditorCommand.cpp | 1619 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
|