Home
last modified time | relevance | path

Searched refs:Make (Results 1 – 25 of 732) sorted by relevance

12345678910>>...30

/external/skia/gm/
Ddegeneratesegments.cpp37 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMove()
43 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveClose()
55 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenLine()
62 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenLineClose()
75 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenQuad()
82 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenQuadClose()
95 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenCubic()
102 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveDegenCubicClose()
115 SkPoint endPt = startPt + SkPoint::Make(40*SK_Scalar1, 0); in AddLine()
121 SkPoint moveToPt = startPt + SkPoint::Make(0, 10*SK_Scalar1); in AddMoveLine()
[all …]
/external/chromium/testing/gtest/codegear/
Dgtest.groupproj23 <Target Name="gtest:Make">
24 <MSBuild Projects="gtest.cbproj" Targets="Make" />
32 <Target Name="gtest_main:Make">
33 <MSBuild Projects="gtest_main.cbproj" Targets="Make" />
41 <Target Name="gtest_unittest:Make">
42 <MSBuild Projects="gtest_unittest.cbproj" Targets="Make" />
50 <Target Name="Make">
51 <CallTarget Targets="gtest:Make;gtest_main:Make;gtest_unittest:Make" />
/external/protobuf/gtest/codegear/
Dgtest.groupproj23 <Target Name="gtest:Make">
24 <MSBuild Projects="gtest.cbproj" Targets="Make" />
32 <Target Name="gtest_unittest:Make">
33 <MSBuild Projects="gtest_unittest.cbproj" Targets="Make" />
41 <Target Name="gtest_main:Make">
42 <MSBuild Projects="gtest_main.cbproj" Targets="Make" />
50 <Target Name="Make">
51 <CallTarget Targets="gtest:Make;gtest_unittest:Make;gtest_main:Make" />
/external/libcap-ng/libcap-ng-0.7/
DChangeLog2 - Make file opens use the cloexec flag (Cristian Rodríguez)
16 - Make building Python bindings optional
31 - Make pscap drop capabilities so its not listed in report
60 - Make capng_change_id drop the gid if given
71 - Make locking a noop in capng_change_id for the moment
/external/skia/samplecode/
DSampleAnimatedGradient.cpp39 SkPoint p = SkPoint::Make(0,0); in onDrawContent()
40 SkPoint q = SkPoint::Make(100,100); in onDrawContent()
65 SkPoint s = SkPoint::Make(100,100); in onDrawContent()
/external/llvm/test/Transforms/GlobalDCE/
D2002-08-17-FunctionDGE.ll1 ; Make sure that functions are removed successfully if they are referred to by
2 ; a global that is dead. Make sure any globals they refer to die as well.
/external/llvm/test/Transforms/SCCP/
Dundef-resolve.ll108 ; Make sure SCCP honors the xor "idiom"
125 ; Make sure casts produce a possible value
133 ; Make sure ashr produces a possible value
141 ; Make sure lshr produces a possible value
157 ; Make sure we don't conclude that relational comparisons simplify to undef
165 ; Make sure we handle extractvalue
/external/chromium/chrome/browser/ui/cocoa/
Dview_id_util_browsertest.mm40 // Make sure FindBar is created to test
44 // Make sure sidebar is created to test VIEW_ID_SIDE_BAR_CONTAINER.
51 // Make sure docked devtools is created to test VIEW_ID_DEV_TOOLS_DOCKED
56 // Make sure download shelf is created to test VIEW_ID_DOWNLOAD_SHELF
Dabout_window_controller_unittest.mm55 // Make sure we have the word "Copyright" in it, which is present in all
64 // Make sure that we removed the "BEGIN_LINK" and "END_LINK" anchors.
89 // Make sure the button is hooked up
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dweb_contents_drag_source.mm16 // Make a drag image from the drop data.
17 // TODO(feldstein): Make this work
19 // TODO(feldstein): Just a stub for now. Make it do something (see, e.g.,
115 // Make sure the pasteboard owner isn't us.
/external/valgrind/main/docs/internals/
Drelease-HOWTO.txt24 - Make sure __VALGRIND_MAJOR__ and __VALGRIND_MINOR__ are correct
89 - Make the tarball ("make dist") and put it on the web somewhere (it doesn't
102 - Make clear it's a release candidate.
103 - Make sure you tell everyone where to download from.
119 - Make sure regtests run ok on all platforms of interest.
120 - Make sure Mozilla and OpenOffice run ok on all platforms of interest.
124 - Make the tarball ("make dist").
179 - Make sure the release notes are present in the NEWS file on the trunk and
/external/skia/tests/
DPathCoverageTest.cpp114 path[1] = SkPoint::Make(SkIntToScalar(array[0]), SkIntToScalar(array[1])); in one_d_pe()
115 path[2] = SkPoint::Make(SkIntToScalar(array[2]), SkIntToScalar(array[3])); in one_d_pe()
120 path[2] = SkPoint::Make(SkIntToScalar(array[i]), in one_d_pe()
/external/bouncycastle/patches/
DREADME26 - Make PKCS12 KeyStore throw error when setting non-PrivateKey, instead of on get
27 - Make PKCS12 KeyStore tolerate setting with an empty certificate chain
29 - Make BouncyCastleProvider.PROVIDER_NAME final
/external/llvm/test/CodeGen/X86/
D2011-12-15-vec_shift.ll8 ; Make sure operands to pblend are in the right order.
13 ; Make sure we're masking and pcmp'ing the VSELECT conditon vector.
/external/chromium/chrome/browser/resources/options/
Dsearch_engine_manager.css43 /* For temporary Make Default button */
63 /* End temporary Make Default button styling */
/external/skia/include/core/
DSkSize.h17 static SkTSize Make(T w, T h) { in Make() function
80 static SkSize Make(SkScalar w, SkScalar h) { in Make() function
/external/clang/test/SemaObjC/
Dclass-def-test-1.m27 // Make sure we allow the following (for GCC compatibility).
33 // Make sure we don't typo-correct to ourselves.
/external/mdnsresponder/Clients/
DReadMe.txt21 XCode Make Make
/external/llvm/test/Transforms/SimplifyCFG/
DUncondBranchToReturn.ll2 ; a PHI node and a return. Make sure the simplify cfg can straighten out this
20 ; Make sure it's willing to move unconditional branches to return instructions
/external/skia/src/gpu/
DGrTesselatedPathRenderer.cpp36 GrVec tangent = GrVec::Make(p.fY - q.fY, q.fX - p.fX); in computeEdge()
148 GrPoint p = GrPoint::Make(static_cast<float>(coords[0]), in combine()
248 *fVertices.append() = GrPoint::Make(static_cast<float>(coords[0]), in combine()
452 *vert++ = GrPoint::Make(bounds.fLeft, bounds.fTop); in onDrawPath()
453 *vert++ = GrPoint::Make(bounds.fLeft, bounds.fBottom); in onDrawPath()
454 *vert++ = GrPoint::Make(bounds.fRight, bounds.fBottom); in onDrawPath()
455 *vert++ = GrPoint::Make(bounds.fRight, bounds.fTop); in onDrawPath()
/external/clang/test/Parser/
Dobjc-recover.mm43 // Make sure the declaration of -test was recognized.
45 // Make sure the declaration of NS::foo was recognized.
/external/srtp/googlepatches/
Dgoogle-12-srtp-hide-aes-tables-main.patch3 Make main in aes_tables hidable.
25 +- Make main in tables/aes_tables.c hidable. If it is present, it conflicts
/external/stlport/
DINSTALL.unixes52 Only GNU Make supported! Preferred verion of GNU Make >= 3.81;
53 never use GNU Make before 3.79 --- build not work properly;
73 2) Make sure "stlport" directory of this distribution comes before
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_button_cell_unittest.mm44 // Make sure it's not totally bogus
59 // Make sure icon-only buttons are squeezed tightly.
80 // Make sure the switch to "no title" is more significant than we
88 // Make sure the default from the base class is overridden.
/external/libpng/scripts/
Dmakevms.com19 $ Make = ""
20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS"
21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"

12345678910>>...30