HomeSort by relevance Sort by last modified time
    Searched defs:funcIndex (Results 1 - 2 of 2) sorted by null

  /libcore/luni/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 464 int funcIndex = info->functionIndex();
466 int index = funcIndex;

Completed in 25 milliseconds