/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 | 201 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() 222 …m_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 …]
|
D | tcuWGLContextFactory.cpp | 74 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/ |
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/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 | 58 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/ |
D | catch_test_case_registry_impl.cpp | 82 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()
|
D | catch_test_case_registry_impl.h | 45 std::vector<TestCase> m_functions;
|
/external/deqp/framework/opengl/ |
D | gluDummyRenderContext.hpp | 53 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/ |
D | tcuNullRenderContext.hpp | 60 virtual const glw::Functions& getFunctions (void) const { return m_functions; } in getFunctions() 73 glw::Functions m_functions; member in tcu::null::RenderContext
|
D | tcuNullRenderContext.cpp | 761 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/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 202 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/ |
D | vkNullDriver.cpp | 222 … 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/ |
D | SymbolFileNativePDB.h | 242 llvm::DenseMap<lldb::user_id_t, lldb::FunctionSP> m_functions; variable
|
D | SymbolFileNativePDB.cpp | 847 auto emplace_result = m_functions.try_emplace(toOpaqueUid(func_id), nullptr); in GetOrCreateFunction()
|
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
D | esextcTextureCubeMapArraySampling.cpp | 1741 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…
|
D | esextcTextureCubeMapArraySampling.hpp | 681 samplingFunctionsVectorType m_functions; member in glcts::TextureCubeMapArraySamplingTest
|
/external/bcc/tests/cc/ |
D | catch.hpp | 6490 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/ |
D | catch.hpp | 12183 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/ |
D | catch.hpp | 12245 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()
|