/external/skia/gm/ |
D | degeneratesegments.cpp | 37 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/ |
D | gtest.groupproj | 23 <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/ |
D | gtest.groupproj | 23 <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/ |
D | ChangeLog | 2 - 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/ |
D | SampleAnimatedGradient.cpp | 39 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/ |
D | 2002-08-17-FunctionDGE.ll | 1 ; 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/ |
D | undef-resolve.ll | 108 ; 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/ |
D | view_id_util_browsertest.mm | 40 // 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
|
D | about_window_controller_unittest.mm | 55 // 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/ |
D | web_contents_drag_source.mm | 16 // 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/ |
D | release-HOWTO.txt | 24 - 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/ |
D | PathCoverageTest.cpp | 114 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/ |
D | README | 26 - 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/ |
D | 2011-12-15-vec_shift.ll | 8 ; 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/ |
D | search_engine_manager.css | 43 /* For temporary Make Default button */ 63 /* End temporary Make Default button styling */
|
/external/skia/include/core/ |
D | SkSize.h | 17 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/ |
D | class-def-test-1.m | 27 // Make sure we allow the following (for GCC compatibility). 33 // Make sure we don't typo-correct to ourselves.
|
/external/mdnsresponder/Clients/ |
D | ReadMe.txt | 21 XCode Make Make
|
/external/llvm/test/Transforms/SimplifyCFG/ |
D | UncondBranchToReturn.ll | 2 ; 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/ |
D | GrTesselatedPathRenderer.cpp | 36 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/ |
D | objc-recover.mm | 43 // Make sure the declaration of -test was recognized. 45 // Make sure the declaration of NS::foo was recognized.
|
/external/srtp/googlepatches/ |
D | google-12-srtp-hide-aes-tables-main.patch | 3 Make main in aes_tables hidable. 25 +- Make main in tables/aes_tables.c hidable. If it is present, it conflicts
|
/external/stlport/ |
D | INSTALL.unixes | 52 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/ |
D | bookmark_button_cell_unittest.mm | 44 // 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/ |
D | makevms.com | 19 $ Make = "" 20 $ If F$Search ("Sys$System:MMS.EXE") .nes. "" Then Make = "MMS" 21 $ If F$Type (MMK) .eqs. "STRING" Then Make = "MMK"
|