HomeSort by relevance Sort by last modified time
    Searched refs:tags (Results 101 - 125 of 553) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/IR/
Use.cpp 52 // Sets up the waymarking algorithm's tags for a series of Uses. See the
62 static const PrevPtrTag tags[20] = { local
67 new (Stop) Use(tags[Done++]);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ObjectDescriptor.java_bak 43 @Descriptor(tags = {0x01, 0x11})
  /external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c 123 static Tag tags[MAX_TAG_COUNT]; variable
135 /* Were the standard tags declared before the aliases. */
277 uprv_memset(tags, 0, sizeof(tags));
359 fprintf(stderr, "%s:%d: error: alias table needs to start a list of standard tags\n", path, lineNum);
476 /* handle tags if they are present */
504 addAlias(alias, EMPTY_TAG_NUM, cnv, (UBool)(tags[0].aliasList[cnv].aliasCount == 0));
516 fprintf(stderr, "%s:%d: too many tags\n", path, lineNum);
526 const char *currTag = GET_TAG_STR(tags[t].tag);
534 fprintf(stderr, "%s:%d: error: too many tags\n", path, lineNum)
    [all...]
  /external/chromium_org/device/nfc/
nfc_adapter_chromeos.cc 130 // peers and tags.
217 const std::vector<dbus::ObjectPath>& tags = local
221 for (std::vector<dbus::ObjectPath>::const_iterator iter = tags.begin();
222 iter != tags.end(); ++iter) {
280 // Create tag objects for tags that were added before the adapter was set.
281 const std::vector<dbus::ObjectPath>& tags = local
284 for (std::vector<dbus::ObjectPath>::const_iterator iter = tags.begin();
285 iter != tags.end(); ++iter) {
308 // Copy the tags and peers here and clear the original containers so that
311 TagList tags; local
    [all...]
  /system/media/camera/docs/
metadata_template.mako 22 <tags>
23 % for tag in metadata.tags:
30 </tags>
82 % for tag in prop.tags:
175 % for tag in prop.tags:
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_util.js 19 * @param {Array.<string>} tags List of tag names.
20 * @return {boolean} True if node has a tag name included in tags.
22 cvox.MathUtil.isMathmlNodeOfClass_ = function(node, tags) {
23 return tags.indexOf(node.tagName.toUpperCase()) != -1;
31 * @param {Array.<string>} tags List of tag names.
32 * @return {boolean} True if node has a tag name included in tags.
34 cvox.MathUtil.isMathjaxNodeOfClass_ = function(node, tags) {
38 {return tags.indexOf(x.toUpperCase()) != -1;});
49 * @param {Array.<string>} tags List of tag names.
50 * @return {boolean} True if node has a tag name included in tags
    [all...]
  /external/yaffs2/yaffs2/
yaffs_guts.c 51 const yaffs_ExtendedTags * tags);
53 const yaffs_ExtendedTags * tags);
63 yaffs_ExtendedTags * tags,
92 static int yaffs_TagsMatch(const yaffs_ExtendedTags * tags, int objectId,
369 yaffs_ExtendedTags tags; local
372 result = yaffs_ReadChunkWithTagsFromNAND(dev, chunkInNAND, data, &tags);
374 if(tags.eccResult > YAFFS_ECC_RESULT_NO_ERROR)
378 if (!yaffs_CheckFF(data, dev->nDataBytesPerChunk) || tags.chunkUsed) {
392 yaffs_ExtendedTags * tags,
449 data, tags);
1019 yaffs_ExtendedTags tags; local
2335 yaffs_ExtendedTags tags; local
2687 yaffs_Tags *tags = &localTags; local
2882 yaffs_ExtendedTags tags; local
4647 yaffs_ExtendedTags tags; local
5141 yaffs_ExtendedTags tags; local
5180 yaffs_ExtendedTags tags; local
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/
omnibox_provider.cc 34 // Translates ACMatchClassifications into SearchResult tags.
38 SearchResult::Tags* tags) {
47 tags->push_back(SearchResult::Tag(
60 tags->push_back(SearchResult::Tag(
112 SearchResult::Tags title_tags;
119 SearchResult::Tags details_tags;
  /external/chromium_org/third_party/skia/src/core/
SkFontStream.cpp 156 SkFontTableTag tags[]) {
162 if (tags) {
164 tags[i] = SkEndian_SwapBE32(header.fDir[i].fTag);
  /external/skia/src/core/
SkFontStream.cpp 156 SkFontTableTag tags[]) {
162 if (tags) {
164 tags[i] = SkEndian_SwapBE32(header.fDir[i].fTag);
  /external/chromium_org/third_party/freetype/src/base/
ftgloadr.c 111 FT_FREE( loader->base.outline.tags );
150 current->tags = base->tags + base->n_points;
214 /* check points & tags */
226 FT_RENEW_ARRAY( base->tags, old_max, new_max ) )
378 FT_ARRAY_COPY( out->tags, in->tags,
ftoutln.c 64 char* tags; local
106 tags = outline->tags + first;
107 tag = FT_CURVE_TAG( tags[0] );
117 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON )
134 tags--;
146 tags++;
148 tag = FT_CURVE_TAG( tags[0] );
179 tags++;
180 tag = FT_CURVE_TAG( tags[0] )
    [all...]
  /external/freetype/src/base/
ftgloadr.c 111 FT_FREE( loader->base.outline.tags );
150 current->tags = base->tags + base->n_points;
214 /* check points & tags */
226 FT_RENEW_ARRAY( base->tags, old_max, new_max ) )
381 FT_ARRAY_COPY( out->tags, in->tags,
ftoutln.c 64 char* tags; local
106 tags = outline->tags + first;
107 tag = FT_CURVE_TAG( tags[0] );
117 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON )
134 tags--;
146 tags++;
148 tag = FT_CURVE_TAG( tags[0] );
179 tags++;
180 tag = FT_CURVE_TAG( tags[0] )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
ftgloadr.c 111 FT_FREE( loader->base.outline.tags );
150 current->tags = base->tags + base->n_points;
214 /* check points & tags */
226 FT_RENEW_ARRAY( base->tags, old_max, new_max ) )
381 FT_ARRAY_COPY( out->tags, in->tags,
ftoutln.c 64 char* tags; local
106 tags = outline->tags + first;
107 tag = FT_CURVE_TAG( tags[0] );
117 if ( FT_CURVE_TAG( outline->tags[last] ) == FT_CURVE_TAG_ON )
134 tags--;
146 tags++;
148 tag = FT_CURVE_TAG( tags[0] );
179 tags++;
180 tag = FT_CURVE_TAG( tags[0] )
    [all...]
  /development/testrunner/tests/
Android_native.mk 19 LOCAL_MODULE_TAGS := tags
  /external/chromium_org/chrome/browser/extensions/api/declarative/
declarative_rule.h 195 typedef std::vector<std::string> Tags;
204 const Tags& tags,
227 const Tags& tags() const { return tags_; } function in class:extensions::DeclarativeRule
246 Tags tags_;
413 const Tags& tags,
419 tags_(tags),
470 Tags tags = rule->tags ? *rule->tags : Tags() local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/static/js/
site.js 25 // Auto syntax highlight all pre tags.
  /external/chromium_org/third_party/openssl/openssl/crypto/poly1305/
Makefile 60 tags:
77 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
  /external/chromium_org/third_party/opus/src/win32/
genversion.bat 5 for /f %%v in ('git --git-dir="%~dp0..\.git" describe --tags --match "v*"') do set version=%%v
  /external/libopus/win32/
genversion.bat 5 for /f %%v in ('git --git-dir="%~dp0..\.git" describe --tags --match "v*"') do set version=%%v
  /hardware/libhardware/modules/camera/
VendorTags.cpp 31 // Internal representations of vendor tags for convenience.
45 const Entry* tags; member in struct:default_camera_hal::__anon40532::Section
123 return &section->tags[index];
  /external/libvorbis/examples/
frameview.pl 362 $w->createText(-1,-1,-anchor=>'se',-tags=>['foo'],-text=>"0123456789.");
378 $w->createText(0,$y,-anchor=>'e',-tags=>['ylabel'],-text=>"$yval");
393 -tags=>['axes'],-width=>2);
402 -tags=>['axes'],-width=>1);
406 -tags=>['axes'],-width=>1,
424 $w->createText(-1,-1,-anchor=>'e',-tags=>['foo'],-text=>"$xval");
438 $w->createLine($x,0,$x,$useabley,-tags=>['axes'],-width=>1);
442 $w->createText($x,$height-1,-anchor=>'s',-tags=>['xlabel'],-text=>"$xval");
443 $w->createLine($x,0,$x,$useabley,-tags=>['axes'],-width=>1,-stipple=>"gray50");
462 $w->createText($width,$legendy,-anchor=>'e',-tags=>['legend']
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
tag_watcher.js 14 // Query tags already in the document.
17 // Observe the tags added later.

Completed in 1914 milliseconds

1 2 3 45 6 7 8 91011>>