HomeSort by relevance Sort by last modified time
    Searched refs:_tags (Results 1 - 6 of 6) sorted by null

  /external/lzma/CPP/7zip/Common/
StreamObjects.cpp 152 MyFree(_tags);
153 _tags = 0;
172 if (_tags == 0 || numBlocksLog != _numBlocksLog)
174 MyFree(_tags);
175 _tags = (UInt64 *)MyAlloc(sizeof(UInt64) << numBlocksLog);
176 if (_tags == 0)
190 _tags[i] = kEmptyTag;
213 if (_tags[cacheIndex] != cacheTag)
220 _tags[cacheIndex] = cacheTag;
StreamObjects.h 119 UInt64 *_tags; member in class:CCachedInStream
129 CCachedInStream(): _tags(0), _data(0) {}
  /system/media/camera/docs/
metadata_model.py 218 self._tags = []
230 return (i for i in self._tags)
261 self._tags.append(Tag(tag, self, description))
394 p._tags = []
398 if tag not in p._tags:
399 p._tags.append(tag)
    [all...]
  /external/libevent/
event_rpcgen.py 50 self._tags = {}
54 if self._tags.has_key(entry.Tag()):
58 self._tags[entry.Tag()], line_count))
60 self._tags[entry.Tag()] = entry.Name()
    [all...]
  /external/libvpx/libvpx/
y4minput.c 52 static int y4m_parse_tags(y4m_input *_y4m, char *_tags) {
62 for (p = _tags;; p = q) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
y4minput.c 52 static int y4m_parse_tags(y4m_input *_y4m, char *_tags) {
62 for (p = _tags;; p = q) {
    [all...]

Completed in 845 milliseconds