HomeSort by relevance Sort by last modified time
    Searched full:commandid (Results 1 - 25 of 42) sorted by null

1 2

  /external/clang/lib/AST/
CommentCommandTraits.cpp 40 const CommandInfo *CommandTraits::getCommandInfo(unsigned CommandID) const {
41 if (const CommandInfo *Info = getBuiltinCommandInfo(CommandID))
43 return getRegisteredCommandInfo(CommandID);
117 unsigned CommandID) {
118 if (CommandID < llvm::array_lengthof(Commands))
119 return &Commands[CommandID];
133 unsigned CommandID) const {
134 return RegisteredCommands[CommandID - llvm::array_lengthof(Commands)];
CommentSema.cpp 53 unsigned CommandID,
56 CommandID,
83 unsigned CommandID,
86 new (Allocator) ParamCommandComment(LocBegin, LocEnd, CommandID,
284 unsigned CommandID,
287 new (Allocator) TParamCommandComment(LocBegin, LocEnd, CommandID,
368 unsigned CommandID) {
370 StringRef CommandName = Traits.getCommandInfo(CommandID)->Name;
374 CommandID,
381 unsigned CommandID,
    [all...]
  /external/clang/include/clang/AST/
CommentSema.h 92 unsigned CommandID,
103 unsigned CommandID,
121 unsigned CommandID,
134 unsigned CommandID);
138 unsigned CommandID,
149 unsigned CommandID);
156 unsigned CommandID);
167 unsigned CommandID,
Comment.h 99 unsigned CommandID : CommandInfo::NumCommandIDBits;
143 unsigned CommandID : CommandInfo::NumCommandIDBits;
328 unsigned CommandID,
334 InlineCommandCommentBits.CommandID = CommandID;
346 return InlineCommandCommentBits.CommandID;
622 unsigned CommandID,
627 BlockCommandCommentBits.CommandID = CommandID;
634 unsigned CommandID,
    [all...]
CommentCommandTraits.h 154 const CommandInfo *getCommandInfo(unsigned CommandID) const;
165 /// NULL if \c CommandID is not a builtin command.
166 static const CommandInfo *getBuiltinCommandInfo(unsigned CommandID);
173 const CommandInfo *getRegisteredCommandInfo(unsigned CommandID) const;
  /external/libweave/src/notification/
notification_parser_unittest.cc 56 "commandId": "command_id"
106 "commandId": "command_id"
128 "commandId": "command_id"
151 "commandId": "command_id"
  /hardware/ti/omap4-aah/security/tf_crypto_sst/
sst_stub.c 287 SERVICE_SYSTEM_SST_OPEN_COMMAND_ID, /* commandID */
320 SERVICE_SYSTEM_SST_CLOSE_COMMAND_ID, /* commandID */
359 SERVICE_SYSTEM_SST_WRITE_COMMAND_ID, /* commandID */
401 SERVICE_SYSTEM_SST_READ_COMMAND_ID, /* commandID */
441 SERVICE_SYSTEM_SST_SEEK_COMMAND_ID, /* commandID */
471 SERVICE_SYSTEM_SST_GET_OFFSET_AND_SIZE_COMMAND_ID, /* commandID */
526 SERVICE_SYSTEM_SST_GET_SIZE_COMMAND_ID, /* commandID */
576 SERVICE_SYSTEM_SST_CLOSE_DELETE_COMMAND_ID, /* commandID */
601 SERVICE_SYSTEM_SST_TRUNCATE_COMMAND_ID, /* commandID */
639 SERVICE_SYSTEM_SST_RENAME_COMMAND_ID, /* commandID */
    [all...]
