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

1 2 3 4 5 6 7 8 91011>>

  /external/yaffs2/yaffs2/
yaffs_tagsvalidity.h 23 void yaffs_InitialiseTags(yaffs_ExtendedTags * tags);
24 int yaffs_ValidateTags(yaffs_ExtendedTags * tags);
yaffs_tagsvalidity.c 19 void yaffs_InitialiseTags(yaffs_ExtendedTags * tags)
21 memset(tags, 0, sizeof(yaffs_ExtendedTags));
22 tags->validMarker0 = 0xAAAAAAAA;
23 tags->validMarker1 = 0x55555555;
26 int yaffs_ValidateTags(yaffs_ExtendedTags * tags)
28 return (tags->validMarker0 == 0xAAAAAAAA &&
29 tags->validMarker1 == 0x55555555);
yaffs_nand.c 25 yaffs_ExtendedTags * tags)
32 /* If there are no tags provided, use local tags to get prioritised gc working */
33 if(!tags)
34 tags = &localTags;
38 tags);
43 tags);
44 if(tags &&
45 tags->eccResult > YAFFS_ECC_RESULT_NO_ERROR){
57 yaffs_ExtendedTags * tags)
    [all...]
yaffs_mtdif2.h 22 const yaffs_ExtendedTags * tags);
24 __u8 * data, yaffs_ExtendedTags * tags);
yaffs_tagscompat.h 28 tags);
33 tags);
yaffs_nand.h 23 yaffs_ExtendedTags * tags);
28 yaffs_ExtendedTags * tags);
  /external/doclava/src/com/google/doclava/
InheritedTags.java 20 TagInfo[] tags(); method in interface:InheritedTags
TagInfo.java 64 public static void makeHDF(Data data, String base, TagInfo[] tags) {
65 makeHDF(data, base, tags, null, 0, 0);
68 public static void makeHDF(Data data, String base, InheritedTags tags) {
69 makeHDF(data, base, tags.tags(), tags.inherited(), 0, 0);
72 private static int makeHDF(Data data, String base, TagInfo[] tags, InheritedTags inherited,
75 int len = tags.length;
77 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1);
80 TagInfo t = tags[i]
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/tools/
author_first_release.sh 5 ## Usage: author_first_release.sh [TAGS]
7 ## If the TAGS arguments are unspecified, all tags reported by `git tag`
10 tags=${@:-$(git tag)}
11 for tag in $tags; do
  /external/libvpx/libvpx/tools/
author_first_release.sh 5 ## Usage: author_first_release.sh [TAGS]
7 ## If the TAGS arguments are unspecified, all tags reported by `git tag`
10 tags=${@:-$(git tag)}
11 for tag in $tags; do
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
author_first_release.sh 5 ## Usage: author_first_release.sh [TAGS]
7 ## If the TAGS arguments are unspecified, all tags reported by `git tag`
10 tags=${@:-$(git tag)}
11 for tag in $tags; do
  /external/chromium_org/media/base/
audio_video_metadata_extractor_unittest.cc 54 EXPECT_EQ(0u, extractor->stream_infos()[0].tags.size());
56 EXPECT_EQ(1u, extractor->stream_infos()[1].tags.size());
59 extractor->stream_infos()[1].tags.find("COMMENT")->second);
73 EXPECT_EQ(2u, extractor->stream_infos()[0].tags.size());
75 extractor->stream_infos()[0].tags.find("encoder")->second);
77 extractor->stream_infos()[0].tags.find("encoded_by")->second);
80 EXPECT_EQ(0u, extractor->stream_infos()[1].tags.size());
93 EXPECT_EQ(1u, extractor->stream_infos()[0].tags.size());
95 extractor->stream_infos()[0].tags.find("ENCODER")->second);
98 EXPECT_EQ(0u, extractor->stream_infos()[1].tags.size())
    [all...]
  /external/antlr/antlr-3.4/runtime/Perl5/
Makefile.PL 5 .PHONY: tags
7 tags:
8 ctags -f tags --recurse --totals \
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ObjectDescriptorBase.java 25 @Descriptor(tags = 0x00)
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/tools/subsetter/
table_subsetter_impl.cc 21 TableSubsetterImpl::TableSubsetterImpl(const int32_t* tags,
24 tags_.insert(tags[i]);
table_subsetter_impl.h 26 TableSubsetterImpl(const int32_t* tags, size_t tags_length);
  /external/sfntly/cpp/src/sfntly/tools/subsetter/
table_subsetter_impl.cc 21 TableSubsetterImpl::TableSubsetterImpl(const int32_t* tags,
24 tags_.insert(tags[i]);
table_subsetter_impl.h 26 TableSubsetterImpl(const int32_t* tags, size_t tags_length);
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsyuv.c 80 unsigned long long *tags; local
213 /* Set up the tags to send the image to the screen */
214 tags = (unsigned long long *)hwdata->dma_tags;
224 packet[pnum].ptr = &tags[0];
225 packet[pnum].len = 10 * sizeof(*tags);
227 tags[0] = 4 | (1LL << 60); /* GIFtag */
228 tags[1] = 0x0e; /* A+D */
229 tags[2] = ((unsigned long long)fbp << 32) |
232 tags[3] = PS2_GS_BITBLTBUF;
233 tags[4] = ((unsigned long long)x << 32)
    [all...]
  /external/doclava/res/assets/templates/
jd_lists.cs 6 tags:[<?cs var:page.tags ?>], type:"<?cs var:page.type ?>" }<?cs if:!last(page) ?>,<?cs /if ?><?cs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
parallel.h 39 #include <parallel/tags.h>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
parallel.h 39 #include <parallel/tags.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
parallel.h 39 #include <parallel/tags.h>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
parallel.h 39 #include <parallel/tags.h>
  /external/yaffs2/yaffs2/direct/
yaffs_ramdisk.h 26 int yramdisk_WriteChunkWithTagsToNAND(yaffs_Device *dev,int chunkInNAND,const __u8 *data, yaffs_ExtendedTags *tags);
27 int yramdisk_ReadChunkWithTagsFromNAND(yaffs_Device *dev,int chunkInNAND, __u8 *data, yaffs_ExtendedTags *tags);

Completed in 2099 milliseconds

1 2 3 4 5 6 7 8 91011>>