OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allTags
(Results
1 - 4
of
4
) sorted by null
/build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js
3
var
allTags
= {};
57
* Populates the
allTags
array with tag data from the ANDROID_TAGS
63
allTags
[tag] = {
86
if (tag in
allTags
) {
87
if (
allTags
[tag].tagClass == 'type') {
89
} else if (
allTags
[tag].tagClass == 'topic') {
96
return '<strong>' +
allTags
[item].displayTag + '</strong>';
114
if (tag.toLowerCase() in
allTags
) {
124
return '<strong>' +
allTags
[item].displayTag + '</strong>';
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ExtensionDescriptor.java
46
static int[]
allTags
() {
/external/fonttools/Lib/fontTools/
merge.py
735
allTags
= reduce(set.union, (list(font.keys()) for font in fonts), set())
736
allTags
.remove('GlyphOrder')
737
allTags
.remove('cmap')
738
allTags
.remove('GSUB')
739
allTags
= ['cmap', 'GSUB'] + list(
allTags
)
740
for tag in
allTags
:
/frameworks/av/camera/
VendorTagDescriptor.cpp
165
Vector<uint32_t>
allTags
;
199
allTags
.add(tag);
233
LOG_ALWAYS_FATAL_IF(static_cast<size_t>(tagCount) !=
allTags
.size(),
234
"tagCount must be the same as
allTags
size");
237
uint32_t tag =
allTags
[i];
Completed in 350 milliseconds