HomeSort by relevance Sort by last modified time
    Searched refs:command_type (Results 1 - 17 of 17) sorted by null

  /external/libchrome/sandbox/linux/syscall_broker/
broker_host.cc 116 // Handle a |command_type| request contained in |iter| and send the reply
120 IPCCommand command_type,
132 switch (command_type) {
200 int command_type; local
201 if (iter.ReadInt(&command_type)) {
204 switch (command_type) {
209 broker_policy_, static_cast<IPCCommand>(command_type),
  /system/bt/vendor_libs/test_vendor_lib/test/
packet_stream_unittest.cc 131 serial_data_type_t command_type = DATA_TYPE_COMMAND; local
132 write(socketpair_fds_[1], &command_type, 1);
133 EXPECT_EQ(command_type, packet_stream_.ReceivePacketType(socketpair_fds_[0]));
  /system/extras/taskstats/
taskstats.c 91 int command_type, int parameter,
98 nla_put_u32(message, command_type, parameter);
257 int command_type = 0; local
281 command_type = TASKSTATS_CMD_ATTR_PID;
285 command_type = TASKSTATS_CMD_ATTR_TGID;
320 ret = query_task_stats(netlink_socket, family_id, command_type, pid, &stats);
  /external/autotest/client/cros/cellular/mbim_compliance/tests/
cm_07.py 39 command_type=mbim_constants.COMMAND_TYPE_QUERY,
cm_05.py 36 command_type=mbim_constants.COMMAND_TYPE_QUERY,
42 command_type=mbim_constants.COMMAND_TYPE_QUERY,
cm_08.py 41 command_type=mbim_constants.COMMAND_TYPE_SET,
cm_13.py 55 command_type=mbim_constants.COMMAND_TYPE_QUERY,
  /external/autotest/client/site_tests/cellular_MbimComplianceControlRequest/
cellular_MbimComplianceCM07.py 51 command_type=mbim_constants.COMMAND_TYPE_QUERY,
cellular_MbimComplianceCM08.py 53 command_type=mbim_constants.COMMAND_TYPE_SET,
  /test/vts/drivers/shell/
ShellDriver.cpp 154 if (cmd_msg.command_type() == EXIT) {
157 } else if (cmd_msg.command_type() != EXECUTE_COMMAND) {
158 cerr << "[Shell driver] unknown command type " << cmd_msg.command_type()
  /test/vts/drivers/hal/framework/
SocketServer.cpp 146 cout << __func__ << ":" << __LINE__ << " command_type "
147 << command_message.command_type() << endl;
148 switch (command_message.command_type()) {
  /test/vts/runners/host/tcp_client/
vts_tcp_client.py 395 command_type,
415 command_type: integer, the command type.
424 command_msg.command_type = command_type
426 COMMAND_TYPE_NAME[command_type])
427 if command_type == 202:
  /test/vts/agents/hal/
AgentRequestHandler.cpp 515 << " command_type = " << command_msg.command_type() << endl;
516 switch (command_msg.command_type()) {
539 << command_msg.command_type() << endl;
  /external/ImageMagick/MagickCore/
animate.c 356 % XWindows *windows,const CommandType command_type,Image **image,
379 XWindows *windows,const CommandType command_type,Image **image,
398 switch (command_type)
524 if (command_type == StepBackwardCommand)
526 if (command_type == StepForwardCommand)
1311 command_type; local
    [all...]
display.c 11285 command_type; local
14435 command_type; local
    [all...]
  /external/llvm/utils/lit/lit/
TestRunner.py 551 (line_number, command_type, line).
820 for line_number, command_type, ln in \
823 parser = keyword_parsers[command_type]
825 if command_type == 'END.' and parser.getValue() is True:
    [all...]
  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_message_unittest.py 322 command_type=mbim_constants.COMMAND_TYPE_QUERY,

Completed in 3203 milliseconds