HomeSort by relevance Sort by last modified time
    Searched full:metadata (Results 901 - 925 of 1450) sorted by null

<<31323334353637383940>>

  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerDriver.cpp 269 const media::Metadata::Filter& ids, Parcel *records) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
MediaMetadataTest.java 28 * This metadata test suite test the basic functionality of the
  /frameworks/base/services/java/com/android/server/
SystemBackupAgent.java 57 // We only back up the data under the current "wallpaper" schema with metadata
  /frameworks/compile/libbcc/bcinfo/tools/
main.cpp 182 fprintf(stderr, "failed to get metadata\n");
  /frameworks/media/libvideoeditor/osal/inc/
M4OSA_CoreID.h 163 #define M4MDP 0x0183 /**< Metadata parser */
  /frameworks/media/libvideoeditor/vss/common/inc/
M4OSA_CoreID.h 164 #define M4MDP 0x0183 /**< Metadata parser */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
jbd.h 235 #define BJ_Metadata 2 /* Normal journaled metadata */
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinterTest.java 189 "<!DOCTYPE metadata [\n" +
190 "<!ELEMENT metadata (category)*>\n" +
217 "<!DOCTYPE metadata [\n" +
218 "<!ELEMENT metadata (category)*>\n" +
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
test.xml 20 <property name="prefs_path" value="${test-folder}/.metadata/.plugins/org.eclipse.core.runtime/.settings/com.android.ide.eclipse.adt.prefs" />
  /system/media/wilhelm/src/android/
android_AudioSfDecoder.cpp 141 SL_LOGE("Error retrieving metadata value at index %d: using size of %d, should be %d",
235 sp<MetaData> meta = extractor->getTrackMetaData(i);
259 sp<MetaData> meta = source->getFormat();
755 sp<MetaData> meta = mAudioSource->getFormat();
android_AudioSfDecoder.h 25 #include <media/stagefright/MetaData.h>
  /external/valgrind/main/coregrind/
m_oset.c 42 // - First is the AVL metadata, which is three words: a left pointer, a
45 // corrupted the metadata. So the overhead is 12 bytes on 32-bit
48 // comes after the metadata, it will only be word-aligned, even if the
60 // space for the metadata.
63 // - a "node", usually called "n", is a pointer to the metadata.
140 " - node metadata corrupted by underwriting start of element?\n",
152 " - node metadata corrupted by overwriting end of element?\n",
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 609 // Write named metadata.
625 // Write named metadata operands.
663 // Write metadata attachments
673 // If no metadata, ignore instruction.
692 // Write metadata kinds
    [all...]
  /frameworks/compile/slang/BitWriter_2_9/
BitcodeWriter.cpp 649 // Write named metadata.
665 // Write named metadata operands.
703 // Write metadata attachments
713 // If no metadata, ignore instruction.
732 // Write metadata kinds
    [all...]
  /external/kernel-headers/original/linux/
jbd.h 482 * Doubly-linked circular list of all metadata buffers owned by this
519 * Doubly-linked circular list of metadata buffers being shadowed by log
615 * @j_max_transaction_buffers: Maximum number of metadata buffers to allow in a
790 * Maximum number of metadata buffers to allow in a single compound
1077 #define BJ_Metadata 2 /* Normal journaled metadata *
    [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c     [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 73 * <li> if 'metadata' is true, the class definition is analysed
76 * This method returns null if 'metadata' is 'false' *or* if 'cls' is an
88 final boolean instrument, final boolean metadata,
94 if (! (instrument || metadata)) return; // nothing to do
106 m_metadata = metadata;
192 // needs attention at metadata/report generation level
371 // prepare to collect metadata:
    [all...]
  /external/llvm/docs/
BitCodeFormat.html 564 stream is to be decoded or other metadata. In the future, new standard blocks
574 The <tt>BLOCKINFO</tt> block allows the description of metadata for other
614 "metadata," the abbreviations they contain are essential for parsing records
757 <li>15 &mdash; <a href="#METADATA_BLOCK"><tt>METADATA_BLOCK</tt></a> &mdash; This describes metadata items.</li>
758 <li>16 &mdash; <a href="#METADATA_ATTACHMENT"><tt>METADATA_ATTACHMENT</tt></a> &mdash; This contains records associating metadata with function instruction values.</li>
    [all...]
  /ndk/docs/opensles/
index.html 666 the format of decoded PCM data via metadata" below.
728 <li>the actual PCM format should be detected using metadata rather than by making an assumption
742 <h3>Determining the format of decoded PCM data via metadata</h3>
744 The metadata extraction interface <code>SLMetadataExtractionItf</code>
746 However, the particular metadata keys that
750 The metadata key indices are available immediately after
754 and to read the PCM format metadata values in the Android simple
757 The OpenSL ES 1.0.1 metadata extraction interface
763 Metadata key names are stable. But the key indices are not documented
    [all...]
  /external/emma/lib/
emma.jar 
  /external/llvm/lib/VMCore/
Verifier.cpp 54 #include "llvm/Metadata.h"
136 /// MDNodes - keep track of the metadata nodes that have been checked
489 "Named metadata operand cannot be function local!", MD);
495 // Only visit each node once. Metadata can be mutually recursive, so this
508 "Global metadata operand cannot be function local!", &MD, N);
512 Assert2(MD.isFunctionLocal(), "Invalid operand for global metadata!", &MD, Op);
523 assert(ActualF && "Unimplemented function local metadata case!");
525 Assert2(ActualF == F, "function-local metadata used in wrong function",
690 "Function takes metadata but isn't an intrinsic", I, &F);
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 626 void metaData();
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp 48 // Handle any instruction metadata forward references.
60 return Error(MDList[i].Loc, "use of undefined metadata '!" +
115 "use of undefined metadata '!" +
511 if (ParseToken(lltok::rbrace, "expected end of metadata node"))
533 ParseToken(lltok::rbrace, "expected end of metadata node"))
553 return TokError("Metadata id is already used");
    [all...]
  /external/bluetooth/glib/gio/
gioenums.h 208 * @G_FILE_COPY_ALL_METADATA: Copy all file metadata instead of just default set used for copy (see #GFileInfo).
464 * @G_EMBLEM_ORIGIN_LIVEMETADATA: Emblem depicts live metadata, such as "readonly"
  /external/chromium/chrome/browser/extensions/
user_script_master.cc 121 // TODO(aa): Handle more types of metadata.
240 // TODO(aa): This can be replaced by sending content script metadata to

Completed in 1520 milliseconds

<<31323334353637383940>>