Home
last modified time | relevance | path

Searched refs:INPUT (Results 1 - 22 of 22) sorted by relevance

/third_party/rust/crates/nom/src/
H A Dstr.rs13 const INPUT: &str = "Hello World!"; in tagtr_succeed() consts
19 match test(INPUT) { in tagtr_succeed()
42 const INPUT: &str = "Hello"; in tagtr_incomplete() consts
45 let res: IResult<_, _, error::Error<_>> = tag(TAG)(INPUT); in tagtr_incomplete()
60 const INPUT: &str = "Hello World!"; in tagtr_error() consts
61 const TAG: &str = "Random"; // TAG must be closer than INPUT. in tagtr_error()
63 let res: IResult<_, _, error::Error<_>> = tag(TAG)(INPUT); in tagtr_error()
77 const INPUT: &str = "βèƒôřèÂßÇáƒƭèř"; in take_s_succeed() consts
81 let res: IResult<_, _, error::Error<_>> = take(9_usize)(INPUT); in take_s_succeed()
106 const INPUT in take_until_succeed() consts
140 const INPUT: &str = "βèƒôřèÂßÇá"; take_s_incomplete() consts
200 const INPUT: &str = "βèƒôřèÂßÇáƒƭèř"; take_till_s_succeed() consts
235 const INPUT: &str = "βèƒôřèÂßÇáƒƭèř"; take_while_succeed_none() consts
268 const INPUT: &str = "βèƒôřèÂßÇáƒƭèř"; is_not_succeed() consts
301 const INPUT: &str = "βèƒôřèÂßÇáƒƭèř"; take_while_succeed_some() consts
342 const INPUT: &str = "βèƒôřèÂßÇáƒƭèř"; is_not_fail() consts
360 const INPUT: &str = "βèƒôřèÂßÇáƒƭèř"; take_while1_succeed() consts
403 const INPUT: &str = "βèƒôřè"; take_until_incomplete() consts
419 const INPUT: &str = "βèƒôřèÂßÇáƒƭèř"; is_a_succeed() consts
452 const INPUT: &str = "βèƒôřèÂßÇáƒƭèř"; take_while1_fail() consts
471 const INPUT: &str = "βèƒôřèÂßÇáƒƭèř"; is_a_fail() consts
489 const INPUT: &str = "βèƒôřèÂßÇáƒƭèř"; take_until_error() consts
[all...]
/third_party/python/Lib/test/
H A Dtest_lzma.py97 self.assertEqual(out, INPUT)
140 self.assertEqual(out, INPUT)
155 self.assertEqual(out, INPUT)
188 self.assertEqual(out, INPUT)
212 self.assertEqual(b''.join(out), INPUT)
233 self.assertEqual(b''.join(out), INPUT)
249 self.assertEqual(b''.join(out), INPUT)
281 cdata = lzc.compress(INPUT) + lzc.flush()
287 cdata = lzc.compress(INPUT) + lzc.flush()
293 cdata = lzc.compress(INPUT)
[all...]
/third_party/node/deps/v8/tools/
H A Dupdate-object-macros-undef.py16 INPUT = 'src/objects/object-macros.h' variable
30 if not os.path.isfile(INPUT):
32 .format(INPUT))
38 with open(INPUT, 'r') as infile, open(OUTPUT, 'w') as outfile:
/third_party/icu/tools/multi/proj/icu4cscan/
H A DMakefile14 INPUT=input macro
15 INTROXMLS=$(wildcard $(INPUT)/*-introduction.xml)
16 FEATXMLS=$(INTROXMLS:$(INPUT)/%-introduction.xml=$(COOKED)/%-cooked.xml) $(COOKED)/characters.xml
83 BASE_SOURCE=$(BASEXMLS) $(INPUT)/java.xml
113 $(COOKED)/%-cooked.xml: $(BASE_VERSION) $(INPUT)/%-introduction.xml $(MergerJar) | $(COOKED)
116 java $(JAVAPROPS) -classpath $(MergerClassPath) $(MergerPackage).$(PropagateName) $(BASE_VERSION) $(INPUT)/$*-introduction.xml > $(COOKED)/$*-cooked.xml
/third_party/ltp/testcases/network/iptables/
H A Dnft01.sh21 if ! nft list chain $ip_table filter INPUT > /dev/null 2>&1; then
22 ROD nft add chain $ip_table filter INPUT '{ type filter hook input priority 0; }'
31 [ "$cleanup_chain" = 1 ] && nft delete chain $ip_table filter INPUT >/dev/null 2>&1
H A Diptables_lib.sh32 ROD ip${TST_IPV6}tables -D INPUT 1
34 ROD nft flush chain ip${TST_IPV6} filter INPUT
150 NFRUN -A INPUT -s $loc_addr -p $proto -j DROP > tst_iptables.out 2>&1
196 NFRUN -A INPUT -p $proto --${proto}-type echo-request -d $loc_addr -j \
246 NFRUN -A INPUT -p tcp -d $loc_addr --dport $dport -j LOG \
287 NFRUN -A INPUT -p tcp -d $loc_addr --dport 45801:45803 -j LOG \
296 NFRUN -A INPUT -p tcp -d $loc_addr -m multiport --dports \
346 NFRUN -A INPUT -p $proto --$proto-type echo-request -d $loc_addr -m \
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dgen-hb-version.py14 INPUT = sys.argv[3] variable
15 CURRENT_SOURCE_DIR = os.path.dirname(INPUT)
26 with open (INPUT, "r", encoding='utf-8') as template:
H A Dgen-ragel-artifacts.py16 INPUT = sys.argv[4] variable
19 shutil.copy (INPUT, outdir)
20 rl = os.path.basename (INPUT)
/third_party/openssl/test/
H A Dgenerate_ssl_tests.pl143 open(INPUT, "< $fname") or die "Can't open input file '$fname'!\n";
145 my $content = <INPUT>;
146 close(INPUT);
/third_party/mesa3d/src/nouveau/codegen/lib/
H A Dgf100.asm8 // INPUT: $r0: dividend, $r1: divisor
43 // INPUT: $r0: dividend, $r1: divisor
83 // INPUT: $r0d (x)
94 // INPUT: $r0d (x)
H A Dgm107.asm8 // INPUT: $r0: dividend, $r1: divisor
53 // INPUT: $r0: dividend, $r1: divisor
105 // INPUT: $r0d
274 // INPUT: $r0d
H A Dgk110.asm8 // INPUT: $r0: dividend, $r1: divisor
47 // INPUT: $r0: dividend, $r1: divisor
92 // INPUT: $r0d
243 // INPUT: $r0d
H A Dgk104.asm8 // INPUT: $r0: dividend, $r1: divisor
47 // INPUT: $r0: dividend, $r1: divisor
553 // INPUT: $r0d (x)
701 // INPUT: $r0d (x)
/third_party/rust/crates/cxx/gen/cmd/src/
H A Dapp.rs54 const INPUT: &str = "input"; consts
71 let input = matches.get_one::<PathBuf>(INPUT).cloned();
123 Arg::new(INPUT) in arg_input()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dsign.rs660 const INPUT: &str = consts
682 signer.update(&Vec::from_hex(INPUT).unwrap()).unwrap(); in rsa_sign()
696 verifier.update(&Vec::from_hex(INPUT).unwrap()).unwrap(); in rsa_verify_ok()
707 verifier.update(&Vec::from_hex(INPUT).unwrap()).unwrap(); in rsa_verify_invalid()
874 signer.update(&Vec::from_hex(INPUT).unwrap()).unwrap(); in rsa_sign_verify()
883 verifier.update(&Vec::from_hex(INPUT).unwrap()).unwrap(); in rsa_sign_verify()
H A Dencrypt.rs403 /// # const INPUT: &[u8] = b"\
421 /// # let input = INPUT.to_vec();
486 const INPUT: &str = consts
499 let input = Vec::from_hex(INPUT).unwrap(); in rsa_encrypt_decrypt()
528 let input = Vec::from_hex(INPUT).unwrap(); in rsa_encrypt_decrypt_with_sha256()
556 let input = Vec::from_hex(INPUT).unwrap(); in rsa_encrypt_decrypt_oaep_label()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.cpp166 else if ((INPUT == storage) && in doesStageSupportQualifier()
180 if ((INPUT == storage) && (QUAL_PATCH == qualifier)) in doesStageSupportQualifier()
329 if ((Utils::INPUT == storage) && ((Utils::QUAL_UNIFORM == qualifier) || (Utils::QUAL_OUT == qualifier))) in prepareQualifiersSet()
1104 if (Utils::INPUT == storage) in getVariableFlavour()
1114 if ((false == Utils::doesContainQualifier(Utils::QUAL_PATCH, qualifiers)) && (Utils::INPUT == storage)) in getVariableFlavour()
1170 { "gs", "fs" } }, /* INPUT */ in getVariableName()
2805 Utils::prepareVariableStrings(stage, Utils::INPUT, in, "vec2", m_texture_coordinates_name, in_tex_coord_definition, in prepareShaderSourceForDraw()
2809 Utils::prepareVariableStrings(stage, Utils::INPUT, in, "vec4", color_name, in_color_definition, in_color_reference); in prepareShaderSourceForDraw()
2981 std::string tex_coord_name = Utils::getVariableName(Utils::VERTEX_SHADER, Utils::INPUT, m_texture_coordinates_name); in prepareVertexBuffer()
5961 Utils::prepareVariableStrings(in_stage, Utils::INPUT, test_cas in prepareShaderSource()
[all...]
H A Dgl4cShadingLanguage420PackTests.hpp154 INPUT, enumerator
H A Dgl4cEnhancedLayoutsTests.hpp403 INPUT, enumerator
H A Dgl4cEnhancedLayoutsTests.cpp1154 switch (Variable::GetFlavour(stage, is_input ? Variable::INPUT : Variable::OUTPUT)) in checkVarying()
3975 if (INPUT == direction) in GetFlavour()
4370 Variable::FLAVOUR flavour = Variable::GetFlavour(m_stage, Variable::INPUT); in GetDefinitionsInputs()
6503 Utils::Variable::FLAVOUR in_flavour = Utils::Variable::GetFlavour(stage, Utils::Variable::INPUT); in test()
6549 Utils::Variable::FLAVOUR in_flavour = Utils::Variable::GetFlavour(stage, Utils::Variable::INPUT); in test()
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc4213 #define BUILD_ARRAY(INPUT, OUTPUT, NAME, METHOD, PARENT) \
4214 OUTPUT->NAME##_count_ = INPUT.NAME##_size(); \
4215 AllocateArray(INPUT.NAME##_size(), &OUTPUT->NAME##s_); \
4216 for (int i = 0; i < INPUT.NAME##_size(); i++) { \
4217 METHOD(INPUT.NAME(i), PARENT, OUTPUT->NAME##s_ + i); \
/third_party/node/deps/simdutf/
H A Dsimdutf.cpp18547 #define SIMDUTF_ICELAKE_WRITE_UTF16_OR_UTF32(INPUT, VALID_COUNT, MASKED) \
18552 _mm512_mask_storeu_epi32((__m512i*)output, valid_mask, INPUT); \
18554 _mm512_storeu_si512((__m512i*)output, INPUT); \
18559 output += utf32_to_utf16_masked<big_endian>(byteflip, INPUT, VALID_COUNT, reinterpret_cast<char16_t *>(output)); \
18561 output += utf32_to_utf16<big_endian>(byteflip, INPUT, VALID_COUNT, reinterpret_cast<char16_t *>(output)); \
[all...]

Completed in 104 milliseconds