OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:funcID
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/power_gadget/
PowerGadgetLib.h
37
typedef bool (*IPGGetMsrFunc) (int iMsr, int *
funcID
);
61
bool GetMsrFunc(int iMsr, int *
funcID
);
PowerGadgetLib.cpp
201
bool CIntelPowerGadgetLib::GetMsrFunc(int iMsr, int *
funcID
)
203
return pGetMsrFunc(iMsr,
funcID
);
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
FunctionTable.java
182
m_functions[FUNC_ID] = org.apache.xpath.functions.
FuncId
.class;
311
String getFunctionName(int
funcID
) {
312
if (
funcID
< NUM_BUILT_IN_FUNCS) return m_functions[
funcID
].getName();
313
else return m_functions_customer[
funcID
- NUM_BUILT_IN_FUNCS].getName();
Compiler.java
1025
int
funcID
= getOp(opPos);
1029
if (-1 !=
funcID
)
1031
Function func = m_functionTable.getFunction(
funcID
);
1059
java.lang.String name = m_functionTable.getFunctionName(
funcID
);
[
all
...]
/external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java
405
int
funcID
= compiler.getOp(opPos);
406
// System.out.println("
funcID
: "+
funcID
);
409
switch(
funcID
)
[
all
...]
Completed in 1919 milliseconds