HomeSort by relevance Sort by last modified time
    Searched refs:m_functions (Results 1 - 4 of 4) sorted by null

  /dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/
FunctionTable.java 144 private static Class m_functions[]; field in class: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...]
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/
ElemExtensionDecl.java 78 private StringVector m_functions = new StringVector(); field in class:ElemExtensionDecl
88 m_functions = v;
99 return m_functions;
115 if (null == m_functions)
118 return (String) m_functions.elementAt(i);
129 return (null != m_functions) ? m_functions.size() : 0;
260 Object [] args = {declNamespace, this.m_elements, this.m_functions,
358 this.m_functions, lang, srcURL,
  /external/webkit/JavaScriptCore/bytecompiler/
BytecodeGenerator.h 482 HashSet<RefPtr<UString::Rep>, IdentifierRepHash> m_functions; member in class:JSC::BytecodeGenerator
BytecodeGenerator.cpp 344 m_functions.add(ident.ustring().rep());
420 if (!m_functions.contains(rep)) {
    [all...]

Completed in 46 milliseconds