/external/opencv3/3rdparty/openexr/IlmImf/ |
D | ImfFrameBuffer.h | 65 struct Slice struct 138 Slice (PixelType type = HALF, argument 159 const Slice &slice); 162 const Slice &slice); 176 Slice & operator [] (const char name[]); 177 const Slice & operator [] (const char name[]) const; 179 Slice & operator [] (const std::string &name); 180 const Slice & operator [] (const std::string &name) const; 182 Slice * findSlice (const char name[]); 183 const Slice * findSlice (const char name[]) const; [all …]
|
D | ImfFrameBuffer.cpp | 52 Slice::Slice (PixelType t, in Slice() function in Imf::Slice 77 FrameBuffer::insert (const char name[], const Slice &slice) in insert() 90 FrameBuffer::insert (const string &name, const Slice &slice) in insert() 96 Slice & 111 const Slice & 126 Slice & 133 const Slice & 140 Slice * 148 const Slice * 156 Slice * [all …]
|
D | ImfRgbaFile.cpp | 308 Slice (HALF, // type in setFrameBuffer() 319 Slice (HALF, // type in setFrameBuffer() 327 Slice (HALF, // type in setFrameBuffer() 338 Slice (HALF, // type in setFrameBuffer() 671 fb.insert ("R", Slice (HALF, (char *) &base[0].r, xs, ys)); in setFrameBuffer() 672 fb.insert ("G", Slice (HALF, (char *) &base[0].g, xs, ys)); in setFrameBuffer() 673 fb.insert ("B", Slice (HALF, (char *) &base[0].b, xs, ys)); in setFrameBuffer() 674 fb.insert ("A", Slice (HALF, (char *) &base[0].a, xs, ys)); in setFrameBuffer() 902 Slice (HALF, // type in setFrameBuffer() 913 Slice (HALF, // type in setFrameBuffer() [all …]
|
D | ImfInputFile.cpp | 139 Slice &s = k.slice(); in deleteCachedBuffer() 256 Slice fromSlice = k.slice(); // slice to write from in bufferedReadPixels() 257 Slice toSlice = ifd->tFileBuffer[k.name()]; // slice to write to in bufferedReadPixels() 472 Slice s = k.slice(); in setFrameBuffer() 480 Slice (UINT, in setFrameBuffer() 495 Slice (HALF, in setFrameBuffer() 510 Slice (FLOAT, in setFrameBuffer()
|
D | ImfTiledRgbaFile.cpp | 243 fb.insert ("Y", Slice (HALF, // type in writeTile() 248 fb.insert ("A", Slice (HALF, // type in writeTile() 402 fb.insert ("R", Slice (HALF, (char *) &base[0].r, xs, ys)); in setFrameBuffer() 403 fb.insert ("G", Slice (HALF, (char *) &base[0].g, xs, ys)); in setFrameBuffer() 404 fb.insert ("B", Slice (HALF, (char *) &base[0].b, xs, ys)); in setFrameBuffer() 405 fb.insert ("A", Slice (HALF, (char *) &base[0].a, xs, ys)); in setFrameBuffer() 703 Slice (HALF, // type in setFrameBuffer() 712 Slice (HALF, // type in setFrameBuffer() 840 Slice (HALF, in setFrameBuffer() 847 Slice (HALF, in setFrameBuffer() [all …]
|
/external/chromium-trace/catapult/telemetry/telemetry/timeline/ |
D | slice_unittest.py | 7 from telemetry.timeline.slice import Slice 15 top = Slice(None, 'cat', 'top', 0, duration=10, thread_timestamp=0, 17 a = Slice(None, 'cat', 'a', 1, duration=2, thread_timestamp=0.5, 19 x = Slice(None, 'cat', 'x', 1.5, duration=0.25, thread_timestamp=0.75, 21 b = Slice(None, 'cat', 'b', 5, duration=2, thread_timestamp=None,
|
D | event_container.py | 98 event_type_predicate=lambda t: t == slice_module.Slice) 103 event_type_predicate=lambda t: t == slice_module.Slice, 109 event_type_predicate=lambda t: t == slice_module.Slice, 115 event_type_predicate=lambda t: t == slice_module.Slice,
|
D | thread.py | 55 if event_type_predicate(slice_module.Slice): 113 new_slice = slice_module.Slice(self, category, name, timestamp, 150 new_slice = slice_module.Slice(self, category, name, timestamp, 163 new_slice = slice_module.Slice(self, category, name, timestamp,
|
D | slice.py | 8 class Slice(timeline_event.TimelineEvent): class 19 super(Slice, self).__init__(
|
/external/clang/test/CodeGenObjC/ |
D | objc2-write-barrier-3.m | 8 struct Slice { struct 12 typedef struct Slice Slice; typedef 37 Slice *slice;
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | index_sub_table_format2.cc | 35 data_->Slice(EblcTable::Offset::kIndexSubTable2_bigGlyphMetrics, in BigMetrics() 114 data.Attach(down_cast<WritableFontData*>(InternalWriteData()->Slice( in BigMetrics() 141 data->Slice(index_sub_table_offset, length))); in CreateBuilder() 164 data->Slice(index_sub_table_offset, length))); in CreateBuilder() 198 InternalReadData()->Slice(size))); in SubSerialize() 199 target.Attach(down_cast<WritableFontData*>(new_data->Slice(size))); in SubSerialize() 205 slice.Attach(down_cast<WritableFontData*>(new_data->Slice(size))); in SubSerialize()
|
D | index_sub_table_format5.cc | 64 data.Attach(down_cast<ReadableFontData*>(data_->Slice( in BigMetrics() 143 data->Slice(index_sub_table_offset, length))); in CreateBuilder() 166 data->Slice(index_sub_table_offset, length))); in CreateBuilder() 206 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice( in SubSerialize() 208 target.Attach(down_cast<WritableFontData*>(new_data->Slice( in SubSerialize() 215 slice.Attach(down_cast<WritableFontData*>(new_data->Slice(size))); in SubSerialize() 239 data.Attach(down_cast<WritableFontData*>(InternalWriteData()->Slice( in BigMetrics()
|
D | index_sub_table_format3.cc | 136 data->Slice(index_sub_table_offset, length))); in CreateBuilder() 159 data->Slice(index_sub_table_offset, length))); in CreateBuilder() 202 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice( in SubSerialize() 204 target.Attach(down_cast<WritableFontData*>(new_data->Slice( in SubSerialize()
|
D | index_sub_table_format1.cc | 123 data->Slice(index_sub_table_offset, length))); in CreateBuilder() 147 data->Slice(index_sub_table_offset, length))); in CreateBuilder() 190 source.Attach(down_cast<ReadableFontData*>(InternalReadData()->Slice( in SubSerialize() 192 target.Attach(down_cast<WritableFontData*>(new_data->Slice( in SubSerialize()
|
D | eblc_table.cc | 72 data->Slice(Offset::kBitmapSizeTableArrayStart + in CreateBitmapSizeTable() 167 new_data->Slice(index_sub_table_offset))); in SubSerialize() 186 new_data->Slice(size_table_offset))); in SubSerialize() 302 data->Slice(Offset::kBitmapSizeTableArrayStart + in Initialize()
|
D | ebdt_table.cc | 38 glyph_data.Attach(down_cast<ReadableFontData*>(data_->Slice(offset, length))); in Glyph() 111 slice.Attach(down_cast<WritableFontData*>(new_data->Slice(size))); in SubSerialize() 224 slice.Attach(down_cast<ReadableFontData*>(data->Slice( in Initialize()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_exr.cpp | 231 frame.insert( "BY", Slice( m_type, in ReadData() 238 frame.insert( "Y", Slice( m_type, in ReadData() 245 frame.insert( "RY", Slice( m_type, in ReadData() 254 frame.insert( "Y", Slice( m_type, in ReadData() 257 frame.insert( "Y", Slice( m_type, in ReadData() 260 frame.insert( "Y", Slice( m_type, in ReadData() 270 frame.insert( "Y", Slice( m_type, in ReadData() 280 frame.insert( "B", Slice( m_type, in ReadData() 287 frame.insert( "G", Slice( m_type, in ReadData() 294 frame.insert( "R", Slice( m_type, in ReadData() [all …]
|
/external/opencv3/modules/imgcodecs/src/ |
D | grfmt_exr.cpp | 223 frame.insert( "BY", Slice( m_type, in readData() 230 frame.insert( "Y", Slice( m_type, in readData() 237 frame.insert( "RY", Slice( m_type, in readData() 246 frame.insert( "Y", Slice( m_type, in readData() 249 frame.insert( "Y", Slice( m_type, in readData() 252 frame.insert( "Y", Slice( m_type, in readData() 262 frame.insert( "Y", Slice( m_type, in readData() 272 frame.insert( "B", Slice( m_type, in readData() 279 frame.insert( "G", Slice( m_type, in readData() 286 frame.insert( "R", Slice( m_type, in readData() [all …]
|
/external/webrtc/webrtc/common_audio/ |
D | audio_ring_buffer_unittest.cc | 37 buf.Write(input.Slice(slice.get(), input_pos), num_channels, in ReadAndWriteTest() 44 buf.Read(output->Slice(slice.get(), output_pos), num_channels, in ReadAndWriteTest() 52 buf.Write(input.Slice(slice.get(), input_pos), num_channels, in ReadAndWriteTest() 56 buf.Read(output->Slice(slice.get(), output_pos), num_channels, in ReadAndWriteTest()
|
D | channel_buffer.h | 105 const T* const* Slice(T** slice, size_t start_frame) const { in Slice() function 111 T** Slice(T** slice, size_t start_frame) { in Slice() function 113 return const_cast<T**>(t->Slice(slice, start_frame)); in Slice()
|
/external/sfntly/cpp/src/test/ |
D | font_data_test.cc | 261 slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length))); in SlicingReadTest() 277 w_slice.Attach(down_cast<WritableFontData*>(wfd->Slice(trim, length))); in SlicingWriteTest() 278 r_slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length))); in SlicingWriteTest() 286 w_slice.Attach(down_cast<WritableFontData*>(wfd->Slice(trim, length))); in SlicingWriteTest() 287 r_slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length))); in SlicingWriteTest() 294 w_slice.Attach(down_cast<WritableFontData*>(wfd->Slice(trim, length))); in SlicingWriteTest() 295 r_slice.Attach(down_cast<ReadableFontData*>(rfd->Slice(trim, length))); in SlicingWriteTest()
|
/external/sfntly/cpp/src/sfntly/data/ |
D | font_data.h | 79 virtual CALLER_ATTACH FontData* Slice(int32_t offset, int32_t length) = 0; 85 virtual CALLER_ATTACH FontData* Slice(int32_t offset) = 0;
|
D | writable_font_data.h | 187 virtual CALLER_ATTACH FontData* Slice(int32_t offset, int32_t length); 193 virtual CALLER_ATTACH FontData* Slice(int32_t offset);
|
D | readable_font_data.h | 257 virtual CALLER_ATTACH FontData* Slice(int32_t offset, int32_t length); 264 virtual CALLER_ATTACH FontData* Slice(int32_t offset);
|
/external/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 133 class Slice { class 145 Slice() : BeginOffset(), EndOffset() {} in Slice() function in __anon64cff1af0211::Slice 146 Slice(uint64_t BeginOffset, uint64_t EndOffset, Use *U, bool IsSplittable) in Slice() function in __anon64cff1af0211::Slice 167 bool operator<(const Slice &RHS) const { in operator <() 180 friend LLVM_ATTRIBUTE_UNUSED bool operator<(const Slice &LHS, in operator <() 185 const Slice &RHS) { in operator <() 189 bool operator==(const Slice &RHS) const { in operator ==() 193 bool operator!=(const Slice &RHS) const { return !operator==(RHS); } in operator !=() 199 template <> struct isPodLike<Slice> { static const bool value = true; }; 222 typedef SmallVectorImpl<Slice>::iterator iterator; [all …]
|