/third_party/mbedtls/programs/test/ |
H A D | udp_proxy.c | 479 const char *way; member 491 elapsed_time(), p->way, p->type, p->len); in print_packet() 494 elapsed_time(), p->way, p->type, p->len, why); in print_packet() 499 p->way, p->type, p->len); in print_packet() 502 p->way, p->type, p->len, why); in print_packet() 656 * of records. In particular, if the peer changes the way it packs multiple 666 int handle_message(const char *way, in handle_message() argument 686 cur.way = way; in handle_message() 692 if (strcmp(way, " in handle_message() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | ramdaToolsNoInfinite2.js | 323 type __Drop<L extends List, N extends Iteration, way extends Way = '->'> = { 326 }[way]; 328 export type _Drop<L extends List, N extends Number, way extends Way = '->'> = __Drop<Naked<L>, IterationOf<N>, way> extends infer X ? Cast<X, List> : never; 330 export type Drop<L extends List, N extends Number, way extends Way = '->'> = L extends unknown ? N extends unknown ? _Drop<L, N, way> : never : never;
|
/third_party/node/deps/v8/third_party/markupsafe/ |
H A D | _speedups.c | 196 "Make a string unicode if it isn't already. That way a markup\n"
|
/third_party/node/tools/inspector_protocol/markupsafe/ |
H A D | _speedups.c | 196 "Make a string unicode if it isn't already. That way a markup\n"
|
/third_party/skia/third_party/externals/markupsafe/ |
H A D | _speedups.c | 196 "Make a string unicode if it isn't already. That way a markup\n"
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | genIndexFilters.bat | 26 # It does so in a dumb way: 31 # For transliterators using NFKD, or not using Lower in this way, you
|
/third_party/libunwind/libunwind/src/arm/ |
H A D | getcontext.S | 33 @ registers. It must be called in a special way, not as a regular
|
/third_party/pulseaudio/speex/libspeexdsp/ |
H A D | echo_diagnostic.m | 59 printf ('Your clock is drifting! No way the AEC will be able to do anything with that. Most likely, you''re doing capture and playback from two different cards.\n');
|
/third_party/gn/src/gn/ |
H A D | command_check.cc | 65 way to manually trigger include file checking. 127 ("gn path" is a good way to diagnose problems).
|
H A D | variables.cc | 76 members of the "invoker" scope. This is the way that templates read values 565 variables in the same way that compiler tools (see "gn help tool") do. These 602 a way that might otherwise be difficult to notice. 616 on a target or set of targets. One efficient way to express this is to create 1375 Note that another way to declare input dependencies from an action is to have 1395 when it has changed in any way and the action will re-run. 1616 will produce a shared library "libfoo.so". There is no way to override the 1958 # Depending on "lower" in any way will apply "my_config" to this target.
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_set_reg.tex | 35 \Func{unw\_set\_fpreg}(3) for a way to write registers which do not
|
H A D | unw_get_fpreg.tex | 34 floating-point registers. See \Func{unw\_get\_fpreg}(3) for a way to
|
H A D | unw_get_reg.tex | 35 \Func{unw\_get\_fpreg}(3) for a way to read registers which do not fit
|
H A D | unw_init_remote.tex | 33 \Prog{libunwind} never interprets the argument in any way on its own.
|
H A D | unw_set_caching_policy.tex | 39 changes in a way that could affect the validity of cached information.
|
H A D | unw_set_fpreg.tex | 34 floating-point registers. See \Func{unw\_set\_reg}(3) for a way to
|
H A D | unw_get_proc_name.tex | 32 Note that on some platforms there is no reliable way to distinguish
|
H A D | libunwind-ptrace.tex | 72 \Const{PTRACE\_ATTACH}). Either way, once the process-ID (pid) of the
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | v210enc.asm | 128 ; can't unpack high bytes in the same way because we process
|
/third_party/icu/icu4c/source/extra/uconv/ |
H A D | makedata.mak | 36 #This could be found according to the path to makefile, but for now it is this way
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
H A D | makedata.mak | 36 #This could be found according to the path to makefile, but for now it is this way
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 763 If you want a variable interpolated, you write it the way you would in 796 for details about the way backslashes work. Backslash processing is 801 are evaluated the usual way. The result of the last statement 847 One way to do it is with a template like this: 1089 written a subroutine that used those variables in the same way that 1188 Normally, the way this works is by allocating a private package, 1320 message into C<$error> this way. Then the function that called 1413 The basic way to fill in a template is to create a template object and 1559 Nevertheless, there's really no way (except with C<Safe>) to protect 1748 either way [all...] |
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 763 If you want a variable interpolated, you write it the way you would in 796 for details about the way backslashes work. Backslash processing is 801 are evaluated the usual way. The result of the last statement 847 One way to do it is with a template like this: 1089 written a subroutine that used those variables in the same way that 1188 Normally, the way this works is by allocating a private package, 1320 message into C<$error> this way. Then the function that called 1413 The basic way to fill in a template is to create a template object and 1559 Nevertheless, there's really no way (except with C<Safe>) to protect 1748 either way [all...] |
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
H A D | interval.rs | 111 // There should be a way to do this in-place with constant memory, in intersect() 112 // but I couldn't figure out a simple way to do it. So just append in intersect() 257 // There should be a way to do this in-place with constant memory, in negate() 258 // but I couldn't figure out a simple way to do it. So just append in negate() 289 // Is there a way to do this in-place with constant memory? I couldn't in canonicalize() 290 // figure out a way to do it. So just append the canonicalization to in canonicalize()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | nmake.mak | 59 # at least for now since snprintf and strncpy can be used in a safe way
|