/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
H A 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 …]
|
/aosp_15_r20/external/deqp/framework/platform/win32/ |
H A D | tcuWGL.cpp | 205 return m_functions; in getFunctions() 215 Functions m_functions; member in tcu::wgl::Library 225 m_functions.createContext = (wglCreateContextFunc)m_library.getFunction("wglCreateContext"); in Library() 226 m_functions.deleteContext = (wglDeleteContextFunc)m_library.getFunction("wglDeleteContext"); in Library() 227 … m_functions.getProcAddress = (wglGetProcAddressFunc)m_library.getFunction("wglGetProcAddress"); in Library() 228 m_functions.makeCurrent = (wglMakeCurrentFunc)m_library.getFunction("wglMakeCurrent"); in Library() 229 …m_functions.swapLayerBuffers = (wglSwapLayerBuffersFunc)m_library.getFunction("wglSwapLayerBuffers… in Library() 231 if (!m_functions.createContext || !m_functions.deleteContext || !m_functions.getProcAddress || in Library() 232 !m_functions.makeCurrent || !m_functions.swapLayerBuffers) in Library() 251 HGLRC tmpCtx = m_functions.createContext(tmpWindow.getDeviceContext()); in Library() [all …]
|
H A D | tcuWGLContextFactory.cpp | 82 return m_functions; in getFunctions() 99 glw::Functions m_functions; member in tcu::wgl::__anonf90980d70111::WGLContext 144 glu::initFunctions(&m_functions, &funcLoader, config.type.getAPI()); in WGLContext()
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
H A 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()
|
/aosp_15_r20/external/deqp/framework/platform/osx/ |
H A D | tcuOSXPlatform.cpp | 63 return m_functions; in getFunctions() 76 glw::Functions m_functions; member in tcu::CGLRenderContext 211 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in CGLRenderContext() 215 const glu::ApiType actualApi = getVersion(m_functions); in CGLRenderContext()
|
/aosp_15_r20/external/deqp/framework/common/ |
H A 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()
|
H A D | tcuFunctionLibrary.hpp | 70 std::map<std::string, deFunctionPtr> m_functions; member in tcu::StaticFunctionLibrary
|
/aosp_15_r20/external/deqp/framework/randomshaders/ |
H A D | rsgShader.cpp | 72 deleteVectorElements(m_functions); in ~Shader() 101 for (int ndx = (int)m_functions.size() - 1; ndx >= 0; ndx--) in tokenize() 104 m_functions[ndx]->tokenize(state, str); in tokenize()
|
H A D | rsgShader.hpp | 179 std::vector<Function *> m_functions; member in rsg::Shader
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluDummyRenderContext.hpp | 60 return m_functions; in getFunctions() 73 glw::Functions m_functions; member in glu::EmptyRenderContext
|
/aosp_15_r20/external/deqp/framework/platform/null/ |
H A D | tcuNullRenderContext.hpp | 65 return m_functions; in getFunctions() 85 glw::Functions m_functions; member in tcu::null::RenderContext
|
H A D | tcuNullRenderContext.cpp | 774 initFunctions(&m_functions); in RenderContext()
|
/aosp_15_r20/external/deqp/framework/platform/ios/ |
H A D | tcuIOSPlatform.hh | 99 return m_functions; in getFunctions() 121 glw::Functions m_functions; member in tcu::ios::RawContext
|
H A D | tcuIOSPlatform.mm | 126 glw::initES30Direct(&m_functions); 128 glw::initES20Direct(&m_functions);
|
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/ |
H A D | vkNullDriver.cpp | 286 return (PFN_vkVoidFunction)m_functions.getFunction(name); in getProcAddr() 290 const tcu::StaticFunctionLibrary m_functions; member in vk::__anon30fdfc720111::Instance 366 return (PFN_vkVoidFunction)m_functions.getFunction(name); in getProcAddr() 370 const tcu::StaticFunctionLibrary m_functions; member in vk::__anon30fdfc720111::Device 1707 : m_functions(s_instanceFunctions, DE_LENGTH_OF_ARRAY(s_instanceFunctions)) in Instance() 1712 : m_functions(s_deviceFunctions, DE_LENGTH_OF_ARRAY(s_deviceFunctions)) in Device()
|
/aosp_15_r20/external/deqp/framework/platform/lnx/X11/ |
H A D | tcuLnxX11GlxPlatform.cpp | 230 glw::Functions m_functions; member in tcu::lnx::x11::glx::GlxRenderContext 736 glu::initFunctions(&m_functions, &loader, config.type.getAPI()); in GlxRenderContext() 800 return m_functions; in getFunctions()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/ |
H A D | esextcTextureCubeMapArraySampling.cpp | 1738 m_functions.push_back(samplingFunctionDefinition(Texture, "Texture")); in TextureCubeMapArraySamplingTest() 1739 m_functions.push_back(samplingFunctionDefinition(TextureLod, "TextureLod")); in TextureCubeMapArraySamplingTest() 1740 m_functions.push_back(samplingFunctionDefinition(TextureGrad, "TextureGrad")); in TextureCubeMapArraySamplingTest() 1741 m_functions.push_back(samplingFunctionDefinition(TextureGather, "TextureGather")); in TextureCubeMapArraySamplingTest() 3607 shader_collection.init(gl, *format, m_functions, *this); 3682 …or (samplingFunctionsVectorType::iterator function = m_functions.begin(), end_function = m_functio…
|
H A D | esextcTextureCubeMapArraySampling.hpp | 681 samplingFunctionsVectorType m_functions; member in glcts::TextureCubeMapArraySamplingTest
|
/aosp_15_r20/external/bcc/tests/cc/ |
H A 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
|
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/withres/ |
D | apache-xml.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/apache-xml.com.android.art.debug_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/javac/ |
D | apache-xml.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/prebuilts/module_sdk/art/1/java/ |
D | apache-xml.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/prebuilts/module_sdk/art/3/hiddenapi/ |
D | filtered-flags.csv | 36626 Lorg/apache/xalan/templates/ElemExtensionDecl;->m_functions:Lorg/apache/xml/utils/StringVector;,uns… 43684 Lorg/apache/xpath/compiler/FunctionTable;->m_functions:[Ljava/lang/Class;,unsupported
|
/aosp_15_r20/prebuilts/module_sdk/art/7/hiddenapi/ |
D | filtered-flags.csv | 37208 Lorg/apache/xalan/templates/ElemExtensionDecl;->m_functions:Lorg/apache/xml/utils/StringVector;,uns… 44266 Lorg/apache/xpath/compiler/FunctionTable;->m_functions:[Ljava/lang/Class;,unsupported
|