Searched defs:Composite (Results 1 - 13 of 13) sorted by relevance

/external/llvm/include/llvm/
H A DLinker.h35 Module *getModule() const { return Composite; }
51 Module *Composite; member in class:llvm::Linker
/external/chromium_org/content/browser/android/
H A Dcontent_view_render_view.cc82 base::Bind(&ContentViewRenderView::Composite,
91 void ContentViewRenderView::Composite() { function in class:content::ContentViewRenderView
96 compositor_->Composite();
/external/chromium_org/content/browser/renderer_host/
H A Dcompositor_impl_android.cc169 void CompositorImpl::Composite() { function in class:content::CompositorImpl
171 host_->Composite(base::TimeTicks::Now());
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_glyf.h68 SK_OT_SHORT numberOfContours; //== -1 Composite, > 0 Simple
109 struct Composite { struct in struct:SkOTTableGlyphData
181 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
187 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
193 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
199 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
/external/guava/guava-tests/test/com/google/common/collect/
H A DOrderingTest.java802 List<Composite<T>> composites = Lists.newArrayList();
804 composites.add(new Composite<T>(t, 1));
805 composites.add(new Composite<T>(t, 2));
807 Ordering<Composite<T>> ordering =
808 scenario.ordering.onResultOf(Composite.<T>getValueFunction())
810 return new Scenario<Composite<T>>(ordering, composites);
815 List<Composite<T>> composites = Lists.newArrayList();
817 composites.add(new Composite<T>(t, 1));
820 composites.add(new Composite<T>(t, 2));
822 Ordering<Composite<
851 private static class Composite<T> implements Comparable<Composite<T>> { class in class:OrderingTest
855 Composite(T value, int rank) { method in class:OrderingTest.Composite
[all...]
/external/skia/src/sfnt/
H A DSkOTTable_glyf.h68 SK_OT_SHORT numberOfContours; //== -1 Composite, > 0 Simple
109 struct Composite { struct in struct:SkOTTableGlyphData
181 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
187 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
193 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
199 SkOTTableGlyphData::Composite::Component::Transform::Matrix matrix;
/external/chromium_org/content/renderer/gpu/
H A Drender_widget_compositor.cc329 void RenderWidgetCompositor::Composite(base::TimeTicks frame_begin_time) { function in class:content::RenderWidgetCompositor
330 layer_tree_host_->Composite(frame_begin_time);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.cc655 void LayerTreeHost::Composite(base::TimeTicks frame_begin_time) { function in class:cc::LayerTreeHost
/external/chromium_org/content/renderer/
H A Drender_widget.cc1381 Composite(frame_begin_ticks);
1391 // If Composite() called SwapBuffers, pending_update_params_ will be reset (in
1407 void RenderWidget::Composite(base::TimeTicks frame_begin_time) { function in class:content::RenderWidget
1410 compositor_->Composite(frame_begin_time);
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp4495 QualType Composite = FindCompositePointerType(QuestionLoc, LHS, RHS, local
4497 if (!Composite.isNull()) {
4501 << LTy << RTy << Composite
4504 return Composite;
4508 Composite = FindCompositeObjCPointerType(LHS, RHS, QuestionLoc);
4509 if (!Composite.isNull())
4510 return Composite;
/external/clang/include/clang/Sema/
H A DSema.h7212 QualType Composite = FindCompositePointerType(Loc, E1Tmp, E2Tmp, local
7216 return Composite;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 314 milliseconds