Home
last modified time | relevance | path

Searched refs:readType (Results 51 – 75 of 541) sorted by relevance

12345678910>>...22

/dports/mail/cone/cone-1.1/libmail/
H A Dgeneric.H74 readType,
119 enum mail::readMode readType,
128 enum mail::readMode readType,
H A Dimap.C1129 enum mail::readMode readType, in readMessageContent() argument
1137 readType, in readMessageContent()
1248 enum mail::readMode readType, in readMessageContent() argument
1260 readType, in readMessageContent()
1267 if (readType == readBoth) in readMessageContent()
1300 readType, in readMessageContent()
1488 mail::readMode readType, in doReadMessageContent() argument
1502 if (readType == readBoth) in doReadMessageContent()
1509 else if (readType == readHeadersFolded || in doReadMessageContent()
1510 readType == readHeaders) in doReadMessageContent()
[all …]
H A Dtmpaccount.H134 enum mail::readMode readType,
140 enum mail::readMode readType,
175 mail::readMode readType,
/dports/lang/fpc-utils/fpc-3.2.2/utils/javapp/src/fpc/tools/javapp/
H A DStackMapData.java61 types[i] = readType(in, method); in readTypeArray()
66 static final int readType(DataInputStream in, MethodData method) throws IOException { in readType() method in StackMapData
/dports/lang/fpc-source/fpc-3.2.2/utils/javapp/src/fpc/tools/javapp/
H A DStackMapData.java61 types[i] = readType(in, method); in readTypeArray()
66 static final int readType(DataInputStream in, MethodData method) throws IOException { in readType() method in StackMapData
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/client/
H A DCanvasClient.cpp285 GLenum readType; in TexClientFromReadback() local
290 GetActualReadFormats(gl, destFormat, destType, &readFormat, &readType); in TexClientFromReadback()
294 MOZ_ASSERT(readType == LOCAL_GL_UNSIGNED_BYTE); in TexClientFromReadback()
298 readType == LOCAL_GL_UNSIGNED_BYTE) in TexClientFromReadback()
305 readType == LOCAL_GL_UNSIGNED_BYTE) in TexClientFromReadback()
333 gl->raw_fReadPixels(0, 0, width, height, readFormat, readType, mapped.data); in TexClientFromReadback()
/dports/editors/libreoffice/libreoffice-7.2.6.2/binaryurp/qa/
H A Dtest-unmarshal.cxx63 css::uno::TypeDescription t(m.readType()); in testTypeOfBooleanSequence()
83 m.readType(); in testTypeOfVoidSequence()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/binaryurp/qa/
H A Dtest-unmarshal.cxx63 css::uno::TypeDescription t(m.readType()); in testTypeOfBooleanSequence()
83 m.readType(); in testTypeOfVoidSequence()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/core/convert/
H A DProperty.java152 Class<?> readType = read.getParameterType(); in resolveMethodParameter() local
154 if (!writeType.equals(readType) && writeType.isAssignableFrom(readType)) { in resolveMethodParameter()
/dports/biology/pbbam/pbbam-0.18.0/include/pbbam/
H A DReadGroupInfo.h165 ReadGroupInfo(std::string movieName, std::string readType);
176 ReadGroupInfo(std::string movieName, std::string readType, PlatformModelType platform);
444 ReadGroupInfo& Id(const std::string& movieName, const std::string& readType);
589 std::string MakeReadGroupId(const std::string& movieName, const std::string& readType);
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/formats/pdb/
H A DHtmlMetainfoReader.cpp26 HtmlMetainfoReader::HtmlMetainfoReader(Book &book, ReadType readType) : in HtmlMetainfoReader() argument
27 HtmlReader(book.encoding()), myBook(book), myReadType(readType) { in HtmlMetainfoReader()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/client/
H A DCanvasClient.cpp288 GLenum readType; in TexClientFromReadback() local
293 GetActualReadFormats(gl, destFormat, destType, &readFormat, &readType); in TexClientFromReadback()
296 MOZ_ASSERT(readType == LOCAL_GL_UNSIGNED_BYTE); in TexClientFromReadback()
299 if (readFormat == LOCAL_GL_BGRA && readType == LOCAL_GL_UNSIGNED_BYTE) { in TexClientFromReadback()
305 readType == LOCAL_GL_UNSIGNED_BYTE) { in TexClientFromReadback()
334 gl->raw_fReadPixels(0, 0, width, height, readFormat, readType, in TexClientFromReadback()
/dports/biology/pbbam/pbbam-0.18.0/src/
H A DReadGroupInfo.cpp259 ReadGroupInfo::ReadGroupInfo(std::string movieName, std::string readType) in ReadGroupInfo() argument
260 : id_{MakeReadGroupId(movieName, readType)} in ReadGroupInfo()
262 , readType_{std::move(readType)}
266 ReadGroupInfo::ReadGroupInfo(std::string movieName, std::string readType, in ReadGroupInfo() argument
268 : id_{MakeReadGroupId(movieName, readType)} in ReadGroupInfo()
271 , readType_{std::move(readType)}
516 std::string MakeReadGroupId(const std::string& movieName, const std::string& readType) in MakeReadGroupId() argument
518 return MD5Hash(movieName + "//" + readType).substr(0, 8); in MakeReadGroupId()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/
H A DGLReadTexImageHelper.cpp321 GLenum readType = destType; in ReadPixelsIntoDataSurface() local
324 &readFormat, &readType); in ReadPixelsIntoDataSurface()
353 MOZ_ASSERT(readType == LOCAL_GL_UNSIGNED_SHORT_5_6_5_REV); in ReadPixelsIntoDataSurface()
362 switch (readType) { in ReadPixelsIntoDataSurface()
405 readFormat, readType, in ReadPixelsIntoDataSurface()
411 MOZ_ASSERT(readType == LOCAL_GL_UNSIGNED_BYTE); in ReadPixelsIntoDataSurface()
/dports/devel/kf5-kconfig/kconfig-5.89.0/src/core/
H A Dkdesktopfile.cpp169 QString KDesktopFile::readType() const in readType() function in KDesktopFile
262 return readType() == QLatin1String("Link"); in hasLinkType()
267 return readType() == QLatin1String("Application"); in hasApplicationType()
272 return readType() == QLatin1String("FSDevice"); in hasDeviceType()
/dports/mail/emailrelay/emailrelay-1.9/src/glib/
H A Dgdirectory.cpp84 readType( dir , std::string() ) ; in readAll()
87 void G::DirectoryList::readType( const G::Path & dir , const std::string & suffix , unsigned int li… in readType() function in G::DirectoryList
/dports/www/firefox-esr/firefox-91.8.0/gfx/gl/
H A DGLReadTexImageHelper.cpp296 GLenum readType = destType; in ReadPixelsIntoDataSurface() local
298 !GetActualReadFormats(gl, destFormat, destType, &readFormat, &readType); in ReadPixelsIntoDataSurface()
327 MOZ_ASSERT(readType == LOCAL_GL_UNSIGNED_SHORT_5_6_5_REV); in ReadPixelsIntoDataSurface()
336 switch (readType) { in ReadPixelsIntoDataSurface()
379 gl->fReadPixels(0, 0, width, height, readFormat, readType, map->GetData()); in ReadPixelsIntoDataSurface()
386 MOZ_ASSERT(readType == LOCAL_GL_UNSIGNED_BYTE); in ReadPixelsIntoDataSurface()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/gl/
H A DGLReadTexImageHelper.cpp296 GLenum readType = destType; in ReadPixelsIntoDataSurface() local
298 !GetActualReadFormats(gl, destFormat, destType, &readFormat, &readType); in ReadPixelsIntoDataSurface()
327 MOZ_ASSERT(readType == LOCAL_GL_UNSIGNED_SHORT_5_6_5_REV); in ReadPixelsIntoDataSurface()
336 switch (readType) { in ReadPixelsIntoDataSurface()
379 gl->fReadPixels(0, 0, width, height, readFormat, readType, map->GetData()); in ReadPixelsIntoDataSurface()
386 MOZ_ASSERT(readType == LOCAL_GL_UNSIGNED_BYTE); in ReadPixelsIntoDataSurface()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/gl/
H A DGLReadTexImageHelper.cpp296 GLenum readType = destType; in ReadPixelsIntoDataSurface() local
298 !GetActualReadFormats(gl, destFormat, destType, &readFormat, &readType); in ReadPixelsIntoDataSurface()
327 MOZ_ASSERT(readType == LOCAL_GL_UNSIGNED_SHORT_5_6_5_REV); in ReadPixelsIntoDataSurface()
336 switch (readType) { in ReadPixelsIntoDataSurface()
379 gl->fReadPixels(0, 0, width, height, readFormat, readType, map->GetData()); in ReadPixelsIntoDataSurface()
386 MOZ_ASSERT(readType == LOCAL_GL_UNSIGNED_BYTE); in ReadPixelsIntoDataSurface()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/gl/
H A DGLReadTexImageHelper.cpp296 GLenum readType = destType; in ReadPixelsIntoDataSurface() local
298 !GetActualReadFormats(gl, destFormat, destType, &readFormat, &readType); in ReadPixelsIntoDataSurface()
327 MOZ_ASSERT(readType == LOCAL_GL_UNSIGNED_SHORT_5_6_5_REV); in ReadPixelsIntoDataSurface()
334 switch (readType) { in ReadPixelsIntoDataSurface()
375 gl->fReadPixels(0, 0, width, height, readFormat, readType, map->GetData()); in ReadPixelsIntoDataSurface()
382 MOZ_ASSERT(readType == LOCAL_GL_UNSIGNED_BYTE); in ReadPixelsIntoDataSurface()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp72 readType = GL_FLOAT; in getFormatReadInfo()
76 readType = GL_FLOAT; in getFormatReadInfo()
80 readType = GL_UNSIGNED_INT; in getFormatReadInfo()
84 readType = GL_UNSIGNED_INT; in getFormatReadInfo()
1206 GLenum readType; in makeTessellationEvaluationFrameBufferTest() local
1207 getFormatReadInfo(format, readFormat, readType); in makeTessellationEvaluationFrameBufferTest()
1400 GLenum readType; in makeGeometryFrameBufferTest() local
1401 getFormatReadInfo(format, readFormat, readType); in makeGeometryFrameBufferTest()
1627 GLenum readType; in allStages() local
1854 GLenum readType; in makeVertexFrameBufferTest() local
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/tools/external/asm/org/objectweb/asm/attrs/
H A DStackMapTableAttribute.java502 off = readType(stack, isExtCodeSize, cr, off, labels, buf); in read()
517 off = readType(stack, isExtCodeSize, cr, off, labels, buf); in read()
537 off = readType(locals, in read()
868 off = readType(info, isExtCodeSize, cr, off, labels, buf); in readTypes()
873 private int readType( in readType() method
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/tools/external/asm/org/objectweb/asm/attrs/
H A DStackMapTableAttribute.java502 off = readType(stack, isExtCodeSize, cr, off, labels, buf); in read()
517 off = readType(stack, isExtCodeSize, cr, off, labels, buf); in read()
537 off = readType(locals, in read()
868 off = readType(info, isExtCodeSize, cr, off, labels, buf); in readTypes()
873 private int readType( in readType() method
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/tools/external/asm/org/objectweb/asm/attrs/
H A DStackMapTableAttribute.java502 off = readType(stack, isExtCodeSize, cr, off, labels, buf); in read()
517 off = readType(stack, isExtCodeSize, cr, off, labels, buf); in read()
537 off = readType(locals, in read()
868 off = readType(info, isExtCodeSize, cr, off, labels, buf); in readTypes()
873 private int readType( in readType() method
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/tools/external/asm/org/objectweb/asm/attrs/
H A DStackMapTableAttribute.java502 off = readType(stack, isExtCodeSize, cr, off, labels, buf); in read()
517 off = readType(stack, isExtCodeSize, cr, off, labels, buf); in read()
537 off = readType(locals, in read()
868 off = readType(info, isExtCodeSize, cr, off, labels, buf); in readTypes()
873 private int readType( in readType() method

12345678910>>...22