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

/external/chromium_org/cc/surfaces/
H A Dsurface_aggregator.h34 scoped_ptr<CompositorFrame> Aggregate(SurfaceId surface_id);
74 // The following state is only valid for the duration of one Aggregate call
H A Dsurface_aggregator_unittest.cc64 scoped_ptr<CompositorFrame> frame = aggregator_.Aggregate(one_id);
89 aggregator_.Aggregate(root_surface_id_);
221 aggregator_.Aggregate(root_surface_id_);
287 aggregator_.Aggregate(root_surface_id_);
515 aggregator_.Aggregate(root_surface_id_);
686 aggregator_.Aggregate(root_surface_id_);
792 aggregator_.Aggregate(root_surface_id_);
914 aggregator_.Aggregate(root_surface_id_);
950 aggregator_.Aggregate(root_surface_id_);
1010 aggregator_.Aggregate(root_surface_id
[all...]
H A Dsurfaces_pixeltest.cc94 aggregator.Aggregate(root_surface_id);
176 aggregator.Aggregate(root_surface_id);
316 aggregator.Aggregate(root_surface_id);
H A Ddisplay.cc99 // while Aggregate is called to immediately run release callbacks afterward.
101 aggregator_->Aggregate(current_surface_id_);
H A Dsurface_aggregator.cc352 scoped_ptr<CompositorFrame> SurfaceAggregator::Aggregate(SurfaceId surface_id) { function in class:cc::SurfaceAggregator
359 TRACE_EVENT0("cc", "SurfaceAggregator::Aggregate");
396 // TODO(jamesr): Aggregate all resource references into the returned frame's
/external/clang/test/Sema/
H A Dbuiltins.c124 struct Aggregate { int n; char c; }; struct
157 F((struct Aggregate){0, 1});
/external/clang/lib/CodeGen/
H A DCGValue.h38 enum Flavor { Scalar, Complex, Aggregate }; enumerator in enum:clang::CodeGen::RValue::Flavor
48 bool isAggregate() const { return V1.getInt() == Aggregate; }
88 // FIXME: Aggregate rvalues need to retain information about whether they are
94 ER.V1.setInt(Aggregate);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DHeapSnapshotCommon.js157 WebInspector.HeapSnapshotCommon.Aggregate = function()
/external/clang/lib/AST/
H A DDeclCXX.cpp50 Aggregate(true), PlainOldData(true), Empty(true), Polymorphic(false),
148 data().Aggregate = false;
444 data().Aggregate = false;
532 data().Aggregate = false;
645 data().Aggregate = false;
724 data().Aggregate = false;
H A DASTImporter.cpp1926 ToData.Aggregate = FromData.Aggregate;
/external/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c821 CAMLprim LLVMValueRef llvm_const_extractvalue(LLVMValueRef Aggregate, argument
833 result = LLVMConstExtractValue(Aggregate, idxs, size);
839 CAMLprim LLVMValueRef llvm_const_insertvalue(LLVMValueRef Aggregate, argument
851 result = LLVMConstInsertValue(Aggregate, Val, idxs, size);
2112 CAMLprim LLVMValueRef llvm_build_extractvalue(LLVMValueRef Aggregate, argument
2114 return LLVMBuildExtractValue(Builder_val(B), Aggregate, Int_val(Idx),
2119 CAMLprim LLVMValueRef llvm_build_insertvalue(LLVMValueRef Aggregate, argument
2122 return LLVMBuildInsertValue(Builder_val(B), Aggregate, Val, Int_val(Idx),
/external/clang/include/clang/AST/
H A DDeclCXX.h310 bool Aggregate : 1; member in struct:clang::CXXRecordDecl::DefinitionData
1093 bool isAggregate() const { return data().Aggregate; }
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp1212 Data.Aggregate = Record[Idx++];
1318 MATCH_FIELD(Aggregate)
H A DASTWriter.cpp5333 Record.push_back(Data.Aggregate);
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor_unittest.cc2405 const protobuf_unittest::Aggregate& file_options =
/external/lldb/source/Symbol/
H A DClangASTType.cpp2251 #pragma mark Aggregate Types
6167 return false; // Aggregate types don't have scalar values
6295 // Aggregate types don't have scalar values
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 522 milliseconds