pkcs11_object.c 298 nCommandIDAndSession, /* commandID */
377 nCommandIDAndSession, /* commandID */
480 nCommandIDAndSession, /* commandID */
685 nCommandIDAndSession, /* commandID */
729 nCommandIDAndSession, /* commandID */
779 nCommandIDAndSession, /* commandID */
838 nCommandIDAndSession, /* commandID */
883 nCommandIDAndSession, /* commandID */
918 nCommandIDAndSession, /* commandID */
    [all...]
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
sst_stub.c 288 SERVICE_SYSTEM_SST_OPEN_COMMAND_ID, /* commandID */
321 SERVICE_SYSTEM_SST_CLOSE_COMMAND_ID, /* commandID */
360 SERVICE_SYSTEM_SST_WRITE_COMMAND_ID, /* commandID */
402 SERVICE_SYSTEM_SST_READ_COMMAND_ID, /* commandID */
442 SERVICE_SYSTEM_SST_SEEK_COMMAND_ID, /* commandID */
472 SERVICE_SYSTEM_SST_GET_OFFSET_AND_SIZE_COMMAND_ID, /* commandID */
527 SERVICE_SYSTEM_SST_GET_SIZE_COMMAND_ID, /* commandID */
577 SERVICE_SYSTEM_SST_CLOSE_DELETE_COMMAND_ID, /* commandID */
602 SERVICE_SYSTEM_SST_TRUNCATE_COMMAND_ID, /* commandID */
640 SERVICE_SYSTEM_SST_RENAME_COMMAND_ID, /* commandID */
    [all...]
pkcs11_object.c 301 nCommandIDAndSession, /* commandID */
380 nCommandIDAndSession, /* commandID */
483 nCommandIDAndSession, /* commandID */
688 nCommandIDAndSession, /* commandID */
732 nCommandIDAndSession, /* commandID */
782 nCommandIDAndSession, /* commandID */
841 nCommandIDAndSession, /* commandID */
886 nCommandIDAndSession, /* commandID */
921 nCommandIDAndSession, /* commandID */
    [all...]
  /cts/suite/audio_quality/lib/include/audio/
AudioProtocol.h 45 enum CommandId {
73 * read header of reply and returns CommandId of reply.
79 static bool handleReplyHeader(ClientSocket& socket, uint32_t* data, CommandId& id);
RemoteAudio.h 84 void doStop(android::sp<android::MessageHandler>& commandHandler, AudioProtocol::CommandId id);
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
PacketDispatcher.java 193 private int commandId;
207 commandId = 1;
216 return commandId++;
390 * @param commandId
398 public ReplyPacket receiveReply(int commandId, long timeout)
411 commandId));
712 * @param commandId
725 public ReplyPacket receiveReply(int commandId, long timeout)
727 return commandsSynchronyzer.receiveReply(commandId, timeout);
VmMirror.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/
plugin.xml 65 commandId="com.android.monitor.commands.StaticPortConfiguration"
75 commandId="org.eclipse.ui.views.showView"
  /hardware/ti/omap4-aah/security/tf_sdk/include/
tee_client_api_ex.h 97 uint32_t commandID,
tee_client_api.h 175 uint32_t commandID,
  /hardware/ti/omap4xxx/security/tf_sdk/include/
tee_client_api_ex.h 97 uint32_t commandID,
tee_client_api.h 175 uint32_t commandID,
  /cts/suite/audio_quality/lib/src/audio/
AudioProtocol.cpp 52 bool AudioProtocol::handleReplyHeader(ClientSocket& socket, uint32_t* data, CommandId& id)
72 id = (CommandId)command;
RemoteAudio.cpp 106 AudioProtocol::CommandId id;
179 AudioProtocol::CommandId id)
  /hardware/ti/omap4-aah/security/tee_client_api/
tee_client_api_linux_driver.c 503 uint32_t commandID,
509 commandID,
836 uint32_t commandID,
851 sCommand.sInvokeClientCommand.nClientCommandIdentifier = commandID;
  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 495 uint32_t commandID,
501 commandID,
828 uint32_t commandID,
843 sCommand.sInvokeClientCommand.nClientCommandIdentifier = commandID;
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
plugin.xml     [all...]

Completed in 754 milliseconds

1 2