HomeSort by relevance Sort by last modified time
    Searched refs:metadata (Results 126 - 150 of 168) sorted by null

1 2 3 4 56 7

  /external/chromium/net/base/
x509_certificate_nss.cc 859 EVRootCAMetadata* metadata = EVRootCAMetadata::GetInstance(); local
872 metadata->GetPolicyOIDs(),
873 metadata->NumPolicyOIDs(),
885 if (!metadata->GetPolicyOID(fingerprint, &ev_policy_tag))
    [all...]
x509_certificate_win.cc 713 EVRootCAMetadata* metadata = EVRootCAMetadata::GetInstance(); local
716 if (metadata->IsEVPolicyOID(policy_oid)) {
926 EVRootCAMetadata* metadata = EVRootCAMetadata::GetInstance(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
  /external/flac/include/FLAC/
stream_decoder.h 64 * handling metadata and errors. If the client also supplies seek-related
67 * needs only supply a filename or open \c FILE* and write/metadata/error
127 * most one metadata block or audio frame and return, calling either the
128 * metadata callback or write callback, respectively, once. If the decoder
132 * the first audio frame. The client will get one metadata, write, or error
133 * callback per metadata block, audio frame, or sync error, respectively.
137 * FLAC__STREAM_DECODER_READ_STATUS_ABORT. The client will get one metadata,
138 * write, or error callback per metadata block, audio frame, or sync error,
172 * which blocks to return. Remember that metadata blocks can potentially
204 /**< The decoder is ready to search for metadata. *
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 216 const String& metadata)
218 webKitClient()->clipboard()->writeData(type, data, metadata);
233 const String& type, String& data, String& metadata)
241 metadata = resultMetadata;
    [all...]
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 577 Parcel *metadata = parcelForJavaObject(env, reply); local
579 if (metadata == NULL ) {
584 metadata->freeData();
585 // On return metadata is positioned at the beginning of the
586 // metadata. Note however that the parcel actually starts with the
589 return media_player->getMetadata(update_only, apply_filter, metadata) == OK;
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 479 if (const SymbolMetadata *metadata = dyn_cast<SymbolMetadata>(sym)) {
481 if (isLiveRegion(metadata->getRegion())) {
  /frameworks/av/media/libmedia/
mediaplayer.cpp 215 status_t MediaPlayer::getMetadata(bool update_only, bool apply_filter, Parcel *metadata)
222 return mPlayer->getMetadata(update_only, apply_filter, metadata);
  /frameworks/av/media/libstagefright/
CameraSource.cpp 27 #include <media/stagefright/MetaData.h>
43 camera_frame_metadata_t *metadata);
70 camera_frame_metadata_t *metadata) {
526 // By default, do not store metadata in video buffers
542 mMeta = new MetaData;
583 status_t CameraSource::start(MetaData *meta) {
703 sp<MetaData> CameraSource::getFormat() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 559 LayoutMetadata metadata = LayoutMetadata.get(); local
560 AdapterBinding binding = metadata.getNodeBinding(viewObject, uiNode);
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonemetadata.java 18 * Definition of the class representing metadata for international telephone numbers. This class is
954 PhoneMetadata metadata = new PhoneMetadata(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 326 /* This does not work well, because the metadata is a bit misleading:
544 IViewMetadata metadata = mRulesEngine.getMetadata(selectedNode.getFqcn()); local
545 if (metadata != null) {
546 List<String> attributes = metadata.getTopAttributes();
    [all...]
LinearLayoutRule.java 560 IViewMetadata metadata = mRulesEngine.getMetadata(fqcn);
561 if (metadata != null) {
563 FillPreference fill = metadata.getFillPreference();
    [all...]
  /external/chromium/net/http/
http_cache_transaction.cc     [all...]
http_cache_unittest.cc     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 51 #include <media/Metadata.h>
80 using android::media::Metadata;
90 // FIXME: Move all the metadata related function in the Metadata.cpp
100 // | metadata type 1 |
102 // | metadata type 2 |
106 // | metadata type n |
110 // @param[out] filter On exit contains the list of metadata type to be
115 Metadata::Filter *filter,
138 size_t size = num * sizeof(Metadata::Type)
    [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 377 batchAsyncCall(entry, 'getMetadata', function(metadata) {
378 entry.cachedMtime_ = metadata.modificationTime;
    [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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 718 IViewMetadata metadata = mRulesEngine.getMetadata(view.node.getFqcn()); local
719 if (metadata != null) {
720 Margins insets = metadata.getInsets();
    [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
  /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/llvm/bindings/ocaml/llvm/
llvm.ml 36 | Metadata
386 external metadata : llvalue -> int -> llvalue option = "llvm_metadata"
390 (*--... Operations on metadata .......,.....................................--*)
    [all...]

Completed in 717 milliseconds

1 2 3 4 56 7