Home
last modified time | relevance | path

Searched defs:SourceInfo (Results 1 – 25 of 77) sorted by relevance

1234

/aosp_15_r20/external/cronet/components/metrics/
H A Dfile_metrics_provider.cc102 struct FileMetricsProvider::SourceInfo { struct in metrics::FileMetricsProvider
103 explicit SourceInfo(const Params& params) in SourceInfo() argument
127 ~SourceInfo() {} in ~SourceInfo()
129 struct FoundFile {
133 using FoundFiles = base::flat_map<base::Time, FoundFile>;
136 const SourceType type;
139 const SourceAssociation association;
143 base::FilePath directory;
146 std::unique_ptr<FoundFiles> found_files;
150 base::FilePath path;
[all …]
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp37 struct MPEG2TSWriter::SourceInfo : public AHandler { struct in android::MPEG2TSWriter
48 enum {
67 enum {
72 sp<MediaSource> mSource;
73 sp<ALooper> mLooper;
74 sp<AMessage> mNotify;
76 sp<ABuffer> mAACCodecSpecificData;
78 sp<ABuffer> mBuffer;
80 sp<ABuffer> mLastAccessUnit;
81 bool mEOSReceived;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DGCOV.cpp63 struct SourceInfo { struct
64 StringRef filename;
65 SmallString<0> displayName;
66 std::vector<std::vector<const GCOVFunction *>> startLineToFunctions;
67 std::vector<LineInfo> lines;
68 bool ignored = false;
69 SourceInfo(StringRef filename) : filename(filename) {} in SourceInfo() argument
/aosp_15_r20/external/clang/lib/CodeGen/
H A DCoverageMappingGen.h54 CoverageSourceInfo &SourceInfo; variable
62 CoverageMappingModuleGen(CodeGenModule &CGM, CoverageSourceInfo &SourceInfo) in CoverageMappingModuleGen()
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/
H A DSourceInfo.java30 public final class SourceInfo extends com.google.protobuf.GeneratedMessageV3 class
36 private SourceInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in SourceInfo() method in SourceInfo
40 private SourceInfo() { in SourceInfo() method in SourceInfo
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/
H A Dsplicing.rs152 pub(crate) struct SourceInfo { struct
164 pub(crate) sources: BTreeMap<CrateId, SourceInfo>, argument
/aosp_15_r20/external/kotlinx.atomicfu/atomicfu-transformer/src/main/kotlin/kotlinx/atomicfu/transformer/
H A DAtomicFUTransformerBase.kt35 data class SourceInfo( in isClassFile() class in kotlinx.atomicfu.transformer.AtomicFUTransformerBase
/aosp_15_r20/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/proto/google/api/
H A Dsource_info.proto28 message SourceInfo { message
/aosp_15_r20/external/googleapis/google/api/
H A Dsource_info.proto28 message SourceInfo { message
/aosp_15_r20/external/googleapis/google/api/expr/v1beta1/
H A Dsource.proto27 message SourceInfo { message
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/splicing/
H A Dcrate_index_lookup.rs12 pub(crate) fn get_source_info(&self, pkg: &cargo_lock::Package) -> Result<Option<SourceInfo>> { in get_source_info()
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/c_parser/parser/
D_info.py45 class SourceInfo: class
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/googleapis/src/main/proto/google/api/expr/v1alpha1/
H A Dsyntax.proto279 message SourceInfo { message
/aosp_15_r20/external/googleapis/google/api/expr/v1alpha1/
H A Dsyntax.proto298 message SourceInfo { message
/aosp_15_r20/bootable/deprecated-ota/updater/include/private/
H A Dcommands.h106 SourceInfo(std::string hash, RangeSet ranges, RangeSet location, std::vector<StashInfo> stashes) in SourceInfo() function
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/metadata/
H A Dmetadata_annotation.rs316 ) -> Option<SourceInfo> { in find_source_annotation()
/aosp_15_r20/frameworks/base/core/java/android/app/
H A DActivityOptions.java2775 public static class SourceInfo implements Parcelable { class in ActivityOptions
2802 SourceInfo(@SourceType int srcType, long uptimeMillis) { in SourceInfo() method in ActivityOptions.SourceInfo
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp2082 for (auto &SourceInfo : ElimiatedSources) { in prunePHIInfo() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp2132 for (auto &SourceInfo : ElimiatedSources) { in prunePHIInfo() local
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dserviceusage.v1.json2385 "SourceInfo": { object
Dservicenetworking.v1beta.json2184 "SourceInfo": { object
Dserviceconsumermanagement.v1beta1.json1931 "SourceInfo": { object
Dserviceconsumermanagement.v1.json2162 "SourceInfo": { object
Dservicemanagement.v1.json2857 "SourceInfo": { object
Dserviceusage.v1beta1.json3214 "SourceInfo": { object

1234