/third_party/rust/crates/nom/src/bytes/ |
H A D | streaming.rs | 31 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 D | complete.rs | 32 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 D | YAMLTraits.cpp | 52 // 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 D | YAMLParser.cpp | 57 /// 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 D | inputs.rs | 4 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 D | input_test.cpp | 7 #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 D | mod.rs | 130 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 D | StringExtras.h | 55 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 D | eliminate_dead_io_components_test.cpp | 68 %_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 D | debug_info_manager_test.cpp | 62 %_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 D | Input.cpp | 7 #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 D | Input.h | 20 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 D | Input.cpp | 15 #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 D | Input.h | 26 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 D | debug_info_manager_test.cpp | 65 %_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 D | debug_info_manager_test.cpp | 65 %_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 D | mod.rs | 197 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 D | jsDeclarationsFunctionClassesCjsExportAssignment.js | 33 * 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 D | metadataOfEventAlias.js | 8 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 D | radeon_pair_regalloc.c | 65 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 D | test_cast_main.cpp | 37 #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 D | noEmit-changes-composite.js | 0 Input:: 255 Input:: 266 Input:: 277 Input:: 503 Input:: 631 Input:: 650 Input:: 661 Input:: 672 Input:: 691 Input [all...] |
H A D | noEmit-changes-incremental-declaration.js | 0 Input:: 254 Input:: 265 Input:: 276 Input:: 487 Input:: 618 Input:: 637 Input:: 648 Input:: 659 Input:: 678 Input [all...] |
H A D | noEmit-changes-incremental.js | 0 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 D | testStreamOpen.cpp | 134 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()
|