Home
last modified time | relevance | path

Searched refs:Output (Results 1 - 25 of 480) sorted by relevance

12345678910>>...20

/third_party/skia/bench/
H A DSkSLBench.cpp37 enum class Output { class
46 static const char* output_string(Output output) { in output_string()
48 case Output::kNone: return ""; in output_string()
49 case Output::kGLSL: return "glsl_"; in output_string()
50 case Output::kMetal: return "metal_"; in output_string()
51 case Output::kSPIRV: return "spirv_"; in output_string()
56 SkSLCompileBench(SkSL::String name, const char* src, bool optimize, Output output) in SkSLCompileBench()
90 case Output::kNone: break;
91 case Output::kGLSL: SkAssertResult(fCompiler.toGLSL(*program, &result)); break;
92 case Output
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DYAMLTraits.cpp434 // Output
437 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() function in Output
440 Output::~Output() = default;
442 bool Output::outputting() const { in outputting()
446 void Output::beginMapping() { in beginMapping()
452 bool Output::mapTag(StringRef Tag, bool Use) { in mapTag()
483 void Output::endMapping() { in endMapping()
494 std::vector<StringRef> Output
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
H A DArg.cpp87 void Arg::renderAsInput(const ArgList &Args, ArgStringList &Output) const { in renderAsInput()
89 render(Args, Output); in renderAsInput()
93 Output.append(Values.begin(), Values.end()); in renderAsInput()
96 void Arg::render(const ArgList &Args, ArgStringList &Output) const { in render()
99 Output.append(Values.begin(), Values.end()); in render()
110 Output.push_back(Args.MakeArgString(OS.str())); in render()
115 Output.push_back(Args.GetOrMakeJoinedArgString( in render()
117 Output.append(Values.begin() + 1, Values.end()); in render()
121 Output.push_back(Args.MakeArgString(getSpelling())); in render()
122 Output in render()
[all...]
H A DArgList.cpp98 void ArgList::AddAllArgsExcept(ArgStringList &Output, in AddAllArgsExcept() argument
113 Arg->render(*this, Output); in AddAllArgsExcept()
122 void ArgList::AddAllArgs(ArgStringList &Output, in AddAllArgs() argument
125 AddAllArgsExcept(Output, Ids, Exclude); in AddAllArgs()
130 void ArgList::AddAllArgs(ArgStringList &Output, OptSpecifier Id0, in AddAllArgs() argument
134 Arg->render(*this, Output); in AddAllArgs()
138 void ArgList::AddAllArgValues(ArgStringList &Output, OptSpecifier Id0, in AddAllArgValues() argument
143 Output.append(Values.begin(), Values.end()); in AddAllArgValues()
147 void ArgList::AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0, in AddAllArgsTranslated() argument
154 Output in AddAllArgsTranslated()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DinferTypeConstraintInstantiationCircularity.js12 Output = AMappedType<{ s: number; } & { [k in keyof T]: number; }>
15 output: Output;
24 Output
27 output: Output;
52 interface ZodType<Output> {
53 _type: Output;
58 Output = Simplify<
65 > extends ZodType<Output> {
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTextTrieMapTest.java121 TextTrieMap.Output output = new TextTrieMap.Output(); in TestCaseSensitive()
126 TextTrieMap.Output output = new TextTrieMap.Output(); in TestCaseSensitive()
130 TextTrieMap.Output output = new TextTrieMap.Output(); in TestCaseSensitive()
181 TextTrieMap.Output output = new TextTrieMap.Output(); in TestCaseInsensitive()
186 TextTrieMap.Output output = new TextTrieMap.Output(); in TestCaseInsensitive()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTextTrieMapTest.java118 TextTrieMap.Output output = new TextTrieMap.Output(); in TestCaseSensitive()
123 TextTrieMap.Output output = new TextTrieMap.Output(); in TestCaseSensitive()
127 TextTrieMap.Output output = new TextTrieMap.Output(); in TestCaseSensitive()
178 TextTrieMap.Output output = new TextTrieMap.Output(); in TestCaseInsensitive()
183 TextTrieMap.Output output = new TextTrieMap.Output(); in TestCaseInsensitive()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Denum-default-bitfield.rs16 type Output = Self; types
29 type Output = Self; types
86 type Output = Self; types
99 type Output = Self; types
126 type Output = Self; types
139 type Output = Self; types
162 type Output = Self; types
175 type Output = Self; types
H A Dbitfield-enum-basic.rs21 type Output = Self; types
34 type Output = Self; types
62 type Output = Self; types
75 type Output = Self; types
93 type Output = Self; types
106 type Output = Self; types
129 type Output = Self; types
142 type Output = Self; types
H A Dissue-1198-alias-rust-bitfield-enum.rs18 type Output = Self; types
31 type Output = Self; types
56 type Output = Self; types
69 type Output = Self; types
/third_party/rust/crates/cxx/gen/cmd/src/
H A Doutput.rs4 pub(crate) enum Output {
9 impl Output { impls
12 Output::Stdout => false,
13 Output::File(path) => path.to_string_lossy().ends_with(suffix),
/third_party/rust/crates/unicode-ident/generate/src/
H A Doutput.rs3 pub struct Output(String); structure names
5 impl Output { impls
7 Output(String::new()) in new()
15 impl AsRef<[u8]> for Output {
/third_party/skia/third_party/externals/oboe/tests/
H A DtestStreamOpen.cpp123 mBuilder.setDirection(Direction::Output); in TEST_F()
293 mBuilder.setDirection(Direction::Output); in TEST_F()
304 mBuilder.setDirection(Direction::Output); in TEST_F()
315 mBuilder.setDirection(Direction::Output); in TEST_F()
326 mBuilder.setDirection(Direction::Output); in TEST_F()
335 mBuilder.setDirection(Direction::Output); in TEST_F()
343 mBuilder.setDirection(Direction::Output); in TEST_F()
354 mBuilder.setDirection(Direction::Output); in TEST_F()
366 checkSampleRateConversionAdvancing(Direction::Output); in TEST_F()
H A DtestStreamWaitState.cpp31 mBuilder.setDirection(Direction::Output); in SetUp()
122 openStream(Direction::Output, PerformanceMode::LowLatency); in TEST_F()
128 openStream(Direction::Output, PerformanceMode::None); in TEST_F()
153 openStream(Direction::Output, PerformanceMode::LowLatency); in TEST_F()
159 openStream(Direction::Output, PerformanceMode::LowLatency); in TEST_F()
176 openStream(Direction::Output, PerformanceMode::LowLatency); in TEST_F()
182 openStream(Direction::Output, PerformanceMode::None); in TEST_F()
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand_posix.cc141 Command::Output Command::Exec( in Exec()
144 Output out; in Exec()
155 Output output; in Exec()
173 Output output; in Exec()
190 Output output; in Exec()
204 Output output; in Exec()
/third_party/typescript/tests/baselines/reference/tsc/incremental/
H A DnoEmit-changes-composite.js49 Output::
258 Output::
269 Output::
285 Output::
511 Output::
634 Output::
653 Output::
664 Output::
675 Output::
699 Output
[all...]
H A DnoEmit-changes-incremental-declaration.js49 Output::
257 Output::
268 Output::
284 Output::
495 Output::
621 Output::
640 Output::
651 Output::
662 Output::
686 Output
[all...]
H A DnoEmit-changes-incremental.js49 Output::
231 Output::
242 Output::
258 Output::
460 Output::
587 Output::
606 Output::
617 Output::
628 Output::
652 Output
[all...]
/third_party/skia/third_party/externals/tint/src/transform/
H A Dtest_helper.h41 Output Run(std::string in, in Run()
55 Output Run(std::string in, const DataMap& data = {}) { in Run()
71 Output Run(Program&& program, const DataMap& data = {}) { in Run()
73 return Output(std::move(program));
87 std::string str(const Output& output) { in str()
H A Dtransform.h124 class Output { class
127 Output();
130 /// @param program the program to move into this Output
131 explicit Output(Program&& program);
134 /// @param program_ the program to move into this Output
138 Output(Program&& program_, DATA... data_) in Output() function in tint::transform::Output
160 virtual Output Run(const Program* program, const DataMap& data = {});
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/
H A Dbuilding-using-getNextInvalidatedProject.js2 Output::
93 Output::
183 Output::
278 Output::
381 Output::
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DOutput.java16 public class Output<T> { class
33 * Constructs an empty <code>Output</code>
36 public Output() { in Output() method in Output
41 * Constructs an <code>Output</code> with the given value.
45 public Output(T value) { in Output() method in Output
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DOutput.java16 public class Output<T> { class
31 * Constructs an empty <code>Output</code>
33 public Output() { in Output() method in Output
38 * Constructs an <code>Output</code> with the given value.
41 public Output(T value) { in Output() method in Output
/third_party/rust/crates/bitflags/tests/compile-fail/non_integer_base/
H A Dall_defined.rs30 type Output = Self; types
38 type Output = Self; types
46 type Output = Self; types
108 type Output = MyInt; types
/third_party/rust/crates/nom/src/branch/
H A Dmod.rs130 Input: Clone, Output, Error: ParseError<Input>,
131 $($id: Parser<Input, Output, Error>),+
132 > Alt<Input, Output, Error> for ( $($id),+ ) {
134 fn choice(&mut self, input: Input) -> IResult<Input, Output, Error> { in choice()
162 impl<Input, Output, Error: ParseError<Input>, A: Parser<Input, Output, Error>>
163 Alt<Input, Output, Error> for (A,)
165 fn choice(&mut self, input: Input) -> IResult<Input, Output, Error> { in choice()

Completed in 16 milliseconds

12345678910>>...20