Home
last modified time | relevance | path

Searched refs:m_functions (Results 1 – 25 of 25) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DFunctionTable.java144 private static Class m_functions[]; field in FunctionTable
177 m_functions = new Class[NUM_BUILT_IN_FUNCS];
178 m_functions[FUNC_CURRENT] = org.apache.xpath.functions.FuncCurrent.class;
179 m_functions[FUNC_LAST] = org.apache.xpath.functions.FuncLast.class;
180 m_functions[FUNC_POSITION] = org.apache.xpath.functions.FuncPosition.class;
181 m_functions[FUNC_COUNT] = org.apache.xpath.functions.FuncCount.class;
182 m_functions[FUNC_ID] = org.apache.xpath.functions.FuncId.class;
183 m_functions[FUNC_KEY] =
185 m_functions[FUNC_LOCAL_PART] =
187 m_functions[FUNC_NAMESPACE] =
[all …]
/external/deqp/framework/platform/win32/
DtcuWGL.cpp201 const Functions& getFunctions (void) const { return m_functions; } in getFunctions()
207 Functions m_functions; member in tcu::wgl::Library
218 m_functions.createContext = (wglCreateContextFunc) m_library.getFunction("wglCreateContext"); in Library()
219 m_functions.deleteContext = (wglDeleteContextFunc) m_library.getFunction("wglDeleteContext"); in Library()
220 m_functions.getProcAddress = (wglGetProcAddressFunc) m_library.getFunction("wglGetProcAddress"); in Library()
221 m_functions.makeCurrent = (wglMakeCurrentFunc) m_library.getFunction("wglMakeCurrent"); in Library()
222m_functions.swapLayerBuffers = (wglSwapLayerBuffersFunc) m_library.getFunction("wglSwapLayerBuffe… in Library()
224 if (!m_functions.createContext || in Library()
225 !m_functions.deleteContext || in Library()
226 !m_functions.getProcAddress || in Library()
[all …]
DtcuWGLContextFactory.cpp74 const glw::Functions& getFunctions (void) const { return m_functions; } in getFunctions()
90 glw::Functions m_functions; member in tcu::wgl::__anondf5ff0680111::WGLContext
135 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI()); in WGLContext()
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemExtensionDecl.java78 private StringVector m_functions = new StringVector(); field in ElemExtensionDecl
88 m_functions = v; in setFunctions()
99 return m_functions; in getFunctions()
115 if (null == m_functions) in getFunction()
118 return (String) m_functions.elementAt(i); in getFunction()
129 return (null != m_functions) ? m_functions.size() : 0; in getFunctionCount()
260 Object [] args = {declNamespace, this.m_elements, this.m_functions, in compose()
/external/deqp/framework/common/
DtcuFunctionLibrary.cpp44 m_functions.insert(std::make_pair(std::string(entries[entryNdx].name), entries[entryNdx].ptr)); in StaticFunctionLibrary()
53 std::map<std::string, deFunctionPtr>::const_iterator iter = m_functions.find(funcName); in getFunction()
55 if (iter == m_functions.end()) in getFunction()
DtcuFunctionLibrary.hpp71 std::map<std::string, deFunctionPtr> m_functions; member in tcu::StaticFunctionLibrary
/external/deqp/framework/platform/osx/
DtcuOSXPlatform.cpp58 const glw::Functions& getFunctions (void) const { return m_functions; } in getFunctions()
65 glw::Functions m_functions; member in tcu::CGLRenderContext
197 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in CGLRenderContext()
201 const glu::ApiType actualApi = getVersion(m_functions); in CGLRenderContext()
/external/catch2/include/internal/
Dcatch_test_case_registry_impl.cpp82 m_functions.push_back( testCase ); in registerTest()
86 return m_functions; in getAllTests()
90 enforceNoDuplicateTestCases( m_functions ); in getAllTestsSorted()
93 m_sortedFunctions = sortTests( config, m_functions ); in getAllTestsSorted()
Dcatch_test_case_registry_impl.h45 std::vector<TestCase> m_functions;
/external/deqp/framework/opengl/
DgluDummyRenderContext.hpp53 virtual const glw::Functions& getFunctions (void) const { return m_functions; } in getFunctions()
60 glw::Functions m_functions; member in glu::DummyRenderContext
/external/deqp/framework/platform/null/
DtcuNullRenderContext.hpp60 virtual const glw::Functions& getFunctions (void) const { return m_functions; } in getFunctions()
73 glw::Functions m_functions; member in tcu::null::RenderContext
DtcuNullRenderContext.cpp761 initFunctions(&m_functions); in RenderContext()
/external/deqp/framework/randomshaders/
DrsgShader.cpp75 deleteVectorElements(m_functions); in ~Shader()
104 for (int ndx = (int)m_functions.size()-1; ndx >= 0; ndx--) in tokenize()
107 m_functions[ndx]->tokenize(state, str); in tokenize()
DrsgShader.hpp126 std::vector<Function*> m_functions; member in rsg::Shader
/external/deqp/framework/platform/ios/
DtcuIOSPlatform.hh91 virtual const glw::Functions& getFunctions (void) const { return m_functions; } in getFunctions()
102 glw::Functions m_functions; member in tcu::ios::RawContext
DtcuIOSPlatform.mm134 glw::initES30Direct(&m_functions);
136 glw::initES20Direct(&m_functions);
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp202 glw::Functions m_functions; member in tcu::lnx::x11::glx::GlxRenderContext
727 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in GlxRenderContext()
799 return m_functions; in getFunctions()
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp222 … getProcAddr (const char* name) const { return (PFN_vkVoidFunction)m_functions.getFunction(nam… in getProcAddr()
225 const tcu::StaticFunctionLibrary m_functions; member in vk::__anonbcc18e630111::Instance
267 … getProcAddr (const char* name) const { return (PFN_vkVoidFunction)m_functions.getFunction(nam… in getProcAddr()
270 const tcu::StaticFunctionLibrary m_functions; member in vk::__anonbcc18e630111::Device
1503 : m_functions(s_instanceFunctions, DE_LENGTH_OF_ARRAY(s_instanceFunctions)) in Instance()
1508 : m_functions(s_deviceFunctions, DE_LENGTH_OF_ARRAY(s_deviceFunctions)) in Device()
/external/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
DSymbolFileNativePDB.h242 llvm::DenseMap<lldb::user_id_t, lldb::FunctionSP> m_functions; variable
DSymbolFileNativePDB.cpp847 auto emplace_result = m_functions.try_emplace(toOpaqueUid(func_id), nullptr); in GetOrCreateFunction()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.cpp1741 m_functions.push_back(samplingFunctionDefinition(Texture, "Texture")); in TextureCubeMapArraySamplingTest()
1742 m_functions.push_back(samplingFunctionDefinition(TextureLod, "TextureLod")); in TextureCubeMapArraySamplingTest()
1743 m_functions.push_back(samplingFunctionDefinition(TextureGrad, "TextureGrad")); in TextureCubeMapArraySamplingTest()
1744 m_functions.push_back(samplingFunctionDefinition(TextureGather, "TextureGather")); in TextureCubeMapArraySamplingTest()
3612 shader_collection.init(gl, *format, m_functions, *this);
3687 …or (samplingFunctionsVectorType::iterator function = m_functions.begin(), end_function = m_functio…
DesextcTextureCubeMapArraySampling.hpp681 samplingFunctionsVectorType m_functions; member in glcts::TextureCubeMapArraySamplingTest
/external/bcc/tests/cc/
Dcatch.hpp6490 m_functions.push_back( testCase ); in registerTest()
6494 return m_functions; in getAllTests()
6498 enforceNoDuplicateTestCases( m_functions ); in getAllTestsSorted()
6501 m_sortedFunctions = sortTests( config, m_functions ); in getAllTestsSorted()
6508 std::vector<TestCase> m_functions; member in Catch::TestRegistry
/external/catch2/single_include/catch2/
Dcatch.hpp12183 std::vector<TestCase> m_functions; member in Catch::TestRegistry
14046 m_functions.push_back( testCase ); in registerTest()
14050 return m_functions; in getAllTests()
14054 enforceNoDuplicateTestCases( m_functions ); in getAllTestsSorted()
14057 m_sortedFunctions = sortTests( config, m_functions ); in getAllTestsSorted()
/external/libabigail/tests/lib/
Dcatch.hpp12245 std::vector<TestCase> m_functions; member in Catch::TestRegistry
14245 m_functions.push_back( testCase ); in registerTest()
14249 return m_functions; in getAllTests()
14253 enforceNoDuplicateTestCases( m_functions ); in getAllTestsSorted()
14256 m_sortedFunctions = sortTests( config, m_functions ); in getAllTestsSorted()