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

  /frameworks/rs/cpu_ref/
rsCpuScriptGroup2.cpp 164 const IDBase* funcID = closure->mFunctionID.get();
166 (RsdCpuScriptImpl *)mCpuRefImpl->lookupScript(funcID->mScript);
169 si->forEachKernelSetup(funcID->mSlot, &mtls);
295 const IDBase* funcID = (const IDBase*)closure.mFunctionID.get();
296 const Script* script = funcID->mScript;
307 ss << index << "," << funcID->mSlot << ".";
504 const IDBase* funcID = closure->mFunctionID.get();
505 Script* s = funcID->mScript;;
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
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 293 milliseconds