Searched defs:second_command (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/message_center/
H A Dmessage_center_tray_unittest.cc280 const int second_command = model->GetCommandIdAt(1); local
306 EXPECT_EQ(second_command, model->GetCommandIdAt(0));
/external/chromium_org/extensions/common/
H A Dextension_l10n_util_unittest.cc478 base::DictionaryValue* second_command = new base::DictionaryValue(); local
479 commands->Set("second_command", second_command);
480 second_command->SetString(keys::kDescription,
501 manifest.GetString("commands.second_command.description", &result));
/external/srec/srec/test/SRecTest/src/
H A DSRecTest.c504 size_t second_max_command_size, LCHAR *second_command,
516 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
582 size_t second_max_command_size, LCHAR *second_command,
593 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
647 size_t second_max_command_size, LCHAR *second_command,
657 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
699 size_t second_max_command_size, LCHAR *second_command,
708 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
503 srec_test_get_five_command_items( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command, size_t second_max_command_size, LCHAR *second_command, size_t third_max_command_size, LCHAR *third_command, size_t fourth_max_command_size, LCHAR *fourth_command, size_t fifth_max_command_size, LCHAR *fifth_command, size_t *actual_commands, LCHAR **command_end ) argument
581 srec_test_get_four_command_items( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command, size_t second_max_command_size, LCHAR *second_command, size_t third_max_command_size, LCHAR *third_command, size_t fourth_max_command_size, LCHAR *fourth_command, size_t *actual_commands, LCHAR **command_end ) argument
646 srec_test_get_three_command_items( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command, size_t second_max_command_size, LCHAR *second_command, size_t third_max_command_size, LCHAR *third_command, size_t *actual_commands, LCHAR **command_end ) argument
698 srec_test_get_two_command_items( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command, size_t second_max_command_size, LCHAR *second_command, size_t *actual_commands, LCHAR **command_end ) argument
/external/srec/srec/test/SRecTestAudio/src/
H A DSRecTestAudio.c497 size_t second_max_command_size, LCHAR *second_command,
509 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
575 size_t second_max_command_size, LCHAR *second_command,
586 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
640 size_t second_max_command_size, LCHAR *second_command,
650 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
692 size_t second_max_command_size, LCHAR *second_command,
701 get_status = getFirstToken ( command_start + first_max_command_size, second_command, &second_max_command_size );
496 srec_test_get_five_command_items( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command, size_t second_max_command_size, LCHAR *second_command, size_t third_max_command_size, LCHAR *third_command, size_t fourth_max_command_size, LCHAR *fourth_command, size_t fifth_max_command_size, LCHAR *fifth_command, size_t *actual_commands, LCHAR **command_end ) argument
574 srec_test_get_four_command_items( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command, size_t second_max_command_size, LCHAR *second_command, size_t third_max_command_size, LCHAR *third_command, size_t fourth_max_command_size, LCHAR *fourth_command, size_t *actual_commands, LCHAR **command_end ) argument
639 srec_test_get_three_command_items( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command, size_t second_max_command_size, LCHAR *second_command, size_t third_max_command_size, LCHAR *third_command, size_t *actual_commands, LCHAR **command_end ) argument
691 srec_test_get_two_command_items( LCHAR *command_start, size_t first_max_command_size, LCHAR *first_command, size_t second_max_command_size, LCHAR *second_command, size_t *actual_commands, LCHAR **command_end ) argument

Completed in 1352 milliseconds