/frameworks/base/media/libmediaplayerservice/ |
StagefrightRecorder.cpp | 268 sp<MetaData> meta = cameraSource->getFormat(); local 271 CHECK(meta->findInt32(kKeyWidth, &width)); 272 CHECK(meta->findInt32(kKeyHeight, &height));
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/ |
M4vH263Decoder.cpp | 90 sp<MetaData> meta = mSource->getFormat(); local 91 CHECK(meta->findCString(kKeyMIMEType, &mime)); 106 if (meta->findData(kKeyESDS, &type, &data, &size)) {
|
/packages/apps/DeskClock/ |
AndroidManifest.xml | 29 <meta-data android:name="android.dock_home" android:value="true" /> 114 <meta-data android:name="android.appwidget.oldName" android:value="com.android.deskclock.AnalogAppWidgetProvider" /> 115 <meta-data android:name="android.appwidget.provider" android:resource="@xml/analog_appwidget" />
|
/build/tools/releasetools/ |
sign_target_files_apks | 50 zip (in the META/otakeys.txt file). Key remapping (-k and -d) 203 keylist = input_tf_zip.read("META/otakeys.txt").split() 205 raise ExternalError("can't read META/otakeys.txt from input") 211 raise ExternalError("can't parse \"%s\" from META/otakeys.txt" % (k,)) 221 print "META/otakeys.txt has no keys; using", mapped_keys[0]
|
/external/jsr305/javadoc/javax/annotation/ |
CheckReturnValue.html | 10 <META NAME="keywords" CONTENT="javax.annotation.CheckReturnValue class"> 112 <CODE> <A HREF="../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A></CODE></FONT></TD> 124 public abstract <A HREF="../../javax/annotation/meta/When.html" title="enum in javax.annotation.meta">When</A> <B>when</B></PRE>
|
/external/skia/src/animator/ |
SkDisplayEvent.cpp | 198 const SkMetaData& meta = fEvent.getMetaData(); local 199 SkMetaData::Iter iter(meta); 222 meta.findS32(name, &input->fInt); 225 meta.findScalar(name, &input->fFloat); 231 input->string.set(meta.findString(name));
|
/frameworks/base/core/java/android/server/search/ |
Searchables.java | 72 * The activities fall into three cases, based on meta-data found in 76 * presence of a "android.app.searchable" meta-data attribute. 79 * presence of a "android.app.default_searchable" meta-data attribute. 87 * an application meta-data entry. This way we don't have to pepper each 174 * also provide searchability meta-data. There are a bunch of checks here
|
/packages/apps/Browser/ |
AndroidManifest.xml | 118 <meta-data android:name="android.app.searchable" 126 <meta-data android:name="android.app.default_searchable" 174 <meta-data android:name="android.app.searchable" 191 <meta-data android:name="android.appwidget.provider" android:resource="@xml/bookmarkwidget"/> 197 <meta-data android:name="android.app.default_searchable" android:value=".BrowserActivity" />
|
/frameworks/base/core/java/android/view/ |
KeyEvent.java | 167 * <p>This mask is used to check whether one of the ALT meta keys is pressed.</p> 177 * <p>This mask is used to check whether the left ALT meta key is pressed.</p> 186 * <p>This mask is used to check whether the right the ALT meta key is pressed.</p> 195 * <p>This mask is used to check whether one of the SHIFT meta keys is pressed.</p> 205 * <p>This mask is used to check whether the left SHIFT meta key is pressed.</p> 214 * <p>This mask is used to check whether the right SHIFT meta key is pressed.</p> 223 * <p>This mask is used to check whether the SYM meta key is pressed.</p> 441 * @param metaState Flags indicating which meta keys are currently pressed. 465 * @param metaState Flags indicating which meta keys are currently pressed. 494 * @param metaState Flags indicating which meta keys are currently pressed [all...] |
/frameworks/base/docs/html/guide/topics/search/ |
search-dialog.jd | 134 <intent-filter>} element and a {@code <meta-data>} element to the 143 <meta-data android:name="android.app.searchable" 150 <p>The {@code android:name} attribute in the {@code <meta-data>} element must be defined with 159 from the searcahble meta-data declared for the Activity).</p> 166 declared searchable meta-data in the manifest file. For example, the searchable Activity itself 168 a searchable context because it contains searchable meta-data that defines the 175 <meta-data>} element inside the {@code 185 <meta-data android:name="android.app.searchable" 191 <meta-data android:name="android.app.default_searchable" 197 <p>The {@code <meta-data>} element with the {@code android:name} attribute value o [all...] |
/dalvik/libcore/archive/src/main/java/java/util/jar/ |
JarVerifier.java | 156 * {@code META-INF} directory. 231 * Add a new meta entry to the internal collection of data held on each JAR 232 * entry in the {@code META-INF} directory including the manifest 237 * the name of the file located in the {@code META-INF} 254 * META-INF} directory. This situation is indicative of an invalid 460 * JAR entry in the {@code META-INF} directory.
|
/external/opencore/fileformats/mp4/composer/include/ |
a_impeg4file.h | 69 * In that process, it creates and initializes all the classes that hold the meta data 95 * clips. No media interleaving, and meta data is authored 98 * This implies that meta data is upfront, media data interleaved. 103 * that file is interleaved, meta data is after the media data in moov 124 * In that process, it creates and initializes all the classes that hold the meta data 138 * Media data is interleaved and meta data is stored at the end
|
/frameworks/base/core/java/android/speech/ |
RecognizerIntent.java | 264 * Meta-data name under which an {@link Activity} implementing {@link #ACTION_WEB_SEARCH} can 268 * Broadcast intents can be directed to the class name specified in the meta-data by creating 275 * a broadcast intent based on the value of this meta-data, if available. 278 * are required to implement this. Thus retrieving this meta-data may be null. 284 * in the meta-data defined in the {@link #DETAILS_META_DATA} meta-data of an
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/ |
XMLReaderFactory.java | 72 * in the <em>META-INF/services/org.xml.sax.driver</em> file in 114 // 2. if that fails, try META-INF/services/ 117 String service = "META-INF/services/" + property;
|
/external/jsr305/javadoc/ |
overview-summary.html | 10 <META NAME="keywords" CONTENT="Overview, JSR305 Documentation : Annotations for Software Defect Detection"> 98 <TD WIDTH="20%"><B><A HREF="javax/annotation/meta/package-summary.html">javax.annotation.meta</A></B></TD>
|
/frameworks/base/core/java/android/app/ |
WallpaperInfo.java | 44 * This class is used to specify meta information of a wallpaper service. 98 + WallpaperService.SERVICE_META_DATA + " meta-data"); 113 "Meta-data does not start with wallpaper tag");
|
/frameworks/base/core/java/android/view/inputmethod/ |
InputMethodInfo.java | 42 * This class is used to specify meta information of an input method. 94 + InputMethod.SERVICE_META_DATA + " meta-data"); 109 "Meta-data does not start with input-method tag");
|
/frameworks/base/docs/html/guide/topics/manifest/ |
manifest-intro.jd | 95 <a href="{@docRoot}guide/topics/manifest/meta-data-element.html"><meta-data /></a> 100 <a href="{@docRoot}guide/topics/manifest/meta-data-element.html"><meta-data /></a> 105 <a href="{@docRoot}guide/topics/manifest/meta-data-element.html"><meta-data/></a> 110 <a href="{@docRoot}guide/topics/manifest/meta-data-element.html"><meta-data /></a> 115 <a href="{@docRoot}guide/topics/manifest/meta-data-element.html"><meta-data /></a [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
alldiffs_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">
|
android.Manifest.permission.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">
|
android.R.drawable.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">
|
android.R.style.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">
|
android.app.Activity.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">
|
android.app.ActivityManager.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">
|
android.app.AlarmManager.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">
|