HomeSort by relevance Sort by last modified time
    Searched refs:Commands (Results 1 - 25 of 38) sorted by null

1 2

  /external/clang/lib/AST/
CommentCommandTraits.cpp 20 NextID(llvm::array_lengthof(Commands)), Allocator(Allocator) {
78 const int NumOfCommands = llvm::array_lengthof(Commands);
80 HelperTypoCorrectCommandInfo(BestCommand, Typo, &Commands[i]);
119 if (CommandID < llvm::array_lengthof(Commands))
120 return &Commands[CommandID];
135 return RegisteredCommands[CommandID - llvm::array_lengthof(Commands)];
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 187 std::vector<CompileCommand> Commands;
188 getCommands(CommandsRefI->getValue(), Commands);
189 return Commands;
209 std::vector<CompileCommand> Commands;
213 getCommands(CommandsRefI->getValue(), Commands);
215 return Commands;
220 std::vector<CompileCommand> &Commands) const {
224 Commands.push_back(CompileCommand(
Tooling.cpp 112 std::vector<std::string> Commands;
113 Commands.push_back("clang-tool");
114 Commands.push_back("-fsyntax-only");
115 Commands.insert(Commands.end(), Args.begin(), Args.end());
116 Commands.push_back(FileNameRef.data());
118 ToolInvocation Invocation(Commands, ToolAction, &Files);
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_manager_commands.js 134 * Sets Commands.defaultCommand for the commandId and prevents handling
151 CommandUtil.registerCommand(node, commandId, Commands.defaultCommand, doc);
154 var Commands = {};
159 Commands.defaultCommand = {
171 Commands.unmountCommand = {
199 Commands.formatCommand = {
232 Commands.importCommand = {
257 Commands.newFolderCommand = {
272 Commands.newWindowCommand = {
289 Commands.changeDefaultAppCommand =
    [all...]
file_manager.js 543 * One-time initialization of commands.
557 var commands = this.dialogDom_.querySelectorAll('command');
558 for (var i = 0; i < commands.length; i++)
559 cr.ui.Command.decorate(commands[i]);
564 Commands.newFolderCommand, this, this.directoryModel_);
569 'newfolder', Commands.newFolderCommand, this, this.directoryModel_);
572 Commands.newWindowCommand, this, this.directoryModel_);
575 Commands.changeDefaultAppCommand, this);
578 Commands.unmountCommand, this);
581 Commands.importCommand, this.navigationList_)
    [all...]
  /external/clang/unittests/Tooling/
CompilationDatabaseTest.cpp 98 std::vector<CompileCommand> Commands = getAllCompileCommands(
106 EXPECT_EQ(2U, Commands.size()) << ErrorMessage;
107 EXPECT_EQ(Directory1, Commands[0].Directory) << ErrorMessage;
108 ASSERT_EQ(1u, Commands[0].CommandLine.size());
109 EXPECT_EQ(Command1, Commands[0].CommandLine[0]) << ErrorMessage;
110 EXPECT_EQ(Directory2, Commands[1].Directory) << ErrorMessage;
111 ASSERT_EQ(1u, Commands[1].CommandLine.size());
112 EXPECT_EQ(Command2, Commands[1].CommandLine[0]) << ErrorMessage;
122 std::vector<CompileCommand> Commands = Database->getCompileCommands(FileName);
123 EXPECT_LE(Commands.size(), 1u)
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
Update.h 95 CObjectVector<CUpdateArchiveCommand> Commands;
128 Commands.Clear();
131 Commands.Add(c);
Update.cpp 274 for (int i = 0; i < Commands.Size(); i++)
276 CUpdateArchiveCommand &uc = Commands[i];
574 for(int i = 0; i < options.Commands.Size(); i++)
576 CUpdateArchiveCommand &command = options.Commands[i];
733 for(int i = 0; i < options.Commands.Size(); i++)
734 if (options.Commands[i].ActionSet.NeedScanning())
780 CArchivePath &ap = options.Commands[0].ArchivePath;
795 for(int i = 0; i < options.Commands.Size(); i++)
797 CArchivePath &ap = options.Commands[i].ArchivePath;
841 CArchivePath &ap = options.Commands[0].ArchivePath;
    [all...]
ArchiveCommandLine.cpp 541 options.Commands.Delete(0);
554 options.Commands[0].ActionSet = actionSet;
566 options.Commands.Add(uc);
637 options.Commands.Clear();
640 options.Commands.Add(updateMainCommand);
  /external/clang/
clang-host-build.mk 25 ## Commands for running tblgen to compile a td file
  /external/llvm/
llvm-host-build.mk 49 ## Commands for running tblgen to compile a td file
llvm-device-build.mk 64 ## Commands for running tblgen to compile a td file
  /external/chromium_org/chrome/browser/resources/extensions/
extension_commands_overlay.js 10 // The Extension Commands list object that will be used to show the commands
16 * Encapsulated handling of the 'Extension Commands' overlay page.
53 * the current state of extension commands.
60 // Make sure the config link is visible, since there are commands to show
62 document.querySelector('.extension-commands-config').hidden =
63 extensionsData.commands.length == 0;
65 $('no-commands').hidden = extensionsData.commands.length > 0;
67 if (extensionsData.commands.length == 0
    [all...]
extensions.js 126 // Hook up the configure commands link to the overlay.
127 var link = document.querySelector('.extension-commands-config');
131 // Initialize the Commands overlay.
185 * Shows the Extension Commands configuration UI.
196 * Handles the Configure (Extension) Commands link.
  /external/clang/include/clang/Tooling/
JSONCompilationDatabase.h 78 /// \brief Returns all compile commands for all the files in the compilation
100 std::vector<CompileCommand> &Commands) const;
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 466 std::vector<std::string> &Commands = TableDrivenOperandPrinters[i];
470 unsigned NumBits = Log2_32_Ceil(Commands.size());
475 << " bits for " << Commands.size() << " unique commands.\n";
477 if (Commands.size() == 2) {
482 << Commands[1]
484 << Commands[0]
486 } else if (Commands.size() == 1) {
488 O << Commands[0] << "\n\n";
496 for (unsigned i = 0, e = Commands.size(); i != e; ++i)
    [all...]
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_interstitial.cc 94 enum Commands {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imaplib.py 38 # Commands
40 Commands = {
108 All IMAP4rev1 commands are supported by methods of the same
111 All arguments to commands are converted to strings, except for
142 most IMAP servers implement a sub-set of the commands available here.
155 self.tagged_commands = {} # Tagged commands awaiting response
212 if attr in Commands:
301 # IMAP4 commands
752 if not command in Commands:
754 if self.state not in Commands[command]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imaplib.py 38 # Commands
40 Commands = {
108 All IMAP4rev1 commands are supported by methods of the same
111 All arguments to commands are converted to strings, except for
142 most IMAP servers implement a sub-set of the commands available here.
155 self.tagged_commands = {} # Tagged commands awaiting response
212 if attr in Commands:
301 # IMAP4 commands
752 if not command in Commands:
754 if self.state not in Commands[command]
    [all...]
  /external/icu4c/
icudefs.mk 163 # Commands to compile
167 # Commands to link
171 # Commands to make a shared library
224 # Platform commands to remove or move executable and library targets
261 # Link commands to link to ICU libs
  /external/chromium_org/third_party/mesa/src/docs/
MESA_ycbcr_texture.spec 139 In section 3.8.2, Alternate Texture Image Specification Commands, on
  /external/mesa3d/docs/
MESA_ycbcr_texture.spec 139 In section 3.8.2, Alternate Texture Image Specification Commands, on
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
help2man 49 -m, --manual=TEXT name of manual (User Commands, ...)
265 else { $manual = 'User Commands' }
  /external/chromium_org/third_party/libxml/src/
xmlcatalog.c 289 printf("Commands available:\n");
  /external/libxml2/
xmlcatalog.c 289 printf("Commands available:\n");

Completed in 806 milliseconds

1 2