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

<<11121314151617181920>>

  /external/webkit/WebKit/chromium/src/
WebPageSerializerImpl.cpp 135 // Skip the open tag of original META tag which declare charset since we
136 // have overrided the META which have correct charset declaration after
139 const HTMLMetaElement* meta = static_cast<const HTMLMetaElement*>(element); local
140 // Check whether the META tag has declared charset or not.
141 String equiv = meta->httpEquiv();
143 String content = meta->content();
145 // Find META tag declared charset, we need to skip it when
205 // Check meta element. WebKit only pre-parse the first 512 bytes
206 // of the document. If the whole <HEAD> is larger and meta is the
209 // make sure the meta will in first child of head tag
    [all...]
WebDocument.cpp 136 // Otherwise, fall back to looking for the meta tag.
138 const_cast<Document*>(document)->getElementsByTagName("meta");
  /frameworks/base/core/tests/coretests/
AndroidManifest.xml 26 <meta-data android:name="com.android.frameworks.coretests.string" android:value="foo" />
27 <meta-data android:name="com.android.frameworks.coretests.boolean" android:value="true" />
28 <meta-data android:name="com.android.frameworks.coretests.integer" android:value="100" />
29 <meta-data android:name="com.android.frameworks.coretests.color" android:value="#ff000000" />
30 <meta-data android:name="com.android.frameworks.coretests.float" android:value="100.1" />
31 <meta-data android:name="com.android.frameworks.coretests.reference" android:resource="@xml/metadata" />
    [all...]
  /dalvik/libcore/archive/src/main/java/java/util/jar/
JarFile.java 46 public static final String MANIFEST_NAME = "META-INF/MANIFEST.MF"; //$NON-NLS-1$
49 static final String META_DIR = "META-INF/"; //$NON-NLS-1$
325 * file's META-INF/ directory and picks out the MANIFEST.MF file and
333 // Get all meta directory entries
344 // Is this the entry for META-INF/MANIFEST.MF ?
437 * JAR's META-INF directory.
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
ZipExecTest.java 72 zout.putNextEntry(new ZipEntry("META-INF/MANIFEST.MF"));
113 zoutFoo.putNextEntry(new ZipEntry("META-INF/MANIFEST.MF"));
136 zoutFoo.putNextEntry(new ZipEntry("META-INF/MANIFEST.MF"));
152 zoutFoo.putNextEntry(new ZipEntry("META-INF/MANIFEST.MF"));
228 zoutFoo.putNextEntry(new ZipEntry("META-INF/MANIFEST.MF"));
284 zoutBar.putNextEntry(new ZipEntry("META-INF/MANIFEST.MF"));
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
package.html 9 <meta name="@author" content="mailto:Ben@galbraiths.org" />
10 <meta name="@author" content="mailto:Norman.Walsh@Sun.com" />
11 <meta name="@author" content="mailto:Jeff.Suttor@Sun.com" />
12 <meta name="@version" content="$Revision: 570107 $, $Date: 2007-08-27 06:30:19 -0700 (Mon, 27 Aug 2007) $" />
13 <meta name="@see" content="http://www.w3.org/TR/xpath" />
14 <meta name="@since" content="1.5" />
  /frameworks/base/media/libstagefright/
AwesomePlayer.cpp 296 sp<MetaData> meta = extractor->getTrackMetaData(i); local
299 CHECK(meta->findCString(kKeyMIMEType, &mime));
576 sp<MetaData> meta = mVideoSource->getFormat(); local
581 CHECK(meta->findInt32(kKeyColorFormat, &format));
582 CHECK(meta->findCString(kKeyDecoderComponent, &component));
583 CHECK(meta->findInt32(kKeyWidth, &decodedWidth));
584 CHECK(meta->findInt32(kKeyHeight, &decodedHeight));
758 sp<MetaData> meta = mAudioTrack->getFormat(); local
761 CHECK(meta->findCString(kKeyMIMEType, &mime));
1314 sp<MetaData> meta = mVideoSource->getFormat(); local
    [all...]
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/
MetaMessage.java 23 public static final int META = 255;
72 // sound.0A=Invalid meta event with type {0}
  /external/jsr305/javadoc/javax/annotation/
Syntax.html 10 <META NAME="keywords" CONTENT="javax.annotation.Syntax class">
93 <A HREF="../../javax/annotation/meta/TypeQualifier.html" title="annotation in javax.annotation.meta">@TypeQualifier</A>(<A HREF="../../javax/annotation/meta/TypeQualifier.html#applicableTo()">applicableTo</A>=java.lang.String.class)
137 <CODE>&nbsp;<A HREF="../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A></CODE></FONT></TD>
188 public abstract <A HREF="../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A> <B>when</B></PRE>
  /external/proguard/docs/
acknowledgements.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/
limitations.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/webkit/WebCore/html/
HTMLMetaElement.cpp 88 // update the meta data if it is the top document
95 // Get the document to process the tag, but only if we're actually part of DOM tree (changing a meta tag while
  /external/webkit/WebCore/inspector/front-end/
KeyboardShortcut.js 43 Meta: 8 // Command key on Mac, Win key on other platforms.
109 modifiers |= WebInspector.KeyboardShortcut.Modifiers.Meta;
  /frameworks/base/awt/java/awt/event/
ActionEvent.java 104 modifiersString += modifiersString.length() == 0 ? "Meta" : "+Meta"; //$NON-NLS-1$ //$NON-NLS-2$
  /frameworks/base/core/java/android/app/admin/
DeviceAdminInfo.java 48 * This class is used to specify meta information of a device administrator
60 * tag in the "uses-policies" section of its meta-data.
71 * tag in the "uses-policies" section of its meta-data.
81 * tag in the "uses-policies" section of its meta-data.
92 * tag in the "uses-policies" section of its meta-data.
102 * tag in the "uses-policies" section of its meta-data.
183 + DeviceAdminReceiver.DEVICE_ADMIN_META_DATA + " meta-data");
198 "Meta-data does not start with device-admin tag");
  /sdk/jarutils/src/com/android/jarutils/
JavaResourceFilter.java 38 // jar file, but we need to exclude some other folder (like /META-INF) so
61 folderName.equals("META-INF") == false &&
  /cts/tests/tests/accounts/
AndroidManifest.xml 36 <meta-data android:name="android.accounts.AccountAuthenticator"
  /dalvik/libcore/dom/src/test/resources/
hc_staff.html 4 <html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>hc_staff</title><script type="text/javascript" src="svgunit.js"></script><script charset="UTF-8" type="text/javascript" src="svgtest.js"></script><script type='text/javascript'>function loadComplete() { startTest(); }</script></head><body onload="parent.loadComplete()">
  /dalvik/libcore/security/src/main/java/java/security/
package.html 3 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/stream/
package.html 4 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
  /development/samples/AliasActivity/
AndroidManifest.xml 30 <meta-data android:name="android.app.alias"
  /development/samples/BackupRestore/
AndroidManifest.xml 34 <meta-data android:name="com.google.android.backup.api_key"
  /development/samples/WiktionarySimple/
AndroidManifest.xml 29 <meta-data android:name="android.appwidget.provider"
  /external/opencore/doc/oscl_html/
classBufferFragment.html 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
classMediaStatusClass.html 2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">

Completed in 176 milliseconds

<<11121314151617181920>>