Searched defs:Aggregate (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
H A DHeapSnapshotCommon.js157 WebInspector.HeapSnapshotCommon.Aggregate = function()
/external/clang/test/Sema/
H A Dbuiltins.c124 struct Aggregate { int n; char c; }; struct
157 F((struct Aggregate){0, 1});
/external/chromium_org/cc/surfaces/
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/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/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/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/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/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 1034 milliseconds