Home
last modified time | relevance | path

Searched refs:Aggregate (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/
Dunittest_custom_options.proto306 message Aggregate { message
311 optional Aggregate sub = 3;
316 optional Aggregate nested = 15476903;
323 // Allow Aggregate to be used as an option at all possible locations
325 extend google.protobuf.FileOptions { optional Aggregate fileopt = 15478479; }
326 extend google.protobuf.MessageOptions { optional Aggregate msgopt = 15480088; }
327 extend google.protobuf.FieldOptions { optional Aggregate fieldopt = 15481374; }
328 extend google.protobuf.EnumOptions { optional Aggregate enumopt = 15483218; }
329 extend google.protobuf.EnumValueOptions { optional Aggregate enumvalopt = 15486921; }
330 extend google.protobuf.ServiceOptions { optional Aggregate serviceopt = 15497145; }
[all …]
Ddescriptor_unittest.cc2405 const protobuf_unittest::Aggregate& file_options = in TEST()
/external/chromium_org/cc/surfaces/
Dsurface_aggregator_unittest.cc39 scoped_ptr<CompositorFrame> frame = aggregator_.Aggregate(InvalidSurfaceId()); in TEST_F()
45 scoped_ptr<CompositorFrame> frame = aggregator_.Aggregate(one.surface_id()); in TEST_F()
57 aggregator_.Aggregate(root_surface_.surface_id()); in AggregateAndVerify()
162 aggregator_.Aggregate(root_surface_.surface_id()); in TEST_F()
379 aggregator_.Aggregate(root_surface_.surface_id()); in TEST_F()
549 aggregator_.Aggregate(root_surface_.surface_id()); in TEST_F()
649 aggregator_.Aggregate(root_surface_.surface_id()); in TEST_F()
Dsurface_aggregator.h28 scoped_ptr<CompositorFrame> Aggregate(SurfaceId surface_id);
Dsurfaces_pixeltest.cc78 aggregator.Aggregate(root_surface.surface_id()); in TEST_F()
158 aggregator.Aggregate(root_surface.surface_id()); in TEST_F()
297 aggregator.Aggregate(root_surface.surface_id()); in TEST_F()
Dsurface_aggregator.cc218 scoped_ptr<CompositorFrame> SurfaceAggregator::Aggregate(SurfaceId surface_id) { in Aggregate() function in cc::SurfaceAggregator
/external/clang/test/Sema/
Dbuiltins.c124 struct Aggregate { int n; char c; }; argument
157 F((struct Aggregate){0, 1}); in test17()
/external/clang/lib/CodeGen/
DCGValue.h38 enum Flavor { Scalar, Complex, Aggregate }; enumerator
48 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate()
94 ER.V1.setInt(Aggregate);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DHeapSnapshotCommon.js157 WebInspector.HeapSnapshotCommon.Aggregate = function() class in WebInspector.HeapSnapshotCommon
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Dperf-stat.txt123 Aggregate counts per processor socket for system-wide mode measurements. This
130 Aggregate counts per physical processor for system-wide mode measurements. This
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c821 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate, in llvm_const_extractvalue() argument
833 result = LLVMConstExtractValue(Aggregate, idxs, size); in llvm_const_extractvalue()
839 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, in llvm_const_insertvalue() argument
851 result = LLVMConstInsertValue(Aggregate, Val, idxs, size); in llvm_const_insertvalue()
2112 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, in llvm_build_extractvalue() argument
2114 return LLVMBuildExtractValue(Builder_val(B), Aggregate, Int_val(Idx), in llvm_build_extractvalue()
2119 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, in llvm_build_insertvalue() argument
2122 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx), in llvm_build_insertvalue()
/external/clang/lib/AST/
DDeclCXX.cpp50 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false), in DefinitionData()
148 data().Aggregate = false; in setBases()
444 data().Aggregate = false; in addedMember()
532 data().Aggregate = false; in addedMember()
645 data().Aggregate = false; in addedMember()
724 data().Aggregate = false; in addedMember()
DASTImporter.cpp1926 ToData.Aggregate = FromData.Aggregate; in ImportDefinition()
/external/llvm/docs/
DLexicon.rst83 First Class Aggregate
DLangRef.rst1999 Aggregate Types
2002 Aggregate Types are a subset of derived types that can contain multiple
4793 Aggregate Operations
/external/llvm/lib/Target/PowerPC/
DPPCCallingConv.td133 // Aggregate by value arguments are always placed in the local variable space
/external/clang/include/clang/AST/
DDeclCXX.h310 bool Aggregate : 1; member
1093 bool isAggregate() const { return data().Aggregate; } in isAggregate()
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1212 Data.Aggregate = Record[Idx++]; in ReadCXXDefinitionData()
1318 MATCH_FIELD(Aggregate) in MergeDefinitionData()
DASTWriter.cpp5333 Record.push_back(Data.Aggregate); in AddCXXDefinitionData()
/external/lldb/source/Symbol/
DClangASTType.cpp2251 #pragma mark Aggregate Types
/external/fio/
DHOWTO1694 aggrb= Aggregate bandwidth of threads in this group.
/external/chromium_org/third_party/sqlite/src/src/
Dsqlite.h.in3641 ** CAPI3REF: Obtain Aggregate Function Context