| /freebsd-12.1/contrib/googletest/googletest/docs/ |
| H A D | XcodeGuide.md | 10 …the `gtest.xcodeproj` in the `googletest-read-only/xcode/` directory and build the gtest.framework. 12 …1. Add the gtest.framework to your project and add it to the "Link Binary with Libraries" build ph… 14 …_FRAMEWORK\_PATH" with a value equal to the path to the framework containing the gtest.framework r… 42 The next step is to build and add the gtest.framework to your own project. This guide describes two… 44 …framework manually. Then, add the built framework into your project using the "Add->Existing Frame… 45 …framework every time the source updates. to do this, you'll need to add the gtest.xcodeproj file, … 51 Next, you'll want to add gtest.framework in two different ways, depending upon which option you cho… 53 …e will need to know that you are linking against the gtest.framework. Add the gtest.framework to t… 54 …framework to your "Link Binary with Libraries" build phase of your test target. In addition, you'l… 58 …framework. Instead, the dynamic linker must be told at runtime to search for the framework in anot… [all …]
|
| /freebsd-12.1/contrib/googletest/googletest/xcode/gtest.xcodeproj/ |
| H A D | project.pbxproj | 160 remoteInfo = "gtest-framework"; 167 remoteInfo = "gtest-framework"; 261 …A70F4C /* gtest.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; incl… 316 4539C8FF0EC27F6400A70F4C /* gtest.framework */, 508 name = "gtest_unittest-framework"; 525 name = "sample1_unittest-framework"; 613 name = "gtest-framework"; 865 PRODUCT_NAME = "gtest_unittest-framework"; 875 PRODUCT_NAME = "gtest_unittest-framework"; 884 PRODUCT_NAME = "sample1_unittest-framework"; [all …]
|
| /freebsd-12.1/contrib/googletest/googletest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/ |
| H A D | project.pbxproj | 40 …AF3B400C7F239 /* Widget.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8D07F2C80486CC… 85 …CD1D0 /* Widget.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; incl… 95 3B7EB1480E5AF3B400C7F239 /* Widget.framework in Frameworks */, 112 8D07F2C80486CC7A007CD1D0 /* Widget.framework */, 221 productReference = 8D07F2C80486CC7A007CD1D0 /* Widget.framework */; 222 productType = "com.apple.product-type.framework";
|
| /freebsd-12.1/contrib/bearssl/mk/ |
| H A D | mkT0.cmd | 5 rem provided with the .NET framework. We need framework 3.5 or later 7 rem implemented in the compiler provided with framework 2.0.50727).
|
| /freebsd-12.1/sys/mips/conf/ |
| H A D | std.AR724X | 6 # the majority of the kernel framework will be built as modules. 33 options TCP_HHOOK # hhook(9) framework for TCP 35 options PSEUDOFS #Pseudo-filesystem framework
|
| H A D | std.SWARM | 23 options TCP_HHOOK # hhook(9) framework for TCP 26 options PSEUDOFS #Pseudo-filesystem framework
|
| H A D | AR71XX_BASE | 31 options TCP_HHOOK # hhook(9) framework for TCP 35 options PSEUDOFS #Pseudo-filesystem framework
|
| H A D | std.AR5312 | 37 options TCP_HHOOK # hhook(9) framework for TCP 41 options PSEUDOFS #Pseudo-filesystem framework
|
| H A D | std.AR5315 | 36 options TCP_HHOOK # hhook(9) framework for TCP 40 options PSEUDOFS #Pseudo-filesystem framework
|
| H A D | std.MALTA | 21 options TCP_HHOOK # hhook(9) framework for TCP 24 options PSEUDOFS #Pseudo-filesystem framework
|
| H A D | std.AR91XX | 31 options TCP_HHOOK # hhook(9) framework for TCP 33 options PSEUDOFS #Pseudo-filesystem framework
|
| H A D | std.AR933X | 31 options TCP_HHOOK # hhook(9) framework for TCP 33 options PSEUDOFS #Pseudo-filesystem framework
|
| H A D | std.AR934X | 31 options TCP_HHOOK # hhook(9) framework for TCP 33 options PSEUDOFS #Pseudo-filesystem framework
|
| H A D | std.QCA955X | 30 options TCP_HHOOK # hhook(9) framework for TCP 32 options PSEUDOFS #Pseudo-filesystem framework
|
| H A D | QCA953X_BASE | 33 options TCP_HHOOK # hhook(9) framework for TCP 35 options PSEUDOFS #Pseudo-filesystem framework
|
| H A D | BCM | 31 options TCP_HHOOK # hhook(9) framework for TCP 34 options PSEUDOFS #Pseudo-filesystem framework
|
| H A D | SENTRY5 | 47 options TCP_HHOOK # hhook(9) framework for TCP 50 options PSEUDOFS #Pseudo-filesystem framework
|
| /freebsd-12.1/tools/tools/vhba/ |
| H A D | README | 8 *just enough* framework to be useful, plus some nominally common 13 are pretty much used to stress and test the FreeBSD CAM framework
|
| /freebsd-12.1/sys/mips/mediatek/ |
| H A D | std.mediatek | 55 options PSEUDOFS # Pseude-filesystem framework 70 # FDT clock and pinctrl framework
|
| H A D | std.rt2880 | 54 options PSEUDOFS # Pseude-filesystem framework 69 # FDT clock and pinctrl framework
|
| /freebsd-12.1/contrib/googletest/googlemock/ |
| H A D | README.md | 3 The Google C++ mocking framework. 7 Google's framework for writing and using C++ mock classes. 79 Google Mock is not a testing framework itself. Instead, it needs a 80 testing framework for writing tests. Google Mock works seamlessly 82 …e it with [any C++ testing framework](../../master/googlemock/docs/ForDummies.md#using-google-mock… 91 framework, although it will still need Google Test. Please read 93 ../../master/googlemock/docs/ForDummies.md#using-google-mock-with-any-testing-framework)
|
| /freebsd-12.1/sys/modules/tests/ |
| H A D | Makefile | 3 SUBDIR+= framework
|
| /freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/ |
| H A D | DarwinLdOptions.td | 154 HelpText<"Add directory to framework search path">, Group<grp_libs>; 175 def framework : Separate<["-"], "framework">, 177 HelpText<"Base name of framework searched for in -F directories">; 180 HelpText<"Base name of upward framework searched for in -F directories">;
|
| /freebsd-12.1/sys/riscv/conf/ |
| H A D | GENERIC | 32 options TCP_HHOOK # hhook(9) framework for TCP 50 options PSEUDOFS # Pseudo-filesystem framework 71 options RACCT # Resource accounting framework
|
| /freebsd-12.1/crypto/heimdal/kdc/ |
| H A D | Makefile.am | 112 kdc_LDFLAGS = -framework SystemConfiguration -framework CoreFoundation
|