Home
last modified time | relevance | path

Searched refs:Input (Results 1 - 25 of 387) sorted by relevance

12345678910>>...16

/third_party/rust/crates/nom/src/bytes/
H A Dstreaming.rs31 pub fn tag<T, Input, Error: ParseError<Input>>( in tag()
33 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in tag()
35 Input: InputTake + InputLength + Compare<T>, in tag()
38 move |i: Input| { in tag()
73 pub fn tag_no_case<T, Input, Error: ParseError<Input>>( in tag_no_case()
75 ) -> impl Fn(Input) in tag_no_case()
[all...]
H A Dcomplete.rs32 pub fn tag<T, Input, Error: ParseError<Input>>( in tag()
34 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in tag()
36 Input: InputTake + Compare<T>, in tag()
39 move |i: Input| { in tag()
74 pub fn tag_no_case<T, Input, Error: ParseError<Input>>( in tag_no_case()
76 ) -> impl Fn(Input) in tag_no_case()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DYAMLTraits.cpp52 // Input
55 Input::Input(StringRef InputContent, void *Ctxt, in Input() function in Input
63 Input::Input(MemoryBufferRef Input, void *Ctxt, in Input() argument
65 : IO(Ctxt), Strm(new Stream(Input, SrcMgr, false, &EC)) { in Input()
71 Input::~Input() = default;
73 std::error_code Input
[all...]
H A DYAMLParser.cpp57 /// encoding form of \a Input.
59 /// @param Input A string of length 0 or more.
62 static EncodingInfo getUnicodeEncoding(StringRef Input) { in getUnicodeEncoding() argument
63 if (Input.empty()) in getUnicodeEncoding()
66 switch (uint8_t(Input[0])) { in getUnicodeEncoding()
68 if (Input.size() >= 4) { in getUnicodeEncoding()
69 if ( Input[1] == 0 in getUnicodeEncoding()
70 && uint8_t(Input[2]) == 0xFE in getUnicodeEncoding()
71 && uint8_t(Input[3]) == 0xFF) in getUnicodeEncoding()
73 if (Input[ in getUnicodeEncoding()
593 dumpTokens(StringRef Input, raw_ostream &OS) dumpTokens() argument
677 scanTokens(StringRef Input) scanTokens() argument
690 escape(StringRef Input, bool EscapePrintable) escape() argument
756 Scanner(StringRef Input, SourceMgr &sm, bool ShowColors, std::error_code *EC) Scanner() argument
[all...]
/third_party/rust/crates/memchr/bench/src/memmem/
H A Dinputs.rs4 pub struct Input { structure names
28 pub const INPUTS: &'static [Input] = &[
29 Input {
55 Input {
100 Input {
122 Input {
142 Input {
161 Input {
179 Input {
195 Input {
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Dinput_test.cpp7 #include "compiler/preprocessor/Input.h"
36 pp::Input input; in TEST()
45 pp::Input input(1, str, nullptr); in TEST()
53 pp::Input input(1, str, length); in TEST()
61 pp::Input input(1, str, length); in TEST()
63 // Even then Input should just accept any non-negative number. in TEST()
70 pp::Input input(1, str, nullptr); in TEST()
82 pp::Input input1(count, str, nullptr); in TEST()
92 pp::Input input2(count, str, nullptr); in TEST()
100 pp::Input input in TEST()
[all...]
/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, Outpu
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringExtras.h55 inline StringRef toStringRef(ArrayRef<uint8_t> Input) { in toStringRef() argument
56 return StringRef(reinterpret_cast<const char *>(Input.begin()), Input.size()); in toStringRef()
60 inline ArrayRef<uint8_t> arrayRefFromStringRef(StringRef Input) { in arrayRefFromStringRef() argument
61 return {Input.bytes_begin(), Input.bytes_end()}; in arrayRefFromStringRef()
139 /// Convert buffer \p Input to its hexadecimal representation.
140 /// The returned string is double the size of \p Input.
141 inline std::string toHex(StringRef Input, bool LowerCase = false) { in toHex() argument
144 size_t Length = Input in toHex()
156 toHex(ArrayRef<uint8_t> Input, bool LowerCase = false) toHex() argument
170 fromHex(StringRef Input) fromHex() argument
[all...]
/third_party/spirv-tools/test/opt/
H A Deliminate_dead_io_components_test.cpp68 %_ptr_Input__arr_v4float_uint_8 = OpTypePointer Input %_arr_v4float_uint_8 in TEST_F()
69 %uv = OpVariable %_ptr_Input__arr_v4float_uint_8 Input in TEST_F()
71 %_ptr_Input_v4float = OpTypePointer Input %v4float in TEST_F()
73 ;CHECK-NOT: %uv = OpVariable %_ptr_Input__arr_v4float_uint_8 Input in TEST_F()
74 ;CHECK: %uv = OpVariable %_ptr_Input__arr_v4float_uint_2 Input in TEST_F()
88 text, true, spv::StorageClass::Input, false); in TEST_F()
119 %_ptr_Input__arr_v4float_uint_8 = OpTypePointer Input %_arr_v4float_uint_8 in TEST_F()
120 %uv = OpVariable %_ptr_Input__arr_v4float_uint_8 Input in TEST_F()
122 %_ptr_Input_v4float = OpTypePointer Input %v4float in TEST_F()
124 ;CHECK-NOT: %uv = OpVariable %_ptr_Input__arr_v4float_uint_8 Input in TEST_F()
[all...]
H A Ddebug_info_manager_test.cpp62 %_ptr_Input_float = OpTypePointer Input %float
66 %in_var_COLOR = OpVariable %_ptr_Input_float Input
118 %_ptr_Input_float = OpTypePointer Input %float
122 %in_var_COLOR = OpVariable %_ptr_Input_float Input
323 %_ptr_Input_float = OpTypePointer Input %float
327 %in_var_COLOR = OpVariable %_ptr_Input_float Input
380 %_ptr_Input_float = OpTypePointer Input %float
384 %in_var_COLOR = OpVariable %_ptr_Input_float Input
436 %_ptr_Input_float = OpTypePointer Input %float
440 %in_var_COLOR = OpVariable %_ptr_Input_float Input
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H A DInput.cpp7 #include "compiler/preprocessor/Input.h"
20 Input::Input() : mCount(0), mString(0) {} in Input() function in angle::pp::Input
22 Input::~Input() {} in ~Input()
24 Input::Input(size_t count, const char *const string[], const int length[]) in Input() function in angle::pp::Input
35 const char *Input::skipChar()
52 size_t Input::read(char *buf, size_t maxSize, int *lineNo)
H A DInput.h20 class Input class
23 Input();
24 ~Input();
25 Input(size_t count, const char *const string[], const int length[]);
47 // Input.
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H A DInput.cpp15 #include "Input.h"
24 Input::Input() : mCount(0), mString(0) in Input() function in pp::Input
28 Input::~Input() in ~Input()
32 Input::Input(size_t count, const char *const string[], const int length[]) in Input() function in pp::Input
43 const char *Input::skipChar()
60 size_t Input::read(char *buf, size_t maxSize, int *lineNo)
H A DInput.h26 class Input class
29 Input();
30 ~Input();
31 Input(size_t count, const char *const string[], const int length[]);
53 // Input.
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Ddebug_info_manager_test.cpp65 %_ptr_Input_float = OpTypePointer Input %float
69 %in_var_COLOR = OpVariable %_ptr_Input_float Input
121 %_ptr_Input_float = OpTypePointer Input %float
125 %in_var_COLOR = OpVariable %_ptr_Input_float Input
326 %_ptr_Input_float = OpTypePointer Input %float
330 %in_var_COLOR = OpVariable %_ptr_Input_float Input
383 %_ptr_Input_float = OpTypePointer Input %float
387 %in_var_COLOR = OpVariable %_ptr_Input_float Input
439 %_ptr_Input_float = OpTypePointer Input %float
443 %in_var_COLOR = OpVariable %_ptr_Input_float Input
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Ddebug_info_manager_test.cpp65 %_ptr_Input_float = OpTypePointer Input %float
69 %in_var_COLOR = OpVariable %_ptr_Input_float Input
121 %_ptr_Input_float = OpTypePointer Input %float
125 %in_var_COLOR = OpVariable %_ptr_Input_float Input
326 %_ptr_Input_float = OpTypePointer Input %float
330 %in_var_COLOR = OpVariable %_ptr_Input_float Input
383 %_ptr_Input_float = OpTypePointer Input %float
387 %in_var_COLOR = OpVariable %_ptr_Input_float Input
439 %_ptr_Input_float = OpTypePointer Input %float
443 %in_var_COLOR = OpVariable %_ptr_Input_float Input
[all...]
/third_party/rust/crates/nom/src/sequence/
H A Dmod.rs197 impl<Input, Output, Error: ParseError<Input>, F: Parser<Input, Output, Error>>
198 Tuple<Input, (Output,), Error> for (F,)
200 fn parse(&mut self, input: Input) -> IResult<Input, (Output,), Error> { in parse()
222 Input: Clone, $($ty),+ , Error: ParseError<Input>,
223 $($name: Parser<Input, $ty, Error>),+
224 > Tuple<Input, (
[all...]
/third_party/typescript/tests/baselines/reference/
H A DjsDeclarationsFunctionClassesCjsExportAssignment.js33 * Input type definition
35 * @typedef {Object} Input
52 * @param {Input} input
63 * @param {Input} input
91 * Input type definition
93 * @typedef {Object} Input
108 * @param {Input} input
118 * @param {Input} input
164 * Input type definition
166 * @typedef {Object} Input
[all...]
H A DmetadataOfEventAlias.js8 function Input(target: any, key: string): void { }
10 @Input event: Event;
30 function Input(target, key) { } function
35 Input,
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c65 struct register_info * Input; member
222 s->Input[index].Used = 1; in scan_read_callback()
223 reg = &s->Input[index]; in scan_read_callback()
245 reg = &s->Input[*index]; in remap_register()
262 s->Input[input].Allocated = 1; in alloc_input_simple()
263 s->Input[input].File = RC_FILE_TEMPORARY; in alloc_input_simple()
264 s->Input[input].Index = hwreg; in alloc_input_simple()
562 if (s->Input[i].Live[chan].Used) { in do_advanced_regalloc()
566 s->Input[i].Writemask = writemask; in do_advanced_regalloc()
601 if (!s->Input[ in do_advanced_regalloc()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_cast_main.cpp37 #define COMPARE(Func, FromCName, ToCName, Input, FromString) \
40 ResultLlc = Func<FromCName, ToCName>(Input); \
41 ResultSz = Subzero_::Func<FromCName, ToCName>(Input); \
48 << ", " XSTR(ToCName) ">(" << Input << "): "; \
57 #define COMPARE_ARG(Func, FromCName, ToCName, Input, FromString) \
60 ResultLlc = Func<FromCName, ToCName>(1, Input, 2); \
61 ResultSz = Subzero_::Func<FromCName, ToCName>(1, Input, 2); \
68 << ", " XSTR(ToCName) ">(" << Input << "): "; \
77 #define COMPARE_VEC(Func, FromCName, ToCName, Input, FromString, ToString) \
80 ResultLlc = Func<FromCName, ToCName>(Input); \
[all...]
/third_party/typescript/tests/baselines/reference/tsc/incremental/
H A DnoEmit-changes-composite.js0 Input::
255 Input::
266 Input::
277 Input::
503 Input::
631 Input::
650 Input::
661 Input::
672 Input::
691 Input
[all...]
H A DnoEmit-changes-incremental-declaration.js0 Input::
254 Input::
265 Input::
276 Input::
487 Input::
618 Input::
637 Input::
648 Input::
659 Input::
678 Input
[all...]
H A DnoEmit-changes-incremental.js0 Input::
228 Input::
239 Input::
250 Input::
452 Input::
584 Input::
603 Input::
614 Input::
625 Input::
644 Input
[all...]
/third_party/skia/third_party/externals/oboe/tests/
H A DtestStreamOpen.cpp134 mBuilder.setDirection(Direction::Input); in TEST_F()
155 mBuilder.setDirection(Direction::Input); in TEST_F()
240 mBuilder.setDirection(Direction::Input); in TEST_F()
251 mBuilder.setDirection(Direction::Input); in TEST_F()
262 mBuilder.setDirection(Direction::Input); in TEST_F()
273 mBuilder.setDirection(Direction::Input); in TEST_F()
283 mBuilder.setDirection(Direction::Input); in TEST_F()
371 checkSampleRateConversionAdvancing(Direction::Input); in TEST_F()

Completed in 15 milliseconds

12345678910>>...16