/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
D | FunctionTable.java | 144 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/ |
D | tcuWGL.cpp | 177 const Functions& getFunctions (void) const { return m_functions; } in getFunctions() 182 Functions m_functions; member in tcu::wgl::Library 192 m_functions.createContext = (wglCreateContextFunc) m_library.getFunction("wglCreateContext"); in Library() 193 m_functions.deleteContext = (wglDeleteContextFunc) m_library.getFunction("wglDeleteContext"); in Library() 194 m_functions.getProcAddress = (wglGetProcAddressFunc) m_library.getFunction("wglGetProcAddress"); in Library() 195 m_functions.makeCurrent = (wglMakeCurrentFunc) m_library.getFunction("wglMakeCurrent"); in Library() 196 …m_functions.swapLayerBuffers = (wglSwapLayerBuffersFunc) m_library.getFunction("wglSwapLayerBuffe… in Library() 198 if (!m_functions.createContext || in Library() 199 !m_functions.deleteContext || in Library() 200 !m_functions.getProcAddress || in Library() [all …]
|
D | tcuWGLContextFactory.cpp | 74 const glw::Functions& getFunctions (void) const { return m_functions; } in getFunctions() 86 glw::Functions m_functions; member in tcu::wgl::__anonfadff7c20111::WGLContext 127 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI()); in WGLContext()
|
D | tcuWin32GLES3Platform.cpp | 67 const glw::Functions& getFunctions (void) const { return m_functions; } in getFunctions() 79 glw::Functions m_functions; member in tcu::Win32GLES3Context 106 glw::initES30Direct(&m_functions); in Win32GLES3Context()
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemExtensionDecl.java | 78 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/lldb/source/Symbol/ |
D | CompileUnit.cpp | 27 m_functions (), in CompileUnit() 44 m_functions (), in CompileUnit() 117 if (!m_functions.empty()) in Dump() 121 std::vector<FunctionSP>::const_iterator end = m_functions.end(); in Dump() 122 for (pos = m_functions.begin(); pos != end; ++pos) in Dump() 139 m_functions.push_back(funcSP); in AddFunction() 146 if (idx < m_functions.size()) in GetFunctionAtIndex() 147 funcSP = m_functions[idx]; in GetFunctionAtIndex() 200 if (!m_functions.empty()) in FindFunctionByUID() 203 std::vector<FunctionSP>::const_iterator end = m_functions.end(); in FindFunctionByUID() [all …]
|
/external/deqp/framework/common/ |
D | tcuFunctionLibrary.cpp | 44 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()
|
D | tcuFunctionLibrary.hpp | 71 std::map<std::string, deFunctionPtr> m_functions; member in tcu::StaticFunctionLibrary
|
/external/deqp/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 76 const glw::Functions& getFunctions (void) const { return m_functions; } in getFunctions() 83 glw::Functions m_functions; member in tcu::CGLRenderContext 148 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in CGLRenderContext() 152 const glu::ApiType actualApi = getVersion(m_functions); in CGLRenderContext()
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidInternals.cpp | 49 GraphicBufferFunctions& gb = m_functions.graphicBuffer; in LibUI() 241 : m_functions (lib.getFunctions().graphicBuffer) in GraphicBuffer() 248 m_impl = createGraphicBuffer(m_functions, m_baseFunctions, width, height, format, usage); in GraphicBuffer() 262 return m_functions.lock(m_impl, usage, vaddr); in lock() 267 return m_functions.unlock(m_impl); in unlock() 272 return m_functions.getNativeBuffer(m_impl); in getNativeBuffer()
|
D | tcuAndroidInternals.hpp | 137 const Functions& getFunctions (void) const { return m_functions; } in getFunctions() 140 Functions m_functions; member in tcu::Android::internal::LibUI 179 const GraphicBufferFunctions& m_functions; member in tcu::Android::internal::GraphicBuffer
|
/external/deqp/framework/opengl/ |
D | gluDummyRenderContext.hpp | 53 virtual const glw::Functions& getFunctions (void) const { return m_functions; } in getFunctions() 59 glw::Functions m_functions; member in glu::DummyRenderContext
|
D | gluES3PlusWrapperContext.hpp | 58 virtual const glw::Functions& getFunctions (void) const { return m_functions; } in getFunctions() 66 glw::Functions m_functions; member in glu::ES3PlusWrapperContext
|
D | gluES3PlusWrapperContext.cpp | 650 es3plus::initFunctions(&m_functions, m_context->getFunctions()); in ES3PlusWrapperContext()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContext.hpp | 60 virtual const glw::Functions& getFunctions (void) const { return m_functions; } in getFunctions() 71 glw::Functions m_functions; member in tcu::null::RenderContext
|
D | tcuNullRenderContext.cpp | 746 initFunctions(&m_functions); in RenderContext()
|
/external/deqp/framework/randomshaders/ |
D | rsgShader.cpp | 75 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()
|
D | rsgShader.hpp | 126 std::vector<Function*> m_functions; member in rsg::Shader
|
/external/deqp/framework/platform/ios/ |
D | tcuIOSPlatform.hh | 91 virtual const glw::Functions& getFunctions (void) const { return m_functions; } in getFunctions() 102 glw::Functions m_functions; member in tcu::ios::RawContext
|
D | tcuIOSPlatform.mm | 134 glw::initES30Direct(&m_functions); 136 glw::initES20Direct(&m_functions);
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkNullDriver.cpp | 178 … getProcAddr (const char* name) const { return (PFN_vkVoidFunction)m_functions.getFunction(nam… in getProcAddr() 181 const tcu::StaticFunctionLibrary m_functions; member in vk::__anon2c498f7d0111::Instance 217 … getProcAddr (const char* name) const { return (PFN_vkVoidFunction)m_functions.getFunction(nam… in getProcAddr() 220 const tcu::StaticFunctionLibrary m_functions; member in vk::__anon2c498f7d0111::Device 682 : m_functions(s_instanceFunctions, DE_LENGTH_OF_ARRAY(s_instanceFunctions)) in Instance() 687 : m_functions(s_deviceFunctions, DE_LENGTH_OF_ARRAY(s_deviceFunctions)) in Device()
|
/external/lldb/include/lldb/Symbol/ |
D | CompileUnit.h | 401 …std::vector<lldb::FunctionSP> m_functions; ///< The sparsely populated list of shared pointers to … variable
|
/external/deqp/framework/platform/X11/ |
D | tcuX11GlxPlatform.cpp | 183 glw::Functions m_functions; member in tcu::x11::glx::GlxRenderContext 633 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in GlxRenderContext() 675 return m_functions; in getFunctions()
|