HomeSort by relevance Sort by last modified time
    Searched full:funcindex (Results 1 - 6 of 6) 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/chromium_org/third_party/skia/src/animator/
SkDisplayable.cpp 440 int funcIndex = info->functionIndex();
442 int index = funcIndex;
  /external/chromium_org/third_party/skia/third_party/lua/src/
lua.h 386 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n);
387 LUA_API const char *(lua_setupvalue) (lua_State *L, int funcindex, int n);
lapi.c 1213 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) {
1217 name = aux_upvalue(index2addr(L, funcindex), n, &val, NULL);
1227 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) {
1233 fi = index2addr(L, funcindex);
  /external/skia/src/animator/
SkDisplayable.cpp 440 int funcIndex = info->functionIndex();
442 int index = funcIndex;
  /external/chromium_org/third_party/skia/third_party/lua/doc/
manual.html     [all...]

Completed in 453 milliseconds