Home
last modified time | relevance | path

Searched defs:input (Results 301 - 325 of 2049) sorted by relevance

1...<<11121314151617181920>>...82

/third_party/skia/third_party/externals/brotli/c/enc/
H A Dutf8_util.c17 BrotliParseAsUTF8( int* symbol, const uint8_t* input, size_t size) BrotliParseAsUTF8() argument
[all...]
/third_party/openssl/crypto/des/
H A Decb_enc.c36 void DES_ecb_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb_encrypt() argument
H A Decb3_enc.c18 void DES_ecb3_encrypt(const_DES_cblock *input, DES_cblock *output, in DES_ecb3_encrypt() argument
/third_party/skia/third_party/externals/harfbuzz/test/api/
H A Dtest-ot-collect-glyphs.c45 hb_set_t *input = hb_set_create(); in test_ot_layout_lookup_collect_glyphs_source_sans() local
225 hb_set_t *input = hb_set_create(); test_ot_layout_lookup_collect_glyphs_noto_nastaliq() local
373 hb_set_t *input = hb_set_create(); test_ot_layout_lookup_collect_glyphs_qahiri() local
[all...]
H A Dtest-subset-cff2.c78 hb_subset_input_t *input; in test_subset_cff2_strip_hints() local
101 hb_subset_input_t *input; in test_subset_cff2_desubr() local
124 hb_subset_input_t *input; in test_subset_cff2_desubr_strip_hints() local
148 hb_subset_input_t *input; test_subset_cff2_retaingids() local
[all...]
H A Dtest-subset-drop-tables.c40 hb_subset_input_t *input = hb_subset_test_create_input (codepoints); in test_subset_drop_tables() local
H A Dtest-subset-gpos.c43 hb_subset_input_t *input = hb_subset_test_create_input (codepoints); in test_subset_gpos_lookup_subtable() local
69 hb_subset_input_t *input = hb_subset_test_create_input (codepoints); in test_subset_gpos_pairpos1_vf() local
H A Dtest-subset-gvar.c81 hb_subset_input_t *input = hb_subset_test_create_input (codepoints); in test_subset_gvar_retaingids() local
H A Dtest-subset-hdmx.c77 hb_subset_input_t *input = hb_subset_input_create_or_fail (); in test_subset_hdmx_invalid() local
H A Dtest-subset-hvar.c81 hb_subset_input_t *input = hb_subset_test_create_input (codepoints); in test_subset_map_HVAR_retaingids() local
162 hb_subset_input_t *input = hb_subset_test_create_input (codepoints); in test_subset_identity_HVAR_retaingids() local
H A Dtest-subset-vvar.c81 hb_subset_input_t *input = hb_subset_test_create_input (codepoints); in test_subset_VVAR_retaingids() local
H A Dtest-subset.c37 hb_subset_input_t *input = hb_subset_input_create_or_fail (); in test_subset_32_tables() local
59 hb_subset_input_t *input = hb_subset_input_create_or_fail (); in test_subset_no_inf_loop() local
80 hb_subset_input_t *input = hb_subset_input_create_or_fail (); in test_subset_crash() local
99 hb_subset_input_t *input = hb_subset_input_create_or_fail (); test_subset_set_flags() local
133 hb_subset_input_t *input = hb_subset_input_create_or_fail (); test_subset_sets() local
[all...]
/third_party/skia/third_party/externals/tint/fuzzers/
H A Dtint_reader_writer_fuzzer.h28 explicit ReaderWriterFuzzer(InputFormat input, OutputFormat output) in ReaderWriterFuzzer() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_impl_test_helper.cc26 ParserImplWrapperForTest( const std::vector<uint32_t>& input) ParserImplWrapperForTest() argument
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_pipeline_stage_test.cc23 std::string input; member
H A Dparser_impl_storage_class_test.cc23 const char* input; member
H A Dparser_impl_struct_decoration_test.cc24 const char* input; member
H A Dparser_impl_variable_qualifier_test.cc23 const char* input; member
/third_party/skia/third_party/externals/tint/src/utils/io/
H A Dcommand.h74 void SetInput(const std::string& input) { input_ = input; } in SetInput() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dcapi_helper.h52 IcuCApiHelper<CType, CPPType, kMagic>::validate(const CType* input, UErrorCode& status) { in validate() argument
70 IcuCApiHelper<CType, CPPType, kMagic>::validate(CType* input, UErrorCode& status) { in validate() argument
/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_table_driven_lite.cc98 MergePartialFromCodedStreamLite(MessageLite* msg, const ParseTable& table, io::CodedInputStream* input) MergePartialFromCodedStreamLite() argument
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DParser.java61 public MessageType parseFrom(CodedInputStream input) throws InvalidProtocolBufferException; in parseFrom() argument
68 public MessageType parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) in parseFrom() argument
75 public MessageType parsePartialFrom(CodedInputStream input) throws InvalidProtocolBufferException; in parsePartialFrom() argument
81 parsePartialFrom( CodedInputStream input, ExtensionRegistryLite extensionRegistry) parsePartialFrom() argument
191 parseFrom(InputStream input) parseFrom() argument
197 parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) parseFrom() argument
204 parsePartialFrom(InputStream input) parsePartialFrom() argument
210 parsePartialFrom(InputStream input, ExtensionRegistryLite extensionRegistry) parsePartialFrom() argument
222 parseDelimitedFrom(InputStream input) parseDelimitedFrom() argument
225 parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) parseDelimitedFrom() argument
232 parsePartialDelimitedFrom(InputStream input) parsePartialDelimitedFrom() argument
239 parsePartialDelimitedFrom( InputStream input, ExtensionRegistryLite extensionRegistry) parsePartialDelimitedFrom() argument
[all...]
H A DTextFormatEscaper.java49 static String escapeBytes(final ByteSequence input) { in escapeBytes() argument
108 static String escapeBytes(final ByteString input) { in escapeBytes() argument
124 static String escapeBytes(final byte[] input) { in escapeBytes() argument
144 escapeText(final String input) escapeText() argument
149 escapeDoubleQuotesAndBackslashes(final String input) escapeDoubleQuotesAndBackslashes() argument
[all...]
/third_party/pulseaudio/speex/doc/
H A Dsampleenc.c11 float input[FRAME_SIZE]; in main() local
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dmarshalling.h192 bool InvokeParseFlag(absl::string_view input, T* dst, std::string* err) { in InvokeParseFlag() argument
236 inline bool ParseFlag(absl::string_view input, T* dst, std::string* error) { in ParseFlag() argument

Completed in 8 milliseconds

1...<<11121314151617181920>>...82