OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_tags
(Results
1 - 7
of
7
) 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
99
self.
_tags
= [entry['name'] for entry in self.in_file.name_dictionaries]
115
for tag in self.
_tags
:
/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/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/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/libvpx/libvpx/
y4minput.c
17
static int y4m_parse_tags(y4m_input *_y4m, char *
_tags
) {
27
for (p =
_tags
;; p = q) {
[
all
...]
Completed in 113 milliseconds