Home
last modified time | relevance | path

Searched refs:old (Results 3926 - 3946 of 3946) sorted by relevance

1...<<151152153154155156157158

/third_party/node/deps/cares/
H A Dconfigure64 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
66 # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
548 # For backward compatibility with old third-party macros, we provide
605 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
1107 | --oldin | --oldi | --old | --ol | --o)
1111 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1327 # There might be people who depend on the old broken behavior: `$host'
2851 // These inclusions are to reject old compilers that
5524 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
5525 printf "%s\n" "$as_me: WARNING: 'missing' script is too old o
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c1585 ath10k_wmi_pull_peer_stats(&src->old, dst); in ath10k_wmi_tlv_op_pull_fw_stats()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dwmi-tlv.c1596 ath10k_wmi_pull_peer_stats(&src->old, dst); in ath10k_wmi_tlv_op_pull_fw_stats()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs297 pub old: ff_effect,
/third_party/cups-filters/utils/
H A Dcups-browsed.c5793 debug_printf("ERROR: Failed recording remote default printer (%s). Removing the file with possible old recording.\n", in queue_removal_handle_default()
6112 debug_printf("ERROR: Failed recording local default printer. Removing the file with possible old recording.\n"); in on_printer_state_changed()
6115 debug_printf("Recorded previous default printer so that if the currently selected cups-browsed-generated one disappears, we can return to the old local one.\n"); in on_printer_state_changed()
6683 debug_printf("ERROR: Failed recording remote default printer. Removing the file with possible old recording.\n"); in on_printer_deleted()
11626 browsepoll_t **old = BrowsePoll; in read_configuration() local
11632 BrowsePoll = old; in read_configuration()
/third_party/skia/third_party/externals/libpng/
H A Dconfigure574 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
1068 | --oldin | --oldi | --old | --ol | --o)
1072 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1279 # There might be people who depend on the old broken behavior: `$host'
2530 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2531 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
4170 # except with old shells:
4203 # except with old shells:
6284 # Determine commands to create old-style static archives.
6363 # These are sane defaults that work on at least a few old system
[all...]
/third_party/eudev/
H A Dconfigure574 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
1102 | --oldin | --oldi | --old | --ol | --o)
1106 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1313 # There might be people who depend on the old broken behavior: `$host'
4540 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
4541 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
5220 # except with old shells:
5253 # except with old shells:
6972 # Determine commands to create old-style static archives.
7051 # These are sane defaults that work on at least a few old system
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_glsl.cpp2906 // Very old glslangValidator and HLSL compilers do not emit required qualifiers here.
10853 // Restore the old need_transpose flag.
14025 // FIXME: Refactor this to not use the old loop_dominator tracking.
14183 auto *old = redirect_statement;
14215 // Restore old pointer.
14216 redirect_statement = old;
/third_party/skia/third_party/externals/microhttpd/
H A Dconfigure574 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
1131 | --oldin | --oldi | --old | --ol | --o)
1135 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1342 # There might be people who depend on the old broken behavior: `$host'
2685 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2686 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3234 # except with old shells:
3267 # except with old shells:
6182 # Determine commands to create old-style static archives.
6261 # These are sane defaults that work on at least a few old system
[all...]
/third_party/python/Objects/
H A Dunicodeobject.c1789 /* _PyUnicode_Ready() is only intended for old-style API usage where in _PyUnicode_Ready()
12809 old: unicode
12816 Return a copy with all occurrences of substring old replaced by new.
12823 unicode_replace_impl(PyObject *self, PyObject *old, PyObject *new, in unicode_replace_impl() argument
12829 return replace(self, old, new, count); in unicode_replace_impl()
/kernel/linux/linux-5.10/net/ipv6/
H A Droute.c1998 * MTU, this means the old MTU is the lowest in the path, so allow in rt6_mtu_change_route_allowed()
4153 netevent.old = &rt->dst; in rt6_do_redirect()
5260 * fib6_add_rt2node() has rejected it; when replacing, old in ip6_route_multipath_add()
/kernel/linux/linux-6.6/net/ipv6/
H A Droute.c1997 * MTU, this means the old MTU is the lowest in the path, so allow in rt6_mtu_change_route_allowed()
4237 netevent.old = &rt->dst; in rt6_do_redirect()
5353 * fib6_add_rt2node() has rejected it; when replacing, old in ip6_route_multipath_add()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp11645 Pointer old = ptr();
11647 if (old != nullptr) {
11648 get_deleter()(old);
11780 Pointer old = mTuple.first();
11782 if (old != nullptr) {
11783 mTuple.second()(old);
11789 Pointer old = mTuple.first();
11791 if (old != nullptr) {
11792 mTuple.second()(old);
[all...]
/third_party/python/
H A Dconfigure64 # avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct
66 # in other old shells (e.g. bash 2.01 and pdksh 5.2.14).
540 # For backward compatibility with old third-party macros, we provide
595 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
1366 | --oldin | --oldi | --old | --ol | --o)
1370 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1586 # There might be people who depend on the old broken behavior: `$host'
3555 # except with old shells:
3589 # except with old shells:
12170 as_fn_error $? "MACOSX_DEPLOYMENT_TARGET too old (
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex109 % messages, but if we're using an old version of TeX, don't do anything.
9683 % using an old version of TeX, don't do anything. We want the amount of
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js4887 // hole because `UseOnlyExternalAliasing` is here in node builder flags, but functions which take old flags use `SymbolFormatFlags` instead
4889 // hole because `WriteTypeParametersInQualifiedName` is here in node builder flags, but functions which take old flags use `SymbolFormatFlags` for this instead
9410 Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2: diag(6183, ts.DiagnosticCategory.Message, "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_6183", "Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}'."),
9411 Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3: diag(6184, ts.DiagnosticCategory.Message, "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package__6184", "Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}' with Package ID '{3}'."),
9536 Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved: diag(6389, ts.DiagnosticCategory.Message, "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved_6389", "Reusing resolution of module '{0}' from '{1}' of old program, it was not resolved."),
9537 Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2: diag(6390, ts.DiagnosticCategory.Message, "Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved__6390", "Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was successfully resolved to '{2}'."),
9538 Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3: diag(6391, ts.DiagnosticCategory.Message, "Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved__6391", "Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was successfully resolved to '{2}' with Package ID '{3}'."),
9539 Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved: diag(6392, ts.DiagnosticCategory.Message, "Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved_6392", "Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was not resolved."),
[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js4903 // hole because `UseOnlyExternalAliasing` is here in node builder flags, but functions which take old flags use `SymbolFormatFlags` instead
4905 // hole because `WriteTypeParametersInQualifiedName` is here in node builder flags, but functions which take old flags use `SymbolFormatFlags` for this instead
9495 Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2: diag(6183, ts.DiagnosticCategory.Message, "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_6183", "Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}'."),
9496 Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3: diag(6184, ts.DiagnosticCategory.Message, "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package__6184", "Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}' with Package ID '{3}'."),
9621 Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved: diag(6389, ts.DiagnosticCategory.Message, "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved_6389", "Reusing resolution of module '{0}' from '{1}' of old program, it was not resolved."),
9622 Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2: diag(6390, ts.DiagnosticCategory.Message, "Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved__6390", "Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was successfully resolved to '{2}'."),
9623 Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3: diag(6391, ts.DiagnosticCategory.Message, "Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved__6391", "Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was successfully resolved to '{2}' with Package ID '{3}'."),
9624 Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved: diag(6392, ts.DiagnosticCategory.Message, "Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved_6392", "Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was not resolved."),
[all...]
H A Dtypescript.js4894 // hole because `UseOnlyExternalAliasing` is here in node builder flags, but functions which take old flags use `SymbolFormatFlags` instead
4896 // hole because `WriteTypeParametersInQualifiedName` is here in node builder flags, but functions which take old flags use `SymbolFormatFlags` for this instead
9486 Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2: diag(6183, ts.DiagnosticCategory.Message, "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_6183", "Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}'."),
9487 Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3: diag(6184, ts.DiagnosticCategory.Message, "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package__6184", "Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}' with Package ID '{3}'."),
9612 Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved: diag(6389, ts.DiagnosticCategory.Message, "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved_6389", "Reusing resolution of module '{0}' from '{1}' of old program, it was not resolved."),
9613 Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2: diag(6390, ts.DiagnosticCategory.Message, "Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved__6390", "Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was successfully resolved to '{2}'."),
9614 Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3: diag(6391, ts.DiagnosticCategory.Message, "Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved__6391", "Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was successfully resolved to '{2}' with Package ID '{3}'."),
9615 Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved: diag(6392, ts.DiagnosticCategory.Message, "Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved_6392", "Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was not resolved."),
[all...]
H A DtypescriptServices.js4894 // hole because `UseOnlyExternalAliasing` is here in node builder flags, but functions which take old flags use `SymbolFormatFlags` instead
4896 // hole because `WriteTypeParametersInQualifiedName` is here in node builder flags, but functions which take old flags use `SymbolFormatFlags` for this instead
9486 Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2: diag(6183, ts.DiagnosticCategory.Message, "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_6183", "Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}'."),
9487 Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3: diag(6184, ts.DiagnosticCategory.Message, "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package__6184", "Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}' with Package ID '{3}'."),
9612 Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved: diag(6389, ts.DiagnosticCategory.Message, "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved_6389", "Reusing resolution of module '{0}' from '{1}' of old program, it was not resolved."),
9613 Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2: diag(6390, ts.DiagnosticCategory.Message, "Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved__6390", "Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was successfully resolved to '{2}'."),
9614 Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3: diag(6391, ts.DiagnosticCategory.Message, "Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved__6391", "Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was successfully resolved to '{2}' with Package ID '{3}'."),
9615 Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved: diag(6392, ts.DiagnosticCategory.Message, "Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved_6392", "Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was not resolved."),
[all...]
H A Dtsserver.js4904 // hole because `UseOnlyExternalAliasing` is here in node builder flags, but functions which take old flags use `SymbolFormatFlags` instead
4906 // hole because `WriteTypeParametersInQualifiedName` is here in node builder flags, but functions which take old flags use `SymbolFormatFlags` for this instead
9496 Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2: diag(6183, ts.DiagnosticCategory.Message, "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_6183", "Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}'."),
9497 Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3: diag(6184, ts.DiagnosticCategory.Message, "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package__6184", "Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}' with Package ID '{3}'."),
9622 Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved: diag(6389, ts.DiagnosticCategory.Message, "Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved_6389", "Reusing resolution of module '{0}' from '{1}' of old program, it was not resolved."),
9623 Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2: diag(6390, ts.DiagnosticCategory.Message, "Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved__6390", "Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was successfully resolved to '{2}'."),
9624 Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3: diag(6391, ts.DiagnosticCategory.Message, "Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved__6391", "Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was successfully resolved to '{2}' with Package ID '{3}'."),
9625 Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved: diag(6392, ts.DiagnosticCategory.Message, "Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved_6392", "Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was not resolved."),
[all...]

Completed in 277 milliseconds

1...<<151152153154155156157158