Home
last modified time | relevance | path

Searched refs:input (Results 126 - 150 of 3147) sorted by relevance

12345678910>>...126

/third_party/gn/src/gn/
H A Dinput_conversion_unittest.cc33 std::string input("\nfoo bar \n"); in TEST_F()
34 Value result = ConvertInputToValue(settings(), input, nullptr, in TEST_F()
38 EXPECT_EQ(input, result.string_value()); in TEST_F()
41 result = ConvertInputToValue(settings(), input, nullptr, in TEST_F()
50 std::string input("\nfoo\nbar \n\n"); in TEST_F()
51 Value result = ConvertInputToValue(settings(), input, nullptr, in TEST_F()
62 result = ConvertInputToValue(settings(), input, nullptr, in TEST_F()
73 std::string input("\"str\""); in TEST_F()
74 Value result = ConvertInputToValue(settings(), input, nullptr, in TEST_F()
83 std::string input("\ in TEST_F()
[all...]
H A Dstring_utils.cc58 const char* input, in AppendInterpolatedExpression()
66 std::string(&input[begin_offset], end_offset - begin_offset)); in AppendInterpolatedExpression()
112 const char* input, in AppendInterpolatedIdentifier()
117 std::string_view identifier(&input[begin_offset], end_offset - begin_offset); in AppendInterpolatedIdentifier()
120 // We assume the input points inside the token. in AppendInterpolatedIdentifier()
134 // |*i| is the index into |input| after the $. This will be updated to point to
142 const char* input, in AppendStringInterpolation()
149 if (input[*i] == '{') { in AppendStringInterpolation()
159 while (*i < size && input[*i] != '}') { in AppendStringInterpolation()
160 has_non_ident_chars |= Tokenizer::IsIdentifierContinuingChar(input[* in AppendStringInterpolation()
56 AppendInterpolatedExpression(Scope* scope, const Token& token, const char* input, size_t begin_offset, size_t end_offset, std::string* output, Err* err) AppendInterpolatedExpression() argument
110 AppendInterpolatedIdentifier(Scope* scope, const Token& token, const char* input, size_t begin_offset, size_t end_offset, std::string* output, Err* err) AppendInterpolatedIdentifier() argument
140 AppendStringInterpolation(Scope* scope, const Token& token, const char* input, size_t size, size_t* i, std::string* output, Err* err) AppendStringInterpolation() argument
208 AppendHexByte(Scope* scope, const Token& token, const char* input, size_t size, size_t* i, std::string* output, Err* err) AppendHexByte() argument
246 const char* input = &literal.value().data()[1]; ExpandStringLiteral() local
[all...]
/third_party/mbedtls/3rdparty/everest/library/legacy/
H A DHacl_Curve25519.c45 Hacl_Bignum_Fproduct_copy_from_wide_(uint64_t *output, FStar_UInt128_uint128 *input) in Hacl_Bignum_Fproduct_copy_from_wide_() argument
50 FStar_UInt128_uint128 xi = input[i]; in Hacl_Bignum_Fproduct_copy_from_wide_()
58 uint64_t *input, in Hacl_Bignum_Fproduct_sum_scalar_multiplication_()
66 uint64_t yi = input[i]; in Hacl_Bignum_Fproduct_sum_scalar_multiplication_()
107 uint64_t *input, in Hacl_Bignum_Fmul_mul_shift_reduce_()
118 Hacl_Bignum_Fproduct_sum_scalar_multiplication_(output, input, input2i0); in Hacl_Bignum_Fmul_mul_shift_reduce_()
119 Hacl_Bignum_Fmul_shift_reduce(input); in Hacl_Bignum_Fmul_mul_shift_reduce_()
124 Hacl_Bignum_Fproduct_sum_scalar_multiplication_(output, input, input2i); in Hacl_Bignum_Fmul_mul_shift_reduce_()
127 inline static void Hacl_Bignum_Fmul_fmul(uint64_t *output, uint64_t *input, uint64_t *input2) in Hacl_Bignum_Fmul_fmul() argument
130 memcpy(tmp, input, (uint32_ in Hacl_Bignum_Fmul_fmul()
56 Hacl_Bignum_Fproduct_sum_scalar_multiplication_( FStar_UInt128_uint128 *output, uint64_t *input, uint64_t s ) Hacl_Bignum_Fproduct_sum_scalar_multiplication_() argument
105 Hacl_Bignum_Fmul_mul_shift_reduce_( FStar_UInt128_uint128 *output, uint64_t *input, uint64_t *input2 ) Hacl_Bignum_Fmul_mul_shift_reduce_() argument
245 Hacl_Bignum_Fsquare_fsquare_times_( uint64_t *input, FStar_UInt128_uint128 *tmp, uint32_t count1 ) Hacl_Bignum_Fsquare_fsquare_times_() argument
258 Hacl_Bignum_Fsquare_fsquare_times(uint64_t *output, uint64_t *input, uint32_t count1) Hacl_Bignum_Fsquare_fsquare_times() argument
415 Hacl_Bignum_crecip(uint64_t *output, uint64_t *input) Hacl_Bignum_crecip() argument
452 Hacl_EC_Point_copy(uint64_t *output, uint64_t *input) Hacl_EC_Point_copy() argument
460 Hacl_EC_Format_fexpand(uint64_t *output, uint8_t *input) Hacl_EC_Format_fexpand() argument
483 Hacl_EC_Format_fcontract_first_carry_pass(uint64_t *input) Hacl_EC_Format_fcontract_first_carry_pass() argument
505 Hacl_EC_Format_fcontract_first_carry_full(uint64_t *input) Hacl_EC_Format_fcontract_first_carry_full() argument
511 Hacl_EC_Format_fcontract_second_carry_pass(uint64_t *input) Hacl_EC_Format_fcontract_second_carry_pass() argument
533 Hacl_EC_Format_fcontract_second_carry_full(uint64_t *input) Hacl_EC_Format_fcontract_second_carry_full() argument
549 Hacl_EC_Format_fcontract_trim(uint64_t *input) Hacl_EC_Format_fcontract_trim() argument
574 Hacl_EC_Format_fcontract_store(uint8_t *output, uint64_t *input) Hacl_EC_Format_fcontract_store() argument
595 Hacl_EC_Format_fcontract(uint8_t *output, uint64_t *input) Hacl_EC_Format_fcontract() argument
[all...]
/third_party/mbedtls/3rdparty/everest/library/
H A DHacl_Curve25519.c41 inline static void Hacl_Bignum_Fproduct_copy_from_wide_(uint64_t *output, uint128_t *input) in Hacl_Bignum_Fproduct_copy_from_wide_() argument
46 uint128_t xi = input[i]; in Hacl_Bignum_Fproduct_copy_from_wide_()
52 Hacl_Bignum_Fproduct_sum_scalar_multiplication_(uint128_t *output, uint64_t *input, uint64_t s) in Hacl_Bignum_Fproduct_sum_scalar_multiplication_() argument
58 uint64_t yi = input[i]; in Hacl_Bignum_Fproduct_sum_scalar_multiplication_()
97 Hacl_Bignum_Fmul_mul_shift_reduce_(uint128_t *output, uint64_t *input, uint64_t *input2) in Hacl_Bignum_Fmul_mul_shift_reduce_() argument
106 Hacl_Bignum_Fproduct_sum_scalar_multiplication_(output, input, input2i0); in Hacl_Bignum_Fmul_mul_shift_reduce_()
107 Hacl_Bignum_Fmul_shift_reduce(input); in Hacl_Bignum_Fmul_mul_shift_reduce_()
112 Hacl_Bignum_Fproduct_sum_scalar_multiplication_(output, input, input2i); in Hacl_Bignum_Fmul_mul_shift_reduce_()
115 inline static void Hacl_Bignum_Fmul_fmul(uint64_t *output, uint64_t *input, uint64_t *input2) in Hacl_Bignum_Fmul_fmul() argument
118 memcpy(tmp, input, (uint32_ in Hacl_Bignum_Fmul_fmul()
207 Hacl_Bignum_Fsquare_fsquare_times_(uint64_t *input, uint128_t *tmp, uint32_t count1) Hacl_Bignum_Fsquare_fsquare_times_() argument
216 Hacl_Bignum_Fsquare_fsquare_times(uint64_t *output, uint64_t *input, uint32_t count1) Hacl_Bignum_Fsquare_fsquare_times() argument
370 Hacl_Bignum_crecip(uint64_t *output, uint64_t *input) Hacl_Bignum_crecip() argument
407 Hacl_EC_Point_copy(uint64_t *output, uint64_t *input) Hacl_EC_Point_copy() argument
415 Hacl_EC_Format_fexpand(uint64_t *output, uint8_t *input) Hacl_EC_Format_fexpand() argument
438 Hacl_EC_Format_fcontract_first_carry_pass(uint64_t *input) Hacl_EC_Format_fcontract_first_carry_pass() argument
460 Hacl_EC_Format_fcontract_first_carry_full(uint64_t *input) Hacl_EC_Format_fcontract_first_carry_full() argument
466 Hacl_EC_Format_fcontract_second_carry_pass(uint64_t *input) Hacl_EC_Format_fcontract_second_carry_pass() argument
488 Hacl_EC_Format_fcontract_second_carry_full(uint64_t *input) Hacl_EC_Format_fcontract_second_carry_full() argument
504 Hacl_EC_Format_fcontract_trim(uint64_t *input) Hacl_EC_Format_fcontract_trim() argument
529 Hacl_EC_Format_fcontract_store(uint8_t *output, uint64_t *input) Hacl_EC_Format_fcontract_store() argument
550 Hacl_EC_Format_fcontract(uint8_t *output, uint64_t *input) Hacl_EC_Format_fcontract() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DCodedInputStreamTest.cs64 CodedInputStream input = new CodedInputStream(data); in AssertReadVarint()
65 Assert.AreEqual((uint) value, input.ReadRawVarint32()); in AssertReadVarint()
66 Assert.IsTrue(input.IsAtEnd); in AssertReadVarint()
68 input = new CodedInputStream(data); in AssertReadVarint()
69 Assert.AreEqual(value, input.ReadRawVarint64()); in AssertReadVarint()
70 Assert.IsTrue(input.IsAtEnd); in AssertReadVarint()
85 input = new CodedInputStream(new SmallBlockInputStream(data, bufferSize)); in AssertReadVarint()
86 Assert.AreEqual((uint) value, input.ReadRawVarint32()); in AssertReadVarint()
88 input = new CodedInputStream(new SmallBlockInputStream(data, bufferSize)); in AssertReadVarint()
89 Assert.AreEqual(value, input in AssertReadVarint()
162 AssertReadFromParseContext(ReadOnlySequence<byte> input, ParseContextAssertAction assertAction, bool assertIsAtEnd) AssertReadFromParseContext() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Collections/
H A DRepeatedFieldTest.cs328 var input = new CodedInputStream(stream); in AddEntriesFrom_PackedInt32()
329 input.AssertNextTag(packedTag); in AddEntriesFrom_PackedInt32()
330 field.AddEntriesFrom(input, FieldCodec.ForInt32(nonPackedTag)); in AddEntriesFrom_PackedInt32()
332 Assert.IsTrue(input.IsAtEnd); in AddEntriesFrom_PackedInt32()
354 var input = new CodedInputStream(stream); in AddEntriesFrom_NonPackedInt32()
355 input.AssertNextTag(nonPackedTag); in AddEntriesFrom_NonPackedInt32()
356 field.AddEntriesFrom(input, FieldCodec.ForInt32(packedTag)); in AddEntriesFrom_NonPackedInt32()
358 Assert.IsTrue(input.IsAtEnd); in AddEntriesFrom_NonPackedInt32()
377 var input = new CodedInputStream(stream); in AddEntriesFrom_String()
378 input in AddEntriesFrom_String()
[all...]
/third_party/node/test/parallel/
H A Dtest-repl-editor.js16 function run({ input, output, event, checkTerminalCodes = true }) {
25 `${input}${output}\n${terminalCode}`;
30 input: stream,
36 stream.emit('data', input);
50 input: '',
55 input: 'let i = 1;',
60 input: 'let i = 1;\ni + 3',
65 input: ' let i = 1;\ni + 3',
70 input: '',
80 function testCodeAlignment({ input, curso
[all...]
/third_party/node/test/fixtures/wpt/html/webappapis/atob/
H A Dbase64.any.js64 function btoaException(input) {
65 input = String(input);
66 for (var i = 0; i < input.length; i++) {
67 if (input.charCodeAt(i) > 255) {
74 function testBtoa(input) {
78 var normalizedInput = String(input);
81 assert_throws_dom("InvalidCharacterError", function() { btoa(input); },
86 assert_equals(btoa(input), mybtoa(input));
[all...]
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dcfg.rs29 attr.parse_args_with(|input: ParseStream| { in parse_attribute()
30 let cfg_expr = input.call(parse_single)?; in parse_attribute()
31 input.parse::<Option<Token![,]>>()?; in parse_attribute()
36 fn parse_single(input: ParseStream) -> Result<CfgExpr> { in parse_single()
37 let ident: Ident = input.parse()?; in parse_single()
38 let lookahead = input.lookahead1(); in parse_single()
39 if input.peek(token::Paren) { in parse_single()
41 parenthesized!(content in input); in parse_single()
56 input.parse::<Token![=]>()?; in parse_single()
57 let string: LitStr = input in parse_single()
[all...]
/third_party/rust/crates/cxx/syntax/
H A Dcfg.rs29 attr.parse_args_with(|input: ParseStream| { in parse_attribute()
30 let cfg_expr = input.call(parse_single)?; in parse_attribute()
31 input.parse::<Option<Token![,]>>()?; in parse_attribute()
36 fn parse_single(input: ParseStream) -> Result<CfgExpr> { in parse_single()
37 let ident: Ident = input.parse()?; in parse_single()
38 let lookahead = input.lookahead1(); in parse_single()
39 if input.peek(token::Paren) { in parse_single()
41 parenthesized!(content in input); in parse_single()
56 input.parse::<Token![=]>()?; in parse_single()
57 let string: LitStr = input in parse_single()
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dcfg.rs29 attr.parse_args_with(|input: ParseStream| { in parse_attribute()
30 let cfg_expr = input.call(parse_single)?; in parse_attribute()
31 input.parse::<Option<Token![,]>>()?; in parse_attribute()
36 fn parse_single(input: ParseStream) -> Result<CfgExpr> { in parse_single()
37 let ident: Ident = input.parse()?; in parse_single()
38 let lookahead = input.lookahead1(); in parse_single()
39 if input.peek(token::Paren) { in parse_single()
41 parenthesized!(content in input); in parse_single()
56 input.parse::<Token![=]>()?; in parse_single()
57 let string: LitStr = input in parse_single()
[all...]
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dcfg.rs29 attr.parse_args_with(|input: ParseStream| { in parse_attribute()
30 let cfg_expr = input.call(parse_single)?; in parse_attribute()
31 input.parse::<Option<Token![,]>>()?; in parse_attribute()
36 fn parse_single(input: ParseStream) -> Result<CfgExpr> { in parse_single()
37 let ident: Ident = input.parse()?; in parse_single()
38 let lookahead = input.lookahead1(); in parse_single()
39 if input.peek(token::Paren) { in parse_single()
41 parenthesized!(content in input); in parse_single()
56 input.parse::<Token![=]>()?; in parse_single()
57 let string: LitStr = input in parse_single()
[all...]
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-subset-cff2.c78 hb_subset_input_t *input; in test_subset_cff2_strip_hints() local
82 input = hb_subset_test_create_input (codepoints); in test_subset_cff2_strip_hints()
83 hb_subset_input_set_flags (input, HB_SUBSET_FLAGS_NO_HINTING); in test_subset_cff2_strip_hints()
84 face_abc_subset = hb_subset_test_create_subset (face_abc, input); in test_subset_cff2_strip_hints()
101 hb_subset_input_t *input; in test_subset_cff2_desubr() local
105 input = hb_subset_test_create_input (codepoints); in test_subset_cff2_desubr()
106 hb_subset_input_set_flags (input, HB_SUBSET_FLAGS_DESUBROUTINIZE); in test_subset_cff2_desubr()
107 face_abc_subset = hb_subset_test_create_subset (face_abc, input); in test_subset_cff2_desubr()
124 hb_subset_input_t *input; in test_subset_cff2_desubr_strip_hints() local
128 input in test_subset_cff2_desubr_strip_hints()
148 hb_subset_input_t *input; test_subset_cff2_retaingids() local
[all...]
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dcfg.rs29 attr.parse_args_with(|input: ParseStream| { in parse_attribute()
30 let cfg_expr = input.call(parse_single)?; in parse_attribute()
31 input.parse::<Option<Token![,]>>()?; in parse_attribute()
36 fn parse_single(input: ParseStream) -> Result<CfgExpr> { in parse_single()
37 let ident: Ident = input.parse()?; in parse_single()
38 let lookahead = input.lookahead1(); in parse_single()
39 if input.peek(token::Paren) { in parse_single()
41 parenthesized!(content in input); in parse_single()
56 input.parse::<Token![=]>()?; in parse_single()
57 let string: LitStr = input in parse_single()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnumbertest_affixutils.cpp79 UnicodeString input(cas[0]); in testEscape()
81 UnicodeString result = AffixUtils::escape(input); in testEscape()
82 assertEquals(input, expected, result); in testEscape()
88 const char16_t *input; in testUnescape() member
132 UnicodeString input(cas.input); in testUnescape()
135 assertEquals(input, cas.currency, AffixUtils::hasCurrencySymbols(input, status)); in testUnescape()
137 assertEquals(input, cas.expectedLength, AffixUtils::estimateLength(input, statu in testUnescape()
152 const char16_t *input; testContainsReplaceType() member
243 unescapeWithDefaults(const SymbolProvider &defaultProvider, UnicodeString input, UErrorCode &status) unescapeWithDefaults() argument
[all...]
/third_party/mbedtls/programs/psa/
H A Dcrypto_examples.c62 const uint8_t *input, in cipher_operation()
78 status = psa_cipher_update(operation, input + bytes_written, in cipher_operation()
100 const uint8_t *input, in cipher_encrypt()
118 status = cipher_operation(&operation, input, input_size, part_size, in cipher_encrypt()
131 const uint8_t *input, in cipher_decrypt()
148 status = cipher_operation(&operation, input, input_size, part_size, in cipher_decrypt()
172 uint8_t input[block_size]; in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block() local
176 status = psa_generate_random(input, sizeof(input)); in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block()
189 input, sizeo in cipher_example_encrypt_decrypt_aes_cbc_nopad_1_block()
61 cipher_operation(psa_cipher_operation_t *operation, const uint8_t *input, size_t input_size, size_t part_size, uint8_t *output, size_t output_size, size_t *output_len) cipher_operation() argument
96 cipher_encrypt(psa_key_id_t key, psa_algorithm_t alg, uint8_t *iv, size_t iv_size, const uint8_t *input, size_t input_size, size_t part_size, uint8_t *output, size_t output_size, size_t *output_len) cipher_encrypt() argument
127 cipher_decrypt(psa_key_id_t key, psa_algorithm_t alg, const uint8_t *iv, size_t iv_size, const uint8_t *input, size_t input_size, size_t part_size, uint8_t *output, size_t output_size, size_t *output_len) cipher_decrypt() argument
221 uint8_t iv[block_size], input[input_size], cipher_example_encrypt_decrypt_aes_cbc_pkcs7_multi() local
268 uint8_t iv[block_size], input[input_size], encrypt[input_size], cipher_example_encrypt_decrypt_aes_ctr_multi() local
[all...]
/third_party/vixl/tools/test_generator/
H A Dgenerator.py86 Convenience class representing a list of input objects.
88 This class is an iterator over input objects.
102 Return the list of input names.
104 return [input.name for input in self]
118 input_names List of input names this test case covers.
254 Generate a list of tuples, each tuple describing what input to pass to an
255 instruction at runtime. We use this to generate input definitions.
257 The algorithm used is a simple product of all input values. To limit what
268 # Build a list of all possible values as a list of lists. If the input'
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.h263 // called before merging the input.
265 // Fill the message with a protocol buffer parsed from the given input
266 // stream. Returns false on a read error or if the input is in the wrong
267 // format. A successful return does not indicate the entire input is
271 io::CodedInputStream* input);
275 io::CodedInputStream* input);
276 // Read a protocol buffer from the given zero-copy input stream. If
277 // successful, the entire input will be consumed.
279 io::ZeroCopyInputStream* input);
283 io::ZeroCopyInputStream* input);
550 MergeFromImpl(const SourceWrapper<T>& input, MessageLite* msg, MessageLite::ParseFlags parse_flags) MergeFromImpl() argument
558 ParseFrom(const T& input) ParseFrom() argument
[all...]
/third_party/PyYAML/examples/yaml-highlight/
H A Dyaml_hl.py42 if options.input:
43 self.input = file(options.input, 'rb')
45 self.input = sys.stdin
52 input = self.input.read()
53 if input.startswith(codecs.BOM_UTF16_LE):
54 input = unicode(input, 'utf-16-le')
55 elif input
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_advance_test.cpp25 AutoText input("\n\nWord"); in TEST()
26 AssemblyContext data(input, nullptr); in TEST()
34 AutoText input(" Word"); in TEST()
35 AssemblyContext data(input, nullptr); in TEST()
43 AutoText input("\t\t\tWord"); in TEST()
44 AssemblyContext data(input, nullptr); in TEST()
52 AutoText input("\n\n\t Word"); in TEST()
53 AssemblyContext data(input, nullptr); in TEST()
61 AutoText input("; comment\n \t \tWord"); in TEST()
62 AssemblyContext data(input, nullpt in TEST()
82 std::string input = "; comment|padding beyond the end"; TEST() local
[all...]
H A Dtext_to_binary.debug_test.cpp69 const std::string input = std::string("OpSource ") + in TEST_P() local
72 EXPECT_THAT(CompiledInstructions(input), in TEST_P()
87 const std::string input = "OpSource GLSL 450 %file_id"; in TEST_F() local
89 CompiledInstructions(input), in TEST_F()
95 const std::string input = in TEST_F() local
97 EXPECT_THAT(CompiledInstructions(input), in TEST_F()
109 const std::string input = in TEST_P() local
112 CompiledInstructions(input), in TEST_P()
128 const std::string input = in TEST_P() local
131 CompiledInstructions(input), in TEST_P()
155 const std::string input = TEST_P() local
170 const std::string input = TEST_P() local
186 const std::string input = TEST_P() local
204 const std::string input = TEST_P() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_advance_test.cpp25 AutoText input("\n\nWord"); in TEST()
26 AssemblyContext data(input, nullptr); in TEST()
34 AutoText input(" Word"); in TEST()
35 AssemblyContext data(input, nullptr); in TEST()
43 AutoText input("\t\t\tWord"); in TEST()
44 AssemblyContext data(input, nullptr); in TEST()
52 AutoText input("\n\n\t Word"); in TEST()
53 AssemblyContext data(input, nullptr); in TEST()
61 AutoText input("; comment\n \t \tWord"); in TEST()
62 AssemblyContext data(input, nullpt in TEST()
82 std::string input = "; comment|padding beyond the end"; TEST() local
[all...]
H A Dtext_to_binary.debug_test.cpp69 const std::string input = std::string("OpSource ") + in TEST_P() local
72 EXPECT_THAT(CompiledInstructions(input), in TEST_P()
87 const std::string input = "OpSource GLSL 450 %file_id"; in TEST_F() local
89 CompiledInstructions(input), in TEST_F()
95 const std::string input = in TEST_F() local
97 EXPECT_THAT(CompiledInstructions(input), in TEST_F()
109 const std::string input = in TEST_P() local
112 CompiledInstructions(input), in TEST_P()
128 const std::string input = in TEST_P() local
131 CompiledInstructions(input), in TEST_P()
155 const std::string input = TEST_P() local
170 const std::string input = TEST_P() local
186 const std::string input = TEST_P() local
204 const std::string input = TEST_P() local
[all...]
/third_party/spirv-tools/test/
H A Dtext_advance_test.cpp25 AutoText input("\n\nWord"); in TEST()
26 AssemblyContext data(input, nullptr); in TEST()
34 AutoText input(" Word"); in TEST()
35 AssemblyContext data(input, nullptr); in TEST()
43 AutoText input("\t\t\tWord"); in TEST()
44 AssemblyContext data(input, nullptr); in TEST()
52 AutoText input("\n\n\t Word"); in TEST()
53 AssemblyContext data(input, nullptr); in TEST()
61 AutoText input("; comment\n \t \tWord"); in TEST()
62 AssemblyContext data(input, nullpt in TEST()
82 std::string input = "; comment|padding beyond the end"; TEST() local
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DWrappers.cs196 public void MergeFrom(pb::CodedInputStream input) { in MergeFrom() argument
198 input.ReadRawMessage(this); in MergeFrom()
201 while ((tag = input.ReadTag()) != 0) { in MergeFrom()
204 _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); in MergeFrom()
207 Value = input.ReadDouble(); in MergeFrom()
217 void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { in IBufferMessage.InternalMergeFrom() argument
219 while ((tag = input.ReadTag()) != 0) { in IBufferMessage.InternalMergeFrom()
222 _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); in IBufferMessage.InternalMergeFrom()
225 Value = input.ReadDouble(); in IBufferMessage.InternalMergeFrom()
376 public void MergeFrom(pb::CodedInputStream input) { in MergeFrom() argument
397 IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) IBufferMessage.InternalMergeFrom() argument
556 MergeFrom(pb::CodedInputStream input) MergeFrom() argument
577 IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) IBufferMessage.InternalMergeFrom() argument
736 MergeFrom(pb::CodedInputStream input) MergeFrom() argument
757 IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) IBufferMessage.InternalMergeFrom() argument
916 MergeFrom(pb::CodedInputStream input) MergeFrom() argument
937 IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) IBufferMessage.InternalMergeFrom() argument
1096 MergeFrom(pb::CodedInputStream input) MergeFrom() argument
1117 IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) IBufferMessage.InternalMergeFrom() argument
1276 MergeFrom(pb::CodedInputStream input) MergeFrom() argument
1297 IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) IBufferMessage.InternalMergeFrom() argument
1456 MergeFrom(pb::CodedInputStream input) MergeFrom() argument
1477 IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) IBufferMessage.InternalMergeFrom() argument
1636 MergeFrom(pb::CodedInputStream input) MergeFrom() argument
1657 IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) IBufferMessage.InternalMergeFrom() argument
[all...]

Completed in 14 milliseconds

12345678910>>...126