Searched refs:Selection (Results 1 - 25 of 73) sorted by relevance

123

/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCSectionCOFF.h32 /// Selection - This is the Selection field for the section symbol, if
34 int Selection; member in class:llvm::MCSectionCOFF
39 int Selection, SectionKind K)
41 Characteristics(Characteristics), Selection (Selection) {
54 int getSelection () const { return Selection; }
38 MCSectionCOFF(StringRef Section, unsigned Characteristics, int Selection, SectionKind K) argument
H A DMCContext.h225 int Selection, SectionKind Kind);
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCSectionCOFF.cpp52 switch (Selection) {
H A DMCContext.cpp236 int Selection,
248 Selection, Kind);
234 getCOFFSection(StringRef Section, unsigned Characteristics, int Selection, SectionKind Kind) argument
H A DWinCOFFStreamer.cpp150 int Selection = COFF::IMAGE_COMDAT_SELECT_LARGEST; local
153 SectionName, Characteristics, Selection, SectionKind::getBSS());
H A DWinCOFFObjectWriter.cpp384 coff_symbol->Aux[0].Aux.SectionDefinition.Selection = Sec.getSelection();
586 Write8(i->Aux.SectionDefinition.Selection);
/macosx-10.10/ruby-106/ruby/ext/tk/lib/
H A Dtkclass.rb36 Selection = TkSelection
/macosx-10.10/WebCore-7600.1.25/page/
H A DDOMSelection.idl30 // This is based off of Mozilla's Selection interface
31 // https://developer.mozilla.org/En/DOM/Selection
34 InterfaceName=Selection,
/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dpromptdialog.itk77 option add *Promptdialog.labelText Selection widgetDefault
H A Dselectionbox.itk96 option add *Selectionbox.selectionLabel Selection widgetDefault
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DServicesOverlayController.mm76 return adoptRef(new Highlight(controller, Type::Selection, ddHighlight, range));
390 LOG(Services, "ServicesOverlayController - Selection rects changed - Now have %lu\n", rects.size());
544 replaceHighlightsOfTypePreservingEquivalentHighlights(newPotentialHighlights, Highlight::Type::Selection);
634 if (selectionHighlight.type() != Highlight::Type::Selection)
663 if (highlight->type() == Highlight::Type::Selection) {
685 if (newActiveHighlight && newActiveHighlight->type() == Highlight::Type::Selection) {
796 if (highlight.type() == Highlight::Type::Selection) {
/macosx-10.10/WebKit2-7600.1.25/WebProcess/WebPage/
H A DServicesOverlayController.h74 Selection
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DCodeGenInstruction.cpp392 StringRef Selection = Cur.slice(VariantsStart, VariantsEnd); local
394 Selection = Selection.split('|').second;
395 Res += Selection.split('|').first;
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A DtomAmp.tcl74 balloon .panel.player.bp "Play Selection"
125 pack [label $CF.filter.label -text "Filter Selection"] -side left -expand no -fill x
616 set Selection [getSelection $i]
617 if {$Selection!={}} {
618 if {! [file exists $taFiles($Selection)]} {
628 set tomAmp(currentMP3) $taFiles($Selection)
629 cd [file dirname $taFiles($Selection)]
630 s config -file $Selection
635 puts stderr "Invalid file: $taFiles($Selection)\n $Info"
636 set tomAmp(timestr) "Invalid header for:\n$Selection"
[all...]
/macosx-10.10/tcl-105/tk/tk/library/demos/
H A Drolodex74 tk_dialog .fileSelection {File Selection} {This is a dummy file selection dialog box, which is used because there isn't a good file selection dialog built into Tk yet.} {} 0 OK
/macosx-10.10/tcl-105/tk84/tk/library/demos/
H A Drolodex68 tk_dialog .fileSelection {File Selection} {This is a dummy file selection dialog box, which is used because there isn't a good file selection dialog built into Tk yet.} {} 0 OK
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Object/
H A DCOFF.h90 support::ulittle8_t Selection; member in struct:llvm::object::coff_aux_section_definition
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dstyle-editor.tcl36 $T notify bind $T <Selection> {
48 $T notify bind $T <Selection> {
71 $T notify bind $T <Selection> {
92 $Tdemo notify bind StyleEditor <Selection> {
H A Doutlook-newgroup.tcl164 $T notify bind $T <Selection> {
370 $T notify bind $T <Selection> {
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DCOFF.h367 uint8_t Selection; member in struct:llvm::COFF::AuxiliarySectionDefinition
/macosx-10.10/vim-55/runtime/lang/
H A Dmenu_chinese_taiwan.950.vim103 menutrans Block\ Selection ����������
H A Dmenu_ru_ru.koi8-r.vim106 menutrans Block\ Selection ���\ ���������\ �����
H A Dmenu_ru_ru.vim106 menutrans Block\ Selection ������\ ������������������\ ����������
H A Dmenu_sr_rs.iso_8859-5.vim81 menutrans Block\ Selection �����\ �����
H A Dmenu_sr_rs.utf-8.vim81 menutrans Block\ Selection ����������\ ����������

Completed in 381 milliseconds

123