Home
last modified time | relevance | path

Searched full:needed (Results 1 – 25 of 6170) sorted by relevance

12345678910>>...247

/third_party/rust/rust/src/tools/rustfmt/tests/target/comments-in-lists/
Dwrap-comments-true.rs6 // Expand as needed, numbers should be ascending according to the stage
9 // Expand as needed, numbers should be ascending according to the stage
12 // Expand as needed, numbers should be ascending according to the stage
18 // Expand as needed, numbers should be ascending according to the stage
23 // Expand as needed, numbers should be ascending according to the stage through the inclusion
26 // Expand as needed, numbers should be ascending according to the stage through the inclusion
29 // Expand as needed, numbers should be ascending according to the stage through the inclusion
34 // Expand as needed, numbers should be ascending according to the stage
37 // Expand as needed, numbers should be ascending according to the stage
40 // Expand as needed, numbers should be ascending according to the stage
[all …]
Dwrap-comments-not-normalized.rs5 // Expand as needed, numbers should be ascending according to the stage
8 // Expand as needed, numbers should be ascending according to the stage
11 // Expand as needed, numbers should be ascending according to the stage
17 // Expand as needed, numbers should be ascending according to the stage
22 // Expand as needed, numbers should be ascending according to the stage through the inclusion
25 // Expand as needed, numbers should be ascending according to the stage through the inclusion
28 // Expand as needed, numbers should be ascending according to the stage through the inclusion
33 // Expand as needed, numbers should be ascending according to the stage
36 // Expand as needed, numbers should be ascending according to the stage
39 // Expand as needed, numbers should be ascending according to the stage
[all …]
Dformat-doc-comments.rs17 // Expand as needed, numbers should be ascending according to the stage
20 // Expand as needed, numbers should be ascending according to the stage
23 // Expand as needed, numbers should be ascending according to the stage
28 // Expand as needed, numbers should be ascending according to the stage
33 // Expand as needed, numbers should be ascending according to the stage
36 // Expand as needed, numbers should be ascending according to the stage
39 // Expand as needed, numbers should be ascending according to the stage
44 // Expand as needed, numbers should be ascending according to the stage
49 // Expand as needed, numbers should be ascending according to the stage in foo()
52 // Expand as needed, numbers should be ascending according to the stage in foo()
[all …]
Dwrap-comments-false.rs5 // Expand as needed, numbers should be ascending according to the stage
8 // Expand as needed, numbers should be ascending according to the stage
11 // Expand as needed, numbers should be ascending according to the stage
16 // Expand as needed, numbers should be ascending according to the stage
21 // Expand as needed, numbers should be ascending according to the stage
24 // Expand as needed, numbers should be ascending according to the stage
27 // Expand as needed, numbers should be ascending according to the stage
32 // Expand as needed, numbers should be ascending according to the stage
37 // Expand as needed, numbers should be ascending according to the stage in foo()
40 // Expand as needed, numbers should be ascending according to the stage in foo()
[all …]
/third_party/rust/rust/src/tools/rustfmt/tests/source/comments-in-lists/
Dwrap-comments-not-normalized.rs5 // Expand as needed, numbers should be ascending according to the stage
8 // Expand as needed, numbers should be ascending according to the stage
11 // Expand as needed, numbers should be ascending according to the stage
17 // Expand as needed, numbers should be ascending according to the stage
22 …// Expand as needed, numbers should be ascending according to the stage through the inclusion pipe…
24 …// Expand as needed, numbers should be ascending according to the stage through the inclusion pipe…
26 …// Expand as needed, numbers should be ascending according to the stage through the inclusion pipe…
31 // Expand as needed, numbers should be ascending according to the stage
34 // Expand as needed, numbers should be ascending according to the stage
37 // Expand as needed, numbers should be ascending according to the stage
[all …]
Dwrap-comments-true.rs6 // Expand as needed, numbers should be ascending according to the stage
9 // Expand as needed, numbers should be ascending according to the stage
12 // Expand as needed, numbers should be ascending according to the stage
18 // Expand as needed, numbers should be ascending according to the stage
23 …// Expand as needed, numbers should be ascending according to the stage through the inclusion pipe…
25 …// Expand as needed, numbers should be ascending according to the stage through the inclusion pipe…
27 …// Expand as needed, numbers should be ascending according to the stage through the inclusion pipe…
32 // Expand as needed, numbers should be ascending according to the stage
35 // Expand as needed, numbers should be ascending according to the stage
38 // Expand as needed, numbers should be ascending according to the stage
[all …]
/third_party/backends/doc/descriptions/
Dpixma.desc29 :comment "Testers needed!"
41 :comment "Testers needed!"
47 :comment "Testers needed!"
53 :comment "Testers needed!"
59 :comment "Testers needed!"
71 :comment "Testers needed!"
77 :comment "Testers needed!"
83 :comment "Testers needed!"
89 :comment "Testers needed!"
95 :comment "Testers needed!"
[all …]
/third_party/rust/rust/tests/ui/inference/
Dissue-72690.rs7 String::from("x".as_ref()); //~ ERROR type annotations needed in err()
8 //~^ ERROR type annotations needed in err()
12 |x| String::from("x".as_ref()); //~ ERROR type annotations needed in arg_pat_closure_err()
13 //~| ERROR type annotations needed in arg_pat_closure_err()
17 let _ = "x".as_ref(); //~ ERROR type annotations needed in local_pat_closure_err()
21 String::from("x".as_ref()); //~ ERROR type annotations needed in err_first_arg_pat()
22 //~^ ERROR type annotations needed in err_first_arg_pat()
28 String::from("x".as_ref()); //~ ERROR type annotations needed in err_second_arg_pat()
29 //~^ ERROR type annotations needed in err_second_arg_pat()
37 String::from("x".as_ref()); //~ ERROR type annotations needed in err_mid_arg_pat()
[all …]
Dissue-72690.stderr1 error[E0283]: type annotations needed
11 error[E0283]: type annotations needed
27 error[E0282]: type annotations needed
38 error[E0283]: type annotations needed
54 error[E0283]: type annotations needed for `&T`
70 error[E0283]: type annotations needed
80 error[E0283]: type annotations needed
96 error[E0283]: type annotations needed
106 error[E0283]: type annotations needed
122 error[E0283]: type annotations needed
[all …]
/third_party/elfutils/libcpu/
Di386_data.h402 int needed; in FCT_MOD$R_M() local
404 needed = snprintf (buf, avail, "%%%s", dregs[byte]); in FCT_MOD$R_M()
406 needed = snprintf (buf, avail, "%%mm%" PRIxFAST8, byte); in FCT_MOD$R_M()
407 if ((size_t) needed > avail) in FCT_MOD$R_M()
408 return needed - avail; in FCT_MOD$R_M()
409 *bufcntp += needed; in FCT_MOD$R_M()
431 int needed = snprintf (&d->bufp[*bufcntp], avail, "%%xmm%" PRIxFAST8, in FCT_Mod$R_m() local
433 if ((size_t) needed > avail) in FCT_Mod$R_m()
434 return needed - avail; in FCT_Mod$R_m()
435 *d->bufcntp += needed; in FCT_Mod$R_m()
[all …]
/third_party/rust/rust/tests/ui/traits/
Dsuggest-fully-qualified-path-without-adjustment.rs46 //~^ ERROR type annotations needed in main()
47 //~| ERROR type annotations needed in main()
48 ref_thing.by_self(); //~ ERROR type annotations needed in main()
51 mut_thing.method(); //~ ERROR type annotations needed in main()
52 mut_thing.mut_method(); //~ ERROR type annotations needed in main()
53 mut_thing.by_self(); //~ ERROR type annotations needed in main()
56 deref_to.method(); //~ ERROR type annotations needed in main()
57 deref_to.mut_method(); //~ ERROR type annotations needed in main()
58 deref_to.by_self(); //~ ERROR type annotations needed in main()
61 deref_deref_to.method(); //~ ERROR type annotations needed in main()
[all …]
Dsuggest-fully-qualified-path-with-adjustment.rs46 //~^ ERROR type annotations needed in main()
47 //~| ERROR type annotations needed in main()
48 thing.mut_method(); //~ ERROR type annotations needed in main()
49 thing.by_self(); //~ ERROR type annotations needed in main()
52 deref_to.method(); //~ ERROR type annotations needed in main()
53 deref_to.mut_method(); //~ ERROR type annotations needed in main()
54 deref_to.by_self(); //~ ERROR type annotations needed in main()
57 deref_deref_to.method(); //~ ERROR type annotations needed in main()
58 deref_deref_to.mut_method(); //~ ERROR type annotations needed in main()
59 deref_deref_to.by_self(); //~ ERROR type annotations needed in main()
/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.ComputeSize.cs27 /// Computes the number of bytes that would be needed to encode a
36 /// Computes the number of bytes that would be needed to encode a
45 /// Computes the number of bytes that would be needed to encode a
54 /// Computes the number of bytes that would be needed to encode an
63 /// Computes the number of bytes that would be needed to encode an
80 /// Computes the number of bytes that would be needed to encode a
89 /// Computes the number of bytes that would be needed to encode a
98 /// Computes the number of bytes that would be needed to encode a
107 /// Computes the number of bytes that would be needed to encode a
117 /// Computes the number of bytes that would be needed to encode a
[all …]
/third_party/rust/crates/nom/src/bytes/
Dstreaming.rs5 use crate::internal::{Err, IResult, Needed, Parser};
19 /// # use nom::{Err, error::{Error, ErrorKind}, Needed, IResult};
29 /// assert_eq!(parser("H"), Err(Err::Incomplete(Needed::new(4))));
44 CompareResult::Incomplete => Err(Err::Incomplete(Needed::new(tag_len - i.input_len()))), in tag()
60 /// # use nom::{Err, error::{Error, ErrorKind}, Needed, IResult};
71 /// assert_eq!(parser(""), Err(Err::Incomplete(Needed::new(5))));
86 CompareResult::Incomplete => Err(Err::Incomplete(Needed::new(tag_len - i.input_len()))), in tag_no_case()
102 /// It will return a `Err::Incomplete(Needed::new(1))` if the pattern wasn't met.
105 /// # use nom::{Err, error::ErrorKind, Needed, IResult};
114 /// assert_eq!(not_space("Nospace"), Err(Err::Incomplete(Needed::new(1))));
[all …]
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dneedless_collect.stderr1 error: avoid using `collect()` when not needed
9 error: avoid using `collect()` when not needed
15 error: avoid using `collect()` when not needed
21 error: avoid using `collect()` when not needed
27 error: avoid using `collect()` when not needed
33 error: avoid using `collect()` when not needed
39 error: avoid using `collect()` when not needed
45 error: avoid using `collect()` when not needed
51 error: avoid using `collect()` when not needed
57 error: avoid using `collect()` when not needed
[all …]
Dtuple_array_conversions.stderr7 = help: use `.into()` instead, or `<(T0, T1, ..., Tn)>::from` if type annotations are needed
16 = help: use `.into()` instead, or `<[T; N]>::from` if type annotations are needed
24 = help: use `.into()` instead, or `<(T0, T1, ..., Tn)>::from` if type annotations are needed
32 = help: use `.into()` instead, or `<[T; N]>::from` if type annotations are needed
40 = help: use `.into()` instead, or `<[T; N]>::from` if type annotations are needed
48 = help: use `.into()` instead, or `<(T0, T1, ..., Tn)>::from` if type annotations are needed
56 = help: use `.into()` instead, or `<[T; N]>::from` if type annotations are needed
64 = help: use `.into()` instead, or `<(T0, T1, ..., Tn)>::from` if type annotations are needed
72 = help: use `.into()` instead, or `<[T; N]>::from` if type annotations are needed
80 = help: use `.into()` instead, or `<(T0, T1, ..., Tn)>::from` if type annotations are needed
Dneedless_collect_indirect.stderr1 error: avoid using `collect()` when not needed
16 error: avoid using `collect()` when not needed
30 error: avoid using `collect()` when not needed
44 error: avoid using `collect()` when not needed
58 error: avoid using `collect()` when not needed
72 error: avoid using `collect()` when not needed
86 error: avoid using `collect()` when not needed
100 error: avoid using `collect()` when not needed
114 error: avoid using `collect()` when not needed
128 error: avoid using `collect()` when not needed
[all …]
/third_party/rust/crates/nom/src/number/
Dstreaming.rs19 /// # use nom::{Err, error::ErrorKind, Needed};
27 /// assert_eq!(parser(&b""[..]), Err(Err::Incomplete(Needed::new(1))));
36 Err(Err::Incomplete(Needed::new(1))) in be_u8()
49 /// # use nom::{Err, error::ErrorKind, Needed};
57 /// assert_eq!(parser(&b"\x01"[..]), Err(Err::Incomplete(Needed::new(1))));
66 Err(Err::Incomplete(Needed::new(bound - input.input_len()))) in be_u16()
82 /// # use nom::{Err, error::ErrorKind, Needed};
90 /// assert_eq!(parser(&b"\x01"[..]), Err(Err::Incomplete(Needed::new(2))));
99 Err(Err::Incomplete(Needed::new(bound - input.input_len()))) in be_u24()
115 /// # use nom::{Err, error::ErrorKind, Needed};
[all …]
/third_party/backends/doc/descriptions-external/
Dscangearmp2.desc36 :comment "Testers needed!"
42 :comment "Testers needed!"
48 :comment "Testers needed!"
54 :comment "Testers needed!"
60 :comment "Testers needed!"
66 :comment "Testers needed!"
72 :comment "Testers needed!"
79 :comment "Testers needed!"
85 :comment "Testers needed!"
91 :comment "Testers needed!"
[all …]
/third_party/grpc/src/core/util/
Dtchar.cc25 int needed = MultiByteToWideChar(CP_UTF8, 0, input.c_str(), -1, NULL, 0); in CharToTchar() local
26 if (needed <= 0) return TcharString(); in CharToTchar()
27 TcharString ret(needed, L'\0'); in CharToTchar()
29 const_cast<LPTSTR>(ret.data()), needed); in CharToTchar()
34 int needed = in TcharToChar() local
36 if (needed <= 0) return std::string(); in TcharToChar()
37 std::string ret(needed, '\0'); in TcharToChar()
39 const_cast<LPSTR>(ret.data()), needed, NULL, NULL); in TcharToChar()
/third_party/rust/crates/nom/src/character/
Dstreaming.rs9 use crate::internal::{Err, IResult, Needed};
22 /// # use nom::{Err, error::{ErrorKind, Error}, Needed, IResult};
29 /// assert_eq!(parser(""), Err(Err::Incomplete(Needed::new(1))));
40 None => Err(Err::Incomplete(Needed::new(c.len() - i.input_len()))), in char()
52 /// # use nom::{Err, error::{ErrorKind, Error}, Needed, IResult};
59 /// assert_eq!(parser(""), Err(Err::Incomplete(Needed::Unknown)));
72 None => Err(Err::Incomplete(Needed::Unknown)), in satisfy()
84 /// # use nom::{Err, error::ErrorKind, Needed};
88 /// assert_eq!(one_of::<_, _, (_, ErrorKind)>("a")(""), Err(Err::Incomplete(Needed::new(1))));
97 None => Err(Err::Incomplete(Needed::new(1))), in one_of()
[all …]
/third_party/rust/rust/src/doc/unstable-book/src/language-features/
Dnative-link-modifiers-as-needed.md9 The `native_link_modifiers_as_needed` feature allows you to use the `as-needed` modifier.
11 `as-needed` is only compatible with the `dynamic` and `framework` linking kinds. Using any other ki…
13 `+as-needed` means that the library will be actually linked only if it satisfies some undefined sym…
15 This modifier translates to `--as-needed` for ld-like linkers, and to `-dead_strip_dylibs` / `-need…
18 …ear, some targets currently specify it as `+as-needed`, some do not. We may want to try making `+a…
/third_party/ffmpeg/libavresample/
Dinternal.h45 int do_remap; /**< remap needed */
47 int do_copy; /**< copy needed */
49 int do_zero; /**< zeroing needed */
80 int downmix_needed; /**< downmixing is needed */
81 int upmix_needed; /**< upmixing is needed */
82 int mixing_needed; /**< either upmixing or downmixing is needed */
83 int resample_needed; /**< resampling is needed */
84 int in_convert_needed; /**< input sample format conversion is needed */
85 int out_convert_needed; /**< output sample format conversion is needed */
86 int in_copy_needed; /**< input data copy is needed */
/third_party/typescript/tests/baselines/reference/tsc/incremental/
DnoEmit-changes-incremental-discrepancies.js3 …signature for testing thus does not contain non exported modules/referenced files that arent needed
23 …signature for testing thus does not contain non exported modules/referenced files that arent needed
43 …signature for testing thus does not contain non exported modules/referenced files that arent needed
63 …signature for testing thus does not contain non exported modules/referenced files that arent needed
83 …signature for testing thus does not contain non exported modules/referenced files that arent needed
103 …signature for testing thus does not contain non exported modules/referenced files that arent needed
123 …signature for testing thus does not contain non exported modules/referenced files that arent needed
143 …signature for testing thus does not contain non exported modules/referenced files that arent needed
163 …signature for testing thus does not contain non exported modules/referenced files that arent needed
183 …signature for testing thus does not contain non exported modules/referenced files that arent needed
[all …]
/third_party/rust/crates/nom/tests/
Doverflow.rs10 use nom::{Err, IResult, Needed};
23 Err(Err::Incomplete(Needed::new(18446744073709551615))) in overflow_incomplete_tuple()
37 Err(Err::Incomplete(Needed::new(18446744073709551615))) in overflow_incomplete_length_bytes()
51 Err(Err::Incomplete(Needed::new(18446744073709551599))) in overflow_incomplete_many0()
67 Err(Err::Incomplete(Needed::new(18446744073709551599))) in overflow_incomplete_many1()
83 Err(Err::Incomplete(Needed::new(18446744073709551599))) in overflow_incomplete_many_till()
99 Err(Err::Incomplete(Needed::new(18446744073709551599))) in overflow_incomplete_many_m_n()
114 Err(Err::Incomplete(Needed::new(18446744073709551599))) in overflow_incomplete_count()
130 Err(Err::Incomplete(Needed::new(18446744073709551598))) in overflow_incomplete_length_count()
143 Err(Err::Incomplete(Needed::new(18446744073709551615))) in overflow_incomplete_length_data()

12345678910>>...247