HomeSort by relevance Sort by last modified time
    Searched defs:metadata (Results 1 - 25 of 691) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/fxjs/xfa/
cjx_desc.cpp 15 const CJX_MethodSpec CJX_Desc::MethodSpecs[] = {{"metadata", metadata_static}};
23 CJS_Return CJX_Desc::metadata(CJS_V8* runtime, function in class:CJX_Desc
  /external/perfetto/infra/git_mirror_bot/
Makefile 46 --metadata-from-file=startup-script=startup-script.sh,deploy_key=deploy_key,main=mirror_aosp_to_ghub_repo.py
  /external/guice/extensions/persist/src/com/google/inject/persist/finder/
DynamicFinder.java 36 * Returns some metadata if the method is annotated {@code @Finder} or null.
44 public Finder metadata() { method in class:DynamicFinder
  /external/tensorflow/tensorflow/core/util/
semver_test.cc 53 StringPiece prerelease, metadata; local
77 ASSERT_TRUE(ConsumeDotSeparatedIdentifiers(&semver, "+", &metadata));
  /hardware/libhardware/modules/camera/3_4/metadata/
property_test.cpp 66 android::CameraMetadata metadata; local
67 ASSERT_EQ(property.PopulateStaticFields(&metadata), 0);
71 EXPECT_EQ(metadata.entryCount(), 1u);
73 ExpectMetadataEq(metadata, int_tag_, data);
84 android::CameraMetadata metadata; local
85 ASSERT_EQ(property.PopulateStaticFields(&metadata), 0);
89 EXPECT_EQ(metadata.entryCount(), 1u);
91 ExpectMetadataEq(metadata, float_tag_, data);
100 android::CameraMetadata metadata; local
101 ASSERT_EQ(property.PopulateStaticFields(&metadata), 0)
118 android::CameraMetadata metadata; local
131 android::CameraMetadata metadata; local
142 android::CameraMetadata metadata; local
151 android::CameraMetadata metadata; local
157 android::CameraMetadata metadata; local
    [all...]
state_test.cpp 68 android::CameraMetadata metadata; local
69 ASSERT_EQ(state_->PopulateStaticFields(&metadata), 0);
70 EXPECT_TRUE(metadata.isEmpty());
80 android::CameraMetadata metadata; local
81 ASSERT_EQ(state_->PopulateDynamicFields(&metadata), 0);
82 EXPECT_EQ(metadata.entryCount(), 1u);
83 ExpectMetadataEq(metadata, tag_, expected);
92 android::CameraMetadata metadata; local
93 ASSERT_EQ(state_->PopulateDynamicFields(&metadata), err);
99 android::CameraMetadata metadata; local
106 android::CameraMetadata metadata; local
112 android::CameraMetadata metadata; local
    [all...]
  /hardware/qcom/display/msm8960/libqdutils/
mdp_version.cpp 75 struct msmfb_metadata metadata; local
76 memset(&metadata, 0 , sizeof(metadata));
77 metadata.op = metadata_op_get_caps;
78 if (ioctl(fb_fd, MSMFB_METADATA_GET, &metadata) == -1) {
82 mMdpRev = metadata.data.caps.mdp_rev;
83 mRGBPipes = metadata.data.caps.rgb_pipes;
84 mVGPipes = metadata.data.caps.vig_pipes;
85 mDMAPipes = metadata.data.caps.dma_pipes;
  /packages/apps/Bluetooth/src/com/android/bluetooth/newavrcp/helpers/
MediaData.java 25 * Helper class to transport metadata around AVRCP
28 public List<Metadata> queue;
30 public Metadata metadata; field in class:MediaData
32 MediaData(Metadata m, PlaybackState s, List<Metadata> q) {
33 metadata = m;
49 if (!Objects.equals(metadata, u.metadata)) {
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageToProcess.java 33 public final ListenableFuture<TotalCaptureResultProxy> metadata; field in class:ImageToProcess
39 * @param metadata The capture result metadata associated with this image.
46 ListenableFuture<TotalCaptureResultProxy> metadata, Rect crop) {
49 this.metadata = metadata;
58 * @param metadata The capture result metadata associated with this image.
61 ListenableFuture<TotalCaptureResultProxy> metadata) {
62 this(proxy, imageRotation, metadata, new Rect(0, 0, proxy.getWidth(), proxy.getHeight()))
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowMediaMetadataRetriever.java 20 private static final Map<DataSource, Map<Integer, String>> metadata = new HashMap<>(); field in class:ShadowMediaMetadataRetriever
55 if (metadata.containsKey(dataSource)) {
56 return metadata.get(dataSource).get(keyCode);
80 if (!metadata.containsKey(ds)) {
81 metadata.put(ds, new HashMap<Integer, String>());
83 metadata.get(ds).put(keyCode, value);
93 * @param path the path to the data source whose metadata is being set.
94 * @param keyCode the keyCode for the metadata being set, as used by {@link MediaMetadataRetriever#extractMetadata(int)}.
95 * @param value the value for the specified metadata.
195 metadata.clear()
    [all...]
  /cts/hostsidetests/statsd/src/android/cts/statsd/metadata/
MetadataTestCase.java 17 package android.cts.statsd.metadata;
MetadataTests.java 16 package android.cts.statsd.metadata;
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/model/
MutableMediaMetadata.java 23 * Holder class that encapsulates a MediaMetadata and allows the actual metadata to be modified
24 * without requiring to rebuild the collections the metadata is in.
28 public MediaMetadata metadata; field in class:MutableMediaMetadata
31 public MutableMediaMetadata(String trackId, MediaMetadata metadata) {
32 this.metadata = metadata;
  /external/e2fsprogs/contrib/android/
block_list.c 46 int metadata, void *data) variable
50 if (params->entry.filename && !metadata)
  /external/skia/tests/
PDFMetadataAttributeTest.cpp 16 SkDocument::PDFMetadata metadata; local
17 metadata.fTitle = "A1";
18 metadata.fAuthor = "A2";
19 metadata.fSubject = "A3";
20 metadata.fKeywords = "A4";
21 metadata.fCreator = "A5";
22 metadata.fCreation.fEnabled = true;
23 metadata.fCreation.fDateTime = now;
24 metadata.fModified.fEnabled = true;
25 metadata.fModified.fDateTime = now
    [all...]
  /external/skqp/tests/
PDFMetadataAttributeTest.cpp 16 SkDocument::PDFMetadata metadata; local
17 metadata.fTitle = "A1";
18 metadata.fAuthor = "A2";
19 metadata.fSubject = "A3";
20 metadata.fKeywords = "A4";
21 metadata.fCreator = "A5";
22 metadata.fCreation.fEnabled = true;
23 metadata.fCreation.fDateTime = now;
24 metadata.fModified.fEnabled = true;
25 metadata.fModified.fDateTime = now
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_wavefile.h 47 S_METADATA_CB metadata; member in struct:s_wave_state_tag
  /external/tensorflow/tensorflow/compiler/xla/service/
local_service.cc 95 tensorflow::gtl::optional<const OpMetadata*> metadata = local
97 auto metadata_string = [&metadata]() -> string {
98 if (!metadata.has_value()) {
101 CHECK(metadata.value() != nullptr);
102 const OpMetadata& m = *metadata.value();
source_map_util.cc 55 const OpMetadata& metadata = param->metadata(); local
56 Status result = InvalidParameterArgumentV(metadata, format, args);
  /external/tensorflow/tensorflow/core/distributed_runtime/
tensor_coding.h 34 // into Tensor contents as well as associated metadata.
77 // Initialize tensor metadata from response and allocate
85 // Return a reference to the parsed tensor metadata (no contents).
88 const RecvTensorResponse& metadata() const { return meta_; } function in class:tensorflow::TensorResponse
  /external/tensorflow/tensorflow/core/grappler/clusters/
virtual_cluster_test.cc 71 RunMetadata metadata; local
72 TF_CHECK_OK(cluster_->Run(item.graph, item.feed, item.fetch, &metadata));
76 EXPECT_LE(4, metadata.cost_graph().node_size());
77 for (const auto& node : metadata.cost_graph().node()) {
95 for (const auto& dev_stat : metadata.step_stats().dev_stats()) {
  /frameworks/base/cmds/statsd/tools/loadtest/src/com/android/statsd/loadtest/
StatsdStatsRecorder.java 48 StatsdStatsReport metadata = mLoadtestActivity.getMetadata(); local
49 if (metadata != null) {
50 int numConfigs = metadata.getConfigStatsCount();
52 StatsdStatsReport.ConfigStats configStats = metadata.getConfigStats(numConfigs - 1);
  /frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/model/
MutableMediaMetadata.java 23 * Holder class that encapsulates a MediaMetadata and allows the actual metadata to be modified
24 * without requiring to rebuild the collections the metadata is in.
28 public MediaMetadataCompat metadata; field in class:MutableMediaMetadata
31 public MutableMediaMetadata(String trackId, MediaMetadataCompat metadata) {
32 this.metadata = metadata;
  /hardware/interfaces/graphics/composer/2.2/utils/hal/include/composer-hal/2.2/
ComposerCommandEngine.h 58 std::vector<IComposerClient::PerFrameMetadata> metadata; local
59 metadata.reserve(length / 2);
61 metadata.emplace_back(IComposerClient::PerFrameMetadata{
66 auto err = mHal->setLayerPerFrameMetadata(mCurrentDisplay, mCurrentLayer, metadata);
  /hardware/libhardware/modules/camera/3_4/
format_metadata_factory_test.cpp 22 #include "metadata/test_common.h"
38 virtual void ExpectMetadataTagCount(const android::CameraMetadata& metadata,
41 camera_metadata_ro_entry_t entry = metadata.find(tag);
102 android::CameraMetadata metadata; local
103 component->PopulateStaticFields(&metadata);
104 ASSERT_EQ(metadata.entryCount(), 1u);
112 ExpectMetadataTagCount(metadata, tag, (formats.size() + 1) * 3 * 4);
116 ExpectMetadataEq(metadata, tag, 200000000);
120 ExpectMetadataTagCount(metadata, tag, 4);
168 android::CameraMetadata metadata; local
    [all...]

Completed in 632 milliseconds

1 2 3 4 5 6 7 8 91011>>