OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_functions
(Results
1 - 4
of
4
) sorted by null
/external/apache-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
...]
/external/apache-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/Source/JavaScriptCore/bytecompiler/
BytecodeGenerator.h
524
HashSet<RefPtr<StringImpl>, IdentifierRepHash>
m_functions
;
member in class:JSC::BytecodeGenerator
BytecodeGenerator.cpp
407
m_functions
.add(ident.impl());
430
m_functions
.add(ident.impl());
547
if (!
m_functions
.contains(rep)) {
[
all
...]
Completed in 297 milliseconds