Home
last modified time | relevance | path

Searched defs:input (Results 1526 - 1550 of 3282) sorted by relevance

1...<<61626364656667686970>>...132

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DAbstractMessage.java419 public BuilderType mergeFrom(final CodedInputStream input) throws IOException { in mergeFrom() argument
562 public BuilderType mergeFrom(final InputStream input) throws IOException { in mergeFrom() argument
424 mergeFrom( final CodedInputStream input, final ExtensionRegistryLite extensionRegistry) mergeFrom() argument
567 mergeFrom( final InputStream input, final ExtensionRegistryLite extensionRegistry) mergeFrom() argument
573 mergeDelimitedFrom(final InputStream input) mergeDelimitedFrom() argument
578 mergeDelimitedFrom( final InputStream input, final ExtensionRegistryLite extensionRegistry) mergeDelimitedFrom() argument
[all...]
H A DAbstractMessageLite.java172 public BuilderType mergeFrom(final CodedInputStream input) throws IOException { in mergeFrom() argument
178 mergeFrom( final CodedInputStream input, final ExtensionRegistryLite extensionRegistry) mergeFrom() argument
258 mergeFrom(final InputStream input) mergeFrom() argument
266 mergeFrom( final InputStream input, final ExtensionRegistryLite extensionRegistry) mergeFrom() argument
328 mergeDelimitedFrom( final InputStream input, final ExtensionRegistryLite extensionRegistry) mergeDelimitedFrom() argument
341 mergeDelimitedFrom(final InputStream input) mergeDelimitedFrom() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DIndexDataManager.cpp28 void ConvertIndexArray(const void *input, in ConvertIndexArray() argument
56 ConvertIndices(gl::DrawElementsType sourceType, gl::DrawElementsType destinationType, const void *input, GLsizei count, void *output, bool usePrimitiveRestartFixedIndex) ConvertIndices() argument
/third_party/skia/third_party/externals/angle2/src/common/
H A Dmatrix_utils_unittest.cpp708 const auto &input = rotationGoldenInputs[i]; in TEST() local
1228 const auto &input in TEST() local
1652 const auto &input = orthoGoldenInputs[i]; TEST() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp67 StringRef ScalarTraits<TypeName>::input(StringRef S, void *V, TypeName &T) { in input() function in ScalarTraits
H A DCodeViewYAMLTypes.cpp148 StringRef ScalarTraits<GUID>::input(StringRef Scalar, void *Ctx, GUID &S) { in input() function in ScalarTraits
176 StringRef ScalarTraits<TypeIndex>::input(StringRef Scalar, void *Ctx, in input() function in ScalarTraits
188 StringRef ScalarTraits<APSInt>::input(StringRef Scalar, void *Ctx, APSInt &S) { in input() function in ScalarTraits
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderAtomicCounterOpsTests.hpp102 glw::GLuint iterate(glw::GLuint input, glw::GLuint param, glw::GLuint compare) const in iterate() argument
118 glw::GLuint iterate(glw::GLuint input, glw::GLuint param, glw::GLuint compare) const in iterate() argument
134 glw::GLuint iterate(glw::GLuint input, glw::GLuint param, glw::GLuint compare) const in iterate() argument
150 glw::GLuint iterate(glw::GLuint input, glw::GLuint param, glw::GLuint compare) const in iterate() argument
166 glw::GLuint iterate(glw::GLuint input, gl argument
182 iterate(glw::GLuint input, glw::GLuint param, glw::GLuint compare) const iterate() argument
198 iterate(glw::GLuint input, glw::GLuint param, glw::GLuint compare) const iterate() argument
214 iterate(glw::GLuint input, glw::GLuint param, glw::GLuint compare) const iterate() argument
231 iterate(glw::GLuint input, glw::GLuint param, glw::GLuint compare) const iterate() argument
[all...]
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
H A Dcommand_parser_test.cc2868 const char* input; member
H A Dparser.cc48 Result Parser::Parse(const std::string& input) { in Parse() argument
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dext_inst.debuginfo_test.cpp50 const std::string input = in TEST_P() local
63 EXPECT_THAT(EncodeAndDecodeSuccessfully(input), input) << input; in TEST_P() local
406 const std::string input = prefix + "FlagIsPublic\n"; in TEST_F() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Ddef_use_test.cpp1402 const std::string input = "%1 = OpTypeBool"; in TEST() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
H A Dcommon.h140 static inline Short bytesToShort(constant uchar *input, uint offset) in bytesToShort() argument
149 static inline Int bytesToInt(constant uchar *input, uint offset) in bytesToInt() argument
190 static inline T getShiftedData(T input) in getShiftedData() argument
199 shiftData(T input) shiftData() argument
208 normalizedToFloat(T input) normalizedToFloat() argument
219 normalizedToFloat(T input) normalizedToFloat() argument
225 normalizedToFloat(short input) normalizedToFloat() argument
232 normalizedToFloat(int input) normalizedToFloat() argument
239 normalizedToFloat(uint input) normalizedToFloat() argument
246 floatToNormalized(float input) floatToNormalized() argument
256 floatToNormalized(float input) floatToNormalized() argument
[all...]
/third_party/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.cpp150 const char* input = fProgramBuilder->inputSamplerVariable(samplerHandle); in appendInputLoad() local
/third_party/skia/src/core/
H A DSkGlyphBuffer.h178 SkZip<SkGlyphVariant, SkPoint> input() { in input() function in SkSourceGlyphBuffer::SkDrawableGlyphBuffer
/third_party/skia/src/effects/imagefilters/
H A DSkMagnifierImageFilter.cpp30 SkMagnifierImageFilter(const SkRect& srcRect, SkScalar inset, sk_sp<SkImageFilter> input, in SkMagnifierImageFilter() argument
55 Magnifier( const SkRect& srcRect, SkScalar inset, sk_sp<SkImageFilter> input, const CropRect& cropRect) Magnifier() argument
95 make_magnifier_fp( std::unique_ptr<GrFragmentProcessor> input, SkIRect bounds, SkRect srcRect, float xInvZoom, float yInvZoom, float xInvInset, float yInvInset) make_magnifier_fp() argument
[all...]
H A DSkDropShadowImageFilter.cpp20 SkDropShadowImageFilter(SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor color, bool shadowOnly, sk_sp<SkImageFilter> input, const SkRect* cropRect) SkDropShadowImageFilter() argument
31 Make(SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor color, bool shadowOnly, sk_sp<SkImageFilter> input, const SkRect* cropRect) Make() argument
59 DropShadow( SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor color, sk_sp<SkImageFilter> input, const CropRect& cropRect) DropShadow() argument
66 DropShadowOnly( SkScalar dx, SkScalar dy, SkScalar sigmaX, SkScalar sigmaY, SkColor color, sk_sp<SkImageFilter> input, const CropRect& cropRect) DropShadowOnly() argument
[all...]
H A DSkAlphaThresholdImageFilter.cpp35 SkAlphaThresholdImageFilter(const SkRegion& region, SkScalar innerThreshold, SkScalar outerThreshold, sk_sp<SkImageFilter> input, const SkRect* cropRect = nullptr) SkAlphaThresholdImageFilter() argument
68 AlphaThreshold( const SkRegion& region, SkScalar innerMin, SkScalar outerMax, sk_sp<SkImageFilter> input, const CropRect& cropRect) AlphaThreshold() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.cpp197 sw::Stream &input = stream[desc.location]; in Inputs() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DIndexDataManager.cpp49 void copyIndices(GLenum type, const void *input, GLsizei count, void *output) in copyIndices() argument
72 void copyIndices(GLenum mode, GLenum type, const std::vector<GLsizei>& restartIndices, const void *input, GLsizei count, void* output) in copyIndices() argument
H A DVertexDataManager.cpp80 const char *input = nullptr; in writeAttributeData() local
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DComputeTests.cpp127 test( const std::string &shader, std::function<uint32_t(uint32_t idx)> input, std::function<uint32_t(uint32_t idx)> expected) test() argument
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DRule.java26 private final RuleSegment input; field in Rule
31 Rule(RuleSegment backtrack, RuleSegment input, RuleSegment lookAhead, RuleSegment subst) { in Rule() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dext_inst.debuginfo_test.cpp50 const std::string input = in TEST_P() local
63 EXPECT_THAT(EncodeAndDecodeSuccessfully(input), input) << input; in TEST_P() local
406 const std::string input = prefix + "FlagIsPublic\n"; in TEST_F() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Ddef_use_test.cpp1402 const std::string input = "%1 = OpTypeBool"; in TEST() local
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H A Dtimepng.c63 FILE *input; member

Completed in 31 milliseconds

1...<<61626364656667686970>>...132