Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_processing/aec3/
Dmatched_filter_lag_aggregator.cc65 absl::optional<DelayEstimate> MatchedFilterLagAggregator::Aggregate( in Aggregate() function in webrtc::MatchedFilterLagAggregator
108 void MatchedFilterLagAggregator::HighestPeakAggregator::Aggregate(int lag) { in Aggregate() function in webrtc::MatchedFilterLagAggregator::HighestPeakAggregator
139 void MatchedFilterLagAggregator::PreEchoLagAggregator::Aggregate( in Aggregate() function in webrtc::MatchedFilterLagAggregator::PreEchoLagAggregator
/external/clang/test/Modules/Inputs/merge-decl-context/
Da.h24 struct Aggregate { struct
25 int member;
/external/clang/test/Analysis/
Dcfg.cpp383 struct Aggregate { const LifetimeExtend a; const LifetimeExtend b; }; argument
/external/clang/test/Sema/
Dbuiltins.c129 struct Aggregate { int n; char c; }; argument
/external/pigweed/pw_protobuf_compiler/pw_nested_packages/
Daggregate.proto23 message Aggregate { message
/external/pigweed/pw_protobuf_compiler/
Dnested_packages_test.cc26 using Aggregate = proto_root::pwpb::Aggregate::Message; in TEST() typedef
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_aggregate.pass.cpp50 struct Aggregate {}; struct
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_aggregate.pass.cpp45 struct Aggregate {}; struct
/external/cronet/third_party/metrics_proto/ukm/
Daggregate.proto13 message Aggregate { message
/external/pigweed/pw_containers/
Dvector_test.cc176 struct Aggregate { struct
177 int integer;
178 Vector<char, 8> vector;
/external/angle/src/compiler/translator/msl/
DNodeType.h30 Aggregate, enumerator
/external/guava/android/guava/src/com/google/common/collect/
DTreeMultiset.java133 private enum Aggregate { enum in TreeMultiset
/external/guava/guava/src/com/google/common/collect/
DTreeMultiset.java135 private enum Aggregate { enum in TreeMultiset
/external/rust/crates/rusqlite/src/
Dfunctions.rs283 pub trait Aggregate<A, T> interface
968 impl Aggregate<i64, Option<i64>> for Sum { impl
/external/cronet/third_party/protobuf/csharp/protos/
Dunittest_custom_options_proto3.proto280 message Aggregate { message
/external/protobuf/csharp/protos/
Dunittest_custom_options_proto3.proto280 message Aggregate { message
/external/protobuf/src/google/protobuf/
Dunittest_custom_options.proto320 message Aggregate { message
/external/cronet/third_party/protobuf/src/google/protobuf/
Dunittest_custom_options.proto320 message Aggregate { message
/external/mesa3d/src/panfrost/lib/
Dgen_pack.py250 class Aggregate(object): class
/external/clang/lib/CodeGen/
DCGValue.h39 enum Flavor { Scalar, Complex, Aggregate }; enumerator
/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs3372 public sealed partial class Aggregate : pb::IMessage<Aggregate> class
3397 public Aggregate() { in Aggregate() method in UnitTest.Issues.TestProtos.Aggregate
3405 public Aggregate(Aggregate other) : this() { in Aggregate() method in UnitTest.Issues.TestProtos.Aggregate
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
DUnittestCustomOptionsProto3.cs3372 public sealed partial class Aggregate : pb::IMessage<Aggregate> class
3397 public Aggregate() { in Aggregate() method in UnitTest.Issues.TestProtos.Aggregate
3405 public Aggregate(Aggregate other) : this() { in Aggregate() method in UnitTest.Issues.TestProtos.Aggregate
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c938 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate, in llvm_const_extractvalue()
956 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, in llvm_const_insertvalue()
2314 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, in llvm_build_extractvalue()
2321 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, in llvm_build_insertvalue()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc792 OPDEF_PROPERTY_HELPER(Aggregate, aggregate) in OPDEF_PROPERTY_HELPER() argument
/external/clang/include/clang/AST/
DDeclCXX.h288 unsigned Aggregate : 1; member