Searched refs:command_length (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | CommunicationKDP.cpp | 346 const uint32_t command_length = 8 + 2 + 2 + ::strlen(greeting) + 1; in SendRequestConnect() local 347 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestConnect() 372 const uint32_t command_length = 8 + 2; in SendRequestReattach() local 373 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestReattach() 405 const uint32_t command_length = 8; in SendRequestVersion() local 406 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestVersion() 491 const uint32_t command_length = 8; in SendRequestHostInfo() local 492 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestHostInfo() 521 const uint32_t command_length = 8; in SendRequestKernelVersion() local 522 MakeRequestPacketHeader(command, request_packet, command_length); in SendRequestKernelVersion() [all …]
|
/external/grpc-grpc/src/python/grpcio/ |
D | _spawn_patch.py | 34 command_length = sum([len(arg) for arg in command]) 35 if os.name == 'nt' and command_length > MAX_COMMAND_LENGTH:
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | glX_proto_common.py | 87 print(' const GLuint cmdlen = %s - %u;' % (f.command_length(), bias)) 89 print(' const GLuint cmdlen = %s;' % (f.command_length()))
|
D | glX_XML.py | 364 def command_length(self): member in glx_function
|
/external/arm-trusted-firmware/lib/semihosting/ |
D | semihosting.c | 38 size_t command_length; member 151 system_block.command_length = strlen(command_line); in semihosting_system()
|