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

/external/clang/include/clang/Frontend/
H A DDependencyOutputOptions.h19 enum class DependencyOutputFormat { Make, NMake }; member in class:clang::DependencyOutputFormat
67 OutputFormat = DependencyOutputFormat::Make;
/external/skia/
H A Dmake.py110 def Make(args): function
145 # dispatch to appropriate Make<Platform>() variant.
170 Make(sys.argv[1:])
/external/skia/include/core/
H A DSkRSXform.h21 static SkRSXform Make(SkScalar scos, SkScalar ssin, SkScalar tx, SkScalar ty) { function in struct:SkRSXform
36 return Make(c, s, tx + -c * ax + s * ay, ty + -s * ax - c * ay);
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 DSkPoint3.h16 static SkPoint3 Make(SkScalar x, SkScalar y, SkScalar z) { function in struct:SkPoint3
H A DSkImageInfo.h178 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at, function in struct:SkImageInfo
236 SkISize dimensions() const { return SkISize::Make(fWidth, fHeight); }
244 return SkImageInfo::Make(newWidth, newHeight, fColorType, fAlphaType, fProfileType);
248 return SkImageInfo::Make(fWidth, fHeight, fColorType, newAlphaType, fProfileType);
252 return SkImageInfo::Make(fWidth, fHeight, newColorType, fAlphaType, fProfileType);
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
352 return Make(fX * scale, fY * scale);
527 * Make this vector be orthogonal to vec. Looking down vec the
/external/clang/include/clang/Basic/
H A DDiagnosticIDs.h89 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser, function in class:clang::diag::DiagnosticMapping
/external/skia/src/core/
H A DSkBitmapCache.cpp56 SkBitmapCacheDesc SkBitmapCacheDesc::Make(const SkBitmap& bm, int width, int height) { function in class:SkBitmapCacheDesc
65 SkBitmapCacheDesc SkBitmapCacheDesc::Make(const SkBitmap& bm) { function in class:SkBitmapCacheDesc
66 return Make(bm, bm.width(), bm.height());
69 SkBitmapCacheDesc SkBitmapCacheDesc::Make(const SkImage* image, int width, int height) { function in class:SkBitmapCacheDesc
78 SkBitmapCacheDesc SkBitmapCacheDesc::Make(const SkImage* image) { function in class:SkBitmapCacheDesc
79 return Make(image, image->width(), image->height());
/external/skia/src/gpu/effects/
H A DGrDistanceFieldGeoProc.h170 static DistanceAdjust Make(SkScalar r, SkScalar g, SkScalar b) { function in struct:GrDistanceFieldLCDTextGeoProc::DistanceAdjust
/external/dng_sdk/source/
H A Ddng_negative.cpp828 dng_negative * dng_negative::Make (dng_host &host) function in class:dng_negative
1033 // Make sure we have a profile to add.
/external/llvm/lib/Target/WebAssembly/
H A DRelooper.cpp581 // The Make* functions receive a NextEntries. If they fill it with data,
583 // are what remains in Blocks (which Make* modify). In this way
593 auto Make = [&](Shape *Temp) { local
613 Make(MakeSimple(Blocks, Curr, *NextEntries));
619 Make(MakeLoop(Blocks, *Entries, *NextEntries));
704 Make(MakeMultiple(Blocks, *Entries, IndependentGroups, Prev,
711 Make(MakeLoop(Blocks, *Entries, *NextEntries));
/external/llvm/lib/MC/
H A DMCDwarf.cpp49 void MCLineEntry::Make(MCObjectStreamer *MCOS, MCSection *Section) { function in class:MCLineEntry
357 // Make space for this FileNumber in the MCDwarfFiles vector if needed.
904 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
253 return addBinding(BindingKey::Make(R, k), V);
265 return lookup(BindingKey::Make(R, k));
282 return removeBinding(BindingKey::Make(R, k));
414 BindingKey Key = BindingKey::Make(R, BindingKey::Default);
806 TopKey = BindingKey::Make(Top, BindingKey::Default);
874 BindingKey::Make(Top, BindingKey::Default),
881 BindingKey TopKey = BindingKey::Make(Top, BindingKey::Default);
916 Result = Result.add(BindingKey::Make(Concret
[all...]
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...

Completed in 5404 milliseconds