Home
last modified time | relevance | path

Searched defs:aLength (Results 1 – 25 of 2367) sorted by relevance

12345678910>>...95

/dports/lang/spidermonkey78/firefox-78.9.0/js/public/
H A DCharacterEncoding.h34 Latin1Chars(char* aBytes, size_t aLength) in Latin1Chars()
36 Latin1Chars(const Latin1Char* aBytes, size_t aLength) in Latin1Chars()
38 Latin1Chars(const char* aBytes, size_t aLength) in Latin1Chars()
68 Latin1CharsZ(char* aBytes, size_t aLength) in Latin1CharsZ()
89 UTF8Chars(char* aBytes, size_t aLength) in UTF8Chars()
91 UTF8Chars(const char* aBytes, size_t aLength) in UTF8Chars()
94 UTF8Chars(mozilla::Utf8Unit* aUnits, size_t aLength) in UTF8Chars()
111 WTF8Chars(char* aBytes, size_t aLength) in WTF8Chars()
113 WTF8Chars(const char* aBytes, size_t aLength) in WTF8Chars()
129 UTF8CharsZ(char* aBytes, size_t aLength) in UTF8CharsZ()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DCharacterEncoding.h37 Latin1Chars(char* aBytes, size_t aLength) in Latin1Chars()
39 Latin1Chars(const Latin1Char* aBytes, size_t aLength) in Latin1Chars()
41 Latin1Chars(const char* aBytes, size_t aLength) in Latin1Chars()
56 ConstLatin1Chars(const Latin1Char* aChars, size_t aLength) in ConstLatin1Chars()
71 Latin1CharsZ(char* aBytes, size_t aLength) in Latin1CharsZ()
92 UTF8Chars(char* aBytes, size_t aLength) in UTF8Chars()
94 UTF8Chars(const char* aBytes, size_t aLength) in UTF8Chars()
97 UTF8Chars(mozilla::Utf8Unit* aUnits, size_t aLength) in UTF8Chars()
114 UTF8CharsZ(char* aBytes, size_t aLength) in UTF8CharsZ()
123 UTF8CharsZ(mozilla::Utf8Unit* aUnits, size_t aLength) in UTF8CharsZ()
[all …]
/dports/www/firefox/firefox-99.0/js/public/
H A DCharacterEncoding.h37 Latin1Chars(char* aBytes, size_t aLength) in Latin1Chars()
39 Latin1Chars(const Latin1Char* aBytes, size_t aLength) in Latin1Chars()
41 Latin1Chars(const char* aBytes, size_t aLength) in Latin1Chars()
56 ConstLatin1Chars(const Latin1Char* aChars, size_t aLength) in ConstLatin1Chars()
71 Latin1CharsZ(char* aBytes, size_t aLength) in Latin1CharsZ()
92 UTF8Chars(char* aBytes, size_t aLength) in UTF8Chars()
94 UTF8Chars(const char* aBytes, size_t aLength) in UTF8Chars()
97 UTF8Chars(mozilla::Utf8Unit* aUnits, size_t aLength) in UTF8Chars()
114 UTF8CharsZ(char* aBytes, size_t aLength) in UTF8CharsZ()
123 UTF8CharsZ(mozilla::Utf8Unit* aUnits, size_t aLength) in UTF8CharsZ()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DCharacterEncoding.h37 Latin1Chars(char* aBytes, size_t aLength) in Latin1Chars()
39 Latin1Chars(const Latin1Char* aBytes, size_t aLength) in Latin1Chars()
41 Latin1Chars(const char* aBytes, size_t aLength) in Latin1Chars()
56 ConstLatin1Chars(const Latin1Char* aChars, size_t aLength) in ConstLatin1Chars()
71 Latin1CharsZ(char* aBytes, size_t aLength) in Latin1CharsZ()
92 UTF8Chars(char* aBytes, size_t aLength) in UTF8Chars()
94 UTF8Chars(const char* aBytes, size_t aLength) in UTF8Chars()
97 UTF8Chars(mozilla::Utf8Unit* aUnits, size_t aLength) in UTF8Chars()
114 UTF8CharsZ(char* aBytes, size_t aLength) in UTF8CharsZ()
123 UTF8CharsZ(mozilla::Utf8Unit* aUnits, size_t aLength) in UTF8CharsZ()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/js/
H A DCharacterEncoding.h35 …Latin1Chars(char* aBytes, size_t aLength) : Base(reinterpret_cast<Latin1Char*>(aBytes), aLength) {} in Latin1Chars()
36 Latin1Chars(const Latin1Char* aBytes, size_t aLength) in Latin1Chars()
39 Latin1Chars(const char* aBytes, size_t aLength) in Latin1Chars()
54 Latin1CharsZ(char* aBytes, size_t aLength) in Latin1CharsZ()
60 Latin1CharsZ(Latin1Char* aBytes, size_t aLength) in Latin1CharsZ()
77 UTF8Chars(char* aBytes, size_t aLength) in UTF8Chars()
80 UTF8Chars(const char* aBytes, size_t aLength) in UTF8Chars()
95 UTF8CharsZ(char* aBytes, size_t aLength) in UTF8CharsZ()
101 UTF8CharsZ(unsigned char* aBytes, size_t aLength) in UTF8CharsZ()
126 TwoByteChars(char16_t* aChars, size_t aLength) : Base(aChars, aLength) {} in TwoByteChars()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/public/
H A DCharacterEncoding.h35 …Latin1Chars(char* aBytes, size_t aLength) : Base(reinterpret_cast<Latin1Char*>(aBytes), aLength) {} in Latin1Chars()
36 Latin1Chars(const Latin1Char* aBytes, size_t aLength) in Latin1Chars()
39 Latin1Chars(const char* aBytes, size_t aLength) in Latin1Chars()
54 Latin1CharsZ(char* aBytes, size_t aLength) in Latin1CharsZ()
60 Latin1CharsZ(Latin1Char* aBytes, size_t aLength) in Latin1CharsZ()
77 UTF8Chars(char* aBytes, size_t aLength) in UTF8Chars()
80 UTF8Chars(const char* aBytes, size_t aLength) in UTF8Chars()
95 UTF8CharsZ(char* aBytes, size_t aLength) in UTF8CharsZ()
101 UTF8CharsZ(unsigned char* aBytes, size_t aLength) in UTF8CharsZ()
126 TwoByteChars(char16_t* aChars, size_t aLength) : Base(aChars, aLength) {} in TwoByteChars()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/public/
H A DCharacterEncoding.h32 Latin1Chars(char* aBytes, size_t aLength) in Latin1Chars()
34 Latin1Chars(const Latin1Char* aBytes, size_t aLength) in Latin1Chars()
36 Latin1Chars(const char* aBytes, size_t aLength) in Latin1Chars()
52 Latin1CharsZ(char* aBytes, size_t aLength) in Latin1CharsZ()
57 Latin1CharsZ(Latin1Char* aBytes, size_t aLength) : Base(aBytes, aLength) { in Latin1CharsZ()
73 UTF8Chars(char* aBytes, size_t aLength) in UTF8Chars()
75 UTF8Chars(const char* aBytes, size_t aLength) in UTF8Chars()
91 UTF8CharsZ(char* aBytes, size_t aLength) in UTF8CharsZ()
119 ConstUTF8CharsZ(const char* aBytes, size_t aLength) : data_(aBytes) { in ConstUTF8CharsZ()
154 TwoByteChars(const char16_t* aChars, size_t aLength) in TwoByteChars()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/public/
H A DCharacterEncoding.h37 …Latin1Chars(char* aBytes, size_t aLength) : Base(reinterpret_cast<Latin1Char*>(aBytes), aLength) {} in Latin1Chars()
38 Latin1Chars(const Latin1Char* aBytes, size_t aLength) in Latin1Chars()
41 Latin1Chars(const char* aBytes, size_t aLength) in Latin1Chars()
58 Latin1CharsZ(char* aBytes, size_t aLength) in Latin1CharsZ()
64 Latin1CharsZ(Latin1Char* aBytes, size_t aLength) in Latin1CharsZ()
83 UTF8Chars(char* aBytes, size_t aLength) in UTF8Chars()
86 UTF8Chars(const char* aBytes, size_t aLength) in UTF8Chars()
103 UTF8CharsZ(char* aBytes, size_t aLength) in UTF8CharsZ()
109 UTF8CharsZ(unsigned char* aBytes, size_t aLength) in UTF8CharsZ()
173 TwoByteChars(char16_t* aChars, size_t aLength) : Base(aChars, aLength) {} in TwoByteChars()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/mediasniffer/
H A DnsMediaSniffer.cpp83 static bool MatchesMP4(const uint8_t* aData, const uint32_t aLength, in MatchesMP4()
116 static bool MatchesWebM(const uint8_t* aData, const uint32_t aLength) { in MatchesWebM()
122 static bool MatchesMP3(const uint8_t* aData, const uint32_t aLength) { in MatchesMP3()
126 static bool MatchesFLAC(const uint8_t* aData, const uint32_t aLength) { in MatchesFLAC()
130 static bool MatchesADTS(const uint8_t* aData, const uint32_t aLength) { in MatchesADTS()
137 const uint32_t aLength, in GetMIMETypeFromContent()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/mediasniffer/
H A DnsMediaSniffer.cpp85 static bool MatchesMP4(const uint8_t* aData, const uint32_t aLength, in MatchesMP4()
118 static bool MatchesWebM(const uint8_t* aData, const uint32_t aLength) { in MatchesWebM()
124 static bool MatchesMP3(const uint8_t* aData, const uint32_t aLength) { in MatchesMP3()
128 static bool MatchesFLAC(const uint8_t* aData, const uint32_t aLength) { in MatchesFLAC()
132 static bool MatchesADTS(const uint8_t* aData, const uint32_t aLength) { in MatchesADTS()
139 const uint32_t aLength, in GetMIMETypeFromContent()
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/mediasniffer/
H A DnsMediaSniffer.cpp91 bool MatchesMP4(const uint8_t* aData, const uint32_t aLength, in MatchesMP4()
124 static bool MatchesWebM(const uint8_t* aData, const uint32_t aLength) { in MatchesWebM()
130 static bool MatchesMP3(const uint8_t* aData, const uint32_t aLength) { in MatchesMP3()
134 static bool MatchesFLAC(const uint8_t* aData, const uint32_t aLength) { in MatchesFLAC()
138 static bool MatchesADTS(const uint8_t* aData, const uint32_t aLength) { in MatchesADTS()
145 const uint32_t aLength, in GetMIMETypeFromContent()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/mediasniffer/
H A DnsMediaSniffer.cpp91 bool MatchesMP4(const uint8_t* aData, const uint32_t aLength, in MatchesMP4()
124 static bool MatchesWebM(const uint8_t* aData, const uint32_t aLength) { in MatchesWebM()
130 static bool MatchesMP3(const uint8_t* aData, const uint32_t aLength) { in MatchesMP3()
134 static bool MatchesFLAC(const uint8_t* aData, const uint32_t aLength) { in MatchesFLAC()
138 static bool MatchesADTS(const uint8_t* aData, const uint32_t aLength) { in MatchesADTS()
145 const uint32_t aLength, in GetMIMETypeFromContent()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/mp4/
H A DBufferStream.cpp21 bool BufferStream::ReadAt(int64_t aOffset, void* aData, size_t aLength, in ReadAt()
33 bool BufferStream::CachedReadAt(int64_t aOffset, void* aData, size_t aLength, in CachedReadAt()
39 bool BufferStream::Length(int64_t* aLength) { in Length()
52 bool BufferStream::AppendBytes(const uint8_t* aData, size_t aLength) { in AppendBytes()
/dports/www/firefox/firefox-99.0/dom/media/mp4/
H A DBufferStream.cpp21 bool BufferStream::ReadAt(int64_t aOffset, void* aData, size_t aLength, in ReadAt()
33 bool BufferStream::CachedReadAt(int64_t aOffset, void* aData, size_t aLength, in CachedReadAt()
39 bool BufferStream::Length(int64_t* aLength) { in Length()
52 bool BufferStream::AppendBytes(const uint8_t* aData, size_t aLength) { in AppendBytes()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/mp4/
H A DBufferStream.cpp21 bool BufferStream::ReadAt(int64_t aOffset, void* aData, size_t aLength, in ReadAt()
33 bool BufferStream::CachedReadAt(int64_t aOffset, void* aData, size_t aLength, in CachedReadAt()
39 bool BufferStream::Length(int64_t* aLength) { in Length()
52 bool BufferStream::AppendBytes(const uint8_t* aData, size_t aLength) { in AppendBytes()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/mp4/
H A DBufferStream.cpp21 bool BufferStream::ReadAt(int64_t aOffset, void* aData, size_t aLength, in ReadAt()
33 bool BufferStream::CachedReadAt(int64_t aOffset, void* aData, size_t aLength, in CachedReadAt()
39 bool BufferStream::Length(int64_t* aLength) { in Length()
52 bool BufferStream::AppendBytes(const uint8_t* aData, size_t aLength) { in AppendBytes()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/binding/
H A DBufferStream.cpp31 BufferStream::ReadAt(int64_t aOffset, void* aData, size_t aLength, in ReadAt()
44 BufferStream::CachedReadAt(int64_t aOffset, void* aData, size_t aLength, in CachedReadAt()
51 BufferStream::Length(int64_t* aLength) in Length()
67 BufferStream::AppendBytes(const uint8_t* aData, size_t aLength) in AppendBytes()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/mp4/
H A DBufferStream.cpp21 size_t aLength, size_t* aBytesRead) { in ReadAt()
32 size_t aLength, in CachedReadAt()
37 /*virtual*/ bool BufferStream::Length(int64_t* aLength) { in Length()
49 bool BufferStream::AppendBytes(const uint8_t* aData, size_t aLength) { in AppendBytes()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/file/
H A DBaseBlobImpl.h18 uint64_t aLength, int64_t aLastModifiedDate) in BaseBlobImpl()
32 uint64_t aLength) in BaseBlobImpl()
45 BaseBlobImpl(const nsAString& aContentType, uint64_t aLength) in BaseBlobImpl()
57 BaseBlobImpl(const nsAString& aContentType, uint64_t aStart, uint64_t aLength) in BaseBlobImpl()
96 uint64_t aLength, in CreateSlice()
122 const nsAString& aContentType, uint64_t aLength, in SetLazyData()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/mediasniffer/
H A DnsMediaSniffer.cpp78 static bool MatchesMP4(const uint8_t* aData, const uint32_t aLength, nsACString& aSniffedType) in MatchesMP4()
112 static bool MatchesWebM(const uint8_t* aData, const uint32_t aLength) in MatchesWebM()
119 static bool MatchesMP3(const uint8_t* aData, const uint32_t aLength) in MatchesMP3()
124 static bool MatchesFLAC(const uint8_t* aData, const uint32_t aLength) in MatchesFLAC()
132 const uint32_t aLength, in GetMIMETypeFromContent()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/tests/gtest/
H A DTestInputStreamLengthHelper.cpp24 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in TEST()
38 LengthStream(int64_t aLength, nsresult aLengthRv, uint64_t aAvailable, in LengthStream()
57 NS_IMETHOD Length(int64_t* aLength) override { in Length()
98 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in NS_INTERFACE_MAP_ENTRY()
112 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in TEST()
126 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in TEST()
140 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/tests/gtest/
H A DTestInputStreamLengthHelper.cpp25 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in TEST()
39 LengthStream(int64_t aLength, nsresult aLengthRv, uint64_t aAvailable, in LengthStream()
58 NS_IMETHOD Length(int64_t* aLength) override { in Length()
101 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in NS_INTERFACE_MAP_ENTRY()
115 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in TEST()
129 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in TEST()
143 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in TEST()
/dports/www/firefox/firefox-99.0/xpcom/tests/gtest/
H A DTestInputStreamLengthHelper.cpp25 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in TEST()
41 LengthStream(int64_t aLength, nsresult aLengthRv, uint64_t aAvailable, in LengthStream()
60 NS_IMETHOD Length(int64_t* aLength) override { in Length()
103 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in NS_INTERFACE_MAP_ENTRY()
119 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in TEST()
135 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in TEST()
151 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in TEST()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/tests/gtest/
H A DTestInputStreamLengthHelper.cpp25 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in TEST()
39 LengthStream(int64_t aLength, nsresult aLengthRv, uint64_t aAvailable, in LengthStream()
58 NS_IMETHOD Length(int64_t* aLength) override { in Length()
101 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in NS_INTERFACE_MAP_ENTRY()
115 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in TEST()
129 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in TEST()
143 InputStreamLengthHelper::GetAsyncLength(stream, [&](int64_t aLength) { in TEST()
/dports/www/firefox-esr/firefox-91.8.0/image/test/gtest/
H A DTestStreamingLexer.cpp23 void CheckLexedData(const char* aData, size_t aLength, size_t aOffset, in CheckLexedData()
33 size_t aLength) { in DoLex()
54 TestState aState, const char* aData, size_t aLength, in DoLexWithUnbuffered()
91 size_t aLength) { in DoLexWithYield()
123 size_t aLength) { in DoLexWithZeroLengthStates()
159 size_t aLength) { in DoLexWithZeroLengthYield()
176 TestState aState, const char* aData, size_t aLength) { in DoLexWithZeroLengthStatesUnbuffered()
196 TestState aState, const char* aData, size_t aLength) { in DoLexWithZeroLengthStatesAfterUnbuffered()
322 [&](TestState aState, const char* aData, size_t aLength) { in TEST_F()
371 [&](TestState aState, const char* aData, size_t aLength) { in TEST_F()
[all …]

12345678910>>...95