| /commonlibrary/ets_utils/js_api_module/buffer/ |
| D | js_blob.cpp | 21 void Blob::Init(uint8_t *blob, unsigned int length) in Init() 62 unsigned int length = static_cast<unsigned int>(end - start); in Init() local 104 void Blob::ReadBytes(uint8_t *data, int length) in ReadBytes()
|
| D | js_buffer.cpp | 53 void Buffer::Init(Buffer *pool, unsigned int poolOffset, unsigned int length) in Init() 63 void Buffer::Init(uint8_t *buffer, unsigned int byteOffset, unsigned int length) in Init() 145 int Buffer::Compare(Buffer *tBuf, uint32_t targetStart, uint32_t sourceStart, uint32_t length) in Compare() 278 void Buffer::ReadBytes(uint8_t *data, uint32_t offset, uint32_t length) in ReadBytes() 308 …d Buffer::WriteStringLoop(string value, unsigned int offset, unsigned int end, unsigned int length) in WriteStringLoop() 341 unsigned int Buffer::WriteString(std::u16string value, unsigned int offset, unsigned int length) in WriteString() 438 unsigned int Buffer::WriteString(string value, unsigned int offset, unsigned int length, string enc… in WriteString() 452 std::string Buffer::ToBase64(uint32_t start, uint32_t length) in ToBase64()
|
| D | native_module_buffer.cpp | 210 uint32_t length = 0; in GetArray() local 298 uint32_t length = 0; in BufferConstructor() local 316 uint32_t length = 0; in BufferConstructor() local 342 uint32_t length = 0; in BufferConstructor() local 476 uint32_t length = 0; in WriteString() local 596 uint32_t length = buf->GetLength(); in GetBufferData() local 795 uint32_t length = 0; in Compare() local 825 uint32_t length = end - start; in ToUtf8() local 851 uint32_t length = end - start; in ToBase64() local
|
| /commonlibrary/ets_utils/js_util_module/util/ |
| D | js_base64.cpp | 45 size_t length = 0; in EncodeSync() local 75 size_t length = 0; in EncodeToStringSync() local 149 size_t length = 0; in DecodeSync() local 300 size_t length = 0; in Encode() local 314 size_t length = 0; in EncodeToString() local 324 void Base64::CreateEncodePromise(napi_env env, unsigned char *inputDecode, size_t length) in CreateEncodePromise() 338 … void Base64::CreateEncodeToStringPromise(napi_env env, unsigned char *inputDecode, size_t length) in CreateEncodeToStringPromise() 457 size_t length = 0; in Decode() local 487 void Base64::CreateDecodePromise(napi_env env, char *inputDecode, size_t length) in CreateDecodePromise()
|
| D | js_types.cpp | 60 size_t length = 0; in IsArrayBufferView() local 212 size_t length = 0; in IsFloat32Array() local 234 size_t length = 0; in IsFloat64Array() local 278 size_t length = 0; in IsInt8Array() local 300 size_t length = 0; in IsInt16Array() local 322 size_t length = 0; in IsInt32Array() local 482 size_t length = 0; in IsUint8Array() local 504 size_t length = 0; in IsUint8ClampedArray() local 526 size_t length = 0; in IsUint16Array() local 548 size_t length = 0; in IsUint32Array() local
|
| D | js_textdecoder.cpp | 77 size_t length = 0; in Decode() local 122 size_t length = strlen(encStr_.c_str()); in GetEncoding() local
|
| D | js_textencoder.cpp | 68 size_t length = 0; in EncodeInto() local
|
| D | native_module_util.cpp | 51 static char* ApplyMemory(const size_t length) in ApplyMemory() 460 size_t length = 0; in TextdecoderDecode() local 675 size_t length = 0; in EncodeIntoTwo() local 701 size_t length = 0; in EncodeIntoUint8Array() local 801 size_t length = 0; in EncodeBase64() local 822 size_t length = 0; in EncodeToString() local 844 size_t length = 0; in DecodeBase64() local 871 size_t length = 0; in EncodeAsync() local 891 size_t length = 0; in EncodeToStringAsync() local 912 size_t length = 0; in DecodeAsync() local [all …]
|
| /commonlibrary/rust/ylong_http/ylong_http_client/tests/tcp_server/ |
| D | mod.rs | 82 let mut length = 0; localVariable 179 let mut length = 0; localVariable
|
| /commonlibrary/ets_utils/js_sys_module/console/ |
| D | console.cpp | 167 size_t length = number; in StringRepeat() local 293 size_t length = groupIndent.size(); in GroupEnd() local 317 size_t length = columnWidths.size(); in RenderHead() local 371 size_t length = columnWidths.size(); in PrintRows() local 395 void Console::GraphTable(napi_env env, napi_value head, napi_value columns, const size_t& length) in GraphTable() 466 napi_value GetValueArray(napi_env env, napi_value map, const size_t& length, napi_value keyArray) in GetValueArray() 504 void SetPrimitive(napi_env env, napi_value map, const size_t& length, napi_value valuesKeyArray, in SetPrimitive() 542 uint32_t length = 0; in Table() local
|
| /commonlibrary/ets_utils/platform/ohos/ |
| D | util_helper.cpp | 44 std::string ConvertToString(UChar * uchar, size_t length) in ConvertToString()
|
| /commonlibrary/ets_utils/platform/default/ |
| D | util_helper.cpp | 61 std::string ConvertToString(UChar * uchar, size_t length) in ConvertToString()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/ |
| D | http1.rs | 118 let length = match BodyLengthParser::new(request.method(), &part).parse() { in request() localVariable
|
| /commonlibrary/ets_utils/js_util_module/container/treeset/ |
| D | js_treeset.ts | 65 get length(): number { method in TreeSet
|
| /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/treemap/ |
| D | js_treemap.ts | 65 get length(): number { method in TreeMap
|
| /commonlibrary/ets_utils/js_util_module/util/test/ |
| D | test_util.cpp | 72 size_t length = 0; variable 89 size_t length = 0; variable 108 size_t length = 0; variable 128 size_t length = 0; variable 148 size_t length = 0; variable 830 size_t length = 0; variable 871 size_t length = 0; variable 939 size_t length = 0; variable 983 size_t length = 0; variable 1025 size_t length = 0; variable [all …]
|
| /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/rust/ylong_runtime/ylong_io/src/sys/linux/tcp/ |
| D | listener.rs | 54 let mut length = size_of::<sockaddr_storage>() as socklen_t; in accept() localVariable
|
| /commonlibrary/ets_utils/js_api_module/url/ |
| D | js_url.cpp | 268 size_t length = temp.size(); in AnalysisPath() local 729 size_t length = temp.size(); in AnalysisFilePath() local 934 void JudgePos(size_t &pos, const size_t &length, const std::string& input) in JudgePos() 960 size_t length = input.size(); in ParsingHostAndPath() local 1308 size_t length = urlData_.path.size(); in GetPath() local 1380 size_t length = strHost.size(); in SetHostname() local 1961 size_t length = searchParams.size(); in GetArray() local
|
| /commonlibrary/ets_utils/js_util_module/util/src/ |
| D | util_js.ts | 681 public length: number = 0; property in LruBuffer 891 public length: number = 0; property in LRUCache
|
| /commonlibrary/rust/ylong_http/ylong_http/src/body/mime/ |
| D | mod.rs | 276 length: Option<u64>, field 359 pub fn length(mut self, length: Option<u64>) -> Self { in length() method
|
| /commonlibrary/ets_utils/js_sys_module/process/ |
| D | js_process.cpp | 201 size_t length = sizeof(buf); in Cwd() local 339 size_t length = sizeof(buf); in GetEnvironmentVar() local 687 size_t length = sizeof(buf); in GetEnvironmentVar() local
|
| /commonlibrary/c_utils/base/src/ |
| D | unicode_ex.cpp | 218 uint32_t Utf8ToUtf32CodePoint(const char* src, size_t length) in Utf8ToUtf32CodePoint()
|