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

  /external/srec/srec/test/SRecTest/src/
SRecTest.c 503 int srec_test_get_five_command_items ( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command,
512 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
581 int srec_test_get_four_command_items ( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command,
589 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
646 int srec_test_get_three_command_items ( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command,
653 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
698 int srec_test_get_two_command_items ( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command,
704 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
    [all...]
  /external/srec/srec/test/SRecTestAudio/src/
SRecTestAudio.c 496 int srec_test_get_five_command_items ( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command,
505 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
574 int srec_test_get_four_command_items ( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command,
582 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
639 int srec_test_get_three_command_items ( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command,
646 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
691 int srec_test_get_two_command_items ( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command,
697 get_status = getFirstToken ( command_start, first_command, &first_max_command_size );
    [all...]
  /external/chromium_org/chrome/common/extensions/
extension_l10n_util_unittest.cc 501 base::DictionaryValue* first_command = new DictionaryValue(); local
502 commands->Set("first_command", first_command);
503 first_command->SetString(keys::kDescription,
524 ASSERT_TRUE(manifest.GetString("commands.first_command.description",

Completed in 119 milliseconds