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

<<41424344454647484950>>

  /external/opencore/nodes/common/include/
pvmf_mp4_progdownload_support_extension.h 61 * and meta data. This might take a few passes, depending on the how
72 * downloadable then this API also returns the meta data size. Player
  /external/proguard/docs/manual/
optimizations.html 4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
5 <meta http-equiv="content-style-type" content="text/css">
  /external/proguard/docs/manual/retrace/
usage.html 4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
5 <meta http-equiv="content-style-type" content="text/css">
  /external/proguard/docs/
testimonials.html 4 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
5 <meta http-equiv="content-style-type" content="text/css">
  /external/srec/config/en.us/grammars/
enroll.grxml 3 <meta name="word_penalty" content="40" />
4 <meta name="do_skip_interword_silence" content="true"/>
  /external/webkit/WebCore/platform/
PlatformMouseEvent.h 86 int clickCount, bool shift, bool ctrl, bool alt, bool meta, double timestamp)
95 , m_metaKey(meta)
  /frameworks/base/include/media/stagefright/
OMXCodec.h 38 const sp<MetaData> &meta, bool createEncoder,
226 status_t configureCodec(const sp<MetaData> &meta);
  /frameworks/base/libs/ui/
KeyCharacterMap.cpp 34 KeyCharacterMap::get(int keycode, int meta)
38 return k->data[meta & META_MASK];
  /packages/apps/QuickSearchBox/
AndroidManifest.xml 84 <meta-data android:name="android.appwidget.provider" android:resource="@xml/search_widget_info" />
108 <meta-data android:name="android.app.searchable"
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoPriorityResolver.java 50 * Meta-data key for the contacts configuration associated with a sync service.
105 * Finds the meta-data XML containing the contacts configuration and
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 134 // do not take directories or anything inside the META-INF folder since
136 if (entry.isDirectory() || name.startsWith("META-INF/")) { //$NON-NL1$
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/xml/
XmlDocumentBuilder.java 45 * Parses XML documents. This class tries to add meta-data in the resulting DOM
93 * @return True if the parsed documents contain line numbers meta-data,
  /dalvik/libcore/regex/src/main/java/java/util/regex/
Pattern.java 63 * only against the '.', '^', and '$' meta characters.
88 * This constant specifies that the meta characters '^' and '$' match only
96 * literally, that is, all meta characters lose their meanings.
101 * This constant specifies that the '.' meta character matches arbitrary
411 * meta-characters lose their special meaning. If the string is used for a
  /external/opencore/fileformats/mp4/composer/include/
a_atomdefs.h 268 //No bits are set - default mode - no interleaving, meta data at the end
270 //b1 is set - Meta data is upfront, this implies temp files are needed while authoring
278 * Meta data towards the end of the clip
289 * Meta Data is upfront.
297 * Meta Data is towards the end of the clip.
  /external/opencore/nodes/pvmp4ffcomposernode/include/
pvmp4ffcn_clipconfig.h 59 * Meta Data is upfront.
67 * Meta Data is towards the end of the clip.
76 * Meta Data is upfront.
85 * Meta Data is towards the end of the file.
94 * Meta Data is towards the end of the clip in MOOV and MOOF.
  /frameworks/base/core/jni/
android_database_SQLiteDatabase.cpp 329 char** meta = NULL; local
346 err = sqlite3_get_table(handle, selectSql, &meta, &rowCount, &colCount, NULL);
353 dbLocale = (rowCount >= 1) ? meta[colCount] : NULL;
437 if (meta != NULL) sqlite3_free_table(meta);
  /packages/apps/Email/
AndroidManifest.xml 246 <meta-data
277 <meta-data android:name="android.content.SyncAdapter"
288 <meta-data android:name="android.content.SyncAdapter"
308 <meta-data
325 <meta-data
  /external/webkit/WebCore/dom/
Document.h 688 * Handles a HTTP header equivalent set by a meta tag using <meta http-equiv="..." content="...">. This is called
689 * when a meta tag is encountered during document parsing, and also when a script dynamically changes or adds a meta
690 * tag. This enables scripts to use meta tags to perform refreshes and set expiry dates in addition to them being
693 * @param equiv The http header name (value of the meta tag's "equiv" attribute)
694 * @param content The header value (value of the meta tag's "content" attribute)
700 * Handles viewport like <meta name = "viewport" content = "width = device-width">
701 * or format-detection like <meta name = "format-detection" content = "telephone=no">
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
KeyCharacterMapTest.java 276 result.meta = new char[2];
282 result.meta = new char[4];
285 assertEquals(48, result.meta[0]);
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/
dashboard.py 36 class Meta:
131 class Meta:
171 class Meta:
  /external/bluetooth/glib/docs/reference/glib/tmpl/
bookmarkfile.sgml 10 to URI, along with some meta-data about the resource pointed by the URI like
29 meta-data about a resource pointed by its URI. The meta-data consists of
  /external/icu4c/samples/layout/
readme.html 6 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
7 <meta name="COPYRIGHT" content=
9 <meta name="Author" content="Eric Mader" />
  /external/jsr305/javadoc/javax/annotation/concurrent/
package-summary.html 10 <META NAME="keywords" CONTENT="javax.annotation.concurrent package">
55 &nbsp;<A HREF="../../../javax/annotation/meta/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
149 &nbsp;<A HREF="../../../javax/annotation/meta/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
  /external/webkit/WebKitTools/iExploder/htdocs/
iexploder.rb 289 bodyText << "\t<META HTTP-EQUIV=\"Refresh\" content=\"0;URL=#{newpage}\">\n"
294 bodyText << "\t" << mangleTag('meta')
295 bodyText << "\t" << mangleTag('meta')
  /frameworks/base/core/java/android/appwidget/
AppWidgetManager.java 78 * to the activity specified in the {@link AppWidgetProviderInfo AppWidgetProviderInfo meta-data}.
181 * Field for the manifest meta-data tag.
188 * Field for the manifest meta-data tag used to indicate any previous name for the

Completed in 92 milliseconds

<<41424344454647484950>>