/sdk/rule_api/src/com/android/ide/common/api/ |
IClientRulesEngine.java | 61 * Returns the metadata associated with the given fully qualified class name. 64 * @return the metadata associated with the given fully qualified class name.
|
/external/flac/libFLAC/ |
metadata_iterators.c | 60 #include "private/metadata.h" 167 static void metadata_callback_(const FLAC__StreamDecoder *decoder, const FLAC__StreamMetadata *metadata, void *client_data); 261 void metadata_callback_(const FLAC__StreamDecoder *decoder, const FLAC__StreamMetadata *metadata, void *client_data) 267 * we assume we only get here when the one metadata block we were 271 if(0 == (cd->object = FLAC__metadata_object_clone(metadata))) 355 /* this is the metadata block header of the current block we are pointing to: */ 480 @@@ If we decide to finish implementing this, put this comment back in metadata.h 483 * tempfiles should go. Remember that if your metadata edits cause the [all...] |
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
AsYouTypeFormatter.java | 113 // The metadata needed by this class is the same for all regions sharing the same country calling 114 // code. Therefore, we return the metadata for "main" region for this country calling code. 118 PhoneMetadata metadata = phoneUtil.getMetadataForRegion(mainCountry); local 119 if (metadata != null) { 120 return metadata; 122 // Set to a default instance of the metadata. This allows us to function with an incorrect
|
Phonemetadata.java | 18 * Definition of the class representing metadata for international telephone numbers. This class is 863 // repeated PhoneMetadata metadata = 1; 890 PhoneMetadata metadata = new PhoneMetadata(); local 891 metadata.readExternal(objectInput); 892 metadata_.add(metadata);
|
/external/webkit/Source/WebCore/plugins/ |
PluginDatabase.cpp | 551 LOG_ERROR("Unable to read plugin metadata cache: corrupt schema"); 574 LOG_ERROR("Unable to read plugin metadata cache: corrupt data"); 579 // Skip metadata that points to plugins from directories that 626 LOG_ERROR("Unable to open plugin metadata cache for saving"); 632 LOG_ERROR("Unable to write plugin metadata cache schema"); 645 LOG_ERROR("Unable to write plugin metadata to cache");
|
/frameworks/base/core/java/android/app/ |
SearchableInfo.java | 514 // for each component, try to find metadata 543 * Get the metadata for a given activity 569 Log.w(LOG_TAG, "Invalid searchable metadata for " + 594 Log.w(LOG_TAG, "Reading searchable metadata for " + cName.flattenToShortString(), e); 597 Log.w(LOG_TAG, "Reading searchable metadata for " + cName.flattenToShortString(), e); 702 * activity's metadata, or {@code 0} if not specified. [all...] |
/frameworks/base/media/jni/ |
android_media_MediaPlayer.cpp | 580 Parcel *metadata = parcelForJavaObject(env, reply); local 582 if (metadata == NULL ) { 587 metadata->freeData(); 588 // On return metadata is positioned at the beginning of the 589 // metadata. Note however that the parcel actually starts with the 592 return media_player->getMetadata(update_only, apply_filter, metadata) == OK;
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_wavefile.c | 432 /* set metadata callback */ 434 EAS_HWMemCpy(&pWaveData->metadata, (void*) value, sizeof(S_METADATA_CB)); 739 * Process the INFO chunk and return metadata to host 808 /* process known metadata */ 811 metaLen = pWaveData->metadata.bufferSize - 1; 814 if ((result = EAS_HWReadFile(pEASData->hwInstData, pWaveData->fileHandle, pWaveData->metadata.buffer, metaLen, &metaLen)) != EAS_SUCCESS) 816 pWaveData->metadata.buffer[metaLen] = 0; 817 pWaveData->metadata.callback(metaType, pWaveData->metadata.buffer, pWaveData->metadata.pUserData) [all...] |
eas_ota.c | 763 /* set metadata callback */ 765 EAS_HWMemCpy(&pData->metadata, (void*) value, sizeof(S_METADATA_CB)); 927 /* zero the metadata buffer */ 928 if (pData->metadata.buffer) 929 EAS_HWMemSet(pData->metadata.buffer, 0, pData->metadata.bufferSize); 938 /* check for metadata callback */ 939 if (pData->metadata.callback) 941 if (i < (pData->metadata.bufferSize - 1)) 942 pData->metadata.buffer[i] = (char) temp [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_wavefile.c | 432 /* set metadata callback */ 434 EAS_HWMemCpy(&pWaveData->metadata, (void*) value, sizeof(S_METADATA_CB)); 739 * Process the INFO chunk and return metadata to host 808 /* process known metadata */ 811 metaLen = pWaveData->metadata.bufferSize - 1; 814 if ((result = EAS_HWReadFile(pEASData->hwInstData, pWaveData->fileHandle, pWaveData->metadata.buffer, metaLen, &metaLen)) != EAS_SUCCESS) 816 pWaveData->metadata.buffer[metaLen] = 0; 817 pWaveData->metadata.callback(metaType, pWaveData->metadata.buffer, pWaveData->metadata.pUserData) [all...] |
eas_ota.c | 763 /* set metadata callback */ 765 EAS_HWMemCpy(&pData->metadata, (void*) value, sizeof(S_METADATA_CB)); 927 /* zero the metadata buffer */ 928 if (pData->metadata.buffer) 929 EAS_HWMemSet(pData->metadata.buffer, 0, pData->metadata.bufferSize); 938 /* check for metadata callback */ 939 if (pData->metadata.callback) 941 if (i < (pData->metadata.bufferSize - 1)) 942 pData->metadata.buffer[i] = (char) temp [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_wavefile.c | 432 /* set metadata callback */ 434 EAS_HWMemCpy(&pWaveData->metadata, (void*) value, sizeof(S_METADATA_CB)); 739 * Process the INFO chunk and return metadata to host 808 /* process known metadata */ 811 metaLen = pWaveData->metadata.bufferSize - 1; 814 if ((result = EAS_HWReadFile(pEASData->hwInstData, pWaveData->fileHandle, pWaveData->metadata.buffer, metaLen, &metaLen)) != EAS_SUCCESS) 816 pWaveData->metadata.buffer[metaLen] = 0; 817 pWaveData->metadata.callback(metaType, pWaveData->metadata.buffer, pWaveData->metadata.pUserData) [all...] |
eas_ota.c | 763 /* set metadata callback */ 765 EAS_HWMemCpy(&pData->metadata, (void*) value, sizeof(S_METADATA_CB)); 927 /* zero the metadata buffer */ 928 if (pData->metadata.buffer) 929 EAS_HWMemSet(pData->metadata.buffer, 0, pData->metadata.bufferSize); 938 /* check for metadata callback */ 939 if (pData->metadata.callback) 941 if (i < (pData->metadata.bufferSize - 1)) 942 pData->metadata.buffer[i] = (char) temp [all...] |
/frameworks/base/media/libmediaplayerservice/ |
StagefrightRecorder.cpp | 36 #include <media/stagefright/MetaData.h> 424 // interleaving since the metadata overhead will count for a significant 808 sp<MetaData> encMeta = new MetaData; [all...] |
/frameworks/media/libvideoeditor/lvpp/ |
PreviewPlayer.cpp | 40 #include <media/stagefright/MetaData.h> 170 sp<MetaData> meta = extractor->getTrackMetaData(i); 185 // retrieving the metadata on some extractors may turn out 187 sp<MetaData> fileMeta = extractor->getMetaData(); 399 sp<MetaData> meta; 697 sp<MetaData> meta = mAudioTrack->getFormat(); [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/service/ |
VideoEditorProject.java | 42 * The video editor project encapsulates the video editor and the project metadata. 45 // The name of the metadata file 46 private final static String PROJECT_METADATA_FILENAME = "metadata.xml"; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
GridDropHandler.java | 123 // TODO: Make this use metadata for predefined spacing between 575 IViewMetadata metadata = mRule.getRulesEngine().getMetadata(fqcn); 576 if (metadata != null) { 577 Margins insets = metadata.getInsets(); 616 IViewMetadata metadata = mRule.getRulesEngine().getMetadata(element.getFqcn()); 617 if (metadata != null) { 618 Margins insets = metadata.getInsets();
|
/system/media/wilhelm/tests/examples/ |
slesTestDecodeAac.cpp | 86 /* metadata key index for the PCM format information we want to retrieve */ 93 /* size of the struct to retrieve the PCM format metadata values: the values we're interested in 98 /* used to query metadata values */ 290 /* memory to receive the PCM format metadata */ 533 /* Get the metadata extraction interface which was explicitly requested */ 589 /* Display the metadata obtained from the decoder */ 613 /* find out the key index of the metadata we're interested in */
|
/external/llvm/docs/ |
GarbageCollection.html | 297 /// Storage of metadata values is elided if the %metadata parameter to 301 int32_t NumMeta; //< Number of metadata entries. May be < NumRoots. 302 const void *Meta[0]; //< Metadata for each root. 331 // For roots [0, NumMeta), the metadata pointer is in the FrameMap. 335 // For roots [NumMeta, NumRoots), the metadata pointer is null. 426 void @llvm.gcroot(i8** %ptrloc, i8* %metadata) 443 or a bitcast of an alloca. The second contains a pointer to metadata that 446 metadata.</p> 448 <p>The <tt>%metadata</tt> argument can be used to avoid requiring heap object [all...] |
/external/chromium/chrome/common/extensions/docs/build/ |
directory.py | 6 """Class for parsing metadata about extension samples.""" 185 directories.remove('.svn') # Don't go into SVN metadata directories 189 """ Returns metadata about the sample extensions given their manifest 255 """ Represents metadata about a Chrome extension sample. 564 directories.remove('.svn') # Don't go into SVN metadata directories
|
/frameworks/base/core/java/android/preference/ |
PreferenceManager.java | 214 final Bundle metaData = activityInfo.metaData; 216 if ((metaData == null) || !metaData.containsKey(METADATA_KEY_PREFERENCES)) { 223 + activityInfo.metaData.getInt(METADATA_KEY_PREFERENCES);
|
/frameworks/base/drm/java/android/drm/ |
DrmManagerClient.java | 329 * Retrieves metadata information for rights-protected content. 331 * @param path Path to the content from which you are retrieving metadata information. 334 * key-value pairs representing the metadata. Null in case of failure. 360 * Retrieves metadata information for rights-protected content. 362 * @param uri URI for the content from which you are retrieving metadata information.
|
/frameworks/base/drm/jni/ |
android_drm_DrmManagerClient.cpp | 312 jobject metadata = NULL; local 322 metadata = env->NewObject(localRef, constructorId); 323 if (NULL != metadata) { 330 env->CallVoidMethod(metadata, env->GetMethodID(localRef, "put", 339 return metadata;
|
/frameworks/base/media/libstagefright/ |
MPEG2TSWriter.cpp | 29 #include <media/stagefright/MetaData.h> 103 sp<MetaData> meta = mSource->getFormat(); 148 sp<MetaData> meta = mSource->getFormat(); 531 sp<MetaData> meta = source->getFormat(); 547 status_t MPEG2TSWriter::start(MetaData *param) {
|
/frameworks/base/media/libstagefright/mpeg2ts/ |
ESQueue.cpp | 29 #include <media/stagefright/MetaData.h> 40 sp<MetaData> ElementaryStreamQueue::getFormat() { 605 mFormat = new MetaData; 712 mFormat = new MetaData; 876 mFormat = new MetaData;
|