HomeSort by relevance Sort by last modified time
    Searched refs:Metadata (Results 176 - 200 of 242) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 471 ::google::protobuf::Metadata CodeGeneratorRequest::GetMetadata() const {
473 ::google::protobuf::Metadata metadata; local
474 metadata.descriptor = CodeGeneratorRequest_descriptor_;
475 metadata.reflection = CodeGeneratorRequest_reflection_;
476 return metadata;
810 ::google::protobuf::Metadata CodeGeneratorResponse_File::GetMetadata() const {
812 ::google::protobuf::Metadata metadata; local
813 metadata.descriptor = CodeGeneratorResponse_File_descriptor_
1077 ::google::protobuf::Metadata metadata; local
    [all...]
plugin.pb.h 93 ::google::protobuf::Metadata GetMetadata() const;
210 ::google::protobuf::Metadata GetMetadata() const;
327 ::google::protobuf::Metadata GetMetadata() const;
  /external/protobuf/src/google/protobuf/compiler/
plugin.pb.cc 463 ::google::protobuf::Metadata CodeGeneratorRequest::GetMetadata() const {
465 ::google::protobuf::Metadata metadata; local
466 metadata.descriptor = CodeGeneratorRequest_descriptor_;
467 metadata.reflection = CodeGeneratorRequest_reflection_;
468 return metadata;
804 ::google::protobuf::Metadata CodeGeneratorResponse_File::GetMetadata() const {
806 ::google::protobuf::Metadata metadata; local
807 metadata.descriptor = CodeGeneratorResponse_File_descriptor_
1071 ::google::protobuf::Metadata metadata; local
    [all...]
plugin.pb.h 92 ::google::protobuf::Metadata GetMetadata() const;
215 ::google::protobuf::Metadata GetMetadata() const;
332 ::google::protobuf::Metadata GetMetadata() const;
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc 847 ::google::protobuf::Metadata metadata; local
1397 ::google::protobuf::Metadata metadata; local
1644 ::google::protobuf::Metadata metadata; local
2129 ::google::protobuf::Metadata metadata; local
2784 ::google::protobuf::Metadata metadata; local
3100 ::google::protobuf::Metadata metadata; local
3413 ::google::protobuf::Metadata metadata; local
3729 ::google::protobuf::Metadata metadata; local
4118 ::google::protobuf::Metadata metadata; local
4684 ::google::protobuf::Metadata metadata; local
4989 ::google::protobuf::Metadata metadata; local
5421 ::google::protobuf::Metadata metadata; local
5645 ::google::protobuf::Metadata metadata; local
5869 ::google::protobuf::Metadata metadata; local
6093 ::google::protobuf::Metadata metadata; local
6317 ::google::protobuf::Metadata metadata; local
6581 ::google::protobuf::Metadata metadata; local
7017 ::google::protobuf::Metadata metadata; local
    [all...]
descriptor.pb.h 200 ::google::protobuf::Metadata GetMetadata() const;
294 ::google::protobuf::Metadata GetMetadata() const;
476 ::google::protobuf::Metadata GetMetadata() const;
573 ::google::protobuf::Metadata GetMetadata() const;
741 ::google::protobuf::Metadata GetMetadata() const;
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardTransportControlView.java 83 private Metadata mMetadata = new Metadata();
97 * The metadata which should be populated into the view once we've been attached
419 class Metadata {
435 return "Metadata[artist=" + artist + " trackTitle=" + trackTitle +
464 * Populates the given metadata into the view
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message.h 153 // A container to hold message metadata.
154 struct Metadata {
309 // Get a struct containing the metadata for the Message. Most subclasses only
312 virtual Metadata GetMetadata() const = 0;
    [all...]
descriptor.pb.cc 926 ::google::protobuf::Metadata metadata; local
1623 ::google::protobuf::Metadata metadata; local
1871 ::google::protobuf::Metadata metadata; local
2356 ::google::protobuf::Metadata metadata; local
3008 ::google::protobuf::Metadata metadata; local
3324 ::google::protobuf::Metadata metadata; local
3637 ::google::protobuf::Metadata metadata; local
3953 ::google::protobuf::Metadata metadata; local
4340 ::google::protobuf::Metadata metadata; local
5044 ::google::protobuf::Metadata metadata; local
5350 ::google::protobuf::Metadata metadata; local
5858 ::google::protobuf::Metadata metadata; local
6126 ::google::protobuf::Metadata metadata; local
6351 ::google::protobuf::Metadata metadata; local
6576 ::google::protobuf::Metadata metadata; local
6801 ::google::protobuf::Metadata metadata; local
7065 ::google::protobuf::Metadata metadata; local
7557 ::google::protobuf::Metadata metadata; local
7971 ::google::protobuf::Metadata metadata; local
8174 ::google::protobuf::Metadata metadata; local
    [all...]
descriptor.pb.h 204 ::google::protobuf::Metadata GetMetadata() const;
289 ::google::protobuf::Metadata GetMetadata() const;
510 ::google::protobuf::Metadata GetMetadata() const;
602 ::google::protobuf::Metadata GetMetadata() const;
768 ::google::protobuf::Metadata GetMetadata() const;
    [all...]
  /external/llvm/lib/IR/
ValueTypes.cpp 167 case MVT::Metadata:return "Metadata";
230 case MVT::Metadata: return Type::getMetadataTy(Context);
Function.cpp 467 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Metadata, 0));
605 case IITDescriptor::Metadata: return Type::getMetadataTy(Context);
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
mpeg_parser.js 59 * @param {Object} metadata Metadata object.
62 MpegParser.createRootParser = function(metadata) {
72 metadata.brand = br.readString(4, atom.end);
81 metadata.duration = duration / timescale;
93 metadata.width = br.readScalar(2, false, atom.end);
94 metadata.height = br.readScalar(2, false, atom.end);
100 metadata[name] = br.readString(atom.end - br.tell(), atom.end);
105 metadata.thumbnailURL = br.readImage(atom.end - br.tell(), atom.end);
147 * @param {Object} metadata Metadata
    [all...]
metadata_cache.js 23 * of remote drive files. One should use this for required content metadata,
30 * cache.get([entry1, entry2], 'drive|filesystem', function(metadata) {
31 * if (metadata[0].drive.pinned && metadata[1].filesystem.size == 0)
53 * Map from Entry (using Entry.toURL) to metadata. Metadata contains
55 * metadata provider: <prodiver-id>: {time, callbacks}
61 * List of metadata providers.
69 * type - metadata type;
124 * Clones metadata entry. Metadata entries may contain scalars, arrays
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
FileSystemCallbacks.cpp 48 #include "modules/filesystem/Metadata.h"
205 void MetadataCallbacks::didReadMetadata(const FileMetadata& metadata)
208 m_successCallback->handleEvent(Metadata::create(metadata).get());
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
Avrcp.java 56 * support metadata, play status and event notification
67 private Metadata mMetadata;
145 mMetadata = new Metadata();
219 public void setMetadata(int generationId, Bundle metadata) {
222 handler.obtainMessage(MSG_SET_METADATA, generationId, 0, metadata).sendToTarget();
240 public void setAllMetadata(int generationId, Bundle metadata, Bitmap bitmap) {
243 handler.obtainMessage(MSG_SET_METADATA, generationId, 0, metadata).sendToTarget();
518 class Metadata {
523 public Metadata() {
530 return "Metadata[artist=" + artist + " trackTitle=" + trackTitle + " albumTitle="
    [all...]
  /system/media/camera/docs/
metadata_parser_xml.py 56 A class to parse any XML file that passes validation with metadata-validate.
57 It builds a metadata_model.Metadata graph and then renders it over a
62 metadata: a constructed instance of metadata_model.Metadata
67 metadata model.
70 file_name: path to an XML file that passes metadata-validate
80 self._metadata = Metadata()
89 def metadata(self): member in class:MetadataParserXml
108 self.metadata.insert_tag(tag['id'], tag.string)
117 self.metadata.insert_type(tp['name'], 'typedef', languages=languages
    [all...]
metadata_helpers.py 18 A set of helpers for rendering Mako templates with a Metadata model.
32 ## Metadata Helpers
40 root: a Metadata instance
96 by joining the names of each node and excluding the Metadata/Kind nodes
107 fltr = lambda x: not isa(x, metadata_model.Metadata) and \
671 section: A section of metadata
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 128 // Metadata - This is MDNode or MDString.
129 Metadata = 250,
357 case Metadata:
358 llvm_unreachable("Value type is metadata.");
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfoExtractor.cpp 23 #include <llvm/IR/Metadata.h>
33 // Name of metadata node where pragma info resides (should be synced with
41 // Name of metadata node where exported variable names reside
44 // Name of metadata node where exported function names reside
47 // Name of metadata node where exported ForEach name information resides
50 // Name of metadata node where exported ForEach signature information resides
53 // Name of metadata node where RS object slot info resides (should be
153 // Handle legacy case for pre-ICS bitcode that doesn't contain a metadata
215 ALOGW("%s contains pragma metadata with empty key (skip)!",
233 ALOGW("%s contains empty entry in #rs_export_var metadata (skip)!"
    [all...]
  /frameworks/base/media/java/android/media/
MediaPlayer.java 532 Constant to retrieve only the new metadata since the last
541 Constant to retrieve all the metadata.
549 Constant to enable the metadata filter during retrieval.
557 Constant to disable the metadata filter during retrieval.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h 200 enum GroupKind { CaptionsAndSubtitles, Description, Chapter, Metadata, Other };
  /external/chromium_org/third_party/skia/src/svg/
SkSVGParser.cpp 372 CASE_NEW(Metadata);
420 {"metadata", SkSVGType_Metadata},
  /external/skia/src/svg/
SkSVGParser.cpp 372 CASE_NEW(Metadata);
420 {"metadata", SkSVGType_Metadata},
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_grid.js 36 * @param {MetadataCache} metadataCache Metadata cache to find entries
37 * metadata.
59 * Updates items to reflect metadata changes.
60 * @param {string} type Type of metadata changed.
61 * @param {Object.<string, Object>} props Map from entry URLs to metadata props.
102 * @param {MetadataCache} metadataCache To retrieve metadata.
134 * @param {MetadataCache} metadataCache To retrieve metadata.
176 function(metadata) {
179 metadata,

Completed in 980 milliseconds

1 2 3 4 5 6 78 910