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

  /external/lzma/CPP/7zip/Common/
StreamObjects.cpp 126 MyFree(_tags);
127 _tags = 0;
146 if (_tags == 0 || numBlocksLog != _numBlocksLog)
148 MyFree(_tags);
149 _tags = (UInt64 *)MyAlloc(sizeof(UInt64) << numBlocksLog);
150 if (_tags == 0)
164 _tags[i] = kEmptyTag;
187 if (_tags[cacheIndex] != cacheTag)
194 _tags[cacheIndex] = cacheTag;
StreamObjects.h 114 UInt64 *_tags; member in class:CCachedInStream
124 CCachedInStream(): _tags(0), _data(0) {}
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
make_element_lookup_trie.py 110 self._tags = [entry['name'] for entry in self.in_file.name_dictionaries]
126 self._tags.sort(key=lambda tag: (len(tag), tag))
128 length_tags = ((k, g) for k, g in groupby(self._tags, len))
  /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))
379 p._tags = []
383 if tag not in p._tags:
384 p._tags.append(tag)
    [all...]
  /external/chromium_org/third_party/libevent/
event_rpcgen.py 29 self._tags = {}
33 if self._tags.has_key(entry.Tag()):
37 self._tags[entry.Tag()], line_count)
40 self._tags[entry.Tag()] = entry.Name()
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/
y4minput.c 52 static int y4m_parse_tags(y4m_input *_y4m, char *_tags) {
62 for (p = _tags;; p = q) {
    [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...]
  /external/llvm/docs/tutorial/
OCamlLangImpl2.rst 600 \_tags:
    [all...]
OCamlLangImpl3.rst 537 \_tags:
    [all...]
OCamlLangImpl4.rst 434 \_tags:
    [all...]
OCamlLangImpl5.rst 707 \_tags:
    [all...]
OCamlLangImpl6.rst 707 \_tags:
    [all...]
OCamlLangImpl7.rst 834 \_tags:
    [all...]

Completed in 2024 milliseconds