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

1 2

  /external/autotest/client/cros/cellular/mbim_compliance/
mbim_command_message.py 39 'command_type' : mbim_constants.COMMAND_TYPE_SET}
53 'command_type' : mbim_constants.COMMAND_TYPE_QUERY,
81 'command_type' : mbim_constants.COMMAND_TYPE_QUERY,
114 'command_type' : mbim_constants.COMMAND_TYPE_QUERY,
158 'command_type' : mbim_constants.COMMAND_TYPE_QUERY,
mbim_message_request.py 57 ('I', 'command_type', ''),
mbim_message_unittest.py 322 command_type=mbim_constants.COMMAND_TYPE_QUERY,
  /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_05.py 36 command_type=mbim_constants.COMMAND_TYPE_QUERY,
42 command_type=mbim_constants.COMMAND_TYPE_QUERY,
cm_07.py 39 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,
  /test/vts/drivers/hal/server/
SocketServer.cpp 107 LOG(DEBUG) << " command_type " << command_message.command_type();
108 switch (command_message.command_type()) {
  /test/vts/drivers/shell/
ShellDriver.cpp 163 if (cmd_msg.command_type() == EXIT) {
166 } else if (cmd_msg.command_type() != EXECUTE_COMMAND) {
167 LOG(ERROR) << "Unknown command type " << cmd_msg.command_type();
  /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/agents/hal/
AgentRequestHandler.cpp 445 LOG(DEBUG) << "command_type = " << command_msg.command_type();
446 switch (command_msg.command_type()) {
468 LOG(ERROR) << " ERROR unknown command " << command_msg.command_type();
  /test/vts/proto/
VtsDriverControlMessage.proto 63 optional VtsDriverCommandType command_type = 1;
AndroidSystemControlMessage.proto 81 optional CommandType command_type = 1;
AndroidSystemControlMessage_pb2.py 178 name='command_type', full_name='android.vts.AndroidSystemControlCommandMessage.command_type', index=0,
456 _ANDROIDSYSTEMCONTROLCOMMANDMESSAGE.fields_by_name['command_type'].enum_type = _COMMANDTYPE
  /system/bt/stack/test/rfcomm/
stack_rfcomm_test_utils.cc 97 uint8_t command_type, bool cr, const std::vector<uint8_t>& data) {
103 header |= command_type << 2;
stack_rfcomm_test_utils.h 110 * @param command_type type of command
117 uint8_t command_type, bool cr, const std::vector<uint8_t>& data);
  /test/vts/runners/host/tcp_client/
vts_tcp_client.py 495 command_type,
515 command_type: integer, the command type.
524 command_msg.command_type = command_type
526 COMMAND_TYPE_NAME[command_type])
527 if command_type == 202:
  /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...]
  /test/vts/harnesses/tradefed/tests/res/testtype/
vts_multi_device_test_parser_output_error.txt 4 07-08 11:56:25 I/VtsMultiDeviceTestResultParser: Standard output: [VTS-Example] 07-08 11:56:25.515 INFO command command_type: SET_HOST_INFO
47 [VTS-Example] 07-08 11:56:27.150 INFO command command_type: SET_HOST_INFO
  /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...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DataType.py 433 TAB_TOD_DEFINES_COMMAND_TYPE = 'COMMAND_TYPE'
  /prebuilts/gdb/darwin-x86/share/gdb/python/gdb/command/
frame_filters.py 136 command_type: A tuple with the first element being the

Completed in 1045 milliseconds

1 2