HomeSort by relevance Sort by last modified time
    Searched full:f_segname (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/
macho-objfmt.c 1394 \/*@only@*\/ \/*@null@*\/ char *f_segname; member in struct:macho_section_switch_data
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetDialogs.py 362 if len(self.je.ctrls[JetDefs.F_SEGNAME].GetValue()) == 0:
364 self.je.ctrls[JetDefs.F_SEGNAME].SetFocus()
386 segment = JetSegment(self.GetValue(JetDefs.F_SEGNAME),
391 self.GetValue(JetDefs.F_SEGNAME),
401 segment = JetSegment(self.GetValue(JetDefs.F_SEGNAME),
406 self.GetValue(JetDefs.F_SEGNAME),
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'))
551 dlg.SetName(self.GetValue(JetDefs.F_SEGNAME))
    [all...]
JetDefs.py 255 F_SEGNAME = "txtSegName"
367 SEGMENT_GRID = [('Segment Name', 200, F_SEGNAME),
445 ('Segment Name', F_SEGNAME, ROW1, COL1, 200+BGR, 0, 0, -1, [], "", False, ""),
493 ('Segment Name', F_SEGNAME, ROW1, COL1, 200+BGR, 0, 0, -1, [], "", True, ""),
JetCreator.py 429 SegmentOutputFile(dlg.GetValue(JetDefs.F_SEGNAME), self.currentJetConfigFile),
440 self.jet_file.AddSegment(dlg.GetValue(JetDefs.F_SEGNAME), dlg.GetValue(JetDefs.F_MIDIFILE),
443 SegmentOutputFile(dlg.GetValue(JetDefs.F_SEGNAME), self.currentJetConfigFile),
451 self.SelectSegment(dlg.GetValue(JetDefs.F_SEGNAME))
473 dlg.SetValue(JetDefs.F_SEGNAME, segment.segname)
486 self.jet_file.UpdateSegment(self.currentSegmentName, dlg.GetValue(JetDefs.F_SEGNAME),
490 SegmentOutputFile(dlg.GetValue(JetDefs.F_SEGNAME), self.currentJetConfigFile),
506 SegmentOutputFile(dlg.GetValue(JetDefs.F_SEGNAME), self.currentJetConfigFile),
518 self.SelectSegment(dlg.GetValue(JetDefs.F_SEGNAME))
    [all...]

Completed in 542 milliseconds