Searched refs:eout (Results 1 – 4 of 4) sorted by relevance
107 PrintWriter eout = getErrPrintWriter(); in exec()108 eout.println("Security exception: " + e.getMessage()); in exec()109 eout.println(); in exec()110 e.printStackTrace(eout); in exec()116 PrintWriter eout = getErrPrintWriter(); in exec()117 eout.println(); in exec()118 eout.println("Exception occurred while executing:"); in exec()119 e.printStackTrace(eout); in exec()
194 Key_t computeKey(const Element *ein, const Element *eout);204 const Element *ein, const Element *eout) { in computeKey() argument218 if (eout->getType() == RS_TYPE_FLOAT_32) { in computeKey()282 switch (eout->getVectorSize()) { in computeKey()951 const Element *eout = aout->mHal.state.type->getElement(); in preLaunch() local953 if (ein->getType() == eout->getType()) { in preLaunch()954 if (eout->getType() == RS_TYPE_UNSIGNED_8) { in preLaunch()960 if (eout->getType() == RS_TYPE_UNSIGNED_8) { in preLaunch()967 Key_t key = computeKey(ein, eout); in preLaunch()
53 Element eout) { in createKernelID() argument
90 protected KernelID createKernelID(int slot, int sig, Element ein, Element eout) { in createKernelID() argument