Home
last modified time | relevance | path

Searched defs:bytes (Results 326 - 350 of 3403) sorted by relevance

1...<<11121314151617181920>>...137

/third_party/skia/src/codec/
H A DSkJpegUtility.cpp46 size_t bytes = src->fStream->read(src->fBuffer, skjpeg_source_mgr::kBufferSize); in sk_fill_buffered_input_buffer() local
66 size_t bytes = (size_t) numBytes; in sk_skip_buffered_input_data() local
106 size_t bytes = static_cast<size_t>(num_bytes); in sk_skip_mem_input_data() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMemory.cpp52 void *allocateRaw(size_t bytes, size_t alignment) in allocateRaw() argument
90 void *allocate(size_t bytes, size_t alignment) in allocate() argument
/third_party/skia/tests/
H A DMemsetTest.cpp12 static void set_zero(void* dst, size_t bytes) { in set_zero() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.h47 void setCalleeSavedFrameSize(unsigned bytes) { CalleeSavedFrameSize = bytes; } in setCalleeSavedFrameSize() argument
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dbytestream.h85 AppendU8(const char* bytes, int32_t n) AppendU8() argument
101 AppendU8(const char8_t* bytes, int32_t n) AppendU8() argument
[all...]
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DIsValidUtf8Test.java123 private byte[] toByteArray(int... bytes) { in toByteArray() argument
131 private void assertValidUtf8(ByteStringFactory factory, int[] bytes, boolean not) { in assertValidUtf8() argument
151 assertValidUtf8(int... bytes) assertValidUtf8() argument
157 assertInvalidUtf8(int... bytes) assertInvalidUtf8() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.cc64 size_t bytes = kRepHeaderSize + sizeof(old_rep->elements[0]) * new_size; in InternalExtend() local
/third_party/skia/include/core/
H A DSkData.h52 const uint8_t* bytes() const { in bytes() function in final
/third_party/rust/crates/nom/src/
H A Dlib.rs454 pub mod bytes; global() modules
[all...]
/third_party/rust/crates/rustix/tests/thread/
H A Dprctl.rs115 let mut bytes = Vec::default(); in load_linux_kernel_config() variables
/third_party/rust/crates/regex/tests/
H A Dtest_nfa_bytes.rs40 mod bytes; modules
H A Dtest_default_bytes.rs59 mod bytes; modules
H A Dtest_backtrack_bytes.rs40 mod bytes; modules
/third_party/rust/crates/syn/tests/
H A Dtest_lit.rs99 fn bytes() { in bytes() functions
/base/customization/enterprise_device_management/services/edm_plugin/src/network/rule/
H A Dchain_rule.cpp30 uint64_t bytes = 0; in ChainRule() local
31 iss >> bytes; in ChainRule() local
/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dblob.cpp80 Blob::Blob(const std::vector<uint8_t> &bytes) in Blob() argument
85 Blob::Blob(std::vector<uint8_t> &&bytes) in Blob() argument
/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dblob.cpp80 Blob::Blob(const std::vector<uint8_t> &bytes) in Blob() argument
85 Blob::Blob(std::vector<uint8_t> &&bytes) in Blob() argument
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dblob.cpp80 Blob::Blob(const std::vector<uint8_t> &bytes) in Blob() argument
85 Blob::Blob(std::vector<uint8_t> &&bytes) in Blob() argument
/base/security/access_token/services/tokensyncmanager/test/mock/src/
H A Dsoft_bus_socket_mock.cpp50 void DecompressMock(const unsigned char *bytes, const int length) in DecompressMock() argument
/base/startup/hvb/libhvb/src/utils/
H A Dhvb_util.c77 uint8_t bytes[8]; in hvb_htobe64() member
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Dadts.cpp87 int32_t AdtsHeader::GetAacFrameLength(const uint8_t *data, size_t bytes) in GetAacFrameLength() argument
/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/entry/
H A Dmain.cpp45 const int16_t bytes = 1024; in SetJSDebuggerConfig() local
/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/server/src/
H A Ddeferred_photo_processing_session_callback_stub.cpp67 long bytes = data.ReadInt64(); in HandleOnProcessImageDone() local
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dmessage_parcel_unittest.cpp92 uint8_t bytes[8] = {0}; in HWTEST_F() local
/foundation/communication/netmanager_base/test/netpolicymanager/unittest/net_policy_manager_test/
H A Dut_netsys_policy_wrapper.cpp62 int64_t bytes = 666; in HWTEST_F() local

Completed in 9 milliseconds

1...<<11121314151617181920>>...137