/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
D | unittest_custom_options.proto | 306 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 …]
|
D | descriptor_unittest.cc | 2405 const protobuf_unittest::Aggregate& file_options = in TEST()
|
/external/chromium_org/cc/surfaces/ |
D | surface_aggregator_unittest.cc | 39 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()
|
D | surface_aggregator.h | 28 scoped_ptr<CompositorFrame> Aggregate(SurfaceId surface_id);
|
D | surfaces_pixeltest.cc | 78 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()
|
D | surface_aggregator.cc | 218 scoped_ptr<CompositorFrame> SurfaceAggregator::Aggregate(SurfaceId surface_id) { in Aggregate() function in cc::SurfaceAggregator
|
/external/clang/test/Sema/ |
D | builtins.c | 124 struct Aggregate { int n; char c; }; argument 157 F((struct Aggregate){0, 1}); in test17()
|
/external/clang/lib/CodeGen/ |
D | CGValue.h | 38 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/ |
D | HeapSnapshotCommon.js | 157 WebInspector.HeapSnapshotCommon.Aggregate = function() class in WebInspector.HeapSnapshotCommon
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/ |
D | perf-stat.txt | 123 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/ |
D | llvm_ocaml.c | 821 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/ |
D | DeclCXX.cpp | 50 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()
|
D | ASTImporter.cpp | 1926 ToData.Aggregate = FromData.Aggregate; in ImportDefinition()
|
/external/llvm/docs/ |
D | Lexicon.rst | 83 First Class Aggregate
|
D | LangRef.rst | 1999 Aggregate Types 2002 Aggregate Types are a subset of derived types that can contain multiple 4793 Aggregate Operations
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCCallingConv.td | 133 // Aggregate by value arguments are always placed in the local variable space
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 310 bool Aggregate : 1; member 1093 bool isAggregate() const { return data().Aggregate; } in isAggregate()
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 1212 Data.Aggregate = Record[Idx++]; in ReadCXXDefinitionData() 1318 MATCH_FIELD(Aggregate) in MergeDefinitionData()
|
D | ASTWriter.cpp | 5333 Record.push_back(Data.Aggregate); in AddCXXDefinitionData()
|
/external/lldb/source/Symbol/ |
D | ClangASTType.cpp | 2251 #pragma mark Aggregate Types
|
/external/fio/ |
D | HOWTO | 1694 aggrb= Aggregate bandwidth of threads in this group.
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | sqlite.h.in | 3641 ** CAPI3REF: Obtain Aggregate Function Context
|