Searched refs:_tags (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Dmake_element_lookup_trie.py110 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))
/external/lzma/CPP/7zip/Common/
H A DStreamObjects.cpp126 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;
H A DStreamObjects.h114 UInt64 *_tags; member in class:CCachedInStream
124 CCachedInStream(): _tags(0), _data(0) {}
/external/chromium_org/third_party/libevent/
H A Devent_rpcgen.py29 self._tags = {}
33 if self._tags.has_key(entry.Tag()):
37 self._tags[entry.Tag()], line_count)
40 self._tags[entry.Tag()] = entry.Name()
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dy4minput.c52 static int y4m_parse_tags(y4m_input *_y4m, char *_tags) { argument
62 for (p = _tags;; p = q) {
/external/libvpx/libvpx/
H A Dy4minput.c52 static int y4m_parse_tags(y4m_input *_y4m, char *_tags) { argument
62 for (p = _tags;; p = q) {

Completed in 209 milliseconds