| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/ |
| H A D | YAMLRemarkSerializer.cpp | 114 static StringRef input(StringRef Scalar, void *Ctx, StringBlockVal &S) { in input() function
|
| /third_party/skia/third_party/externals/tint/src/reader/spirv/ |
| H A D | parser_impl_test_helper.h | 301 parser( const std::vector<uint32_t>& input) parser() argument
|
| /third_party/skia/third_party/externals/zlib/contrib/bench/ |
| H A D | zlib_bench.cc | 188 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 D | fiddle_main.cpp | 63 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 D | dng_fingerprint.cpp | 263 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 D | coded_stream_unittest.cc | 1326 ReallyBigInputStream input; TEST_F() local [all...] |
| H A D | tokenizer_unittest.cc | 197 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 D | zero_copy_stream_impl.cc | 254 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 D | MapEntry.java | 102 MapEntry( Metadata<K, V> metadata, CodedInputStream input, ExtensionRegistryLite extensionRegistry) MapEntry() argument
|
| H A D | DynamicMessage.java | 90 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 D | UnknownFieldSetLite.java | 417 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 D | tokenizer.h | 75 char* input; /* Tokenizer's newline translated copy of the string. */ member
|
| /third_party/protobuf/php/tests/ |
| H A D | PhpImplementationTest.php | 35 $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 D | message_lite.h | 550 MergeFromImpl(const SourceWrapper<T>& input, MessageLite* msg, MessageLite::ParseFlags parse_flags) MergeFromImpl() argument 558 ParseFrom(const T& input) ParseFrom() argument [all...] |
| H A D | unknown_field_set.cc | 212 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 D | json_util.cc | 258 util::Status JsonStringToMessage(StringPiece input, Message* message, in JsonStringToMessage() argument
|
| /third_party/python/Modules/cjkcodecs/clinic/ |
| H A D | multibytecodec.c.h | 32 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 D | time_zone.h | 368 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 D | time_zone_format_test.cc | 1204 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 D | str_split_test.cc | 606 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 D | imagefiltersbase.cpp | 64 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 D | ext_inst.debuginfo_test.cpp | 50 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 D | def_use_test.cpp | 1404 const std::string input = "%1 = OpTypeBool"; in TEST() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| H A D | es31fSeparateShaderTests.cpp | 200 void printInputColor (ostringstream& oss, const VariableDeclaration& input) in printInputColor() argument
|
| /third_party/vk-gl-cts/external/vulkancts/vkscpc/ |
| H A D | vkscpc.cpp | 65 void importFilesForExternalCompiler (vksc_server::VulkanPipelineCacheInput& input, in importFilesForExternalCompiler() argument 283 vksc_server::VulkanPipelineCacheInput input; main() local [all...] |