Home
last modified time | relevance | path

Searched refs:will (Results 1 - 25 of 392) sorted by relevance

12345678910>>...16

/third_party/libwebsockets/lib/roles/mqtt/client/
H A Dclient-mqtt-handshake.c63 if (c->conn_flags & LMQCFT_WILL_FLAG && c->will.topic) { in lws_mqtt_client_send_connect()
64 len = len + (unsigned int)c->will.topic->len + 2; in lws_mqtt_client_send_connect()
65 len += (c->will.message ? c->will.message->len : 0) + 2u; in lws_mqtt_client_send_connect()
108 if (lws_mqtt_str_is_not_empty(c->will.topic)) { in lws_mqtt_client_send_connect()
109 lws_ser_wu16be(p, c->will.topic->len); in lws_mqtt_client_send_connect()
111 memcpy(p, c->will.topic->buf, c->will.topic->len); in lws_mqtt_client_send_connect()
112 p += c->will.topic->len; in lws_mqtt_client_send_connect()
113 if (lws_mqtt_str_is_not_empty(c->will in lws_mqtt_client_send_connect()
[all...]
H A Dclient-mqtt.c26 * You can leave buf NULL, if so it will be allocated on the heap once the
27 * actual length is known. nf should be 0, it will be set at allocation time.
34 * set nf so it will be freed when the string is "freed".
138 c->will.topic = lws_mqtt_str_create_cstr_dup( in lws_create_client_mqtt_object()
140 if (!c->will.topic) in lws_create_client_mqtt_object()
144 c->will.message = lws_mqtt_str_create_cstr_dup( in lws_create_client_mqtt_object()
146 if (!c->will.message) in lws_create_client_mqtt_object()
176 lws_mqtt_str_free(&c->will.message); in lws_create_client_mqtt_object()
178 lws_mqtt_str_free(&c->will.topic); in lws_create_client_mqtt_object()
/third_party/gn/src/gn/
H A Dvariables.cc105 primary objects of the build. It will match the cpu architecture of the
151 Be aware that this value will always reflect the innermost scope. So when
152 defining a target inside a template, target_name will refer to the target
184 primary object(s) of the build. It will match the OS of the default
189 in that it can be referenced from inside any toolchain and will always return
290 Python. You will normally not need this when invoking scripts since GN
300 This is the root build output directory which will be the current directory
318 you are passing this to a script, you will want to pass it through
323 files. It will be inside the root generated dir.
333 toolchain. It will no
[all...]
H A Dfunction_get_target_outputs.cc30 binary targets will depend on the toolchain definition which won't
36 The names in the resulting list will be absolute file paths (normally like
39 action, copy, and generated_file targets: this will just return the files
42 action_foreach targets: this will return the result of applying the output
43 template to the sources (see "gn help source_expansion"). This will be the
45 process_file_template will return for those inputs (see "gn help
48 source sets and groups: this will return a list containing the path of the
49 "stamp" file that Ninja will produce once all outputs are generated. This
84 // scope will have been stashed in the item collector (they'll be dispatched
126 // be queried. Pass false for build_complete so it will fla
[all...]
H A Dfunction_get_path_info.cc127 or a list of such strings. If the input is a list the return value will be a
134 extension. If the input ends in a slash, the empty string will be
159 The result will never end in a slash, so if the resulting is empty, the
160 system ("/") or source ("//") roots, a "." will be appended such that it
174 The full absolute path name to the file or directory. It will be resolved
176 will be returned. If the input is system- absolute, the same input will
189 # result will be [ "//mydir/foo.cc", "//mydir/foo.h" ]
192 # result will be "//foo/bar"
H A Dfunction_rebase_path.cc132 When invoking the compiler or scripts, GN will automatically convert sources
135 manipulations where GN doesn't know something is a file name, you will need
139 directory to be relative to the build directory (which will be the current
144 function. This function won't work because it will always make relative
157 absolute path or a relative path (which will be treated as being relative
161 paths will be converted to system-absolute native style paths with system
166 is not an absolute path, it will be treated as being relative to the
172 The return value will be the same type as the input value (either a string or
173 a list of strings). All relative and source-absolute file names will be
174 converted to be relative to the requested output System-absolute paths will
[all...]
H A Dfunction_toolchain.cc59 help labels" for how to specify this), GN will start a build using that
60 secondary toolchain to resolve the target. GN will load the build config file
98 Any default system arguments or arguments passed in via "gn args" will also
102 The toolchain_args will be ignored when the toolchain being defined is the
111 When false (the default), this toolchain will not propagate any configs to
117 When true, configs (public and all-dependent) will cross the boundary out
126 Dependencies of this toolchain. These dependencies will be resolved before
130 This is expressed as a list of targets, and generally these targets will
158 # use_doom_melon is not overridden here, it will take the default.
202 // Note that we don't want to use MakeLabelForScope since that will includ
[all...]
H A Dswitches.cc18 will override the previous arguments stored in the build directory, and use
21 The args specified will be saved to the build directory for subsequent
22 commands. Specifying --args="" will clear all build arguments.
27 string arguments, you will need to be careful about escaping of quotes.
44 " Normally GN will try to detect whether it is outputting to a terminal\n" \
45 " and will enable or disable color accordingly. Use of these switches\n" \
46 " will override the default.\n" \
75 a declare_args() block), GN will normally print an error but not fail the
108 When set specifies the Ninja executable that will be used to perform some
123 targets and exec_script calls will b
[all...]
H A Dinput_conversion.cc40 // The memory for these will be kept around by the input file manager in ParseValueOrScope()
41 // so the origin parse nodes for the values will be preserved. in ParseValueOrScope()
50 // This description will be the blame for any error messages caused by in ParseValueOrScope()
51 // script parsing or if a value is blamed. It will say in ParseValueOrScope()
85 // we made, rather than the result of running the block (which will be empty). in ParseValueOrScope()
256 newlines will not be present in the result. The last line may or may
259 After splitting, each individual line will be trimmed of whitespace on
264 newlines will not be present in the result. The last line will end in
305 [ "foo", "bar" ] (result will b
[all...]
H A Dargs.cc35 flag is not specified, args from previous builds in the build directory will
45 "declare_args" call, a nonfatal error will be displayed.
56 This will overwrite the build directory with the given arguments. (Note
57 that the quotes inside the args command will usually need to be escaped
63 values. These default values will apply if none of the steps listed in the
65 the defaults will not override any of these.
67 Often, the root build config file will declare global arguments that will be
272 // the return value will be deterministic. Always prioritize
389 // override, and so that they will appea
[all...]
H A Dfunction_filter_labels.cc69 // Change the error message to be more applicable than what Resolve will in RunFilterLabels()
103 one of the patterns will be included.
108 # result will be [ "//foo:baz" ]
130 one of the patterns will be excluded.
135 # result will be [ "//foo/bar:baz", "//bar:baz" ]
/third_party/ltp/testcases/realtime/
H A Drun.sh11 ## This program is distributed in the hope that it will be useful, but ##
43 func all functional tests will be run
44 stress all stress tests will be run
45 perf all perf tests will be run
46 all all tests will be run
47 list all available tests will be listed
50 test_name only test_name subdir will be run
147 # This will only display subdirs which have run_auto.sh
152 # This will clobber logs, out files, .o's etc
192 #The Individual tests will b
[all...]
/third_party/ltp/testscripts/
H A Dtest_realtime.sh11 ## This program is distributed in the hope that it will be useful, but ##
48 func: all functional tests will be run
49 stress: all stress tests will be run
50 perf: all perf tests will be run
51 all: all tests will be run
52 list: all available tests will be listed
54 test_name: only test_name subdir will be run (e.g: func/pi-tests)
135 # This will only display subdirs which have run_auto.sh
140 # This will clobber logs, out files, .o's etc
184 #The Individual tests will b
[all...]
/third_party/node/tools/msvs/
H A Dfind_python.cmd34 :: %%a will receive everything before ), might have spaces depending on language
35 :: %%b will receive *, corresponding to everything after )
36 :: %%c will receive REG_SZ
37 :: %%d will receive the path, including spaces
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dupnp_xml.c52 * entire tree hierarchy, because the plain labels we are looking for will be
76 * as < and > so they will not trouble us.
185 * actionName will be replaced according to action requested
186 * schema following actionName will be WFA scheme instead
187 * argumentName will be actual argument name
188 * (in arg value) will be actual argument value
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dupnp_xml.c52 * entire tree hierarchy, because the plain labels we are looking for will be
76 * as < and > so they will not trouble us.
185 * actionName will be replaced according to action requested
186 * schema following actionName will be WFA scheme instead
187 * argumentName will be actual argument name
188 * (in arg value) will be actual argument value
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
H A Dfallback.pm32 that later "use" or "require" statements will find modules which are not
50 If you try to add a file to @INC as follows, you will be warned, and the file
51 will be ignored:
57 All these sub-directories will be appended to @INC.
H A DOrdinals.pm443 If this symbol already exists in loaded data, it will be rewritten using
444 the new input data, but will keep the same ordinal number and version.
445 If it's entirely new, it will get a '?' and the current default version.
511 If this symbol already exists in loaded data, it will be rewritten using
512 the new input data. Otherwise, the data will just be store away, to wait
601 for all symbols. If not given, it will be calculated as follows:
605 If the given version is '*', then the base version will also be '*'.
607 If the given version starts with '0.', the base version will be '0.0.0'.
609 If the given version starts with '1.0.', the base version will be '1.0.0'.
611 If the given version starts with '1.1.', the base version will b
[all...]
/third_party/openssl/util/perl/OpenSSL/
H A Dfallback.pm32 that later "use" or "require" statements will find modules which are not
50 If you try to add a file to @INC as follows, you will be warned, and the file
51 will be ignored:
57 All these sub-directories will be appended to @INC.
H A DOrdinals.pm443 If this symbol already exists in loaded data, it will be rewritten using
444 the new input data, but will keep the same ordinal number and version.
445 If it's entirely new, it will get a '?' and the current default version.
511 If this symbol already exists in loaded data, it will be rewritten using
512 the new input data. Otherwise, the data will just be store away, to wait
601 for all symbols. If not given, it will be calculated as follows:
605 If the given version is '*', then the base version will also be '*'.
607 If the given version starts with '0.', the base version will be '0.0.0'.
609 If the given version starts with '1.0.', the base version will be '1.0.0'.
611 If the given version starts with '1.1.', the base version will b
[all...]
/third_party/python/Tools/msi/
H A Dbuildrelease.bat8 rem These two will ensure that your release can be installed
12 rem The following substitutions will be applied to the release URI:
16 rem script will not be upgradable to/from official releases of Python.
19 rem This is the URL that will be used to download installation files.
20 rem The files available from the default URL *will* conflict with your
24 rem The following substitutions will be applied to the download URL:
247 echo If no architecture is specified, all architectures will be built.
253 echo x86 and ARM64 builds will never use PGO. ARM64 builds will never generate
256 echo The following substitutions will b
[all...]
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm676 # All templates will always have `use strict vars' attached to all fragments
787 If you have an unmatched brace, C<Text::Template> will return a
802 executed will be evaluated in scalar context; the result of this
807 fragments will persist into later fragments:
822 The value of C<$x> set in the first line will persist into the next
824 C<$more> set in the second fragment will persist and be interpolated
825 into the last line. The output will look something like this:
861 Anything you append to this variable will appear in the output of the
883 that does not exist, C<$Text::Template::ERROR> will contain something like:
893 template object. C<SOURCE> says where the template source code will
[all...]
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm676 # All templates will always have `use strict vars' attached to all fragments
787 If you have an unmatched brace, C<Text::Template> will return a
802 executed will be evaluated in scalar context; the result of this
807 fragments will persist into later fragments:
822 The value of C<$x> set in the first line will persist into the next
824 C<$more> set in the second fragment will persist and be interpolated
825 into the last line. The output will look something like this:
861 Anything you append to this variable will appear in the output of the
883 that does not exist, C<$Text::Template::ERROR> will contain something like:
893 template object. C<SOURCE> says where the template source code will
[all...]
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm74 C<Text::Template::Preprocessor> will use this subroutine to preprocess
77 The preprocessor subroutine will be called repeatedly, once for each
78 program fragment. The program fragment will be in C<$_>. The
80 C<Text::Template::Preprocess> will then execute contents of C<$_> and
117 Then use C<PREPROCESSOR =E<gt> \&quote_scripts>. This will transform
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/Template/
H A DPreprocess.pm74 C<Text::Template::Preprocessor> will use this subroutine to preprocess
77 The preprocessor subroutine will be called repeatedly, once for each
78 program fragment. The program fragment will be in C<$_>. The
80 C<Text::Template::Preprocess> will then execute contents of C<$_> and
117 Then use C<PREPROCESSOR =E<gt> \&quote_scripts>. This will transform

Completed in 13 milliseconds

12345678910>>...16