Home
last modified time | relevance | path

Searched refs:start_location (Results 1 – 17 of 17) sorted by relevance

/external/image_io/src/jpeg/
Djpeg_segment.cc21 size_t start_location, char value) { in SkipWhiteSpaceFindChar() argument
22 for (size_t location = start_location; location < segment.GetEnd(); in SkipWhiteSpaceFindChar()
78 size_t JpegSegment::Find(size_t start_location, Byte value) const { in Find() argument
84 value_location = begin_segment_->Find(start_location, value); in Find()
87 DataSegment::Find(start_location, value, begin_segment_, end_segment_); in Find()
93 size_t start_location, const char* property_name) const { in ExtractXmpPropertyValue() argument
95 FindXmpPropertyValueBegin(start_location, property_name); in ExtractXmpPropertyValue()
106 size_t JpegSegment::FindXmpPropertyValueBegin(size_t start_location, in FindXmpPropertyValueBegin() argument
108 size_t property_location = Find(start_location, property_name); in FindXmpPropertyValueBegin()
123 size_t JpegSegment::FindXmpPropertyValueEnd(size_t start_location) const { in FindXmpPropertyValueEnd()
[all …]
/external/image_io/src/base/
Ddata_segment.cc19 size_t DataSegment::Find(size_t start_location, Byte value) const { in Find() argument
20 if (!Contains(start_location)) { in Find()
24 memchr((buffer_ + start_location) - GetBegin(), value, in Find()
25 GetEnd() - start_location)); in Find()
61 size_t DataSegment::Find(size_t start_location, Byte value, in Find() argument
66 if (segment1->Contains(start_location)) { in Find()
67 value_location = segment1->Find(start_location, value); in Find()
72 value_location = segment2->Find(start_location, value); in Find()
/external/image_io/includes/image_io/jpeg/
Djpeg_segment.h100 size_t Find(size_t start_location, Byte value) const;
115 std::string ExtractXmpPropertyValue(size_t start_location,
123 size_t FindXmpPropertyValueBegin(size_t start_location,
131 size_t FindXmpPropertyValueEnd(size_t start_location) const;
/external/image_io/includes/image_io/base/
Ddata_segment.h99 size_t Find(size_t start_location, const char* str) const { in Find() argument
100 return Find(start_location, str, strlen(str)); in Find()
120 size_t Find(size_t start_location, Byte value) const;
148 static size_t Find(size_t start_location, Byte value,
/external/tensorflow/tensorflow/core/api_def/
Dupdate_api_def.h33 size_t start_location);
Dupdate_api_def.cc148 size_t start_location) { in RemoveDoc() argument
150 const auto doc_start_location = file_contents.find(kDocStart, start_location); in RemoveDoc()
/external/oj-libjdwp/src/share/back/
DMethodImpl.c82 (void)outStream_writeLocation(out, table[i].start_location); in lineTable()
139 (void)outStream_writeLocation(out, entry->start_location); in doVariableTable()
DSDE.c272 toEntry->start_location = fromEntry->start_location; in convertLineNumberTable()
DstepControl.c140 if (location < lines[i].start_location) { in findLineNumber()
/external/clang/bindings/python/clang/
Dcindex.py2517 start_location, end_location = locations
2519 if hasattr(start_location, '__len__'):
2520 start_location = SourceLocation.from_position(self, f,
2521 start_location[0], start_location[1])
2522 elif isinstance(start_location, int):
2523 start_location = SourceLocation.from_offset(self, f,
2524 start_location)
2532 assert isinstance(start_location, SourceLocation)
2535 return SourceRange.from_locations(start_location, end_location)
/external/mesa3d/src/compiler/glsl/
Dopt_dead_builtin_varyings.cpp356 int max_elements, unsigned start_location, in prepare_array() argument
379 new_var[i]->data.location = start_location + i; in prepare_array()
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py2948 start_location, end_location = locations
2950 if hasattr(start_location, '__len__'):
2951 start_location = SourceLocation.from_position(self, f,
2952 start_location[0], start_location[1])
2953 elif isinstance(start_location, int):
2954 start_location = SourceLocation.from_offset(self, f,
2955 start_location)
2963 assert isinstance(start_location, SourceLocation)
2966 return SourceRange.from_locations(start_location, end_location)
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc924 size_t start_location = in RenderRegion() local
926 CHECK_GE(start_location, 0); in RenderRegion()
927 CHECK_LT(start_location, resolution); in RenderRegion()
934 for (size_t i = start_location; i <= end_location; ++i) { in RenderRegion()
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1578 LocationRecorder start_location( in ParseExtensions() local
1699 LocationRecorder start_location( in ParseReservedNumbers() local
1777 LocationRecorder start_location( in ParseReservedNumbers() local
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h618 jlocation start_location; member
622 jlocation start_location; member
/external/libabigail/tests/data/test-annotate/
Dtest21-pr19092.so.abi1638 <!-- source_location line_map::start_location -->
1639 …<var-decl name='start_location' type-id='type-id-103' visibility='default' filepath='../.././gcc/.…
/external/libabigail/tests/data/test-read-dwarf/
Dtest21-pr19092.so.abi985 …<var-decl name='start_location' type-id='type-id-103' visibility='default' filepath='../.././gcc/.…