HomeSort by relevance Sort by last modified time
    Searched refs:tags (Results 1 - 25 of 448) 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);
yaffs_nandemul2k.h 28 yaffs_ExtendedTags * tags);
31 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/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
  /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/chromium_org/chrome/browser/bookmarks/
bookmark_tag_model_unittest.cc 79 const std::set<BookmarkTag>& tags) {
81 tags_ = tags;
85 const std::set<BookmarkTag>& tags) {
87 EXPECT_EQ(tags_, tags);
195 const std::set<BookmarkTag>& tags) {
199 return tag_model_->AddURL(title, url, tags);
214 std::vector<BookmarkTag> tags(tag_model_->TagsRelatedToTag(base::string16()));
215 EXPECT_EQ(0UL, tags.size());
219 std::set<BookmarkTag> tags; local
220 tags.insert(ASCIIToUTF16("bar"))
240 std::set<BookmarkTag> tags; local
258 std::set<BookmarkTag> tags; local
271 std::set<BookmarkTag> tags; local
290 std::set<BookmarkTag> tags; local
310 std::set<BookmarkTag> tags; local
334 std::set<BookmarkTag> tags; local
356 std::set<BookmarkTag> tags; local
377 std::set<BookmarkTag> tags; local
395 std::set<BookmarkTag> tags; local
431 std::set<BookmarkTag> tags; local
462 std::set<BookmarkTag> tags; local
515 std::set<BookmarkTag> tags; local
    [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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.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>
  /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);
yaffs_fileem2k.c 142 int yflash_WriteChunkWithTagsToNAND(yaffs_Device *dev,int chunkInNAND,const __u8 *data, yaffs_ExtendedTags *tags)
168 if(tags)
177 written = write(h,tags,sizeof(yaffs_ExtendedTags));
183 yaffs_PackTags2(&pt,tags);
210 int yflash_ReadChunkWithTagsFromNAND(yaffs_Device *dev,int chunkInNAND, __u8 *data, yaffs_ExtendedTags *tags)
231 if(tags)
239 nread= read(h,tags,sizeof(yaffs_ExtendedTags));
241 if(yaffs_CheckAllFF((__u8 *)tags,sizeof(yaffs_ExtendedTags)))
243 yaffs_InitialiseTags(tags);
247 tags->chunkUsed = 1
350 yaffs_ExtendedTags tags; local
    [all...]
  /hardware/ti/wpan/
.gitignore 20 tags
21 TAGS
  /system/core/libcutils/
trace.c 119 // Read the sysprop and return the value tags should be set to
124 uint64_t tags; local
126 property_get("debug.atrace.tags.enableflags", value, "0");
128 tags = strtoull(value, &endptr, 0);
132 } else if (errno == ERANGE || tags == ULLONG_MAX) {
140 tags |= ATRACE_TAG_APP;
142 tags &= ~ATRACE_TAG_APP;
145 return (tags | ATRACE_TAG_ALWAYS) & ATRACE_TAG_VALID_MASK;
148 // Update tags if tracing is ready. Useful as a sysprop change callback.
151 uint64_t tags; local
    [all...]

Completed in 454 milliseconds

1 2 3 4 5 6 7 8 91011>>