Home
last modified time | relevance | path

Searched refs:Configure (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/third_party/boost/boost/msm/front/euml/
Dstate_grammar.hpp724 template <class StateNameTag,class Expr1,class Expr2,class Attr,class Configure,class BASE>
737 typename boost::result_of<BuildFlags(Configure)>::type,
738 typename boost::result_of<BuildDeferred(Configure)>::type,
741 build_state(Expr1 const& ,Expr2 const& , Attr const&, Configure const&, BASE ) in build_state()
746 typedef typename boost::result_of<BuildFlags(Configure)>::type flags_type; in build_state()
747 typedef typename boost::result_of<BuildDeferred(Configure)>::type deferred_type; in build_state()
751 template <class StateNameTag,class Expr1,class Expr2,class Attr,class Configure>
764 typename boost::result_of<BuildFlags(Configure)>::type,
765 typename boost::result_of<BuildDeferred(Configure)>::type
767 build_state(Expr1 const& ,Expr2 const& ,Attr const&, Configure const&) in build_state()
[all …]
/third_party/boost/tools/build/example/
Duser-config.jam41 # Configure gcc (default version).
44 # Configure specific gcc version, giving alternative name to use.
52 # Configure msvc (default version, searched for in standard locations and PATH).
55 # Configure specific msvc version (searched for in standard locations and PATH).
69 # Configure specifying location of STLPort headers. Libraries must be either
73 # Configure specifying location of both headers and libraries explicitly.
81 # Configure assuming QTDIR gives the installation prefix.
84 # Configure with an explicit installation prefix.
91 # Configure specific Python version.
/third_party/openssl/
DNOTES.ANDROID19 You have to use ./Configure and name your target explicitly; there are
25 $(CROSS_COMPILE)clang [*gcc on NDK 19 and lower] and company. (Configure
34 target an older platform pass the argument -D__ANDROID_API__=N to Configure,
40 ./Configure android-arm64 -D__ANDROID_API__=29
48 ./Configure android-arm -D__ANDROID_API__=14
60 keep in mind that if you miss it, Configure will try to use gcc...
68 target name to Configure and shouldn't use -D__ANDROID_API__=N. PATH
78 linking. Pass -static to Configure, then edit generated Makefile and
Dconfig.com1 $ ! OpenSSL config: determine the architecture and run Configure
90 WRITE SYS$OUTPUT "PERL ''here'Configure ""''target'""",collected_args
Dconfig29 -t Test mode, do not run the Configure perl script.
30 -v Verbose mode, show the exact Configure call that is being made.
33 Any other text will be passed to the Configure perl script.
902 $PERL $THERE/Configure LIST | grep "$OUT-$CC" > /dev/null
914 if $PERL $THERE/Configure LIST | grep "$OUT" > /dev/null; then
924 $PERL $THERE/Configure $OUT $options
937 $PERL $THERE/Configure $OUT $options
DINSTALL96 $ perl Configure { VC-WIN32 | VC-WIN64A | VC-WIN64I | VC-CE }
139 There are several options to ./config (or ./Configure) to customize
172 invoke ./Configure, not ./config, and pass your target
630 Assignment of environment variable for Configure. These
715 This means that you also MUST use "./Configure" (or
744 1a. Configure OpenSSL for your operation system automatically:
767 1b. Configure OpenSSL for your operating system manually
772 $ ./Configure # Unix
776 $ perl Configure # All other platforms
784 as the argument to Configure. For example, a "linux-elf" user would
[all …]
D.travis-create-release.sh5 ./Configure dist
DNOTES.DJGPP29 running "./Configure" with appropriate arguments:
31 ./Configure no-threads --prefix=/dev/env/DJDIR DJGPP
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-proxy-fallback/
DREADME.md30 -r ipv4:address:port|Configure the remote IP and port that will be proxied, by default ipv4:127.0.0…
31 -s|Configure the server for tls / https and `LWS_SERVER_OPTION_ALLOW_NON_SSL_ON_SSL_PORT`
32 -h|(needs -s) Configure the vhost also for `LWS_SERVER_OPTION_ALLOW_HTTP_ON_HTTPS_LISTENER`, allowi…
33 -u|(needs -s) Configure the vhost also for `LWS_SERVER_OPTION_REDIRECT_HTTP_TO_HTTPS`, so the serve…
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-fallback-http-server/
DREADME.md20 -s|Configure the server for tls / https and `LWS_SERVER_OPTION_ALLOW_NON_SSL_ON_SSL_PORT`
21 -h|(needs -s) Configure the vhost also for `LWS_SERVER_OPTION_ALLOW_HTTP_ON_HTTPS_LISTENER`, allowi…
22 -u|(needs -s) Configure the vhost also for `LWS_SERVER_OPTION_REDIRECT_HTTP_TO_HTTPS`, so the serve…
/third_party/skia/third_party/externals/dawn/src/common/
DSwapChainUtils.h29 impl.Configure = [](void* userData, WGPUTextureFormat format, WGPUTextureUsage allowedUsage, in CreateSwapChainImplementation()
31 return static_cast<T*>(userData)->Configure(format, allowedUsage, width, height); in CreateSwapChainImplementation()
/third_party/flutter/skia/third_party/externals/dawn/src/common/
DSwapChainUtils.h29 impl.Configure = [](void* userData, DawnTextureFormat format, DawnTextureUsageBit allowedUsage, in CreateSwapChainImplementation()
31 return static_cast<T*>(userData)->Configure(format, allowedUsage, width, height); in CreateSwapChainImplementation()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DSwapChain.cpp51 if (!impl->Init || !impl->Destroy || !impl->Configure || !impl->GetNextTexture || in ValidateSwapChainDescriptor()
83 void SwapChainBase::Configure(dawn::TextureFormat format, in Configure() function in dawn_native::SwapChainBase
98 mImplementation.Configure(mImplementation.userData, static_cast<DawnTextureFormat>(format), in Configure()
/third_party/libxml2/macos/src/
Dlibxml2_GUSIConfig.cp28 /* Configure Socket Factories */
48 /* Configure File Devices */
/third_party/flutter/skia/site/dev/testing/
Dxsan.md41 Configure and Compile Skia with MSAN
64 Configure and Compile Skia with ASAN
81 Configure and Compile Skia with TSAN
/third_party/skia/site/docs/dev/testing/
Dxsan.md46 Configure and Compile Skia with MSAN
69 Configure and Compile Skia with ASAN
86 Configure and Compile Skia with TSAN
/third_party/typescript/src/testRunner/unittests/tsserver/
Dsession.ts110 command: CommandNames.Configure,
125 command: CommandNames.Configure,
136 command: CommandNames.Configure,
202 CommandNames.Configure,
318 command: CommandNames.Configure,
332 command: CommandNames.Configure,
/third_party/skia/tools/sk_app/mac/
DDawnMTLWindowContext_mac.mm32 impl.Configure = [](void* userData, WGPUTextureFormat format, WGPUTextureUsage allowedUsage,
34 return static_cast<T*>(userData)->Configure(format, allowedUsage, width, height);
74 DawnSwapChainError Configure(WGPUTextureFormat format, WGPUTextureUsage,
/third_party/node/deps/cares/include/
Dares_build.h.in65 /* Configure process defines this to 1 when it finds out that system */
77 /* Configure process defines this to 1 when it finds out that system */
84 /* Configure process defines this to 1 when it finds out that system */
/third_party/skia/tools/sk_app/
DDawnWindowContext.cpp52 fSwapChain.Configure(fSwapChainFormat, kUsage, width, height); in initializeContext()
102 fSwapChain.Configure(fSwapChainFormat, kUsage, fWidth, fHeight); in resize()
/third_party/flutter/skia/tools/sk_app/
DDawnWindowContext.cpp45 fSwapChain.Configure(fSwapChainFormat, dawn::TextureUsageBit::OutputAttachment, width, height); in initializeContext()
100 fSwapChain.Configure(fSwapChainFormat, dawn::TextureUsageBit::OutputAttachment, fWidth, in resize()
/third_party/openssl/Configurations/
DINTERNALS.Configure1 Configure Internals
10 who decide to dive into Configure and what it does. This is a living
24 expressed in the following comment from Configure:
/third_party/grpc/src/php/tests/interop/Grpc/Testing/
DXdsUpdateClientConfigureServiceClient.php45 public function Configure(\Grpc\Testing\ClientConfigureRequest $argument, function in Grpc\\Testing\\XdsUpdateClientConfigureServiceClient
/third_party/icu/vendor/double-conversion/upstream/
DCMakeLists.txt68 # Configure '<PROJECT-NAME>ConfigVersion.cmake'
74 # Configure '<PROJECT-NAME>Config.cmake'
/third_party/flutter/glfw/CMake/
Di586-mingw32msvc.cmake9 # Configure the behaviour of the find commands

12345678910>>...13