/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
parser.h | 27 #define F_END 6
|
/external/sonivox/jet_tools/JetCreator/ |
JetDialogs.py | 286 self.je.ctrls[JetDefs.F_END].SetChangeCallbackFct(self.UpdateGraph)
313 self.je.ctrls[JetDefs.F_END].UnBindKillFocus()
353 self.je.ctrls[JetDefs.F_END].UnBindKillFocus()
358 if not CompareMbt(self.je.ctrls[JetDefs.F_START].GetValue(), self.je.ctrls[JetDefs.F_END].GetValue()):
389 self.GetValue(JetDefs.F_END),
480 self.je.ctrls[JetDefs.F_GRAPH].LoadSegment(self.graphSegment,(self.GetValue(JetDefs.F_SEGNAME), self.GetValue(JetDefs.F_START), self.GetValue(JetDefs.F_END)), iMidiMode, showLabels=IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAPHLABELS, JetDefs.F_GRAPHLABELS, 'bool', 'True'), showClips=IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAPHCLIPS, JetDefs.F_GRAPHCLIPS, 'bool', 'True'), showAppEvts=IniGetValue(self.currentJetConfigFile, JetDefs.F_GRAPHAPPEVTS, JetDefs.F_GRAPHAPPEVTS, 'bool', 'True'))
516 self.je.ctrls[JetDefs.F_END].SetMaxMbt(self.md.maxMeasures+1,self.md.maxBeats,self.md.maxTicks)
517 if self.je.ctrls[JetDefs.F_END].GetValue() == JetDefs.MBT_ZEROSTR:
518 self.je.ctrls[JetDefs.F_END].SetValue((self.md.maxMeasures,0,0))
554 dlg.length = MbtDifference(ConvertStrTimeToTuple(self.GetValue(JetDefs.F_START)), ConvertStrTimeToTuple(self.GetValue(JetDefs.F_END)))
[all...] |
JetDefs.py | 257 F_END = "tmEnd"
371 ('End', TIMEWIDTH, F_END),
449 ('Ending M/B/T', F_END, ROW5, COL1, TM_WIDTH, 0, 0, -1, [], "", False, ""),
497 ('Ending M/B/T', F_END, ROW5, COL1, TM_WIDTH, 0, 0, -1, [], "", True, ""),
|
JetCreator.py | 441 dlg.GetValue(JetDefs.F_START), dlg.GetValue(JetDefs.F_END),
478 dlg.SetValue(JetDefs.F_END, segment.end)
488 dlg.GetValue(JetDefs.F_START), dlg.GetValue(JetDefs.F_END),
[all...] |
/external/opencv3/modules/cudaobjdetect/src/ |
cascadeclassifier.cpp | 753 FileNodeIterator f_it = fn.begin(), f_end = fn.end(); 754 for (; f_it != f_end; ++f_it)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
interworking.c | 460 const u8 *f_end; local 477 f_end = pos + len; 481 if (realm_len > f_end - pos) { 484 realm_len, (unsigned int) (f_end - pos)); 493 if (f_end - pos < 1) { 499 if (r->eap_count * 3 > f_end - pos) { 508 pos = nai_realm_parse_eap(&r->eap[e], pos, f_end); 513 return f_end; [all...] |