HomeSort by relevance Sort by last modified time
    Searched full:meta (Results 251 - 275 of 3009) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/libstagefright/
CameraSource.cpp 202 sp<MetaData> meta = new MetaData; local
203 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RAW);
204 meta->setInt32(kKeyColorFormat, OMX_COLOR_FormatYUV420SemiPlanar);
205 meta->setInt32(kKeyWidth, mWidth);
206 meta->setInt32(kKeyHeight, mHeight);
208 return meta;
JPEGSource.cpp 101 sp<MetaData> meta = new MetaData; local
102 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_IMAGE_JPEG);
103 meta->setInt32(kKeyWidth, mWidth);
104 meta->setInt32(kKeyHeight, mHeight);
105 meta->setInt32(kKeyMaxInputSize, mSize);
107 return meta;
WAVExtractor.cpp 47 const sp<MetaData> &meta,
89 sp<MetaData> meta = new MetaData; local
92 return meta;
95 meta->setCString(kKeyMIMEType, "audio/x-wav");
97 return meta;
219 const sp<MetaData> &meta,
223 mMeta(meta),
  /packages/wallpapers/Basic/
AndroidManifest.xml 78 <meta-data android:name="android.service.wallpaper" android:resource="@xml/nexus" />
88 <meta-data android:name="android.service.wallpaper" android:resource="@xml/grass" />
98 <meta-data android:name="android.service.wallpaper" android:resource="@xml/galaxy" />
108 <meta-data android:name="android.service.wallpaper" android:resource="@xml/fall" />
125 <meta-data android:name="android.service.wallpaper" android:resource="@xml/polar_clock" />
136 <meta-data android:name="android.service.wallpaper" android:resource="@xml/walkaround" />
  /external/skia/src/animator/
SkDisplayPost.cpp 105 const SkMetaData& meta = fEvent.getMetaData(); local
106 SkMetaData::Iter iter(meta);
136 meta.findS32(name, &s32);
141 meta.findScalar(name, &scalar);
149 SkDebugf("string=\"%s\" ", meta.findString(name));
153 meta.findPtr(name, &ptr);
158 meta.findBool(name, &boolean);
  /frameworks/base/core/java/android/content/pm/
PackageItemInfo.java 33 * a label, icon, and meta-data. This class is not intended
70 * Additional meta-data associated with this component. This field
155 * Load an XML resource attached to the meta-data of this item. This will
156 * retrieved the name meta-data entry, and if defined call back on the
161 * @param name Name of the meta-date you would like to load.
164 * assigned as the given meta-data. If the meta-data name is not defined
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
MetaData.java 28 * The global meta-data used for expanding the Instances table is stored in one
47 * The cached copy of the meta-data fields from the database.
123 * Reads the meta-data for the CalendarProvider from the database and
158 * Writes the meta-data for the CalendarProvider. The values to write are
160 * including the cached copy of the meta-data.
183 * Writes the meta-data for the CalendarProvider. The values to write are
185 * including the cached copy of the meta-data.
  /external/bluetooth/glib/gobject/
gparamspecs.h 584 * A #GParamSpec derived structure that contains the meta data for character properties.
601 * A #GParamSpec derived structure that contains the meta data for unsigned character properties.
616 * A #GParamSpec derived structure that contains the meta data for boolean properties.
631 * A #GParamSpec derived structure that contains the meta data for integer properties.
648 * A #GParamSpec derived structure that contains the meta data for unsigned integer properties.
665 * A #GParamSpec derived structure that contains the meta data for long integer properties.
682 * A #GParamSpec derived structure that contains the meta data for unsigned long integer properties.
699 * A #GParamSpec derived structure that contains the meta data for 64bit integer properties.
716 * A #GParamSpec derived structure that contains the meta data for unsigned 64bit integer properties.
731 * A #GParamSpec derived structure that contains the meta data for unichar (unsigned integer) properties
    [all...]
  /external/libxml2/
