Home
last modified time | relevance | path

Searched refs:command_set (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DCommandPacket.java37 private byte command_set; field in CommandPacket
52 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()
/external/brotli/c/tools/
Dbrotli.c174 BROTLI_BOOL command_set = BROTLI_FALSE; in ParseParams() local
241 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()
/external/tensorflow/tensorflow/python/debug/cli/
Dcli_shared_test.py310 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)