Home
last modified time | relevance | path

Searched refs:newstatus (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Tools/webchecker/
Dwcgui.py167 self.newstatus()
286 self.newstatus()
291 self.newstatus()
299 self.newstatus()
305 self.newstatus()
310 self.newstatus()
312 def newstatus(self): member in CheckerWindow
/external/lua/src/
Dlfunc.c164 int newstatus = luaD_pcall(L, callclose, NULL, oldtop, 0); in callclosemth() local
165 if (newstatus != LUA_OK && status == CLOSEPROTECT) /* first error? */ in callclosemth()
166 status = newstatus; /* this will be the new error */ in callclosemth()
168 if (newstatus != LUA_OK) /* suppressed error? */ in callclosemth()
/external/icu/icu4c/source/i18n/
DdecContext.cpp159 uInt newstatus, uInt mask) { in uprv_decContextRestoreStatus() argument
161 context->status|=(mask&newstatus); /* or in the new bits */ in uprv_decContextRestoreStatus()
DdecNumber.cpp6856 uInt newstatus=0; /* status from round */ local
6867 decCopyFit(res, dn, set, &residue, &newstatus);
6868 decApplyRound(res, set, residue, &newstatus);
6871 if (newstatus & DEC_Inexact) newstatus|=DEC_Lost_digits;
6872 *status|=newstatus;