Searched refs:command_set (Results 1 – 3 of 3) sorted by relevance
37 private byte command_set; field in CommandPacket52 this.command_set = commandSet; in CommandPacket()63 command_set = bytes_array[COMMAND_SET_INDEX]; in CommandPacket()73 command_set = val; in setCommandSet()82 return command_set; in getCommandSet()101 this.command_set = commandSet; in setCommand()124 res[COMMAND_SET_INDEX] = command_set; in toBytesArray()
174 BROTLI_BOOL command_set = BROTLI_FALSE; in ParseParams() local241 if (command_set) { in ParseParams()245 command_set = BROTLI_TRUE; in ParseParams()274 if (command_set) { in ParseParams()278 command_set = BROTLI_TRUE; in ParseParams()368 if (command_set) { in ParseParams()372 command_set = BROTLI_TRUE; in ParseParams()411 if (command_set) { in ParseParams()415 command_set = BROTLI_TRUE; in ParseParams()
310 command_set = set()312 command_set.add(annot[2].content)314 command_set.add(annot[2].content)315 self.assertEqual({"run -f filter_a", "run -f filter_b"}, command_set)