Home
last modified time | relevance | path

Searched full:will (Results 1 – 25 of 10758) sorted by relevance

12345678910>>...431

/third_party/boost/libs/vmd/doc/
Dvmd_modifiers_return_type.qbk39 parsing as the more specific type will lead to UB.
79 BOOST_VMD_GET_TYPE(TUPLE_IS_ARRAY) will return BOOST_VMD_TYPE_ARRAY, the most specific type
80 BOOST_VMD_GET_TYPE(TUPLE_IS_ARRAY,BOOST_VMD_RETURN_TYPE_TUPLE) will return BOOST_VMD_TYPE_TUPLE
81 BOOST_VMD_GET_TYPE(TUPLE_IS_ARRAY,BOOST_VMD_RETURN_TYPE_ARRAY) will return BOOST_VMD_TYPE_ARRAY
82 BOOST_VMD_GET_TYPE(TUPLE_IS_ARRAY,BOOST_VMD_RETURN_TYPE_LIST) will return BOOST_VMD_TYPE_TUPLE
84 BOOST_VMD_GET_TYPE(TUPLE_IS_LIST) will return BOOST_VMD_TYPE_LIST, the most specific type
85 BOOST_VMD_GET_TYPE(TUPLE_IS_LIST,BOOST_VMD_RETURN_TYPE_TUPLE) will return BOOST_VMD_TYPE_TUPLE
86 BOOST_VMD_GET_TYPE(TUPLE_IS_LIST,BOOST_VMD_RETURN_TYPE_ARRAY) will return BOOST_VMD_TYPE_TUPLE
87 BOOST_VMD_GET_TYPE(TUPLE_IS_LIST,BOOST_VMD_RETURN_TYPE_LIST) will return BOOST_VMD_TYPE_LIST
89 BOOST_VMD_GET_TYPE(TUPLE_IS_LIST_OR_ARRAY) will return BOOST_VMD_TYPE_LIST, the most specific type
[all …]
Dvmd_modifiers_filter.qbk70 BOOST_VMD_EQUAL(AN_IDENTIFIER1,AN_IDENTIFIER2,BOOST_VMD_TYPE_IDENTIFIER) will return 0
71 BOOST_VMD_EQUAL(AN_IDENTIFIER1,AN_IDENTIFIER3,BOOST_VMD_TYPE_IDENTIFIER) will return 1
72 …BOOST_VMD_EQUAL(AN_IDENTIFIER1,AN_IDENTIFIER3,BOOST_VMD_TYPE_TYPE) will return 0 because the type …
74 BOOST_VMD_EQUAL(A_NUMBER1,A_NUMBER2,BOOST_VMD_TYPE_NUMBER) will return 0
75 BOOST_VMD_EQUAL(A_NUMBER1,A_NUMBER3,BOOST_VMD_TYPE_NUMBER) will return 1
76 …BOOST_VMD_EQUAL(A_NUMBER1,A_NUMBER3,BOOST_VMD_TYPE_IDENTIFIER) will return 1 because a number is a…
77 …BOOST_VMD_EQUAL(A_NUMBER1,A_NUMBER3,BOOST_VMD_TYPE_EMPTY) will return 0 because the type does not …
79 BOOST_VMD_EQUAL(A_TUPLE1,A_TUPLE2,BOOST_VMD_TYPE_TUPLE) will return 0
80 BOOST_VMD_EQUAL(A_TUPLE1,A_TUPLE3,BOOST_VMD_TYPE_TUPLE) will return 1
81 …BOOST_VMD_EQUAL(A_TUPLE1,A_TUPLE3,BOOST_VMD_TYPE_ARRAY) will return 0 because the type does not ma…
[all …]
Dvmd_equality.qbk26 cannot parse the result will be UB.
31 If an identifier has not been both registered and predetected it will never be
32 equal to the same identifier value, so it will always fail equality testing,
33 although it will not give a preprocessing error doing so.
70 BOOST_VMD_EQUAL(AN_IDENTIFIER1,AN_IDENTIFIER2) will return 0
71 BOOST_VMD_EQUAL(AN_IDENTIFIER1,AN_IDENTIFIER3) will return 1
73 BOOST_VMD_EQUAL(A_NUMBER1,A_NUMBER2) will return 0
74 BOOST_VMD_EQUAL(A_NUMBER1,A_NUMBER3) will return 1
76 BOOST_VMD_EQUAL(A_TUPLE1,A_TUPLE2) will return 0
77 BOOST_VMD_EQUAL(A_TUPLE1,A_TUPLE3) will return 1
[all …]
/third_party/glfw/docs/
Dcompat.dox14 part of this information may change in future versions of GLFW and that will not
33 `GLFW_DECORATED` hint will have no effect.
37 support this protocol, the close callback will never be called.
42 the user will not be notified if the application locks up.
59 the clipboard string will be unavailable once the window has been destroyed.
64 support this protocol, drag and drop will not work.
68 support will not function and only a single, desktop-spanning monitor will be
73 extensions, gamma ramp support will not function.
86 formats. If GLX 1.3 is not supported, @ref glfwInit will fail.
91 available, calling @ref glfwSwapInterval will have no effect.
[all …]
DDoxyfile.in6 # All text after a hash (#) is considered a comment and will be ignored.
46 # Doxygen will copy the logo to the output directory.
51 # base path where the generated documentation will be put.
52 # If a relative path is entered, it will be relative to the location
53 # where doxygen was started. If left blank the current directory will be used.
57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
59 # format and will distribute the generated files over these directories.
67 # documentation generated by doxygen is written. Doxygen will use this
79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
[all …]
/third_party/ltp/testcases/kernel/io/disktest/man1/
Ddisktest.111 .\" This program is distributed in the hope that it will be useful,
112 will use the device specified by
116 will attempt to determine
120 is not a normal file. This will help to determine it's type.
147 all threads, even to multiple targets, will be killed and the disktest process will stop.
148 By default, when an access failure occurs only the threads to the failing target will stop.
150 after error, all threads for all targets will continue to run.
157 This will overwrite any mark data or normal pattern data written.
160 By default distest will synchronize IO on a block level according to the POSIX standard that states…
161 Disktest will not allow a write if the block is already being written or read, but will allow a rea…
[all …]
Ddisktest.1.gz
/third_party/flutter/skia/third_party/externals/sdl/visualtest/docs/
DDoxyfile6 # All text after a hash (#) is considered a comment and will be ignored
46 # Doxygen will copy the logo to the output directory.
51 # base path where the generated documentation will be put.
52 # If a relative path is entered, it will be relative to the location
53 # where doxygen was started. If left blank the current directory will be used.
57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
59 # format and will distribute the generated files over these directories.
67 # documentation generated by doxygen is written. Doxygen will use this
79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
[all …]
/third_party/boost/libs/nowide/doc/
DDoxyfile6 # All text after a hash (#) is considered a comment and will be ignored
37 # base path where the generated documentation will be put.
38 # If a relative path is entered, it will be relative to the location
39 # where doxygen was started. If left blank the current directory will be used.
43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
45 # format and will distribute the generated files over these directories.
53 # documentation generated by doxygen is written. Doxygen will use this
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
75 # brief descriptions will be completely suppressed.
[all …]
/third_party/mbedtls/doxygen/
Dmbedtls.doxyfile8 # All text after a hash (#) is considered a comment and will be ignored.
48 # Doxygen will copy the logo to the output directory.
53 # base path where the generated documentation will be put.
54 # If a relative path is entered, it will be relative to the location
55 # where doxygen was started. If left blank the current directory will be used.
59 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
61 # format and will distribute the generated files over these directories.
69 # documentation generated by doxygen is written. Doxygen will use this
81 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
88 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
[all …]
/third_party/flutter/skia/third_party/externals/sdl/Xcode/XcodeDocSet/
DDoxyfile6 # All text after a hash (#) is considered a comment and will be ignored
37 # base path where the generated documentation will be put.
38 # If a relative path is entered, it will be relative to the location
39 # where doxygen was started. If left blank the current directory will be used.
43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
45 # format and will distribute the generated files over these directories.
53 # documentation generated by doxygen is written. Doxygen will use this
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
75 # brief descriptions will be completely suppressed.
[all …]
/third_party/boost/boost/beast/websocket/
Derror.hpp56 // These will compare equal to condition::handshake_failed
61 Error codes with this value will compare equal to @ref condition::handshake_failed
67 Error codes with this value will compare equal to @ref condition::handshake_failed
73 Error codes with this value will compare equal to @ref condition::handshake_failed
79 Error codes with this value will compare equal to @ref condition::handshake_failed
85 Error codes with this value will compare equal to @ref condition::handshake_failed
91 Error codes with this value will compare equal to @ref condition::handshake_failed
97 Error codes with this value will compare equal to @ref condition::handshake_failed
103 Error codes with this value will compare equal to @ref condition::handshake_failed
109 Error codes with this value will compare equal to @ref condition::handshake_failed
[all …]
/third_party/ninja/doc/
Ddoxygen.config6 # All text after a hash (#) is considered a comment and will be ignored
29 # base path where the generated documentation will be put.
30 # If a relative path is entered, it will be relative to the location
31 # where doxygen was started. If left blank the current directory will be used.
35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
37 # format and will distribute the generated files over these directories.
45 # documentation generated by doxygen is written. Doxygen will use this
67 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
74 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
77 # brief descriptions will be completely suppressed.
[all …]
/third_party/popt/
DDoxyfile.in6 # All text after a hash (#) is considered a comment and will be ignored
29 # base path where the generated documentation will be put.
30 # If a relative path is entered, it will be relative to the location
31 # where doxygen was started. If left blank the current directory will be used.
35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
37 # format and will distribute the generated files over these directories.
45 # documentation generated by doxygen is written. Doxygen will use this
66 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
73 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
76 # brief descriptions will be completely suppressed.
[all …]
/third_party/pulseaudio/doxygen/
Ddoxygen.conf.in6 # All text after a hash (#) is considered a comment and will be ignored.
46 # Doxygen will copy the logo to the output directory.
51 # base path where the generated documentation will be put.
52 # If a relative path is entered, it will be relative to the location
53 # where doxygen was started. If left blank the current directory will be used.
57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
59 # format and will distribute the generated files over these directories.
67 # documentation generated by doxygen is written. Doxygen will use this
79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
[all …]
/third_party/wayland-ivi-extension/doc/
DDoxyfile.template6 # All text after a hash (#) is considered a comment and will be ignored.
46 # Doxygen will copy the logo to the output directory.
51 # base path where the generated documentation will be put.
52 # If a relative path is entered, it will be relative to the location
53 # where doxygen was started. If left blank the current directory will be used.
57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
59 # format and will distribute the generated files over these directories.
67 # documentation generated by doxygen is written. Doxygen will use this
79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
[all …]
/third_party/flutter/skia/third_party/externals/sdl/docs/
Ddoxyfile6 # All text after a hash (#) is considered a comment and will be ignored
37 # base path where the generated documentation will be put.
38 # If a relative path is entered, it will be relative to the location
39 # where doxygen was started. If left blank the current directory will be used.
43 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
45 # format and will distribute the generated files over these directories.
53 # documentation generated by doxygen is written. Doxygen will use this
65 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
72 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
75 # brief descriptions will be completely suppressed.
[all …]
/third_party/boost/libs/locale/doc/
DDoxyfile6 # All text after a hash (#) is considered a comment and will be ignored.
46 # Doxygen will copy the logo to the output directory.
51 # base path where the generated documentation will be put.
52 # If a relative path is entered, it will be relative to the location
53 # where doxygen was started. If left blank the current directory will be used.
57 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
59 # format and will distribute the generated files over these directories.
67 # documentation generated by doxygen is written. Doxygen will use this
79 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
86 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
[all …]
/third_party/node/deps/npm/man/man1/
Dnpm-install.128 will be driven by that, with an \fBnpm\-shrinkwrap\.json\fP taking precedence if both
61 By default, \fBnpm install\fP will install all modules listed as dependencies
64 is set to \fBproduction\fP), npm will not install modules listed in
76 Its dependencies will be installed before it's linked\. If \fB<folder>\fP sits
117 In most cases, this will install the version of the modules tagged as
154 * `\-P, \-\-save\-prod`: Package will appear in your `dependencies`\. This is the
157 * `\-D, \-\-save\-dev`: Package will appear in your `devDependencies`\.
159 * `\-O, \-\-save\-optional`: Package will appear in your `optionalDependencies`\.
166 * `\-E, \-\-save\-exact`: Saved dependencies will be configured with an
170 * `\-B, \-\-save\-bundle`: Saved dependencies will also be added to your `bundleDependencies` list\.
[all …]
/third_party/openssl/doc/man3/
DOPENSSL_init_crypto.pod31 During normal operation OpenSSL (libcrypto) will allocate various resources at
37 As of version 1.1.0 OpenSSL will automatically allocate all resources that it
38 needs so no explicit initialisation is required. Similarly it will also
62 B<OPENSSL_INIT_LOAD_CRYPTO_STRINGS> will be ignored.
67 library will automatically load the libcrypto error strings.
70 B<OPENSSL_INIT_NO_LOAD_CRYPTO_STRINGS> will be ignored.
74 With this option the library will automatically load and make available all
77 B<OPENSSL_INIT_NO_ADD_ALL_CIPHERS> will be ignored.
81 With this option the library will automatically load and make available all
84 B<OPENSSL_INIT_NO_ADD_ALL_CIPHERS> will be ignored.
[all …]
/third_party/python/Lib/msilib/
Dtext.py82 ('MenuAbsent', 'Entire feature will be unavailable'),
83 ('MenuAdvertise', 'Feature will be installed when required'),
84 ('MenuAllCD', 'Entire feature will be installed to run from CD'),
85 ('MenuAllLocal', 'Entire feature will be installed on local hard drive'),
86 ('MenuAllNetwork', 'Entire feature will be installed to run from network'),
87 ('MenuCD', 'Will be installed to run from CD'),
88 ('MenuLocal', 'Will be installed on local hard drive'),
89 ('MenuNetwork', 'Will be installed to run from network'),
91 ('SelAbsentAbsent', 'This feature will remain uninstalled'),
92 ('SelAbsentAdvertise', 'This feature will be set to be installed when required'),
[all …]
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-install.md34 will be driven by that, with an `npm-shrinkwrap.json` taking precedence if both
61 By default, `npm install` will install all modules listed as dependencies
65 is set to `production`), npm will not install modules listed in
76 Its dependencies will be installed before it's linked. If `<folder>` sits
110 In most cases, this will install the version of the modules tagged as
139 * `-P, --save-prod`: Package will appear in your `dependencies`. This is the
142 * `-D, --save-dev`: Package will appear in your `devDependencies`.
144 * `-O, --save-optional`: Package will appear in your `optionalDependencies`.
151 * `-E, --save-exact`: Saved dependencies will be configured with an
155 * `-B, --save-bundle`: Saved dependencies will also be added to your `bundleDependencies` list.
[all …]
/third_party/flutter/engine/flutter/
DDoxyfile9 # All text after a single hash (#) is considered a comment and will be ignored.
51 # pixels and the maximum width should not exceed 200 pixels. Doxygen will copy
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
59 # left blank the current directory will be used.
63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
65 # will distribute the generated files over these directories. Enabling this
73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII
75 # characters will be escaped, for example _xE3_x81_x84 will be used for Unicode
82 # documentation generated by doxygen is written. Doxygen will use this
[all …]
/third_party/jsoncpp/doc/
Ddoxyfile.in9 # All text after a single hash (#) is considered a comment and will be ignored.
51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
59 # left blank the current directory will be used.
63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
65 # will distribute the generated files over these directories. Enabling this
74 # documentation generated by doxygen is written. Doxygen will use this
86 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
93 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
[all …]
Dweb_doxyfile.in9 # All text after a single hash (#) is considered a comment and will be ignored.
51 # and the maximum width should not exceed 200 pixels. Doxygen will copy the logo
57 # into which the generated documentation will be written. If a relative path is
58 # entered, it will be relative to the location where doxygen was started. If
59 # left blank the current directory will be used.
63 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 4096 sub-
65 # will distribute the generated files over these directories. Enabling this
74 # documentation generated by doxygen is written. Doxygen will use this
86 # If the BRIEF_MEMBER_DESC tag is set to YES doxygen will include brief member
93 # If the REPEAT_BRIEF tag is set to YES doxygen will prepend the brief
[all …]

12345678910>>...431