Searched refs:new_pass (Results 1 – 2 of 2) sorted by relevance
15 new_pass = 'new'19 cryptohome.change_password(user, old_pass, new_pass)26 cryptohome.mount_vault(user, new_pass)34 new_pass = 'new'38 cryptohome.change_password(user, 'bad', new_pass)49 new_pass = 'new'51 cryptohome.change_password(user, old_pass, new_pass)
433 GLubyte new_pass = curProg->cur_pass; in _mesa_PassTexCoordATI() local441 new_pass = 2; in _mesa_PassTexCoordATI()442 if ((new_pass > 2) || in _mesa_PassTexCoordATI()443 ((1 << (dst - GL_REG_0_ATI)) & curProg->regsAssigned[new_pass >> 1])) { in _mesa_PassTexCoordATI()458 if ((new_pass == 0) && (coord >= GL_REG_0_ATI)) { in _mesa_PassTexCoordATI()483 curProg->cur_pass = new_pass; in _mesa_PassTexCoordATI()506 GLubyte new_pass = curProg->cur_pass; in _mesa_SampleMapATI() local514 new_pass = 2; in _mesa_SampleMapATI()515 if ((new_pass > 2) || in _mesa_SampleMapATI()516 ((1 << (dst - GL_REG_0_ATI)) & curProg->regsAssigned[new_pass >> 1])) { in _mesa_SampleMapATI()[all …]