Home
last modified time | relevance | path

Searched defs:input_buffer (Results 1 – 25 of 65) sorted by relevance

123

/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dchrome_subsetter.cc40 bool LoadFile(const char* input_file_path, sfntly::ByteVector* input_buffer) { in LoadFile()
107 sfntly::ByteVector input_buffer; in main() local
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/chromium/
Dchrome_subsetter.cc40 bool LoadFile(const char* input_file_path, sfntly::ByteVector* input_buffer) { in LoadFile()
107 sfntly::ByteVector input_buffer; in main() local
/third_party/jerryscript/jerry-core/api/
Djerryscript_adapter.c22 uint8_t* input_buffer; variable
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/
Dfont_parsing_test.cc35 ByteVector input_buffer; in TestFontParsing() local
117 ByteVector input_buffer; in TestTTFMemoryBasedReadWrite() local
Dchrome_subsetter.cc36 sfntly::ByteVector input_buffer; in TestChromeSubsetter() local
Dtest_font_utils.cc63 void LoadFile(const char* input_file_path, ByteVector* input_buffer) { in LoadFile()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dfont_parsing_test.cc35 ByteVector input_buffer; in TestFontParsing() local
117 ByteVector input_buffer; in TestTTFMemoryBasedReadWrite() local
Dchrome_subsetter.cc36 sfntly::ByteVector input_buffer; in TestChromeSubsetter() local
Dtest_font_utils.cc63 void LoadFile(const char* input_file_path, ByteVector* input_buffer) { in LoadFile()
/third_party/flutter/skia/third_party/externals/zlib/contrib/tests/fuzzers/
Dinflate_fuzzer.cc18 std::vector<unsigned char> input_buffer{data, data+size}; in LLVMFuzzerTestOneInput() local
Ddeflate_set_dictionary_fuzzer.cc17 std::vector<unsigned char> input_buffer{data, data + size}; in LLVMFuzzerTestOneInput() local
Ddeflate_fuzzer.cc22 std::vector<unsigned char> input_buffer{data, data+size}; in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
Dinflate_fuzzer.cc18 std::vector<unsigned char> input_buffer{data, data+size}; in LLVMFuzzerTestOneInput() local
Ddeflate_set_dictionary_fuzzer.cc17 std::vector<unsigned char> input_buffer{data, data + size}; in LLVMFuzzerTestOneInput() local
/third_party/grpc/test/core/compression/
Dmessage_compress_fuzzer.cc42 grpc_slice_buffer input_buffer; in LLVMFuzzerTestOneInput() local
Dstream_compression_fuzzer.cc36 grpc_slice_buffer input_buffer; in LLVMFuzzerTestOneInput() local
Dmessage_decompress_fuzzer.cc42 grpc_slice_buffer input_buffer; in LLVMFuzzerTestOneInput() local
Dstream_decompression_fuzzer.cc36 grpc_slice_buffer input_buffer; in LLVMFuzzerTestOneInput() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subsetter/
Dsubset_util.cc45 ByteVector input_buffer; in Subset() local
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/subsetter/
Dsubset_util.cc45 ByteVector input_buffer; in Subset() local
/third_party/boost/boost/compute/algorithm/detail/
Dinplace_reduce.hpp95 const buffer *input_buffer = &first.get_buffer(); in inplace_reduce() local
/third_party/node/test/js-native-api/test_typedarray/
Dtest_typedarray.c36 napi_value input_buffer; in Multiply() local
141 napi_value input_buffer = args[1]; in CreateTypedArray() local
/third_party/skia/third_party/externals/brotli/research/
Dbrotli_decoder.c18 uint8_t* input_buffer; member
/third_party/grpc/src/core/tsi/alts/frame_protector/
Dframe_handler.h44 const unsigned char* input_buffer; member
/third_party/cJSON/
DcJSON.c301 static cJSON_bool parse_number(cJSON * const item, parse_buffer * const input_buffer) in parse_number()
319 switch (buffer_at_offset(input_buffer)[i]) in parse_number() local
767 static cJSON_bool parse_string(cJSON * const item, parse_buffer * const input_buffer) in parse_string()
775 if (buffer_at_offset(input_buffer)[0] != '\"') in parse_string() local
1306 static cJSON_bool parse_value(cJSON * const item, parse_buffer * const input_buffer) in parse_value()
1435 static cJSON_bool parse_array(cJSON * const item, parse_buffer * const input_buffer) in parse_array()
1446 if (buffer_at_offset(input_buffer)[0] != '[') in parse_array() local
1595 static cJSON_bool parse_object(cJSON * const item, parse_buffer * const input_buffer) in parse_object()

123