Searched refs:input_source (Results  1 – 6 of 6) sorted by relevance
| /external/rust/crates/protobuf/src/coded_input_stream/ | 
| D | buf_read_iter.rs | 19 use crate::coded_input_stream::input_source::InputSource;46     input_source: InputSource<'a>,  field
 54         match self.input_source {  in drop()
 64             input_source: InputSource::Read(BufReadOrReader::BufReader(BufReader::with_capacity(  in from_read()
 76             input_source: InputSource::Read(BufReadOrReader::BufRead(buf_read)),  in from_buf_read()
 85             input_source: InputSource::Slice(bytes),  in from_byte_slice()
 95             input_source: InputSource::Bytes(bytes),  in from_bytes()
 201         if let InputSource::Bytes(bytes) = self.input_source {  in read_exact_bytes()
 246         match &mut self.input_source {  in consume_buf()
 277         match &mut self.input_source {  in read_exact_slow()
 [all …]
 
 | 
| D | mod.rs | 4 mod input_source;  module
 | 
| /external/rust/crates/protobuf/2.27.1/src/ | 
| D | buf_read_iter.rs | 57     input_source: InputSource<'a>,  field67         match self.input_source {  in drop()
 77             input_source: InputSource::Read(BufReadOrReader::BufReader(BufReader::with_capacity(  in from_read()
 91             input_source: InputSource::Read(BufReadOrReader::BufRead(buf_read)),  in from_buf_read()
 102             input_source: InputSource::Slice(bytes),  in from_byte_slice()
 114             input_source: InputSource::Bytes(bytes),  in from_bytes()
 244         if let InputSource::Bytes(bytes) = self.input_source {  in read_exact_bytes()
 305         match self.input_source {  in read_exact_slow()
 396         match self.input_source {  in do_fill_buf()
 
 | 
| /external/deqp/external/openglcts/modules/gles31/ | 
| D | es31cArrayOfArraysTests.cpp | 7777 	std::string input_source;  in test_shader_compilation()  local7781 						  output_variable_shader_source, input_source, output_source);  in test_shader_compilation()
 7793 					this->prepare_fragment_shader(input_shader_type, input_source, output_source);  in test_shader_compilation()
 7795 					this->prepare_geometry_shader(input_shader_type, input_source, output_source);  in test_shader_compilation()
 7797 					this->prepare_tess_ctrl_shader_source(input_shader_type, input_source, output_source);  in test_shader_compilation()
 7799 					this->prepare_tess_eval_shader_source(input_shader_type, input_source, output_source);  in test_shader_compilation()
 7801 					this->prepare_vertex_shader(input_shader_type, input_source, output_source);  in test_shader_compilation()
 7810 					this->prepare_fragment_shader(input_shader_type, input_source, output_source);  in test_shader_compilation()
 7812 					this->prepare_vertex_shader(input_shader_type, input_source, output_source);  in test_shader_compilation()
 7819 			this->execute_negative_test(input_shader_type, input_source);  in test_shader_compilation()
 [all …]
 
 | 
| D | es31cArrayOfArraysTests.hpp | 2123 											  const std::string& input_source, const std::string& output_source);2125 											  const std::string& input_source, const std::string& output_source);
 2127 …nst typename TestCaseBase<API>::TestShaderType& input_shader_type, const std::string& input_source,
 2130 …nst typename TestCaseBase<API>::TestShaderType& input_shader_type, const std::string& input_source,
 2133 											const std::string& input_source, const std::string& output_source);
 2137 						 std::string& input_source, std::string& output_source);
 
 | 
| /external/antlr/runtime/Ruby/test/functional/tree-parser/ | 
| D | basic.rb | 667     input_source = <<-END.fixed_indent( 0 )682     lexer = GenericLanguage::Lexer.new( input_source )
 
 |