Home
last modified time | relevance | path

Searched refs:will (Results 1 – 25 of 9172) sorted by relevance

12345678910>>...367

/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-identifier-naming.rst8 This check will try to enforce coding guidelines on the identifiers naming. It
22 It also supports a fixed prefix and suffix that will be prepended or appended
95 When defined, the check will ensure abstract class names conform to the
100 When defined, the check will ensure abstract class names will add the
110 When defined, the check will ensure abstract class names will add the
141 When set to `true` the check will look in dependent base classes for dependent
199 When defined, the check will ensure class names conform to the
204 When defined, the check will ensure class names will add the
214 When defined, the check will ensure class names will add the
247 When defined, the check will ensure class constant names conform to the
[all …]
/external/catch2/docs/
Ddeprecations.md6 will be removed, while a planned change to a feature means that the
7 feature will behave differently, but will still be present. Obviously,
8 either of these is a breaking change, and thus will not happen until
17 will no longer be equal to the number of tests/tags/etc found, instead
18 it will be 0 for success and non-zero for failure.
23 `--list-test-names-only` command line argument will be removed.
40 to Catch2's internals, description support will be removed.
45 method will be removed.
52 composes lvalues of composed matchers will not compile. That is,
53 this code will no longer work:
[all …]
/external/libwebsockets/lib/roles/mqtt/client/
Dclient-mqtt-handshake.c63 if (c->conn_flags & LMQCFT_WILL_FLAG && c->will.topic) { in lws_mqtt_client_send_connect()
64 len += c->will.topic->len + 2; in lws_mqtt_client_send_connect()
65 len += (c->will.message ? c->will.message->len : 0) + 2; in lws_mqtt_client_send_connect()
112 if (lws_mqtt_str_is_not_empty(c->will.topic)) { in lws_mqtt_client_send_connect()
113 lws_ser_wu16be(p, c->will.topic->len); in lws_mqtt_client_send_connect()
115 memcpy(p, c->will.topic->buf, c->will.topic->len); in lws_mqtt_client_send_connect()
116 p += c->will.topic->len; in lws_mqtt_client_send_connect()
117 if (lws_mqtt_str_is_not_empty(c->will.message)) { in lws_mqtt_client_send_connect()
118 lws_ser_wu16be(p, c->will.topic->len); in lws_mqtt_client_send_connect()
120 memcpy(p, c->will.message->buf, in lws_mqtt_client_send_connect()
[all …]
/external/mesa3d/doxygen/
Dcommon.doxy6 # 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
56 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
63 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
66 # brief descriptions will be completely suppressed.
[all …]
Dgallium.doxy6 # 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
64 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
71 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
74 # brief descriptions will be completely suppressed.
[all …]
/external/llvm-project/lldb/docs/
Ddoxygen.cfg.in6 # 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 …]
/external/antlr/runtime/C/
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 …]
/external/libvpx/libvpx/
Dlibs.doxy_template17 # All text after a hash (#) is considered a comment and will be ignored
42 # base path where the generated documentation will be put.
43 # If a relative path is entered, it will be relative to the location
44 # where doxygen was started. If left blank the current directory will be used.
48 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
50 # format and will distribute the generated files over these directories.
58 # documentation generated by doxygen is written. Doxygen will use this
69 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
76 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
79 # brief descriptions will be completely suppressed.
[all …]
/external/libexif/doc/
DDoxyfile-internals.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
56 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
63 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
66 # brief descriptions will be completely suppressed.
[all …]
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
56 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
63 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
66 # brief descriptions will be completely suppressed.
[all …]
/external/libaom/libaom/
Dlibs.doxy_template16 # All text after a hash (#) is considered a comment and will be ignored
41 # base path where the generated documentation will be put.
42 # If a relative path is entered, it will be relative to the location
43 # where doxygen was started. If left blank the current directory will be used.
47 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
49 # format and will distribute the generated files over these directories.
57 # documentation generated by doxygen is written. Doxygen will use this
68 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
75 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
78 # brief descriptions will be completely suppressed.
[all …]
/external/clang/test/Parser/
Dms-if-exists.cpp15 this will not compile. in test_if_exists_stmts()
18 this will not compile. in test_if_exists_stmts()
41 this will not compile. in __if_exists()
45 this will not compile. in __if_not_exists()
62 __if_exists(MayExist::Type_not) { this will not compile } in test_if_exists_init_list()
74 __if_not_exists(MayExist::Type) { this will not compile } in test_if_exists_init_list()
91 this will not compile. in __if_exists()
95 this will not compile. in __if_not_exists()
/external/llvm-project/clang/test/Parser/
Dms-if-exists.cpp15 this will not compile. in test_if_exists_stmts()
18 this will not compile. in test_if_exists_stmts()
41 this will not compile. in __if_exists()
45 this will not compile. in __if_not_exists()
62 __if_exists(MayExist::Type_not) { this will not compile } in test_if_exists_init_list()
74 __if_not_exists(MayExist::Type) { this will not compile } in test_if_exists_init_list()
91 this will not compile. in __if_exists()
95 this will not compile. in __if_not_exists()
/external/flac/doc/
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 …]
/external/mesa3d/src/gallium/frontends/clover/
DDoxyfile6 # All text after a hash (#) is considered a comment and will be ignored.
45 # Doxygen will copy the logo to the output directory.
50 # base path where the generated documentation will be put.
51 # If a relative path is entered, it will be relative to the location
52 # where doxygen was started. If left blank the current directory will be used.
56 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
58 # format and will distribute the generated files over these directories.
66 # documentation generated by doxygen is written. Doxygen will use this
78 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
85 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
[all …]
/external/ltp/testcases/kernel/numa/
DREADME19 numa01.sh shell script holds all the numa testcases and support_numa.c will help numa01.sh as and w…
22 Verifies the node affinity and memory affinity by running the support_numa process which will alloc…
25 Verifies the preferred node memory policy which will allocate memory from the node we specify. This
26 testcase will use the support_numa process for the verfication.
29 Verifies the preferred node memory policy which will allocate shared memory from the node we specif…
30 testcase will use the support_numa process for the verfication.
33 Verifies the memory interleaving policy which will distribute the memory evenly among all nodes. Th…
34 testcase will use the support_numa process for the verfication.
37 Verifies the memory interleaving policy which will distribute the memory evenly among all nodes. Th…
38 testcase will use the support_numa process for the verfication.
[all …]
/external/llvm-project/lldb/source/Interpreter/
DInterpreterProperties.td7 …Desc<"If true, regular expression alias commands will show the expanded command that will be execu…
11 …Desc<"If true, LLDB will prompt you before quitting if there are any live processes being debugged…
15 Desc<"If true, LLDB will save the session's transcripts before quitting.">;
19 Desc<"If true, LLDB will stop running a 'command source' script upon encountering an error.">;
23 Desc<"If true, blank lines will be printed between between REPL submissions.">;
27 Desc<"If true, commands will be echoed before they are evaluated.">;
31 Desc<"If true, commands will be echoed even if they are pure comment lines.">;
/external/angle/src/libANGLE/renderer/metal/doc/
DOcclusionQueries.md7 must be allocated beforehand and will be used to store the visibility results of all queries
10 - The visibility result buffer will always be reset to zeros within the render pass.
13 - Metal back-end object `RenderCommandEncoder`'s method restart() will create an instance of Metal
16 etc will invoke the equivalent `MTLRenderCommandEncoder`'s methods.
21 - `MTLRenderCommandEncoder` creation will be deferred until all information about the render pass
24 etc will be recorded in a back-end owned buffer instead of encoding directly into an
26 - Whenever an occlusion query starts, an offset within a visibility result buffer will be allocated
28 capacity will be extended if needed to have enough storage for all the queries within the render
29 pass. The offset will be used to activate the visibility test in the render pass.
30 - Calling `RenderCommandEncoder.endEncoding()` will:
[all …]
/external/libabigail/doc/website/
Dlibabigail-website.doxy7 # All text after a hash (#) is considered a comment and will be ignored.
47 # Doxygen will copy the logo to the output directory.
52 # base path where the generated documentation will be put.
53 # If a relative path is entered, it will be relative to the location
54 # where doxygen was started. If left blank the current directory will be used.
58 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
60 # format and will distribute the generated files over these directories.
68 # documentation generated by doxygen is written. Doxygen will use this
80 # 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 …]
/external/libabigail/doc/api/
Dlibabigail.doxy8 # 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 …]
/external/libevent/
DDoxyfile6 # All text after a hash (#) is considered a comment and will be ignored
27 # will interpret the first line (until the first dot) of a JavaDoc-style
29 # comments will behave just like the Qt-style comments (thus requiring an
35 # sources only. Doxygen will then generate output that is more tailored for C.
36 # For instance, some of the names that are used will be different. The list
37 # of all members will be omitted, etc.
41 # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
43 # by member name. If set to NO (the default) the members will appear in
90 # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
99 # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
[all …]
/external/llvm-project/openmp/runtime/doc/doxygen/
Dconfig6 # 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 …]
/external/eigen/doc/
DDoxyfile.in6 # 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 …]
/external/libnl/doc/
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 …]
/external/mockito/src/test/java/org/mockitousage/stubbing/
DStubbingWithAdditionalAnswersTest.java49 given(iMethods.objectArgMethod(any())).will(returnsFirstArg()); in can_return_arguments_of_invocation()
50 given(iMethods.threeArgumentMethod(eq(0), any(), anyString())).will(returnsSecondArg()); in can_return_arguments_of_invocation()
51 given(iMethods.threeArgumentMethod(eq(1), any(), anyString())).will(returnsLastArg()); in can_return_arguments_of_invocation()
62 … given(iMethods.objectArgMethod(any())).will(answersWithDelay(sleepyTime, returnsFirstArg())); in can_return_after_delay()
74 given(iMethods.varargsObject(eq(1), any())).will(returnsArgAt(3)); in can_return_expanded_arguments_of_invocation()
81 given(iMethods.toIntPrimitive(anyInt())).will(returnsFirstArg()); in can_return_primitives_or_wrappers()
82 given(iMethods.toIntWrapper(anyInt())).will(returnsFirstArg()); in can_return_primitives_or_wrappers()
91 .will(answer(new Answer1<String, String>() { in can_return_based_on_strongly_types_one_parameter_function()
105 .will(answerVoid(new VoidAnswer1<String>() { in will_execute_a_void_based_on_strongly_typed_one_parameter_function()
121 .will(answer(new Answer2<String, String, Integer>() { in can_return_based_on_strongly_typed_two_parameter_function()
[all …]

12345678910>>...367