Home
last modified time | relevance | path

Searched refs:current_output (Results 1 – 2 of 2) sorted by relevance

/external/libkmsxx/utils/
Dkmstest.cpp532 OutputInfo* current_output = 0; in setups_to_outputs() local
540 current_output = &outputs.back(); in setups_to_outputs()
542 get_connector(resman, *current_output, arg.arg); in setups_to_outputs()
550 if (!current_output) { in setups_to_outputs()
552 current_output = &outputs.back(); in setups_to_outputs()
555 if (!current_output->connector) in setups_to_outputs()
556 get_connector(resman, *current_output); in setups_to_outputs()
558 parse_crtc(resman, card, arg.arg, *current_output); in setups_to_outputs()
567 if (!current_output) { in setups_to_outputs()
569 current_output = &outputs.back(); in setups_to_outputs()
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc1578 google::protobuf::scoped_ptr<io::ZeroCopyOutputStream> current_output; in GeneratePluginOutput() local
1586 current_output.reset(); in GeneratePluginOutput()
1587 current_output.reset(generator_context->OpenForInsert( in GeneratePluginOutput()
1593 current_output.reset(); in GeneratePluginOutput()
1594 current_output.reset(generator_context->Open(output_file.name())); in GeneratePluginOutput()
1595 } else if (current_output == NULL) { in GeneratePluginOutput()
1604 io::CodedOutputStream writer(current_output.get()); in GeneratePluginOutput()