OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:funcindex
(Results
1 - 3
of
3
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
FunctionTable.java
366
int
funcIndex
;
371
funcIndex
= ((Integer) funcIndexObj).intValue();
373
if (
funcIndex
< NUM_BUILT_IN_FUNCS){
374
funcIndex
= m_funcNextFreeIndex++;
375
m_functionID_customer.put(name, new Integer(
funcIndex
));
377
m_functions_customer[
funcIndex
- NUM_BUILT_IN_FUNCS] = func;
381
funcIndex
= m_funcNextFreeIndex++;
383
m_functions_customer[
funcIndex
-NUM_BUILT_IN_FUNCS] = func;
386
new Integer(
funcIndex
));
388
return
funcIndex
;
[
all
...]
/external/skia/src/animator/
SkDisplayable.cpp
440
int
funcIndex
= info->functionIndex();
442
int index =
funcIndex
;
/toolchain/binutils/binutils-2.25/binutils/
dlltool.c
1874
int
funcindex
;
local
[
all
...]
Completed in 2753 milliseconds