/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evpdigest.txt | 23 Input = 27 Input = 61 31 Input = 616263 35 Input = 6d65737361676520646967657374 39 Input = 6162636465666768696a6b6c6d6e6f707172737475767778797a 43 Input = 4142434445464748494a4b4c4d4e4f505152535455565758595a6162636465666768696a6b6c6d6e6f707172737… 47 Input = 3132333435363738393031323334353637383930313233343536373839303132333435363738393031323334353… 51 Input = 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F202122232425262728292A2B2C2… 55 Input = 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F202122232425262728292A2B2C2… 59 Input = [all …]
|
D | evpmac.txt | 22 Input = 27 Input = 00 32 Input = 0001 37 Input = 000102 42 Input = 00010203 47 Input = 0001020304 52 Input = 000102030405 57 Input = 00010203040506 62 Input = 0001020304050607 67 Input = 000102030405060708 [all …]
|
D | evpencod.txt | 18 Input = "" 22 Input = "h" 26 Input = "hello" 30 Input = "hello world!" 34 Input = 00010203040506070809a0b0c0d0e0f000 46 Input = "hello" 51 Input = "hello" 63 Input = "hello" 67 Input = "hello" 87 Input = "OpenSSLOpenSSL\n" [all …]
|
/third_party/boost/boost/algorithm/string/ |
D | erase.hpp | 52 const RangeT& Input, in erase_range_copy() argument 59 Input, in erase_range_copy() 61 ::boost::algorithm::empty_formatter(Input) ); in erase_range_copy() 70 const SequenceT& Input, in erase_range_copy() argument 76 Input, in erase_range_copy() 78 ::boost::algorithm::empty_formatter(Input) ); in erase_range_copy() 91 SequenceT& Input, in erase_range() argument 97 Input, in erase_range() 99 ::boost::algorithm::empty_formatter(Input) ); in erase_range() 124 const Range1T& Input, in erase_first_copy() argument [all …]
|
D | trim.hpp | 63 const RangeT& Input, in trim_left_copy_if() argument 66 …ge<BOOST_STRING_TYPENAME range_const_iterator<RangeT>::type> lit_range(::boost::as_literal(Input)); in trim_left_copy_if() 84 inline SequenceT trim_left_copy_if(const SequenceT& Input, PredicateT IsSpace) in trim_left_copy_if() argument 88 ::boost::begin(Input), in trim_left_copy_if() 89 ::boost::end(Input), in trim_left_copy_if() 91 ::boost::end(Input)); in trim_left_copy_if() 106 … inline SequenceT trim_left_copy(const SequenceT& Input, const std::locale& Loc=std::locale()) in trim_left_copy() argument 110 Input, in trim_left_copy() 124 inline void trim_left_if(SequenceT& Input, PredicateT IsSpace) in trim_left_if() argument 126 Input.erase( in trim_left_if() [all …]
|
D | replace.hpp | 58 const Range1T& Input, in replace_range_copy() argument 66 Input, in replace_range_copy() 77 const SequenceT& Input, in replace_range_copy() argument 84 Input, in replace_range_copy() 100 SequenceT& Input, in replace_range() argument 107 Input, in replace_range() 137 const Range1T& Input, in replace_first_copy() argument 143 Input, in replace_first_copy() 154 const SequenceT& Input, in replace_first_copy() argument 159 Input, in replace_first_copy() [all …]
|
D | regex.hpp | 59 RangeT& Input, in find_regex() argument 63 …or_range<BOOST_STRING_TYPENAME range_iterator<RangeT>::type> lit_input(::boost::as_literal(Input)); in find_regex() 96 const RangeT& Input, in replace_regex_copy() argument 103 Input, in replace_regex_copy() 118 const SequenceT& Input, in replace_regex_copy() argument 124 Input, in replace_regex_copy() 145 SequenceT& Input, in replace_regex() argument 151 Input, in replace_regex() 182 const RangeT& Input, in replace_all_regex_copy() argument 189 Input, in replace_all_regex_copy() [all …]
|
D | trim_all.hpp | 56 inline SequenceT trim_all_copy_if(const SequenceT& Input, PredicateT IsSpace) in trim_all_copy_if() argument 60 ::boost::trim_copy_if(Input, IsSpace), in trim_all_copy_if() 76 inline void trim_all_if(SequenceT& Input, PredicateT IsSpace) in trim_all_if() argument 78 ::boost::trim_if(Input, IsSpace); in trim_all_if() 80 Input, in trim_all_if() 97 … inline SequenceT trim_all_copy(const SequenceT& Input, const std::locale& Loc =std::locale()) in trim_all_copy() argument 99 return trim_all_copy_if(Input, ::boost::is_space(Loc)); in trim_all_copy() 114 inline void trim_all(SequenceT& Input, const std::locale& Loc =std::locale()) in trim_all() argument 116 trim_all_if(Input, ::boost::is_space(Loc)); in trim_all() 133 … inline SequenceT trim_fill_copy_if(const SequenceT& Input, const RangeT& Fill, PredicateT IsSpace) in trim_fill_copy_if() argument [all …]
|
D | find.hpp | 53 RangeT& Input, in find() argument 56 …or_range<BOOST_STRING_TYPENAME range_iterator<RangeT>::type> lit_input(::boost::as_literal(Input)); in find() 81 Range1T& Input, in find_first() argument 84 return ::boost::algorithm::find(Input, ::boost::algorithm::first_finder(Search)); in find_first() 107 Range1T& Input, in ifind_first() argument 111 … return ::boost::algorithm::find(Input, ::boost::algorithm::first_finder(Search,is_iequal(Loc))); in ifind_first() 134 Range1T& Input, in find_last() argument 137 return ::boost::algorithm::find(Input, ::boost::algorithm::last_finder(Search)); in find_last() 160 Range1T& Input, in ifind_last() argument 164 … return ::boost::algorithm::find(Input, ::boost::algorithm::last_finder(Search, is_iequal(Loc))); in ifind_last() [all …]
|
D | find_format.hpp | 59 const RangeT& Input, in find_format_copy() argument 75 …ge<BOOST_STRING_TYPENAME range_const_iterator<RangeT>::type> lit_input(::boost::as_literal(Input)); in find_format_copy() 93 const SequenceT& Input, in find_format_copy() argument 110 Input, in find_format_copy() 112 Finder(::boost::begin(Input), ::boost::end(Input))); in find_format_copy() 129 SequenceT& Input, in find_format() argument 146 Input, in find_format() 148 Finder(::boost::begin(Input), ::boost::end(Input))); in find_format() 178 const RangeT& Input, in find_format_all_copy() argument 194 …ge<BOOST_STRING_TYPENAME range_const_iterator<RangeT>::type> lit_input(::boost::as_literal(Input)); in find_format_all_copy() [all …]
|
D | predicate.hpp | 59 const Range1T& Input, in starts_with() argument 63 …e<BOOST_STRING_TYPENAME range_const_iterator<Range1T>::type> lit_input(::boost::as_literal(Input)); in starts_with() 93 const Range1T& Input, in starts_with() argument 96 return ::boost::algorithm::starts_with(Input, Test, is_equal()); in starts_with() 114 const Range1T& Input, in istarts_with() argument 118 return ::boost::algorithm::starts_with(Input, Test, is_iequal(Loc)); in istarts_with() 141 const Range1T& Input, in ends_with() argument 145 …e<BOOST_STRING_TYPENAME range_const_iterator<Range1T>::type> lit_input(::boost::as_literal(Input)); in ends_with() 170 const Range1T& Input, in ends_with() argument 173 return ::boost::algorithm::ends_with(Input, Test, is_equal()); in ends_with() [all …]
|
/third_party/boost/boost/spirit/home/support/iterators/detail/ |
D | combine_policies.hpp | 27 , typename Ownership, typename Checking, typename Input, typename Storage 30 , bool InputIsEmpty = boost::is_empty<Input>::value> 35 , typename Input, typename Storage> 36 struct multi_pass_unique<T, Ownership, Checking, Input, Storage 38 : Ownership, Checking, Input, Storage 41 multi_pass_unique(T& x) : Input(x) {} in multi_pass_unique() 42 multi_pass_unique(T const& x) : Input(x) {} in multi_pass_unique() 49 Input::destroy(mp); in destroy() 57 this->Input::swap(x); in swap() 71 , typename Input, typename Storage> [all …]
|
/third_party/boost/boost/atomic/detail/ |
D | integral_conversions.hpp | 33 template< typename Output, typename Input > 34 BOOST_FORCEINLINE Output zero_extend_impl(Input input, atomics::detail::true_type) BOOST_NOEXCEPT in zero_extend_impl() 38 static_cast< typename atomics::detail::make_unsigned< Input >::type >(input))); in zero_extend_impl() 41 template< typename Output, typename Input > 42 BOOST_FORCEINLINE Output zero_extend_impl(Input input, atomics::detail::false_type) BOOST_NOEXCEPT in zero_extend_impl() 44 …return static_cast< Output >(static_cast< typename atomics::detail::make_unsigned< Input >::type >… in zero_extend_impl() 48 template< typename Output, typename Input > 49 BOOST_FORCEINLINE Output zero_extend(Input input) BOOST_NOEXCEPT in zero_extend() 55 template< typename Output, typename Input > 56 BOOST_FORCEINLINE Output integral_truncate(Input input) BOOST_NOEXCEPT in integral_truncate() [all …]
|
D | integral_extend.hpp | 32 template< typename Output, typename Input > 33 BOOST_FORCEINLINE Output zero_extend_impl(Input input, atomics::detail::true_type) BOOST_NOEXCEPT in zero_extend_impl() 37 static_cast< typename atomics::detail::make_unsigned< Input >::type >(input))); in zero_extend_impl() 40 template< typename Output, typename Input > 41 BOOST_FORCEINLINE Output zero_extend_impl(Input input, atomics::detail::false_type) BOOST_NOEXCEPT in zero_extend_impl() 43 …return static_cast< Output >(static_cast< typename atomics::detail::make_unsigned< Input >::type >… in zero_extend_impl() 47 template< typename Output, typename Input > 48 BOOST_FORCEINLINE Output zero_extend(Input input) BOOST_NOEXCEPT in zero_extend() 54 template< typename Output, typename Input > 55 BOOST_FORCEINLINE Output integral_truncate(Input input) BOOST_NOEXCEPT in integral_truncate() [all …]
|
/third_party/boost/boost/iterator/ |
D | function_input_iterator.hpp | 48 template <class Function, class Input> 51 function_input_iterator<Function, Input>, 59 function_input_iterator(Function & f_, Input state_ = Input()) in function_input_iterator() 81 Input state; 85 template <class Function, class Input> 88 function_pointer_input_iterator<Function, Input>, 96 function_pointer_input_iterator(Function &f_, Input state_ = Input()) in function_pointer_input_iterator() 118 Input state; 124 template <class Function, class Input> 128 impl::function_pointer_input_iterator<Function,Input>, [all …]
|
/third_party/boost/boost/algorithm/string/detail/ |
D | find_format_all.hpp | 36 const InputT& Input, in find_format_all_copy_impl2() argument 54 input_iterator_type LastMatch=::boost::begin(Input); in find_format_all_copy_impl2() 66 M=Finder( LastMatch, ::boost::end(Input) ); in find_format_all_copy_impl2() 70 Output = std::copy( LastMatch, ::boost::end(Input), Output ); in find_format_all_copy_impl2() 83 const InputT& Input, in find_format_all_copy_impl() argument 88 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_all_copy_impl() 91 Input, in find_format_all_copy_impl() 97 return std::copy( ::boost::begin(Input), ::boost::end(Input), Output ); in find_format_all_copy_impl() 110 const InputT& Input, in find_format_all_copy_impl2() argument 128 input_iterator_type LastMatch=::boost::begin(Input); in find_format_all_copy_impl2() [all …]
|
D | sequence.hpp | 30 InputT& Input, in insert() argument 35 Input.insert( At, Begin, End ); in insert() 40 InputT& Input, in insert() argument 44 … ::boost::algorithm::detail::insert( Input, At, ::boost::begin(Insert), ::boost::end(Insert) ); in insert() 55 InputT& Input, in erase() argument 59 return Input.erase( From, To ); in erase() 71 InputT& Input, in operator ()() 88 Input.insert( InputIt, InsertIt, End ); in operator ()() 95 Input.erase( InputIt, To ); in operator ()() 107 InputT& Input, in operator ()() [all …]
|
D | find_format.hpp | 35 const InputT& Input, in find_format_copy_impl2() argument 52 Output = std::copy( ::boost::begin(Input), ::boost::end(Input), Output ); in find_format_copy_impl2() 57 Output = std::copy( ::boost::begin(Input), ::boost::begin(M), Output ); in find_format_copy_impl2() 62 Output = std::copy( M.end(), ::boost::end(Input), Output ); in find_format_copy_impl2() 74 const InputT& Input, in find_format_copy_impl() argument 78 if( ::boost::algorithm::detail::check_find_result(Input, FindResult) ) { in find_format_copy_impl() 81 Input, in find_format_copy_impl() 86 return std::copy( ::boost::begin(Input), ::boost::end(Input), Output ); in find_format_copy_impl() 99 const InputT& Input, in find_format_copy_impl2() argument 116 return InputT( Input ); in find_format_copy_impl2() [all …]
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/frag/ |
D | interpolation-qualifiers-struct.asm.frag | 15 OpName %Input "Input" 16 OpMemberName %Input 0 "v0" 17 OpMemberName %Input 1 "v1" 18 OpMemberName %Input 2 "v2" 19 OpMemberName %Input 3 "v3" 20 OpMemberName %Input 4 "v4" 21 OpMemberName %Input 5 "v5" 22 OpMemberName %Input 6 "v6" 26 OpMemberDecorate %Input 1 NoPerspective 27 OpMemberDecorate %Input 2 Centroid [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsFunctionClassesCjsExportAssignment.types | 58 * Input type definition 60 * @typedef {Object} Input 77 * @param {Input} input 82 >input : Input 94 >input : Input 99 >this : this & { construct(input: Input, handle?: import("tests/cases/conformance/jsdoc/declaration… 102 >this.construct : (input: Input, handle?: import("tests/cases/conformance/jsdoc/declarations/hook")… 103 >this : this & { construct(input: Input, handle?: import("tests/cases/conformance/jsdoc/declaration… 104 >construct : (input: Input, handle?: import("tests/cases/conformance/jsdoc/declarations/hook").Hook… 105 >input : Input [all …]
|
/third_party/glslang/Test/baseResults/ |
D | spv.400.tese.out | 95 20: TypePointer Input 19 96 21(gl_in): 20(ptr) Variable Input 99 24: TypePointer Input 11(fvec4) 101 29: TypePointer Input 10(float) 103 37: TypePointer Input 6(int) 104 38(gl_PatchVerticesIn): 37(ptr) Variable Input 105 41(gl_PrimitiveID): 37(ptr) Variable Input 108 46: TypePointer Input 43(fvec3) 109 47(gl_TessCoord): 46(ptr) Variable Input 112 52: TypePointer Input 51 [all …]
|
D | spv.AnyHitShader.rahit.out | 66 10: TypePointer Input 7(ivec3) 67 11(gl_LaunchIDNV): 10(ptr) Variable Input 68 14(gl_LaunchSizeNV): 10(ptr) Variable Input 71 19: TypePointer Input 16(int) 72 20(gl_PrimitiveID): 19(ptr) Variable Input 73 23(gl_InstanceID): 19(ptr) Variable Input 74 26(gl_InstanceCustomIndexNV): 19(ptr) Variable Input 78 32: TypePointer Input 29(fvec3) 79 33(gl_WorldRayOriginNV): 32(ptr) Variable Input 80 36(gl_WorldRayDirectionNV): 32(ptr) Variable Input [all …]
|
D | spv.ext.AnyHitShader.rahit.out | 75 10: TypePointer Input 7(ivec3) 76 11(gl_LaunchIDEXT): 10(ptr) Variable Input 77 14(gl_LaunchSizeEXT): 10(ptr) Variable Input 80 19: TypePointer Input 16(int) 81 20(gl_PrimitiveID): 19(ptr) Variable Input 82 23(gl_InstanceID): 19(ptr) Variable Input 83 26(gl_InstanceCustomIndexEXT): 19(ptr) Variable Input 87 32: TypePointer Input 29(fvec3) 88 33(gl_WorldRayOriginEXT): 32(ptr) Variable Input 89 36(gl_WorldRayDirectionEXT): 32(ptr) Variable Input [all …]
|
D | spv.ext.ClosestHitShader.rchit.out | 80 10: TypePointer Input 7(ivec3) 81 11(gl_LaunchIDEXT): 10(ptr) Variable Input 82 14(gl_LaunchSizeEXT): 10(ptr) Variable Input 85 19: TypePointer Input 16(int) 86 20(gl_PrimitiveID): 19(ptr) Variable Input 87 23(gl_InstanceID): 19(ptr) Variable Input 88 26(gl_InstanceCustomIndexEXT): 19(ptr) Variable Input 92 32: TypePointer Input 29(fvec3) 93 33(gl_WorldRayOriginEXT): 32(ptr) Variable Input 94 36(gl_WorldRayDirectionEXT): 32(ptr) Variable Input [all …]
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/ |
D | DisplayNames.properties | 11 # Default Input method display names for Indic input methods 14 DisplayName.Bengali = Bengali Input Method 15 DisplayName.Devanagari = Devanagari Input Method 16 DisplayName.Gujarati = Gujarati Input Method 17 DisplayName.Gurmukhi = Gurmukhi Input Method 18 DisplayName.Kannada = Kannada Input Method 19 DisplayName.Malayalam = Malayalam Input Method 20 DisplayName.Oriya = Oriya Input Method 21 DisplayName.Tamil = Tamil Input Method 22 DisplayName.Telugu = Telugu Input Method
|