Searched refs:extensions (Results 1 - 25 of 61) sorted by relevance

123

/haiku-fatelf/headers/tools/cppunit/cppunit/extensions/
H A DAutoRegisterSuite.h5 #include <cppunit/extensions/TestSuiteFactory.h>
6 #include <cppunit/extensions/TestFactoryRegistry.h>
H A DTestSuiteFactory.h4 #include <cppunit/extensions/TestFactory.h>
H A DTestSetUp.h4 #include <cppunit/extensions/TestDecorator.h>
H A DRepeatedTest.h5 #include <cppunit/extensions/TestDecorator.h>
H A DHelperMacros.h10 #include <cppunit/extensions/AutoRegisterSuite.h>
11 #include <cppunit/extensions/TestSuiteBuilder.h>
58 * #include <cppunit/extensions/HelperMacros.h>
155 * #include <cppunit/extensions/HelperMacros.h>
195 * #include <cppunit/extensions/HelperMacros.h>
H A DTestFactoryRegistry.h11 #include <cppunit/extensions/TestFactory.h>
/haiku-fatelf/src/tools/cppunit/cppunit/
H A DTestSetUp.cpp1 #include <cppunit/extensions/TestSetUp.h>
H A DRepeatedTest.cpp1 #include <cppunit/extensions/RepeatedTest.h>
H A DTypeInfoHelper.cpp6 #include <cppunit/extensions/TypeInfoHelper.h>
/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Dexslt.c9 #include <libxslt/extensions.h>
23 * Registers all available EXSLT extensions
/haiku-fatelf/src/tests/kits/storage/testapps/
H A Ddump_mime_types.cpp56 // extensions
57 BMessage extensions; local
58 if (mimeType.GetFileExtensions(&extensions) == B_OK) {
59 printf(" extensions: ");
62 extensions.FindString("extensions", k, &extension) == B_OK;
/haiku-fatelf/headers/build/private/storage/mime/
H A Ddatabase_access.h28 status_t get_file_extensions(const char *type, BMessage *extensions);
/haiku-fatelf/src/libs/glut/
H A Dglut_ext.c20 static const GLubyte *extensions = NULL; local
29 if (!extensions) {
30 extensions = glGetString(GL_EXTENSIONS);
33 OpenGL extensions string. Don't be fooled by sub-strings,
35 start = extensions;
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan2/com/nwalsh/xalan/
H A DFunc.java17 import org.apache.xalan.extensions.XSLProcessorContext;
18 import org.apache.xalan.extensions.ExpressionContext;
H A DParams.java7 import org.apache.xalan.extensions.ExpressionContext;
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DFunc.java16 import org.apache.xalan.extensions.XSLProcessorContext;
17 import org.apache.xalan.extensions.ExpressionContext;
H A DParams.java7 import org.apache.xalan.extensions.ExpressionContext;
/haiku-fatelf/src/tools/checkstyle/
H A Dcheckstyle.py39 extensions = [".cpp", ".h"]
43 if os.path.isfile(path) and os.path.splitext(name)[1] in extensions:
/haiku-fatelf/src/kits/storage/mime/
H A Ddatabase_access.cpp161 extensions
163 The list of extensions is returned in a pre-allocated BMessage pointed to
164 by the \c extensions parameter (note that the any prior contents of the
168 \param extensions Pointer to a pre-allocated BMessage into which the MIME
169 type's associated file extensions will be stored.
175 get_file_extensions(const char *type, BMessage *extensions) argument
177 status_t err = read_mime_attr_message(type, kFileExtensionsAttr, extensions);
180 extensions->MakeEmpty();
184 extensions->what = 234; // Don't know why, but that's what R5 does.
185 err = extensions
[all...]
/haiku-fatelf/src/preferences/filetypes/
H A DExtensionWindow.cpp54 BMessage extensions; local
55 status_t status = type.GetFileExtensions(&extensions);
65 for (int32 i = 0; extensions.FindString("extensions", i,
90 newExtensions.AddString("extensions",
196 error_alert(B_TRANSLATE("Could not change file extensions"),
/haiku-fatelf/headers/private/storage/mime/
H A Ddatabase_access.h28 status_t get_file_extensions(const char *type, BMessage *extensions);
/haiku-fatelf/src/servers/registrar/mime/
H A DAssociatedTypes.h33 status_t SetFileExtensions(const char *type, const BMessage *extensions);
46 std::map<std::string, std::set<std::string> > fFileExtensions; // mime type => set of associated file extensions
H A DAssociatedTypes.cpp35 \brief Information about file extensions and their associated types
169 /*! \brief Sets the list of file extensions for the given type and
172 All listed extensions will including the given mime type in
175 All extensions previously but no longer associated with this
179 \param app The mime type whose associated file extensions you are setting
181 file extensions in its \c Mime::kExtensionsField field.
184 AssociatedTypes::SetFileExtensions(const char *type, const BMessage *extensions) argument
186 status_t err = type && extensions ? B_OK : B_BAD_VALUE;
192 // Make a copy of the previous extensions
197 // Read through the list of new extensions, creatin
239 BMessage extensions; local
[all...]
/haiku-fatelf/headers/os/storage/
H A DMimeType.h102 status_t GetFileExtensions(BMessage *extensions) const;
111 status_t SetFileExtensions(const BMessage *extensions);
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DTestCaller.h9 # include <cppunit/extensions/TypeInfoHelper.h>

Completed in 145 milliseconds

123