Home
last modified time | relevance | path

Searched refs:iCtrl (Results 1 – 3 of 3) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
DJetCtrls.py401 self.iCtrl = 0
439 self.time[self.iCtrl].SetSelection(-1,-1)
440 if int(self.time[self.iCtrl].GetValue()) > self.mx[self.iCtrl]:
441 self.time[self.iCtrl].SetValue(str(self.mx[self.iCtrl]))
442 if int(self.time[self.iCtrl].GetValue()) < self.mn[self.iCtrl]:
443 self.time[self.iCtrl].SetValue(str(self.mn[self.iCtrl]))
450 if int(self.time[self.iCtrl].GetValue()) < self.mx[self.iCtrl]:
451 self.time[self.iCtrl].SetValue(str(int(self.time[self.iCtrl].GetValue()) + 1))
455 if int(self.time[self.iCtrl].GetValue()) > self.mn[self.iCtrl]:
456 self.time[self.iCtrl].SetValue(str(int(self.time[self.iCtrl].GetValue()) - 1))
[all …]
/external/sqlite/dist/orig/
Dshell.c14212 int iCtrl = -1; in do_meta_command() local
14245 iCtrl = i; in do_meta_command()
14340 if( isOk==0 && iCtrl>=0 ){ in do_meta_command()
14341 utf8_printf(p->out, "Usage: .testctrl %s %s\n", zCmd, aCtrl[iCtrl].zUsage); in do_meta_command()
/external/sqlite/dist/
Dshell.c14235 int iCtrl = -1; in do_meta_command() local
14268 iCtrl = i; in do_meta_command()
14363 if( isOk==0 && iCtrl>=0 ){ in do_meta_command()
14364 utf8_printf(p->out, "Usage: .testctrl %s %s\n", zCmd, aCtrl[iCtrl].zUsage); in do_meta_command()