Searched refs:meta (Results 1 – 9 of 9) sorted by relevance
38 let meta = entry.metadata()?; in recurse_files() localVariable40 if meta.is_dir() { in recurse_files()44 if meta.is_file() { in recurse_files()
271 for (Metadata meta : protoDescriptor.getMetadataList()) { in fromProto()272 for (String value : meta.getValueList()) { in fromProto()273 configDescriptor.mMetaData.put(meta.getKey(), value); in fromProto()
5 acts_unittests = /tmp/acts_preupload_virtualenv/bin/python3 ./acts_tests/tests/meta/ActsUnitTest.py
440 for (Metadata meta : protoContext.getMetadataList()) { in fromProto()441 for (String value : meta.getValueList()) { in fromProto()442 context.mInvocationAttributes.put(meta.getKey(), value); in fromProto()
402 StorageObject meta = getRemoteFileMetaData(bucketName, remoteFilename); in fetchRemoteFile() local403 if (meta == null || meta.getSize().equals(BigInteger.ZERO)) { in fetchRemoteFile()
323 for meta in results.values() { in write_to_file()324 if !meta.cache_key.is_empty() { in write_to_file()325 new_cache.insert(meta.cache_key.clone(), meta.digest.clone()); in write_to_file()
628 fun `APIs annotated with suppress-compatibility-meta-annotations appear in output`() { in <lambda>()
155 APIs annotated with suppress-compatibility-meta-annotations appear in output[turbine]
668 // Message providing optional meta data on the execution of the test action,