Home
last modified time | relevance | path

Searched refs:framework (Results 1 – 25 of 253) sorted by relevance

1234567891011

/freebsd-12.1/contrib/googletest/googletest/docs/
H A DXcodeGuide.md10 …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…
44framework manually. Then, add the built framework into your project using the "Add->Existing Frame…
45framework 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…
54framework to your "Link Binary with Libraries" build phase of your test target. In addition, you'l…
58framework. 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 Dproject.pbxproj160 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 Dproject.pbxproj40 …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 DmkT0.cmd5 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 Dstd.AR724X6 # 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 Dstd.SWARM23 options TCP_HHOOK # hhook(9) framework for TCP
26 options PSEUDOFS #Pseudo-filesystem framework
H A DAR71XX_BASE31 options TCP_HHOOK # hhook(9) framework for TCP
35 options PSEUDOFS #Pseudo-filesystem framework
H A Dstd.AR531237 options TCP_HHOOK # hhook(9) framework for TCP
41 options PSEUDOFS #Pseudo-filesystem framework
H A Dstd.AR531536 options TCP_HHOOK # hhook(9) framework for TCP
40 options PSEUDOFS #Pseudo-filesystem framework
H A Dstd.MALTA21 options TCP_HHOOK # hhook(9) framework for TCP
24 options PSEUDOFS #Pseudo-filesystem framework
H A Dstd.AR91XX31 options TCP_HHOOK # hhook(9) framework for TCP
33 options PSEUDOFS #Pseudo-filesystem framework
H A Dstd.AR933X31 options TCP_HHOOK # hhook(9) framework for TCP
33 options PSEUDOFS #Pseudo-filesystem framework
H A Dstd.AR934X31 options TCP_HHOOK # hhook(9) framework for TCP
33 options PSEUDOFS #Pseudo-filesystem framework
H A Dstd.QCA955X30 options TCP_HHOOK # hhook(9) framework for TCP
32 options PSEUDOFS #Pseudo-filesystem framework
H A DQCA953X_BASE33 options TCP_HHOOK # hhook(9) framework for TCP
35 options PSEUDOFS #Pseudo-filesystem framework
H A DBCM31 options TCP_HHOOK # hhook(9) framework for TCP
34 options PSEUDOFS #Pseudo-filesystem framework
H A DSENTRY547 options TCP_HHOOK # hhook(9) framework for TCP
50 options PSEUDOFS #Pseudo-filesystem framework
/freebsd-12.1/tools/tools/vhba/
H A DREADME8 *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 Dstd.mediatek55 options PSEUDOFS # Pseude-filesystem framework
70 # FDT clock and pinctrl framework
H A Dstd.rt288054 options PSEUDOFS # Pseude-filesystem framework
69 # FDT clock and pinctrl framework
/freebsd-12.1/contrib/googletest/googlemock/
H A DREADME.md3 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 DMakefile3 SUBDIR+= framework
/freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/
H A DDarwinLdOptions.td154 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 DGENERIC32 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 DMakefile.am112 kdc_LDFLAGS = -framework SystemConfiguration -framework CoreFoundation

1234567891011