Home
last modified time | relevance | path

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

/external/libkmsxx/utils/
Dkmstest.cpp534 OutputInfo* current_output = 0; in setups_to_outputs() local
541 current_output = &outputs.back(); in setups_to_outputs()
543 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()
566 if (!current_output) { in setups_to_outputs()
568 current_output = &outputs.back(); in setups_to_outputs()
[all …]
/external/trusty/lk/dev/keys/
Dgpio_keypad.c46 int current_output; member
96 out = kp->current_output; in gpio_keypad_timer_func()
105 kp->current_output = out; in gpio_keypad_timer_func()
170 keypad->current_output = kpinfo->noutputs; in gpio_keypad_init()
/external/cronet/tot/net/server/
Dweb_socket_encoder.cc310 std::string current_output; in DecodeFrame() local
312 frame, type_ == FOR_SERVER, bytes_consumed, &current_output, &compressed); in DecodeFrame()
318 continuation_message_frames_.push_back(current_output); in DecodeFrame()
331 *output = current_output; in DecodeFrame()
/external/cronet/stable/net/server/
Dweb_socket_encoder.cc310 std::string current_output; in DecodeFrame() local
312 frame, type_ == FOR_SERVER, bytes_consumed, &current_output, &compressed); in DecodeFrame()
318 continuation_message_frames_.push_back(current_output); in DecodeFrame()
331 *output = current_output; in DecodeFrame()
/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc2305 std::unique_ptr<io::ZeroCopyOutputStream> current_output; in GeneratePluginOutput() local
2314 current_output.reset(); in GeneratePluginOutput()
2315 current_output.reset( in GeneratePluginOutput()
2323 current_output.reset(); in GeneratePluginOutput()
2324 current_output.reset(generator_context->Open(output_file.name())); in GeneratePluginOutput()
2325 } else if (current_output == nullptr) { in GeneratePluginOutput()
2335 io::CodedOutputStream writer(current_output.get()); in GeneratePluginOutput()
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc2305 std::unique_ptr<io::ZeroCopyOutputStream> current_output; in GeneratePluginOutput() local
2314 current_output.reset(); in GeneratePluginOutput()
2315 current_output.reset( in GeneratePluginOutput()
2323 current_output.reset(); in GeneratePluginOutput()
2324 current_output.reset(generator_context->Open(output_file.name())); in GeneratePluginOutput()
2325 } else if (current_output == nullptr) { in GeneratePluginOutput()
2335 io::CodedOutputStream writer(current_output.get()); in GeneratePluginOutput()
/external/protobuf/src/google/protobuf/compiler/
Dcommand_line_interface.cc2310 std::unique_ptr<io::ZeroCopyOutputStream> current_output; in GeneratePluginOutput() local
2319 current_output.reset(); in GeneratePluginOutput()
2320 current_output.reset( in GeneratePluginOutput()
2328 current_output.reset(); in GeneratePluginOutput()
2329 current_output.reset(generator_context->Open(output_file.name())); in GeneratePluginOutput()
2330 } else if (current_output == nullptr) { in GeneratePluginOutput()
2340 io::CodedOutputStream writer(current_output.get()); in GeneratePluginOutput()
/external/leveldb/db/
Ddb_impl.cc62 Output* current_output() { return &outputs[outputs.size() - 1]; } in current_output() function
831 const uint64_t output_number = compact->current_output()->number; in FinishCompactionOutputFile()
843 compact->current_output()->file_size = current_bytes; in FinishCompactionOutputFile()
998 compact->current_output()->smallest.DecodeFrom(key); in DoCompactionWork()
1000 compact->current_output()->largest.DecodeFrom(key); in DoCompactionWork()
/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
Ddevice_transform_patterns.cc163 auto current_output = split_op->getResult(i); in SliceOutputs() local
165 current_output.getType().cast<RankedTensorType>(); in SliceOutputs()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc3990 llvm::Value* current_output = in EmitReductionOutputForColumnReduction() local
3996 Load(state.partial_result_address->getAllocatedType(), current_output); in EmitReductionOutputForColumnReduction()