| /commonlibrary/ets_utils/js_api_module/buffer/ |
| D | js_blob.cpp | 21 void Blob::Init(uint8_t *blob, unsigned int length) in Init() 66 unsigned int length = static_cast<unsigned int>(end - start); in Init() local 116 void Blob::ReadBytes(uint8_t *data, int length) in ReadBytes()
|
| D | js_buffer.cpp | 52 void Buffer::Init(Buffer *pool, unsigned int poolOffset, unsigned int length) in Init() 62 void Buffer::Init(uint8_t *buffer, unsigned int byteOffset, unsigned int length) in Init() 158 int Buffer::Compare(Buffer *tBuf, uint32_t targetStart, uint32_t sourceStart, uint32_t length) in Compare() 291 void Buffer::ReadBytes(uint8_t *data, uint32_t offset, uint32_t length) in ReadBytes() 306 void Buffer::ReadBytesForArrayBuffer(void *data, uint32_t length) in ReadBytesForArrayBuffer() 330 unsigned int Buffer::WriteString(string value, unsigned int offset, unsigned int length) in WriteString() 337 …d Buffer::WriteStringLoop(string value, unsigned int offset, unsigned int end, unsigned int length) in WriteStringLoop() 369 unsigned int Buffer::WriteString(std::u16string value, unsigned int offset, unsigned int length) in WriteString() 476 unsigned int Buffer::WriteString(string value, unsigned int offset, unsigned int length, string enc… in WriteString() 490 std::string Buffer::ToBase64(uint32_t start, uint32_t length) in ToBase64() [all …]
|
| D | native_module_buffer.cpp | 212 uint32_t length = 0; in GetArray() local 302 static Buffer* DealParaTypeBuffer(napi_env env, size_t argc, napi_value* argv, uint32_t length, Buf… in DealParaTypeBuffer() 328 uint32_t length = 0; in InitAnyArrayBuffer() local 362 uint32_t length = 0; in BufferConstructorInner() local 538 uint32_t length = 0; in WriteString() local 652 uint32_t length = buf->GetLength(); in GetBufferData() local 678 uint32_t length = buf->GetLength(); in GetArrayBuffer() local 860 uint32_t length = 0; in Compare() local 896 uint32_t length = end - start; in ToUtf8() local 917 uint32_t length = end - start; in ToBase64() local [all …]
|
| /commonlibrary/ets_utils/js_util_module/util/ |
| D | js_base64.cpp | 51 size_t length = 0; in EncodeSync() local 84 size_t length = 0; in EncodeToStringSync() local 202 size_t length = 0; in DecodeSyncInner() local 367 size_t length = 0; in Encode() local 384 size_t length = 0; in EncodeToString() local 398 …void Base64::CreateEncodePromise(napi_env env, unsigned char *inputDecode, size_t length, Type val… in CreateEncodePromise() 417 …CreateEncodeToStringPromise(napi_env env, unsigned char *inputDecode, size_t length, Type valueTyp… in CreateEncodeToStringPromise() 569 size_t length = 0; in Decode() local 609 void Base64::CreateDecodePromise(napi_env env, char *inputDecode, size_t length, Type valueType) in CreateDecodePromise()
|
| D | js_textdecoder.cpp | 65 size_t length = 0; in Decode() local 122 size_t length = 0; in DecodeToString() local 170 size_t length = encStr_.length(); in GetEncoding() local
|
| D | js_textencoder.cpp | 71 size_t length = 0; in EncodeInto() local
|
| D | js_stringdecoder.cpp | 32 size_t length = 0; in Write() local
|
| D | native_module_util.cpp | 64 static char* ApplyMemory(const size_t length) in ApplyMemory() 465 size_t length = 0; in DecodeToString() local 518 size_t length = 0; in TextdecoderDecode() local 753 size_t length = 0; in EncodeIntoTwo() local 779 size_t length = 0; in EncodeIntoUint8Array() local 898 size_t length = 0; in EncodeBase64() local 919 size_t length = 0; in EncodeToString() local 941 size_t length = 0; in DecodeBase64() local 969 size_t length = 0; in EncodeAsync() local 990 size_t length = 0; in EncodeToStringAsync() local [all …]
|
| D | js_types.cpp | 60 size_t length = 0; in IsArrayBufferView() local 209 size_t length = 0; in GetTypeArrayInfo() local 278 size_t length = 0; in IsInt8Array() local
|
| /commonlibrary/ets_utils/platform/default/ |
| D | util_helper.cpp | 64 std::string ConvertToString(UChar * uchar, size_t length) in ConvertToString() 104 void EncodeToUtf8(TextEcodeInfo encodeInfo, char* writeResult, int32_t* written, size_t length, int… in EncodeToUtf8()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/ |
| D | mod.rs | 91 let mut length = 0; localVariable 194 let mut length = 0; localVariable
|
| /commonlibrary/ets_utils/js_sys_module/console/ |
| D | console.cpp | 165 size_t length = number; in StringRepeat() local 285 size_t length = groupIndent.size(); in GroupEnd() local 309 size_t length = columnWidths.size(); in RenderHead() local 353 size_t length = columnWidths.size(); in PrintRows() local 377 void Console::GraphTable(napi_env env, napi_value head, napi_value columns, const size_t& length) in GraphTable() 447 napi_value GetValueArray(napi_env env, napi_value map, const size_t& length, napi_value keyArray) in GetValueArray() 486 void SetPrimitive(napi_env env, napi_value map, const size_t& length, napi_value valuesKeyArray, in SetPrimitive() 540 void InitializeValuesKeyArray(napi_env env, napi_value valuesKeyArray, uint32_t length) in InitializeValuesKeyArray() 553 uint32_t length = 0; in ProcessTabularData() local
|
| /commonlibrary/ets_utils/platform/ohos/ |
| D | util_helper.cpp | 45 std::string ConvertToString(UChar * uchar, size_t length) in ConvertToString() 108 …void EncodeToUtf8(TextEcodeInfo encodeInfo, char* writeResult, int32_t* written, size_t length, in… in EncodeToUtf8() 357 …deUtf8(TextEcodeInfo encodeInfo, char* writeResult, int32_t* written, size_t length, int32_t* ncha… in OtherEncodeUtf8() 397 …void EncodeTo16BE(TextEcodeInfo encodeInfo, char* writeResult, int32_t* written, size_t length, in… in EncodeTo16BE()
|
| /commonlibrary/utils_lite/js/builtin/filekit/src/ |
| D | nativeapi_fs.cpp | 306 int ReadTextInner(const char* src, int position, int length, JSIValue& result) in ReadTextInner() 353 double length = JSI::GetNumberProperty(args, FILE_LENGTH); in ExecuteReadTextFile() local 443 double length = JSI::GetNumberProperty(args, FILE_LENGTH); in ExecuteReadArrayFile() local 489 size_t length = 0; in ExecuteWriteArrayFile() local
|
| /commonlibrary/ets_utils/js_util_module/container/treeset/ |
| D | js_treeset.ts | 65 get length(): number { method in TreeSet
|
| /commonlibrary/ets_utils/js_util_module/container/treemap/ |
| D | js_treemap.ts | 65 get length(): number { method in TreeMap
|
| /commonlibrary/ets_utils/js_util_module/util/test/ |
| D | test_util.cpp | 75 size_t length = 0; variable 92 size_t length = 0; variable 111 size_t length = 0; variable 131 size_t length = 0; variable 151 size_t length = 0; variable 1228 size_t length = 0; variable 1269 size_t length = 0; variable 1337 size_t length = 0; variable 1381 size_t length = 0; variable 1423 size_t length = 0; variable [all …]
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/ |
| D | listener.rs | 58 let mut length = size_of::<sockaddr_storage>() as socklen_t; in accept() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/representation/ |
| D | decoder.rs | 398 length: IntegerDecoder, field 438 length: usize, field 481 length: usize, field
|
| /commonlibrary/ets_utils/js_util_module/container/vector/ |
| D | js_vector.ts | 106 get length(): number { method in Vector
|
| /commonlibrary/ets_utils/js_api_module/url/ |
| D | js_url.cpp | 268 size_t length = temp.size(); in AnalysisPath() local 777 size_t length = temp.size(); in AnalysisFilePath() local 982 void JudgePos(size_t &pos, const size_t &length, const std::string& input) in JudgePos() 1008 size_t length = input.size(); in ParsingHostAndPath() local 1183 size_t length = urlData.path.size(); in BasePathToStr() local 1379 size_t length = urlData_.path.size(); in GetPath() local 1451 size_t length = strHost.size(); in SetHostname() local 2049 size_t length = searchParams.size(); in GetArray() local
|
| /commonlibrary/ets_utils/js_sys_module/process/ |
| D | js_process.cpp | 205 size_t length = sizeof(buf); in Cwd() local 341 size_t length = sizeof(buf); in GetEnvironmentVar() local 560 size_t length = sizeof(buf); in GetEnvironmentVar() local
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/format/ |
| D | decoder.rs | 531 length: IntegerDecoder, field 574 length: usize, field 689 length: usize, field
|
| /commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
| D | integer.rs | 29 pub(crate) fn length(length: usize, is_huffman: bool) -> Self { in length() method
|
| /commonlibrary/ets_utils/js_api_module/buffer/src/ |
| D | js_buffer.ts | 496 public get length(): number { method in Buffer 1560 let length: number = length1 > length2 ? length2 : length1; variable 1698 const length = this[lengthSymbol]; constant 1776 const length = this[lengthSymbol]; constant
|