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

1 2 3 4 5 6 7 8 91011>>

  /external/doclava/src/com/google/doclava/
InheritedTags.java 20 TagInfo[] tags(); method in interface:InheritedTags
TagInfo.java 70 public static void makeHDF(Data data, String base, TagInfo[] tags) {
71 makeHDF(data, base, tags, null, 0, 0);
74 public static void makeHDF(Data data, String base, InheritedTags tags) {
75 makeHDF(data, base, tags.tags(), tags.inherited(), 0, 0);
78 private static int makeHDF(Data data, String base, TagInfo[] tags, InheritedTags inherited,
81 int len = tags.length;
83 j = makeHDF(data, base, inherited.tags(), inherited.inherited(), j, depth + 1);
86 TagInfo t = tags[i]
    [all...]
ParsedTagInfo.java 43 return mComment.tags();
56 public static <T extends ParsedTagInfo> TagInfo[] joinTags(T[] tags) {
58 final int N = tags.length;
60 TagInfo[] t = tags[i].commentTags();
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
VersionTagsTuple.java 27 private Map<String, String> tags; field in class:VersionTagsTuple
29 public VersionTagsTuple(Version version, Map<String, String> tags) {
31 this.tags = tags;
39 return tags;
44 return String.format("VersionTagsTuple<%s, %s>", version, tags);
  /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-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
ec2object.py 50 the Describe* responses. If tags are found, it will create
51 a TagSet object and allow it to parse and collect the tags
52 into a dict that is stored in the "tags" attribute of the
58 self.tags = TagSet()
62 return self.tags
68 Add a tag to this object. Tags are stored by AWS and can be used
82 def add_tags(self, tags, dry_run=False):
84 Add tags to this object. Tags are stored by AWS and can be used
85 to organize and filter resources. Adding tags involves a round-tri
    [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-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_ec2object.py 36 taggedEC2Object.tags["already_present_key"] = "already_present_value"
49 self.assertEqual(taggedEC2Object.tags, {
57 taggedEC2Object.tags["already_present_key"] = "already_present_value"
72 self.assertEqual(taggedEC2Object.tags, {
88 taggedEC2Object.tags["key1"] = "value1"
89 taggedEC2Object.tags["key2"] = "value2"
102 self.assertEqual(taggedEC2Object.tags, {"key2": "value2"})
108 taggedEC2Object.tags["key1"] = "value1"
109 taggedEC2Object.tags["key2"] = "value2"
121 self.assertEqual(taggedEC2Object.tags, {"key2": "value2"}
    [all...]
  /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/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
DocumentStartEvent.java 32 private final Map<String, String> tags; field in class:DocumentStartEvent
35 Map<String, String> tags) {
40 // if (tags == null) {
41 // throw new NullPointerException("Tags must be provided.");
43 this.tags = tags;
69 return tags;
  /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
  /frameworks/av/camera/ndk/
NdkCameraMetadata.cpp 43 const ACameraMetadata* acm, /*out*/int32_t* numTags, /*out*/const uint32_t** tags) {
45 if (acm == nullptr || numTags == nullptr || tags == nullptr) {
46 ALOGE("%s: invalid argument! metadata %p, numTags %p, tags %p",
47 __FUNCTION__, acm, numTags, tags);
50 return acm->getTags(numTags, tags);
  /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-linux-glibc2.15-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/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
parallel.h 39 #include <parallel/tags.h>
  /cts/libs/vogar-expect/src/vogar/
Expectation.java 49 private final Set<String> tags; field in class:Expectation
57 public Expectation(Result result, Pattern pattern, Set<String> tags, String description, long bug) {
66 this.tags = new LinkedHashSet<String>(tags);
83 return tags;
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ICUTagletAdapter.java 25 public abstract String toString(Tag[] tags);
39 Tag[] tags = holder.tags(getName()); local
40 if (tags.length == 0) {
43 out.setOutput(toString(tags[0]));
  /external/icu/icu4j/tools/build/src8/com/ibm/icu/dev/tool/docs/
ICUTagletAdapter.java 26 public abstract String toString(Tag[] tags);
45 Tag[] tags = holder.tags(getName()); local
46 if (tags.length == 0) {
51 String encodedText = toString(tags[0]);
  /external/vogar/src/vogar/
Expectation.java 58 private final Set<String> tags; field in class:Expectation
71 Set<String> tags,
83 this.tags = new LinkedHashSet<String>(tags);
101 return tags;
  /external/autotest/client/cros/image_comparison/
publisher.py 37 tags):
40 Write tags to HTML file.
45 @param tags: list, run information.
58 tags.update(base64_images)
61 self._write_tags_to_html(tags, html_file_fullpath)
69 Write tags to HTML file.
82 tags = self._generate_tags(testname)
83 tags['images'] = img_tags
85 self._write_tags_to_html(tags, html_file_fullpath)
88 def _write_tags_to_html(self, tags, html_filename)
    [all...]
  /frameworks/base/tools/obbtool/
Android.mk 16 LOCAL_CFLAGS := -Wall -Werror -Wno-mismatched-tags
39 LOCAL_CFLAGS := -Wall -Werror -Wno-mismatched-tags

Completed in 1426 milliseconds

1 2 3 4 5 6 7 8 91011>>