OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetChunk
(Results
1 - 9
of
9
) sorted by null
/external/libchrome/base/trace_event/
trace_buffer.h
64
virtual scoped_ptr<TraceBufferChunk>
GetChunk
(size_t* index) = 0;
trace_buffer.cc
33
scoped_ptr<TraceBufferChunk>
GetChunk
(size_t* index) override {
139
scoped_ptr<TraceBufferChunk>
GetChunk
(size_t* /* index */) override {
209
scoped_ptr<TraceBufferChunk>
GetChunk
(size_t* index) override {
trace_log.cc
290
chunk_ = trace_log_->logged_events_->
GetChunk
(&chunk_index_);
775
logged_events_->
GetChunk
(&thread_shared_chunk_index_);
[
all
...]
trace_event_unittest.cc
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
filter.h
122
virtual SCODE WINAPI
GetChunk
(STAT_CHUNK *pStat) = 0;
134
SCODE (WINAPI *
GetChunk
)(IFilter *This,STAT_CHUNK *pStat);
148
#define IFilter_GetChunk(This,pStat) (This)->lpVtbl->
GetChunk
(This,pStat)
dbdaoint.h
627
STDMETHOD(
GetChunk
) (__LONG32 Offset,__LONG32 Bytes,VARIANT *pvar) PURE;
[
all
...]
adoint.h
[
all
...]
/external/opencv3/3rdparty/libwebp/demux/
demux.c
885
static const Chunk*
GetChunk
(const WebPDemuxer* const dmux,
910
const Chunk* const chunk =
GetChunk
(dmux, fourcc, chunk_num);
/external/webp/src/demux/
demux.c
900
static const Chunk*
GetChunk
(const WebPDemuxer* const dmux,
925
const Chunk* const chunk =
GetChunk
(dmux, fourcc, chunk_num);
Completed in 269 milliseconds