/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_misc_opcodes.cpp | 399 ProcessArea(dng_negative & , uint32 , dng_pixel_buffer &buffer, const dng_rect &dstArea, const dng_rect & ) ProcessArea() argument 618 ProcessArea(dng_negative & , uint32 , dng_pixel_buffer &buffer, const dng_rect &dstArea, const dng_rect & ) ProcessArea() argument 980 ProcessArea(dng_negative & , uint32 , dng_pixel_buffer &buffer, const dng_rect &dstArea, const dng_rect & ) ProcessArea() argument 1186 ProcessArea(dng_negative & , uint32 , dng_pixel_buffer &buffer, const dng_rect &dstArea, const dng_rect & ) ProcessArea() argument 1366 ProcessArea(dng_negative & , uint32 , dng_pixel_buffer &buffer, const dng_rect &dstArea, const dng_rect & ) ProcessArea() argument 1543 ProcessArea(dng_negative & , uint32 , dng_pixel_buffer &buffer, const dng_rect &dstArea, const dng_rect & ) ProcessArea() argument [all...] |
/third_party/protobuf/src/google/protobuf/io/ |
H A D | coded_stream_unittest.cc | 727 uint8 buffer[8]; in TEST_F() local [all...] |
H A D | zero_copy_stream_impl.cc | 131 int FileInputStream::CopyingFileInputStream::Read(void* buffer, int size) { in Read() argument 217 bool FileOutputStream::CopyingFileOutputStream::Write(const void* buffer, in Write() argument 273 int IstreamInputStream::CopyingIstreamInputStream::Read(void* buffer, in Read() argument 305 bool OstreamOutputStream::CopyingOstreamOutputStream::Write(const void* buffer, in Write() argument
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | NioByteString.java | 49 private final ByteBuffer buffer; field in NioByteString 51 NioByteString(ByteBuffer buffer) { in NioByteString() argument [all...] |
H A D | UnknownFieldSetLite.java | 381 final void printWithIndent(StringBuilder buffer, int indent) { in printWithIndent() argument
|
/third_party/python/Modules/_sre/ |
H A D | sre.h | 70 Py_buffer buffer; member
|
/third_party/python/Modules/ |
H A D | getpath.c | 362 char *buffer = (char *)PyMem_Malloc(MAX_FILE); variable 706 wchar_t *buffer = NULL; in winmodule_to_dict() local [all...] |
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | CodedOutputStreamTest.java | 112 private final ByteBuffer buffer; field in CodedOutputStreamTest.NioHeapCoder 151 private final ByteBuffer buffer; field in CodedOutputStreamTest.NioDirectCoder [all...] |
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | CodedInputStream.php | 40 private $buffer; variable 59 $this->buffer = $buffer; variable 303 $buffer = ""; global() variable 305 $buffer = substr($this->buffer, $this->current, $size); global() variable [all...] |
/third_party/protobuf/php/tests/ |
H A D | PhpImplementationTest.php | 473 $buffer = null; variable
|
/third_party/protobuf/src/google/protobuf/ |
H A D | lite_unittest.cc | 200 std::string buffer; in TEST() local 368 std::string buffer; in TEST() local
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | common.cc | 106 char buffer[128]; in VersionString() local [all...] |
/third_party/protobuf/src/google/protobuf/util/ |
H A D | json_util.cc | 194 const void* buffer; in JsonToBinaryStream() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | numbers.cc | 147 char* numbers_internal::FastIntToBuffer(uint32_t i, char* buffer) { in FastIntToBuffer() argument 217 FastIntToBuffer(int32_t i, char* buffer) FastIntToBuffer() argument 229 FastIntToBuffer(uint64_t i, char* buffer) FastIntToBuffer() argument 270 FastIntToBuffer(int64_t i, char* buffer) FastIntToBuffer() argument 486 SixDigitsToBuffer(double d, char* const buffer) SixDigitsToBuffer() argument [all...] |
H A D | str_format_test.cc | 324 char buffer[16]; in TEST_F() local [all...] |
H A D | escaping_test.cc | 597 StringType buffer; in TestEscapeAndUnescape() local
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_coretext.cpp | 281 auto buffer = handler->runBuffer(info); local [all...] |
H A D | SkShaper_primitive.cpp | 255 const auto buffer = handler->runBuffer(info); in shape() local
|
/third_party/skia/experimental/ffmpeg/ |
H A D | SkVideoEncoder.cpp | 85 static int sk_write_packet(void* ctx, uint8_t* buffer, int size) { in sk_write_packet() argument 154 uint8_t* buffer = (uint8_t*)av_malloc(bufferSize); in init() local
|
/third_party/skia/gm/ |
H A D | imagefiltersbase.cpp | 57 sk_sp<SkFlattenable> FailImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument 92 sk_sp<SkFlattenable> IdentityImageFilter::CreateProc(SkReadBuffer& buffer) { in CreateProc() argument
|
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/cpp/ |
H A D | native-lib.cpp | 127 const void* buffer = env->GetDirectBufferAddress(bufferObj); in Java_org_skia_skottie_SkottieAnimation_nCreateProxy() local
|
/third_party/skia/fuzz/ |
H A D | FuzzSkParagraph.cpp | 116 uint8_t RandomText(T* buffer, Fuzz* fuzz) { in RandomText() argument
|
/third_party/skia/experimental/skottiekit/ |
H A D | skottiekit_bindings.cpp | 237 GrGLint buffer; in MakeOnScreenGLSurface() local
|
/third_party/rust/crates/syn/src/ |
H A D | lib.rs | 326 pub mod buffer; modules
|
/third_party/selinux/libselinux/src/ |
H A D | regex.c | 546 void regex_format_error(struct regex_error_data const *error_data, char *buffer, in regex_format_error() argument [all...] |