Home
last modified time | relevance | path

Searched defs:Output (Results 1 – 25 of 156) sorted by relevance

1234567

/third_party/rust/crates/num-traits/src/ops/
Dinv.rs4 type Output; typedef
17 fn inv(self) -> Self::Output; in inv()
21 type Output = f32; typedef
28 type Output = f64; typedef
35 type Output = f32; typedef
42 type Output = f64; typedef
Dmul_add.rs25 type Output; typedef
28 fn mul_add(self, a: A, b: B) -> Self::Output; in mul_add()
39 type Output = Self; typedef
42 fn mul_add(self, a: Self, b: Self) -> Self::Output { in mul_add()
49 type Output = Self; typedef
52 fn mul_add(self, a: Self, b: Self) -> Self::Output { in mul_add()
/third_party/rust/crates/unicode-ident/generate/src/
Doutput.rs3 pub struct Output(String); struct
5 impl Output { implementation
15 impl AsRef<[u8]> for Output { implementation
/third_party/skia/third_party/externals/tint/src/utils/io/
Dcommand.h30 struct Output { struct
32 std::string out;
34 std::string err;
36 int error_code = 0;
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DOutput.java16 public class Output<T> { class
36 public Output() { in Output() method in Output
45 public Output(T value) { in Output() method in Output
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DOutput.java16 public class Output<T> { class
33 public Output() { in Output() method in Output
41 public Output(T value) { in Output() method in Output
/third_party/rust/crates/cxx/gen/cmd/src/
Doutput.rs4 pub(crate) enum Output { enum
9 impl Output { implementation
/third_party/flutter/skia/site/user/api/
DSkPaint_Reference.md285 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0">
321 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0">
344 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0">
358 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0">
397 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0">
435 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0">
558 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0">
590 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0">
709 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0">
801 <pre style="padding: 1em 1em 1em 1em; width: 62.5em;background-color: #f0f0f0">
[all …]
/third_party/rust/crates/num-traits/src/
Dpow.rs8 type Output; typedef
18 fn pow(self, rhs: RHS) -> Self::Output; in pow()
189 pub fn pow<T: Clone + One + Mul<T, Output = T>>(mut base: T, mut exp: usize) -> T { in pow() argument
/third_party/rust/crates/signal-hook/src/iterator/exfiltrator/
Dmod.rs55 type Output; typedef
94 fn load(&self, slot: &Self::Storage, signal: c_int) -> Option<Self::Output>; in load()
136 type Output = c_int; typedef
142 fn load(&self, slot: &Self::Storage, signal: c_int) -> Option<Self::Output> { in load()
/third_party/rust/crates/regex/regex-syntax/src/hir/
Dvisitor.rs15 type Output; typedef
21 fn finish(self) -> Result<Self::Output, Self::Err>; in finish()
59 pub fn visit<V: Visitor>(hir: &Hir, visitor: V) -> Result<V::Output, V::Err> { in visit()
107 ) -> Result<V::Output, V::Err> { in visit()
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dbitfield-enum-basic.rs21 type Output = Self; typedef
34 type Output = Self; typedef
62 type Output = Self; typedef
75 type Output = Self; typedef
93 type Output = Self; typedef
106 type Output = Self; typedef
129 type Output = Self; typedef
142 type Output = Self; typedef
Denum-default-bitfield.rs16 type Output = Self; typedef
29 type Output = Self; typedef
86 type Output = Self; typedef
99 type Output = Self; typedef
126 type Output = Self; typedef
139 type Output = Self; typedef
162 type Output = Self; typedef
175 type Output = Self; typedef
Dissue-1198-alias-rust-bitfield-enum.rs18 type Output = Self; typedef
31 type Output = Self; typedef
56 type Output = Self; typedef
69 type Output = Self; typedef
Dbitfield-enum-repr-transparent.rs21 type Output = Self; typedef
34 type Output = Self; typedef
/third_party/rust/crates/nom/src/bits/
Dcomplete.rs39 O: From<u8> + AddAssign + Shl<usize, Output = O> + Shr<usize, Output = O>, in take() argument
92 O: From<u8> + AddAssign + Shl<usize, Output = O> + Shr<usize, Output = O> + PartialEq, in tag() argument
Dstreaming.rs16 O: From<u8> + AddAssign + Shl<usize, Output = O> + Shr<usize, Output = O>, in take() argument
66 O: From<u8> + AddAssign + Shl<usize, Output = O> + Shr<usize, Output = O> + PartialEq, in tag() argument
/third_party/rust/crates/tracing/tracing/src/
Dinstrument.rs267 type Output = T::Output; typedef
269 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()
322 type Output = T::Output; typedef
324 fn poll(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Self::Output> { in poll()
/third_party/rust/crates/syn/src/
Dparse.rs1144 type Output; typedef
1150 fn parse2(self, tokens: TokenStream) -> Result<Self::Output>; in parse2()
1163 fn parse(self, tokens: proc_macro::TokenStream) -> Result<Self::Output> { in parse()
1176 fn parse_str(self, s: &str) -> Result<Self::Output> { in parse_str()
1183 fn __parse_scoped(self, scope: Span, tokens: TokenStream) -> Result<Self::Output> { in __parse_scoped()
1191 fn __parse_stream(self, input: ParseStream) -> Result<Self::Output> { in __parse_stream()
1207 type Output = T; typedef
1222 fn __parse_scoped(self, scope: Span, tokens: TokenStream) -> Result<Self::Output> { in __parse_scoped()
1237 fn __parse_stream(self, input: ParseStream) -> Result<Self::Output> { in __parse_stream()
1243 pub(crate) fn parse_scoped<F: Parser>(f: F, scope: Span, tokens: TokenStream) -> Result<F::Output> { in parse_scoped()
[all …]
/third_party/googletest/docs/
Dadvanced.md1916 #### Colored Terminal Output
1947 #### Suppressing test passes
1953 #### Suppressing the Elapsed Time
1959 #### Suppressing UTF-8 Text Output
1970 #### Generating an XML Report
2052 #### Generating a JSON Report
/third_party/rust/crates/bitflags/tests/compile-fail/non_integer_base/
Dall_defined.rs30 type Output = Self; typedef
38 type Output = Self; typedef
46 type Output = Self; typedef
108 type Output = MyInt; typedef
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_mesh_shader/
Dmesh.adoc67 [[mesh-generation]]
201 [[mesh-output-perview]]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
DArgList.cpp98 void ArgList::AddAllArgsExcept(ArgStringList &Output, in AddAllArgsExcept()
122 void ArgList::AddAllArgs(ArgStringList &Output, in AddAllArgs()
130 void ArgList::AddAllArgs(ArgStringList &Output, OptSpecifier Id0, in AddAllArgs()
138 void ArgList::AddAllArgValues(ArgStringList &Output, OptSpecifier Id0, in AddAllArgValues()
147 void ArgList::AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0, in AddAllArgsTranslated()
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
Dmod.rs93 type Output: From<Self> + fmt::Debug; typedef
140 type Output = Self; typedef
142 fn bitor(self, rhs: ConstrainResult) -> Self::Output { in bitor()
307 type Output = HashMap<Node, HashSet<Node>>; typedef
/third_party/rust/crates/nix/src/sys/
Dtime.rs376 type Output = TimeSpec; typedef
384 type Output = TimeSpec; typedef
392 type Output = TimeSpec; typedef
400 type Output = TimeSpec; typedef
413 type Output = TimeSpec; typedef
610 type Output = TimeVal; typedef
618 type Output = TimeVal; typedef
626 type Output = TimeVal; typedef
634 type Output = TimeVal; typedef
647 type Output = TimeVal; typedef

1234567