Searched refs:tag2 (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_object.rb30 tag2 = Psych.load(Psych.dump(tag))
31 assert_equal tag.baz, tag2.baz
32 assert_instance_of(Tagged, tag2)
/macosx-10.9.5/tcl-102/tk/tk/tests/ttk/
H A Dtreetags.test65 $tv insert {} end -id item2 -text "Item 2" -tags tag2
68 foreach tag {tag1 tag2 tag3} {
76 item1 tag1 1 item1 tag2 0 item1 tag3 0 \
77 item2 tag1 0 item2 tag2 1 item2 tag3 0 ]
80 list [$tv tag has tag1] [$tv tag has tag2] [$tv tag has tag3]
87 list [$tv tag has tag1] [$tv tag has tag2] [$tv tag has tag3]
94 list [$tv tag has tag1] [$tv tag has tag2] [$tv tag has tag3]
101 list [$tv tag has tag1] [$tv tag has tag2] [$tv tag has tag3]
108 } -result [list tag1 tag2 tag3]
113 } -result [list tag1 tag2 tag
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dbindtag_sample.rb64 tag2 = TkBindTag.new
65 tag2.bind('ButtonPress-1',
67 puts 'bind "ButtonPress-1" of tag2'
72 tag2.bind('ButtonRelease-1',
74 puts 'bind "ButtonRelease-1" of tag2'
106 tags[2,0] = tag2
107 tags[0,0] = tag2
117 b5.bindtags([tag1, TkButton, tag2, b5])
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dkdc-replay.c184 unsigned int tag2; local
186 &cl, &ty, &tag2, NULL);
190 if (tag != tag2)
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcvs-status.el198 (defsubst cvs-tag-compare (tag1 tag2)
199 (cvs-tag-compare-1 (cvs-tag->vlist tag1) (cvs-tag->vlist tag2)))
201 (defun cvs-tag-merge (tag1 tag2)
204 (type2 (cvs-tag->type tag2))
206 (name2 (cvs-tag->name tag2)))
207 (unless (equal (cvs-tag->vlist tag1) (cvs-tag->vlist tag2))
270 (tag2 (cvs-car rev2))
271 (vl2 (cvs-tag->vlist tag2))
275 (case (cvs-tag-compare tag1 tag2)
279 (cons (cons (cvs-tag-merge tag1 tag2)
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dpef.h28 unsigned long tag2; member in struct:bfd_pef_header
150 unsigned long tag2; member in struct:bfd_pef_xlib_header
H A Dpef.c564 header->tag2 = bfd_getb32 (buf + 4);
588 if (header.tag1 != BFD_PEF_TAG1 || header.tag2 != BFD_PEF_TAG2)
1080 header->tag2 = bfd_getb32 (buf + 4);
1135 || ((header.tag2 != BFD_PEF_VLIB_TAG2)
1136 && (header.tag2 != BFD_PEF_BLIB_TAG2)))
/macosx-10.9.5/architecture-265/i386/
H A Dfpu.h68 tag2 :2, member in struct:fp_tag
/macosx-10.9.5/cctools-845/include/architecture/i386/
H A Dfpu.h65 tag2 :2, member in struct:fp_tag
/macosx-10.9.5/CPANInternal-140/Exporter-Easy/lib/Exporter/
H A DEasiest.pm109 :tag2 => :tag1 d e f
/macosx-10.9.5/CPANInternal-140/Exporter-Easy-0.16/lib/Exporter/
H A DEasiest.pm109 :tag2 => :tag1 d e f
/macosx-10.9.5/CPANInternal-140/YAML-Syck/
H A Dimplicit.c1704 syck_tagcmp( const char *tag1, const char *tag2 )
1706 if ( tag1 == tag2 ) return 1;
1707 if ( tag1 == NULL || tag2 == NULL ) return 0;
1712 char *tmp2 = syck_strndup( (char*)tag2, strlen( tag2 ) );
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/yaml/
H A Dhuddle.tcl199 foreach {tag2 src2} $obj2 break
200 if {$tag1 ne $tag2} {return 0}
/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITInlines.h524 inline void JIT::emitLoad2(int index1, RegisterID tag1, RegisterID payload1, int index2, RegisterID tag2, RegisterID payload2) argument
528 emitLoad(index2, tag2, payload2);
531 emitLoad(index2, tag2, payload2);
H A DJIT.h522 void emitLoad2(int index1, RegisterID tag1, RegisterID payload1, int index2, RegisterID tag2, RegisterID payload2);
/macosx-10.9.5/cctools-845/libmacho/
H A Di386_swap.c667 tag2 :2, member in struct:swapped_fp_tag::__anon6929::__anon6930
749 fpu->environ.tag.tag2 = sfpt.u.fields.tag2;
815 sfpt.u.fields.tag2 = fpu->environ.tag.tag2;
/macosx-10.9.5/ppp-727.90.1/Drivers/PPPoE/PPPoE-extension/
H A Dpppoe_rfc.c125 #define PPPOE_TAG_CMP(tag1, tag2) \
126 ((tag1.len == tag2.len) ? bcmp(tag1.data, tag2.data, tag1.len) : 1)
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_core.rb1083 <tag2 name="tag2"/>
1084 <tag2 name="tag2"/>
1086 names = %w{ /tag1/tag2[1] /tag1/tag2[2] }
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/pds/
H A Dtif_pdsdirwrite.c99 #define WriteRationalPair(type, tag1, v1, tag2, v2) { \
102 if (!TIFFWriteRational(tif, type, tag2, dir+1, v2)) \
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/tkextlib/blt/
H A Dtreeview.rb487 def entry_before?(tag1, tag2)
488 bool(tk_send('entry', 'isbefore', tagid(tag1), tagid(tag2)))
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_dirwrite.c62 #define WriteRationalPair(type, tag1, v1, tag2, v2) { \
64 TIFFWriteRational((tif), (type), (tag2), (dir)+1, (v2)) \
/macosx-10.9.5/cctools-845/libstuff/
H A Dbytesex.c1806 tag2 :2, member in struct:swapped_fp_tag::__anon6975::__anon6976
1888 fpu->environ.tag.tag2 = sfpt.u.fields.tag2;
1954 sfpt.u.fields.tag2 = fpu->environ.tag.tag2;
/macosx-10.9.5/cctools-845/otool/
H A Dofile_print.c5577 printf("\t tags: tag0 %s tag1 %s tag2 %s tag3 %s\n"
5581 tags[fpu.environ.tag.tag2],

Completed in 273 milliseconds