Searched refs:read_location (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/lib/io/snappy/ |
D | snappy_inputbuffer.cc | 152 char* read_location = reinterpret_cast<char*>(input_buffer_.get()); in ReadFromFile() local 166 read_location += avail_in_; in ReadFromFile() 170 Status s = file_->Read(file_pos_, bytes_to_read, &data, read_location); in ReadFromFile() 171 if (data.data() != read_location) { in ReadFromFile() 172 memmove(read_location, data.data(), data.size()); in ReadFromFile()
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | zlib_inputstream.cc | 125 char* read_location = reinterpret_cast<char*>(z_stream_def_->input.get()); in ReadFromStream() local 140 read_location += z_stream_def_->stream->avail_in; in ReadFromStream() 147 memcpy(read_location, data.data(), data.size()); in ReadFromStream()
|
/external/libabigail/src/ |
D | abg-reader.cc | 1065 static bool read_location(const read_context&, xmlNodePtr, location&); 2216 read_location(const read_context& ctxt, in read_location() function 2733 read_location(ctxt, node, loc); in build_namespace_decl() 3030 read_location(ctxt, node, loc); in build_function_parameter() 3091 read_location(ctxt, node, loc); in build_function_decl() 3244 read_location(ctxt, node, type_location); in type_is_suppressed() 3365 read_location(ctxt, node, locus); in build_var_decl() 3432 read_location(ctxt, node, loc); in build_type_decl() 3537 read_location(ctxt, node, loc); in build_qualified_type_decl() 3628 read_location(ctxt, node, loc); in build_pointer_type_def() [all …]
|
/external/libcups/scheduler/ |
D | conf.c | 201 static int read_location(cups_file_t *fp, char *name, int linenum); 2956 linenum = read_location(fp, value, linenum); in read_cupsd_conf() 3722 read_location(cups_file_t *fp, /* I - Configuration file */ in read_location() function
|
/external/libabigail/ |
D | ChangeLog | 14088 (read_location): Take a const read_context and adjust. 31840 (read_location): Remove the overload that was using the xml reader. 35429 * src/abg-reader.cc (read_location): New overload to read location 35492 (read_input, read_file, read_location, handle_element)
|