| /third_party/rust/crates/nom/src/bytes/ |
| D | streaming.rs | 31 pub fn tag<T, Input, Error: ParseError<Input>>( in tag() argument 33 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in tag() 73 pub fn tag_no_case<T, Input, Error: ParseError<Input>>( in tag_no_case() argument 75 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in tag_no_case() 117 pub fn is_not<T, Input, Error: ParseError<Input>>( in is_not() argument 119 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in is_not() 153 pub fn is_a<T, Input, Error: ParseError<Input>>( in is_a() argument 155 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in is_a() 188 pub fn take_while<F, Input, Error: ParseError<Input>>( in take_while() argument 190 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in take_while() [all …]
|
| D | complete.rs | 32 pub fn tag<T, Input, Error: ParseError<Input>>( in tag() argument 34 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in tag() 74 pub fn tag_no_case<T, Input, Error: ParseError<Input>>( in tag_no_case() argument 76 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in tag_no_case() 117 pub fn is_not<T, Input, Error: ParseError<Input>>( in is_not() argument 119 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in is_not() 151 pub fn is_a<T, Input, Error: ParseError<Input>>( in is_a() argument 153 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in is_a() 183 pub fn take_while<F, Input, Error: ParseError<Input>>( in take_while() argument 185 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in take_while() [all …]
|
| /third_party/rust/crates/memchr/bench/src/memmem/ |
| D | inputs.rs | 4 pub struct Input { struct 28 pub const INPUTS: &'static [Input] = &[ argument
|
| /third_party/rust/crates/memchr/bench/src/memchr/ |
| D | inputs.rs | 3 pub struct Input { struct 20 pub const HUGE: Input = Input { argument 108 impl Input { impl
|
| D | mod.rs | 773 input: Input, in define_memchr_input1() 797 input: Input, in define_memchr_input2() 821 input: Input, in define_memchr_input3()
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fFboTestUtil.hpp | 71 struct Input struct in deqp::gles31::Functional::FboTestUtil::Texture2DShader 73 int unitNdx; 74 tcu::Vec4 scale; 75 tcu::Vec4 bias;
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| D | VertexProcessor.hpp | 70 struct Input struct 72 operator bool() const // Returns true if stream contains data in operator bool() 77 VkFormat format; // TODO(b/148016460): Could be restricted to VK_FORMAT_END_RANGE 78 unsigned int attribType : BITS(SpirvShader::ATTRIBTYPE_LAST);
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fFboTestUtil.hpp | 101 struct Input struct in deqp::gles3::Functional::FboTestUtil::Texture2DShader 103 int unitNdx; 104 tcu::Vec4 scale; 105 tcu::Vec4 bias;
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
| D | Input.cpp | 24 Input::Input() : mCount(0), mString(0) in Input() function in pp::Input 32 Input::Input(size_t count, const char *const string[], const int length[]) in Input() function in pp::Input
|
| /third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
| D | Input.cpp | 20 Input::Input() : mCount(0), mString(0) {} in Input() function in angle::pp::Input 24 Input::Input(size_t count, const char *const string[], const int length[]) in Input() function in angle::pp::Input
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_mesh_shader/ |
| D | mesh.adoc | 33 [[mesh-task-output]] 90 [[mesh-output]]
|
| /third_party/json/docs/mkdocs/docs/features/parsing/ |
| D | index.md | 7 ## Input section in Parsing
|
| /third_party/typescript/tests/cases/compiler/ |
| D | metadataOfEventAlias.ts | 12 function Input(target: any, key: string): void { } function
|
| D | targetEs6DecoratorMetadataImportNotElided.ts | 6 export function Input(): any { } function
|
| D | mappedTypeWithCombinedTypeMappers.ts | 11 interface Input { interface
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
| D | yaml2obj.h | 44 class Input; variable
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| D | VertexProcessor.hpp | 97 struct Input struct 99 operator bool() const // Returns true if stream contains data in operator bool() 104 StreamType type : BITS(STREAMTYPE_LAST); 105 unsigned int count : 3; 106 bool normalized : 1; 107 unsigned int attribType : BITS(VertexShader::ATTRIBTYPE_LAST);
|
| /third_party/typescript/tests/baselines/reference/ |
| D | metadataOfEventAlias.js | 30 function Input(target, key) { } class
|
| D | targetEs6DecoratorMetadataImportNotElided.js | 20 export function Input() { } class
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_HUAWEI_cluster_culling_shader/ |
| D | clusterculling.adoc | 24 [[cluster-culling-output]]
|
| /third_party/typescript/tests/cases/conformance/types/specifyingTypes/typeQueries/ |
| D | circularTypeofWithVarOrFunc.ts | 13 interface Input { interface
|
| /third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/ |
| D | works-when-noUnusedParameters-changes-to-false.js | 1 Input:: function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
| D | test_cast_main.cpp | 37 #define COMPARE(Func, FromCName, ToCName, Input, FromString) \ argument 57 #define COMPARE_ARG(Func, FromCName, ToCName, Input, FromString) \ argument 77 #define COMPARE_VEC(Func, FromCName, ToCName, Input, FromString, ToString) \ argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | StringExtras.h | 55 inline StringRef toStringRef(ArrayRef<uint8_t> Input) { in toStringRef() 60 inline ArrayRef<uint8_t> arrayRefFromStringRef(StringRef Input) { in arrayRefFromStringRef() 170 inline std::string fromHex(StringRef Input) { in fromHex()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
| D | MsgPackReader.cpp | 26 Reader::Reader(StringRef Input) : Reader({Input, "MsgPack"}) {} in Reader()
|