Searched defs:Make (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dtransfer_buffer_manager_unittest.cc64 static scoped_ptr<BufferBacking> Make() { function in class:gpu::FakeBufferBacking
82 1, FakeBufferBacking::Make()));
84 1, FakeBufferBacking::Make()));
86 1, FakeBufferBacking::Make()));
91 1, FakeBufferBacking::Make()));
94 1, FakeBufferBacking::Make()));
103 0, FakeBufferBacking::Make()));
110 -1, FakeBufferBacking::Make()));
/external/chromium_org/sandbox/linux/bpf_dsl/
H A Dcons.h29 static List Make(const T& head, List tail) { function in class:sandbox::Cons
/external/chromium_org/third_party/skia/
H A Dmake.py113 def Make(args): function
146 # dispatch to appropriate Make<Platform>() variant.
171 Make(sys.argv[1:])
/external/skia/
H A Dmake.py113 def Make(args): function
146 # dispatch to appropriate Make<Platform>() variant.
171 Make(sys.argv[1:])
/external/chromium_org/third_party/skia/include/core/
H A DSkSize.h17 static SkTSize Make(T w, T h) { function in struct:SkTSize
78 static SkSize Make(SkScalar w, SkScalar h) { function in struct:SkSize
H A DSkImageInfo.h162 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) { function in struct:SkImageInfo
210 SkISize dimensions() const { return SkISize::Make(fWidth, fHeight); }
217 return SkImageInfo::Make(newWidth, newHeight, fColorType, fAlphaType);
221 return SkImageInfo::Make(fWidth, fHeight, fColorType, newAlphaType);
225 return SkImageInfo::Make(fWidth, fHeight, newColorType, fAlphaType);
H A DSkPoint.h21 static SkIPoint16 Make(int x, int y) { function in struct:SkIPoint16
43 static SkIPoint Make(int32_t x, int32_t y) { function in struct:SkIPoint
159 static SkPoint Make(SkScalar x, SkScalar y) { function in struct:SkPoint
508 * Make this vector be orthogonal to vec. Looking down vec the
/external/skia/include/core/
H A DSkSize.h17 static SkTSize Make(T w, T h) { function in struct:SkTSize
78 static SkSize Make(SkScalar w, SkScalar h) { function in struct:SkSize
H A DSkDeviceProperties.h77 static Geometry Make(Orientation orientation, Layout layout) { function in struct:SkDeviceProperties::Geometry
90 static SkDeviceProperties Make(Geometry geometry, SkScalar gamma) { function in struct:SkDeviceProperties
H A DSkImageInfo.h131 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) { function in struct:SkImageInfo
197 SkISize dimensions() const { return SkISize::Make(fWidth, fHeight); }
204 return SkImageInfo::Make(newWidth, newHeight, fColorType, fAlphaType);
H A DSkPoint.h21 static SkIPoint16 Make(int x, int y) { function in struct:SkIPoint16
43 static SkIPoint Make(int32_t x, int32_t y) { function in struct:SkIPoint
159 static SkPoint Make(SkScalar x, SkScalar y) { function in struct:SkPoint
508 * Make this vector be orthogonal to vec. Looking down vec the
/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h80 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, function in class:clang::diag::DiagnosticMapping
/external/chromium_org/net/base/
H A Dnet_log.cc182 // Make sure we aren't watching a NetLog on destruction. Because the NetLog
498 BoundNetLog BoundNetLog::Make(NetLog* net_log, function in class:net::BoundNetLog
/external/llvm/lib/MC/
H A DMCDwarf.cpp67 void MCLineEntry::Make(MCObjectStreamer *MCOS, const MCSection *Section) { function in class:MCLineEntry
371 // Make space for this FileNumber in the MCDwarfFiles vector if needed.
909 void MCGenDwarfLabelEntry::Make(MCSymbol *Symbol, MCStreamer *MCOS, function in class:MCGenDwarfLabelEntry
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp92 static BindingKey Make(const MemRegion *R, Kind k);
111 BindingKey BindingKey::Make(const MemRegion *R, Kind k) { function in class:BindingKey
259 return addBinding(BindingKey::Make(R, k), V);
271 return lookup(BindingKey::Make(R, k));
288 return removeBinding(BindingKey::Make(R, k));
420 BindingKey Key = BindingKey::Make(R, BindingKey::Default);
821 TopKey = BindingKey::Make(Top, BindingKey::Default);
889 BindingKey::Make(Top, BindingKey::Default),
896 BindingKey TopKey = BindingKey::Make(Top, BindingKey::Default);
931 Result = Result.add(BindingKey::Make(Concret
[all...]

Completed in 6835 milliseconds