HomeSort by relevance Sort by last modified time
    Searched defs:Make (Results 1 - 18 of 18) sorted by null

  /prebuilts/misc/common/swig/include/2.0.11/ocaml/
swigp4.ml 9 module Make (Syntax : Sig.Camlp4Syntax) =
135 module M = Register.OCamlSyntaxExtension(Id)(Make)
  /external/chromium_org/gpu/command_buffer/service/
transfer_buffer_manager_unittest.cc 64 static scoped_ptr<BufferBacking> Make() {
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/
cons.h 29 static List Make(const T& head, List tail) {
  /external/chromium_org/third_party/skia/
make.py 10 # make clean
11 # make tests
12 # make bench BUILDTYPE=Release
13 # make gm GYP_DEFINES=skia_scalar=fixed BUILDTYPE=Release
14 # make all
51 """Cross-platform "make clean" operation."""
113 def Make(args):
122 # if no targets were specified at all, make default target
128 # If user requests "make all", chain to our explicitly-declared "everything"
146 # dispatch to appropriate Make<Platform>() variant.
    [all...]
  /external/skia/
make.py 10 # make clean
11 # make tests
12 # make bench BUILDTYPE=Release
13 # make gm GYP_DEFINES=skia_scalar=fixed BUILDTYPE=Release
14 # make all
51 """Cross-platform "make clean" operation."""
113 def Make(args):
122 # if no targets were specified at all, make default target
128 # If user requests "make all", chain to our explicitly-declared "everything"
146 # dispatch to appropriate Make<Platform>() variant.
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkSize.h 17 static SkTSize Make(T w, T h) {
78 static SkSize Make(SkScalar w, SkScalar h) {
SkImageInfo.h 162 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) {
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);
SkPoint.h 21 static SkIPoint16 Make(int x, int y) {
43 static SkIPoint Make(int32_t x, int32_t y) {
159 static SkPoint Make(SkScalar x, SkScalar y) {
508 * Make this vector be orthogonal to vec. Looking down vec the
  /external/skia/include/core/
SkDeviceProperties.h 77 static Geometry Make(Orientation orientation, Layout layout) {
90 static SkDeviceProperties Make(Geometry geometry, SkScalar gamma) {
SkSize.h 17 static SkTSize Make(T w, T h) {
78 static SkSize Make(SkScalar w, SkScalar h) {
SkImageInfo.h 131 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) {
197 SkISize dimensions() const { return SkISize::Make(fWidth, fHeight); }
204 return SkImageInfo::Make(newWidth, newHeight, fColorType, fAlphaType);
SkPoint.h 21 static SkIPoint16 Make(int x, int y) {
43 static SkIPoint Make(int32_t x, int32_t y) {
159 static SkPoint Make(SkScalar x, SkScalar y) {
508 * Make this vector be orthogonal to vec. Looking down vec the
  /external/clang/include/clang/Basic/
DiagnosticIDs.h 80 static DiagnosticMapping Make(diag::Severity Severity, bool IsUser,
  /external/chromium_org/net/base/
net_log.cc 182 // Make sure we aren't watching a NetLog on destruction. Because the NetLog
498 BoundNetLog BoundNetLog::Make(NetLog* net_log,
  /external/llvm/lib/MC/
MCDwarf.cpp 67 void MCLineEntry::Make(MCObjectStreamer *MCOS, const MCSection *Section) {
371 // Make space for this FileNumber in the MCDwarfFiles vector if needed.
391 // Find or make an entry in the MCDwarfDirs vector for this Directory.
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 92 static BindingKey Make(const MemRegion *R, Kind k);
111 BindingKey BindingKey::Make(const MemRegion *R, Kind k) {
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);
    [all...]
  /prebuilts/tools/common/m2/repository/biz/aQute/bnd/1.50.0/
bnd-1.50.0.jar 
  /prebuilts/tools/common/m2/repository/biz/aQute/bndlib/1.50.0/
bndlib-1.50.0.jar 

Completed in 497 milliseconds