HTMLtree.c 35 * Getting/Setting encoding meta tags *
43 * Encoding definition lookup in the Meta tags
66 if (xmlStrEqual(cur->name, BAD_CAST"meta"))
82 if (xmlStrEqual(cur->name, BAD_CAST"meta"))
93 * Search the meta elements
98 if (xmlStrEqual(cur->name, BAD_CAST"meta")) {
155 * Sets the current encoding in the Meta tags
157 * the META flag associated.
163 htmlNodePtr cur, meta; local
188 if (xmlStrcasecmp(cur->name, BAD_CAST"meta") == 0
    [all...]
  /external/jsr305/javadoc/javax/annotation/
MatchesPattern.Checker.html 10 <META NAME="keywords" CONTENT="javax.annotation.MatchesPattern.Checker class">
95 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;<A HREF="../../javax/annotation/MatchesPattern.html" title="annotation in javax.annotation">MatchesPattern</A>&gt;</DD>
102 <DT><PRE>public static class <B>MatchesPattern.Checker</B><DT>extends java.lang.Object<DT>implements <A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;<A HREF="../../javax/annotation/MatchesPattern.html" title="annotation in javax.annotation">MatchesPattern</A>&gt;</DL>
136 <CODE>&nbsp;<A HREF="../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A></CODE></FONT></TD>
187 public <A HREF="../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A> <B>forConstantValue</B>(<A HREF="../../javax/annotation/MatchesPattern.html" title="annotation in javax.annotation">MatchesPattern</A>&nbsp;annotation,
190 <DD><B>Description copied from interface: <CODE><A HREF="../../javax/annotation/meta/TypeQualifierValidator.html#forConstantValue(A, java.lang.Object)">TypeQualifierValidator</A></COD (…)
    [all...]
Nonnegative.Checker.html 10 <META NAME="keywords" CONTENT="javax.annotation.Nonnegative.Checker class">
95 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;<A HREF="../../javax/annotation/Nonnegative.html" title="annotation in javax.annotation">Nonnegative</A>&gt;</DD>
102 <DT><PRE>public static class <B>Nonnegative.Checker</B><DT>extends java.lang.Object<DT>implements <A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;<A HREF="../../javax/annotation/Nonnegative.html" title="annotation in javax.annotation">Nonnegative</A>&gt;</DL>
136 <CODE>&nbsp;<A HREF="../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A></CODE></FONT></TD>
187 public <A HREF="../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A> <B>forConstantValue</B>(<A HREF="../../javax/annotation/Nonnegative.html" title="annotation in javax.annotation">Nonnegative</A>&nbsp;annotation,
190 <DD><B>Description copied from interface: <CODE><A HREF="../../javax/annotation/meta/TypeQualifierValidator.html#forConstantValue(A, java.lang.Object)">TypeQualifierValidator</A></COD (…)
    [all...]
Nonnull.Checker.html 10 <META NAME="keywords" CONTENT="javax.annotation.Nonnull.Checker class">
95 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;<A HREF="../../javax/annotation/Nonnull.html" title="annotation in javax.annotation">Nonnull</A>&gt;</DD>
102 <DT><PRE>public static class <B>Nonnull.Checker</B><DT>extends java.lang.Object<DT>implements <A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;<A HREF="../../javax/annotation/Nonnull.html" title="annotation in javax.annotation">Nonnull</A>&gt;</DL>
136 <CODE>&nbsp;<A HREF="../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A></CODE></FONT></TD>
187 public <A HREF="../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A> <B>forConstantValue</B>(<A HREF="../../javax/annotation/Nonnull.html" title="annotation in javax.annotation">Nonnull</A>&nbsp;qualifierqualifierArgument,
190 <DD><B>Description copied from interface: <CODE><A HREF="../../javax/annotation/meta/TypeQualifierValidator.html#forConstantValue(A, java.lang.Object)">TypeQualifierValidator</A></COD (…)
    [all...]
RegEx.Checker.html 10 <META NAME="keywords" CONTENT="javax.annotation.RegEx.Checker class">
95 <DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;<A HREF="../../javax/annotation/RegEx.html" title="annotation in javax.annotation">RegEx</A>&gt;</DD>
102 <DT><PRE>public static class <B>RegEx.Checker</B><DT>extends java.lang.Object<DT>implements <A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;<A HREF="../../javax/annotation/RegEx.html" title="annotation in javax.annotation">RegEx</A>&gt;</DL>
136 <CODE>&nbsp;<A HREF="../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A></CODE></FONT></TD>
187 public <A HREF="../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A> <B>forConstantValue</B>(<A HREF="../../javax/annotation/RegEx.html" title="annotation in javax.annotation">RegEx</A>&nbsp;annotation,
190 <DD><B>Description copied from interface: <CODE><A HREF="../../javax/annotation/meta/TypeQualifierValidator.html#forConstantValue(A, java.lang.Object)">TypeQualifierValidator</A></COD (…)
    [all...]
package-tree.html 90 <LI TYPE="circle">javax.annotation.<A HREF="../../javax/annotation/MatchesPattern.Checker.html" title="class in javax.annotation"><B>MatchesPattern.Checker</B></A> (implements javax.annotation.meta.<A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;A&gt;)
91 <LI TYPE="circle">javax.annotation.<A HREF="../../javax/annotation/Nonnegative.Checker.html" title="class in javax.annotation"><B>Nonnegative.Checker</B></A> (implements javax.annotation.meta.<A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;A&gt;)
92 <LI TYPE="circle">javax.annotation.<A HREF="../../javax/annotation/Nonnull.Checker.html" title="class in javax.annotation"><B>Nonnull.Checker</B></A> (implements javax.annotation.meta.<A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annotation.meta">TypeQualifierValidator</A>&lt;A&gt;)
93 <LI TYPE="circle">javax.annotation.<A HREF="../../javax/annotation/RegEx.Checker.html" title="class in javax.annotation"><B>RegEx.Checker</B></A> (implements javax.annotation.meta.<A HREF="../../javax/annotation/meta/TypeQualifierValidator.html" title="interface in javax.annota (…)
    [all...]
  /external/jsr305/javadoc/javax/annotation/meta/
Exclusive.html 10 <META NAME="keywords" CONTENT="javax.annotation.meta.Exclusive class">
55 &nbsp;<A HREF="../../../javax/annotation/meta/Exhaustive.html" title="annotation in javax.annotation.meta"><B>NEXT CLASS</B></A></FONT></TD>
57 <A HREF="../../../index.html?javax/annotation/meta/Exclusive.html" target="_top"><B>FRAMES</B></A> &nbsp;
87 javax.annotation.meta</FONT>
154 &nbsp;<A HREF="../../../javax/annotation/meta/Exhaustive.html" title="annotation in javax.annotation.meta"><B>NEXT CLASS</B></A></FONT></TD>
156 <A HREF="../../../index.html?javax/annotation/meta/Exclusive.html" target="_top"><B>FRAMES</B></A> &nbsp;
  /external/proguard/docs/
main.html 4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
5 <meta http-equiv="content-style-type" content="text/css">
6 <meta name="author" content="Eric Lafortune">
7 <meta name="description" content="ProGuard: java shrinker, optimizer, obfuscator, and preverifier">
8 <meta name="keywords" content="java obfuscator, optimizer, shrinker, preverfier">
sections.html 4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
5 <meta http-equiv="content-script-type" content="text/javascript">
6 <meta http-equiv="content-style-type" content="text/css">
  /frameworks/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.cpp 102 sp<MetaData> meta = source->getFormat(); local
105 meta->findInt32(kKeyWidth, &width);
106 meta->findInt32(kKeyHeight, &height);
132 sp<MetaData> meta = source->getFormat(); local
134 client->interface(), meta, false /* createEncoder */, source);
  /development/samples/SampleSyncAdapter/
AndroidManifest.xml 60 <meta-data
71 <meta-data
74 <meta-data
  /development/samples/Wiktionary/
AndroidManifest.xml 48 <meta-data android:name="android.app.searchable" android:resource="@xml/searchable" />
56 <meta-data android:name="android.appwidget.provider"
65 <meta-data android:name="android.app.default_searchable" android:value=".LookupActivity" />
  /external/icu4c/test/perf/collationperf/
readme.html 5 <META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
6 <meta name="Copyright" content="Copyright (c) 2002-2008, International Business Machines Corporation and others. All Rights Reserved.">
7 <META NAME="GENERATOR" Content="Visual Page 2.0 for Windows">
  /external/proguard/docs/manual/
sections.html 4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
5 <meta http-equiv="content-script-type" content="text/javascript">
6 <meta http-equiv="content-style-type" content="text/css">
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
classes_index_removals.html 4 <meta name="generator" content="JDiff v1.1.0">
7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
8 <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
constructors_index_removals.html 4 <meta name="generator" content="JDiff v1.1.0">
7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
8 <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
fields_index_removals.html 4 <meta name="generator" content="JDiff v1.1.0">
7 <meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
8 <meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">

Completed in 39 milliseconds

<<11121314151617181920>>