Home
last modified time | relevance | path

Searched defs:input (Results 1776 - 1800 of 3571) sorted by relevance

1...<<71727374757677787980>>...143

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
H A DYAMLRemarkSerializer.cpp114 static StringRef input(StringRef Scalar, void *Ctx, StringBlockVal &S) { in input() function
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_test_helper.h301 parser( const std::vector<uint32_t>& input) parser() argument
/third_party/skia/third_party/externals/zlib/contrib/bench/
H A Dzlib_bench.cc188 void verify_equal(const char* input, size_t size, std::string* output) { in verify_equal() argument
122 zlib_compress( const zlib_wrapper type, const char* input, const size_t input_size, std::string* output, bool resize_output = false) zlib_compress() argument
157 zlib_uncompress( const zlib_wrapper type, const std::string& input, const size_t output_size, std::string* output) zlib_uncompress() argument
[all...]
/third_party/skia/tools/fiddle/
H A Dfiddle_main.cpp63 const uint8_t* input = reinterpret_cast<const uint8_t*>(data); in encode_to_base64() local
[all...]
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_fingerprint.cpp263 const uint8 *input = (const uint8 *) data; in Process() local
364 Encode(uint8 *output, const uint32 *input, uint32 len) Encode() argument
386 Decode(uint32 *output, const uint8 *input, uint32 len) Decode() argument
[all...]
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream_unittest.cc1326 ReallyBigInputStream input; TEST_F() local
[all...]
H A Dtokenizer_unittest.cc197 std::string input; member
327 std::string input; global() member
523 std::string input; global() member
836 std::string input; global() member
[all...]
H A Dzero_copy_stream_impl.cc254 IstreamInputStream::IstreamInputStream(std::istream* input, int block_size) in IstreamInputStream() argument
267 CopyingIstreamInputStream( std::istream* input) CopyingIstreamInputStream() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DMapEntry.java102 MapEntry( Metadata<K, V> metadata, CodedInputStream input, ExtensionRegistryLite extensionRegistry) MapEntry() argument
H A DDynamicMessage.java90 public static DynamicMessage parseFrom(Descriptor type, CodedInputStream input) in parseFrom() argument
129 public static DynamicMessage parseFrom(Descriptor type, InputStream input) throws IOException { in parseFrom() argument
96 parseFrom( Descriptor type, CodedInputStream input, ExtensionRegistry extensionRegistry) parseFrom() argument
134 parseFrom( Descriptor type, InputStream input, ExtensionRegistry extensionRegistry) parseFrom() argument
[all...]
H A DUnknownFieldSetLite.java417 boolean mergeFieldFrom(final int tag, final CodedInputStream input) throws IOException { in mergeFieldFrom() argument
480 private UnknownFieldSetLite mergeFrom(final CodedInputStream input) throw argument
[all...]
/third_party/python/Parser/
H A Dtokenizer.h75 char* input; /* Tokenizer's newline translated copy of the string. */ member
/third_party/protobuf/php/tests/
H A DPhpImplementationTest.php35 $input = new CodedInputStream(hex2bin("01")); variable
40 $input = new CodedInputStream(hex2bin("ffffffff0f")); variable
45 $input = new CodedInputStream(hex2bin("ffffffff7f")); variable
55 $input = new CodedInputStream(hex2bin("01")); variable
60 $input = new CodedInputStream(hex2bin("ffffffff0f")); variable
65 $input = new CodedInputStream(hex2bin("ffffffff7f")); global() variable
75 $input = new CodedInputStream(hex2bin("01")); global() variable
80 $input = new CodedInputStream(hex2bin("ffffffffffffffffff01")); global() variable
85 $input = new CodedInputStream(hex2bin("ffffffffffffffffff0f")); global() variable
95 $input = new CodedInputStream(hex2bin("01")); global() variable
100 $input = new CodedInputStream(hex2bin("FFFFFFFFFFFFFFFFFF01")); global() variable
105 $input = new CodedInputStream(hex2bin("FFFFFFFFFFFFFFFFFF0F")); global() variable
114 $input = new CodedInputStream(hex2bin("00")); global() variable
118 $input = new CodedInputStream(hex2bin("01")); global() variable
122 $input = new CodedInputStream(hex2bin("02")); global() variable
131 $input = new CodedInputStream(hex2bin("00")); global() variable
135 $input = new CodedInputStream(hex2bin("01")); global() variable
139 $input = new CodedInputStream(hex2bin("02")); global() variable
147 $input = new CodedInputStream(hex2bin("12345678")); global() variable
155 $input = new CodedInputStream(hex2bin("1234567812345678")); global() variable
167 $input = new CodedInputStream(hex2bin("12345678")); global() variable
175 $input = new CodedInputStream(hex2bin("0000803F")); global() variable
184 $input = new CodedInputStream(hex2bin("00")); global() variable
188 $input = new CodedInputStream(hex2bin("01")); global() variable
196 $input = new CodedInputStream(hex2bin("000000000000F03F")); global() variable
204 $input = new CodedInputStream(hex2bin("1234567812345678")); global() variable
347 $input = new CodedInputStream(hex2bin('')); global() variable
351 $input = new CodedInputStream(hex2bin('8080808080808080808001')); global() variable
355 $input = new CodedInputStream(hex2bin('808080')); global() variable
359 $input = new CodedInputStream(hex2bin('808001')); global() variable
369 $input = new CodedInputStream(hex2bin('808001808002')); global() variable
407 $input = new CodedInputStream(hex2bin($encoded)); global() variable
418 $input = new CodedInputStream(hex2bin('')); global() variable
422 $input = new CodedInputStream(hex2bin('8080808080808080808001')); global() variable
426 $input = new CodedInputStream(hex2bin('808080')); global() variable
430 $input = new CodedInputStream(hex2bin('808001')); global() variable
436 $input = new CodedInputStream(hex2bin('808001808002')); global() variable
444 $input = new CodedInputStream(hex2bin('808081808001')); global() variable
452 $input = new CodedInputStream(hex2bin('808001')); global() variable
461 $input = new CodedInputStream(hex2bin('808001')); global() variable
472 $input = new CodedInputStream(hex2bin('808001')); global() variable
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmessage_lite.h550 MergeFromImpl(const SourceWrapper<T>& input, MessageLite* msg, MessageLite::ParseFlags parse_flags) MergeFromImpl() argument
558 ParseFrom(const T& input) ParseFrom() argument
[all...]
H A Dunknown_field_set.cc212 bool UnknownFieldSet::MergeFromCodedStream(io::CodedInputStream* input) { in MergeFromCodedStream() argument
223 bool UnknownFieldSet::ParseFromCodedStream(io::CodedInputStream* input) { in ParseFromCodedStream() argument
228 bool UnknownFieldSet::ParseFromZeroCopyStream(io::ZeroCopyInputStream* input) { in ParseFromZeroCopyStream() argument
/third_party/protobuf/src/google/protobuf/util/
H A Djson_util.cc258 util::Status JsonStringToMessage(StringPiece input, Message* message, in JsonStringToMessage() argument
/third_party/python/Modules/cjkcodecs/clinic/
H A Dmultibytecodec.c.h32 PyObject *input; in _multibytecodec_MultibyteCodec_encode() local
95 Py_buffer input = {NULL, NULL}; _multibytecodec_MultibyteCodec_decode() local
163 PyObject *input; _multibytecodec_MultibyteIncrementalEncoder_encode() local
269 Py_buffer input = {NULL, NULL}; _multibytecodec_MultibyteIncrementalDecoder_decode() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dtime_zone.h368 inline bool parse(const std::string& fmt, const std::string& input, in parse() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_format_test.cc1204 const std::string input = oss.str(); in TEST() local
1285 const std::string input = nanos + ps_oss.str() + "999"; in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_split_test.cc606 const char input[] = "a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u"; in TEST() local
635 std::string input = "a,b"; in TEST() local
[all...]
/third_party/skia/gm/
H A Dimagefiltersbase.cpp64 static sk_sp<SkImageFilter> Make(sk_sp<SkImageFilter> input) { in Make() argument
77 IdentityImageFilter(sk_sp<SkImageFilter> input) : INHERITED(&input, 1, nullptr) {} in IdentityImageFilter() argument
/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/spirv-tools/test/opt/
H A Ddef_use_test.cpp1404 const std::string input = "%1 = OpTypeBool"; in TEST() local
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp200 void printInputColor (ostringstream& oss, const VariableDeclaration& input) in printInputColor() argument
/third_party/vk-gl-cts/external/vulkancts/vkscpc/
H A Dvkscpc.cpp65 void importFilesForExternalCompiler (vksc_server::VulkanPipelineCacheInput& input, in importFilesForExternalCompiler() argument
283 vksc_server::VulkanPipelineCacheInput input; main() local
[all...]

Completed in 22 milliseconds

1...<<71727374757677787980>>...143