/external/libnfc-nci/src/nfc/include/ |
rw_api.h | 44 RW_T1T_RID_EVT = RW_T1T_FIRST_EVT, /* Read ID command completd */ 45 RW_T1T_RALL_CPLT_EVT, /* Read All command completed */ 119 RW_I93_CMD_CMPL_EVT, /* Command complete */ 201 tNFC_STATUS status; /* status of Inventory command */ 208 tNFC_STATUS status; /* status of Read/Get security status command */ 209 UINT8 command; /* sent command */ member in struct:__anon10599 215 tNFC_STATUS status; /* status of Get Sys Info command */ 227 tNFC_STATUS status; /* status of sent command */ 228 UINT8 command; /* sent command * member in struct:__anon10601 [all...] |
/external/chromium/chrome/browser/debugger/ |
debugger_remote_service.cc | 26 // Constants for the "data", "result", and "command" JSON message fields. 29 const char kCommandKey[] = "command"; 52 // retrieved from the request "command" field. If an operation result 75 std::string command; local 78 content->GetString(kCommandKey, &command); 79 response.SetString(kCommandKey, command); 82 // Unknown command (bad format?) 91 if (command == DebuggerRemoteServiceCommand::kAttach) { 95 } else if (command == DebuggerRemoteServiceCommand::kDetach) { 98 } else if (command == DebuggerRemoteServiceCommand::kDebuggerCommand) [all...] |
/external/clang/include/clang/Tooling/ |
CompilationDatabase.h | 42 /// \brief Specifies the working directory and command of a compilation. 48 /// \brief The working directory the command was executed from. 51 /// \brief The command line that was executed. 57 /// A compilation database allows the user to retrieve all compile command lines 59 /// The retrieved compile command lines can be used to run clang tools over 101 /// A compilation database representing the project would return both command 102 /// lines for a.cc and b.cc and only the first command line for t.cc. 135 /// \brief A compilation database that returns a single compile command line. 142 /// Parses the given command line for "--". If "--" is found, the rest of 143 /// the arguments will make up the command line in the returne [all...] |
/external/kernel-headers/original/linux/ |
qic117.h | 32 * `Common Command Set Interface Specification for Flexible 57 * QIC-117 common command set rev. J. 90 /* command 27, in ccs2: Select Rate or Format */ 94 /* command 31: vendor unique */ 125 /* command mask state cmd_type */\ 133 /* 5*/ {"alternate command timeout", 0x00, 0x00, mode, 0, required},\ 245 /* 1*/ { "Command Received while Drive Not Ready", 0, },\ 250 /* 6*/ { "Undefined or Reserved Command Code", 1, },\ 252 /* 8*/ { "Illegal Command in Report Subcontext", 0, },\ 256 /*12*/ { "Command Received While Error Status Pending (obs)", 1, }, [all...] |
/cts/suite/audio_quality/lib/include/audio/ |
AudioProtocol.h | 46 ECmdStart = 0x12340001, //not actual command 53 ECmdLast = 0x12340007, // not actual command 57 // up to 5 parameters for command / reply 82 AudioProtocol(ClientSocket& socket, uint32_t command) 83 : mCommand(command), 90 bool checkHeaderId(const uint32_t* data, uint32_t command);
|
/external/chromium/chrome/browser/ |
global_keyboard_shortcuts_mac.h | 20 int vkey_code; // Virtual Key code for the command. 21 unichar key_char; // Key event characters for the command as reported by 23 int chrome_command; // The chrome command # to execute for this shortcut. 27 // |key_char| is specified) correspond to a given Chrome command. 28 // returns: Command number (as passed to Browser::ExecuteCommand) or -1 if there 71 // [charactersIgnoringModifiers] for command keys. Similarly, on german
|
/external/clang/include/clang/Driver/ |
Job.h | 19 class Command; 39 /// addCommand - Append a command to the current job, which must be 41 void addCommand(Command *C); 44 /// Command - An executable path/name and argument vector to 46 class Command : public Job { 63 Command(const Action &_Source, const Tool &_Creator, const char *_Executable,
|
/external/clang/lib/Frontend/ |
CreateInvocationFromCommandLine.cpp | 10 // Construct a compiler invocation object for command line driver arguments 27 /// a command line argument vector. 62 // We expect to get back exactly one command job, if we didn't something 65 if (Jobs.size() != 1 || !isa<driver::Command>(*Jobs.begin())) { 73 const driver::Command *Cmd = cast<driver::Command>(*Jobs.begin());
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
StructuralWhitespaceStripper.java | 51 * A structural command is any command that never emits any output. These come in three types: 145 * Flag to tell us if the line we are processing has an inline command in it. 147 * An inline command is a complex command (eg. 'if', 'loop') where both the start and end of the 148 * command exists on the same line. Non-complex commands (eg. 'var', 'name') cannot be considered 151 * This flag is set when we process the start of a complex command and unset when we finish 153 * command, it tells us that (at least one) complex command was entirely contained within the 169 * where the trailing newlines for both the opening and closing of the 'if' command should b [all...] |
/external/llvm/test/MC/MachO/ |
comm-1.s | 17 // CHECK: # Load Command 0 18 // CHECK: (('command', 1) 47 // CHECK: # Load Command 1 48 // CHECK: (('command', 2) 90 // CHECK: # Load Command 2 91 // CHECK: (('command', 11)
|
darwin-complex-difference.s | 26 // CHECK: # Load Command 0 27 // CHECK: (('command', 25) 70 // CHECK: # Load Command 1 71 // CHECK: (('command', 2) 105 // CHECK: # Load Command 2 106 // CHECK: (('command', 11)
|
lcomm-attributes.s | 24 // CHECK: # Load Command 0 25 // CHECK: (('command', 1) 69 // CHECK: # Load Command 1 70 // CHECK: (('command', 2) 112 // CHECK: # Load Command 2 113 // CHECK: (('command', 11)
|
section-align-2.s | 24 // CHECK: # Load Command 0 25 // CHECK: (('command', 1) 78 // CHECK: # Load Command 1 79 // CHECK: (('command', 2) 113 // CHECK: # Load Command 2 114 // CHECK: (('command', 11)
|
tbss.s | 14 // CHECK: # Load Command 0 15 // CHECK: (('command', 25) 63 // CHECK: # Load Command 1 64 // CHECK: (('command', 2) 90 // CHECK: # Load Command 2 91 // CHECK: (('command', 11)
|
tdata.s | 14 // CHECK: # Load Command 0 15 // CHECK: (('command', 25) 63 // CHECK: # Load Command 1 64 // CHECK: (('command', 2) 82 // CHECK: # Load Command 2 83 // CHECK: (('command', 11)
|
tlv.s | 18 // CHECK: # Load Command 0 19 // CHECK: (('command', 25) 67 // CHECK: # Load Command 1 68 // CHECK: (('command', 2) 86 // CHECK: # Load Command 2 87 // CHECK: (('command', 11)
|
values.s | 27 // CHECK: # Load Command 0 28 // CHECK: (('command', 1) 68 // CHECK: # Load Command 1 69 // CHECK: (('command', 2) 111 // CHECK: # Load Command 2 112 // CHECK: (('command', 11)
|
zerofill-1.s | 18 // CHECK: # Load Command 0 19 // CHECK: (('command', 1) 78 // CHECK: # Load Command 1 79 // CHECK: (('command', 2) 97 // CHECK: # Load Command 2 98 // CHECK: (('command', 11)
|
zerofill-2.s | 15 // CHECK: # Load Command 0 16 // CHECK: (('command', 1) 60 // CHECK: # Load Command 1 61 // CHECK: (('command', 2) 79 // CHECK: # Load Command 2 80 // CHECK: (('command', 11)
|
zerofill-3.s | 29 // CHECK: # Load Command 0 30 // CHECK: (('command', 1) 74 // CHECK: # Load Command 1 75 // CHECK: (('command', 2) 117 // CHECK: # Load Command 2 118 // CHECK: (('command', 11)
|
zerofill-5.s | 17 // CHECK: # Load Command 0 18 // CHECK: (('command', 25) 66 // CHECK: # Load Command 1 67 // CHECK: (('command', 2) 85 // CHECK: # Load Command 2 86 // CHECK: (('command', 11)
|
/external/oprofile/libopt++/ |
popt_options.h | 5 * This provides a simple facility for adding command-line 30 * any left over command line arguments in the add_params vector. Note 58 * parse_options - parse command line options 63 * Parse the given command line with the previous 74 * option - base class for a command line option 76 * Every command line option added before calling parse_options()
|
/external/webkit/Source/WebKit/android/wds/ |
DebugServer.cpp | 29 #include "Command.h" 77 Command::Init(); 98 Command* c = Command::Find(conn); 100 ALOGE("Could not find matching command"); 103 // Dispatch the command, it will handle cleaning up the connection
|
/frameworks/base/core/java/com/android/internal/os/ |
BaseCommand.java | 34 * Call to run the command. 76 * Implement the command. 81 * Print help text for the command. 86 * Return the next option on the command line -- that is an argument that 119 * Return the next argument on the command line, whatever it is; if there are 135 * Return the next argument on the command line, whatever it is; if there are
|
/hardware/ril/reference-ril/ |
atchannel.h | 79 /* This callback is invoked on the command thread. 90 int at_send_command_singleline (const char *command, 94 int at_send_command_numeric (const char *command, 97 int at_send_command_multiline (const char *command, 104 int at_send_command (const char *command, ATResponse **pp_outResponse); 106 int at_send_command_sms (const char *command, const char *pdu,
|