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) {
74 for (const auto &Command : Commands)
114 if (CommandID < llvm::array_lengthof(Commands))
115 return &Commands[CommandID];
130 return RegisteredCommands[CommandID - llvm::array_lengthof(Commands)];
  /external/lldb/source/
Makefile 11 DIRS := API Breakpoint Commands Core DataFormatters Expression Host Interpreter Plugins Symbol Target Utility
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 186 std::vector<CompileCommand> Commands;
187 getCommands(CommandsRefI->getValue(), Commands);
188 return Commands;
208 std::vector<CompileCommand> Commands;
212 getCommands(CommandsRefI->getValue(), Commands);
214 return Commands;
219 std::vector<CompileCommand> &Commands) const {
223 Commands.push_back(CompileCommand(
  /external/lldb/
Android.mk 15 source/Commands \
  /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 29 ## Commands for running tblgen to compile a td file
  /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/
llvm-host-build.mk 57 ## Commands for running tblgen to compile a td file
llvm-device-build.mk 70 ## Commands for running tblgen to compile a td file
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 450 std::vector<std::string> &Commands = TableDrivenOperandPrinters[i];
454 unsigned NumBits = Log2_32_Ceil(Commands.size());
459 << " bits for " << Commands.size() << " unique commands.\n";
461 if (Commands.size() == 2) {
466 << Commands[1]
468 << Commands[0]
470 } else if (Commands.size() == 1) {
472 O << Commands[0] << "\n\n";
480 for (unsigned i = 0, e = Commands.size(); i != e; ++i)
    [all...]
  /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/icu/icu4c/source/
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/chrome/browser/resources/cryptotoken/
gnubbydevice.js 16 // Commands of the USB interface.
gnubby-u2f.js 10 // Commands and flags of the Gnubby applet
  /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
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_interstitial.cc 225 enum Commands {
  /external/chromium_org/tools/telemetry/telemetry/core/
bitmaptools.cc 14 enum Commands {
  /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/chrome/browser/resources/extensions/
extensions.js 159 // Hook up the configure commands link to the overlay.
160 var link = document.querySelector('.extension-commands-config');
164 // Initialize the Commands overlay.
233 * Shows the Extension Commands configuration UI.
238 ExtensionSettings.showOverlay($('extension-commands-overlay'));
244 * Handles the Configure (Extension) Commands link.
  /external/chromium_org/third_party/libxml/src/
xmlcatalog.c 289 printf("Commands available:\n");

Completed in 435 milliseconds

1 2