Searched refs:tf (Results 1 - 25 of 89) sorted by relevance

1234

/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/iwidgets/sample/
H A Dtimefield.rb5 tf = Tk::Iwidgets::Timefield.new(:command=>proc{puts(tf.get)})
6 tf.pack(:fill=>:x, :expand=>true, :padx=>10, :pady=>10)
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgaffinetransform.py25 tf = CGAffineTransformMake(1.5, 2.5, 3.5, 4.5, 5.5, 6.5)
26 self.failUnlessIsInstance(tf, CGAffineTransform)
27 self.failUnlessEqual(tf.a, 1.5)
28 self.failUnlessEqual(tf.b, 2.5)
29 self.failUnlessEqual(tf.c, 3.5)
30 self.failUnlessEqual(tf.d, 4.5)
31 self.failUnlessEqual(tf.tx, 5.5)
32 self.failUnlessEqual(tf.ty, 6.5)
34 tf = CGAffineTransformMakeTranslation(2.5, 3.5)
35 self.failUnlessIsInstance(tf, CGAffineTransfor
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/PyObjCTest/
H A Dtest_cgaffinetransform.py25 tf = CGAffineTransformMake(1.5, 2.5, 3.5, 4.5, 5.5, 6.5)
26 self.assertIsInstance(tf, CGAffineTransform)
27 self.assertEqual(tf.a, 1.5)
28 self.assertEqual(tf.b, 2.5)
29 self.assertEqual(tf.c, 3.5)
30 self.assertEqual(tf.d, 4.5)
31 self.assertEqual(tf.tx, 5.5)
32 self.assertEqual(tf.ty, 6.5)
34 tf = CGAffineTransformMakeTranslation(2.5, 3.5)
35 self.assertIsInstance(tf, CGAffineTransfor
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/PyObjCTest/
H A Dtest_cgaffinetransform.py25 tf = CGAffineTransformMake(1.5, 2.5, 3.5, 4.5, 5.5, 6.5)
26 self.assertIsInstance(tf, CGAffineTransform)
27 self.assertEqual(tf.a, 1.5)
28 self.assertEqual(tf.b, 2.5)
29 self.assertEqual(tf.c, 3.5)
30 self.assertEqual(tf.d, 4.5)
31 self.assertEqual(tf.tx, 5.5)
32 self.assertEqual(tf.ty, 6.5)
34 tf = CGAffineTransformMakeTranslation(2.5, 3.5)
35 self.assertIsInstance(tf, CGAffineTransfor
[all...]
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dconfig_h.com171 $ write tf ""
172 $ write tf -
174 $ write tf -
176 $ write tf -
180 $ write tf -
183 $ write tf -
185 $ write tf ""
256 $ write tf ""
267 $ write tf line_in
293 $ write tf "/* ", xlin
[all...]
/macosx-10.10.1/libclosure-65/objectTests/
H A Dtlctester.mm34 twofloats tf;
36 @property twofloats tf;
40 @synthesize tf;
93 twofloats tf = { (float)i, (float)i };
94 to.tf = tf; // set to a pair of values
100 twofloats tf = to.tf;
101 if (tf.a != tf
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Lib/PyObjCTools/
H A DFndCategories.py17 tf = NSAffineTransform.transform()
18 tf.rotateByDegrees_(-angle)
19 oldPt = tf.transformPoint_(point)
31 tf = NSAffineTransform.transform()
32 tf.rotateByRadians_(-angle)
33 oldPt = tf.transformPoint_(point)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Lib/PyObjCTools/
H A DFndCategories.py17 tf = NSAffineTransform.transform()
18 tf.rotateByDegrees_(-angle)
19 oldPt = tf.transformPoint_(point)
31 tf = NSAffineTransform.transform()
32 tf.rotateByRadians_(-angle)
33 oldPt = tf.transformPoint_(point)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Lib/PyObjCTools/
H A DFndCategories.py17 tf = NSAffineTransform.transform()
18 tf.rotateByDegrees_(-angle)
19 oldPt = tf.transformPoint_(point)
31 tf = NSAffineTransform.transform()
32 tf.rotateByRadians_(-angle)
33 oldPt = tf.transformPoint_(point)
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/tga/
H A Dtga.c126 static void tgaClose(TGAFILE *tf) argument
128 if (tf->redScan) ckfree((char *)tf->redScan);
129 if (tf->greenScan) ckfree((char *)tf->greenScan);
130 if (tf->blueScan) ckfree((char *)tf->blueScan);
131 if (tf->matteScan) ckfree((char *)tf->matteScan);
132 if (tf
318 readRlePixel(Tcl_Interp *interp, tkimg_MFile *handle, UByte **pixBufPtr, Int *countPtr, Int stop, Int n, TGAFILE *tf) argument
355 tgaReadScan(Tcl_Interp *interp, tkimg_MFile *handle, TGAFILE *tf, Int y) argument
463 tgaWriteScan(Tcl_Interp *interp, tkimg_MFile *handle, TGAFILE *tf, Int y) argument
793 TGAFILE tf; local
944 TGAFILE tf; local
[all...]
/macosx-10.10.1/sudo-73/src/
H A Dsudo_edit.c84 } *tf = NULL; local
112 tf = emalloc2(nfiles, sizeof(*tf));
113 zero_bytes(tf, nfiles * sizeof(*tf));
125 rc = stat(tf[j].ofile, &sb);
139 tf[j].ofile = files[i];
140 tf[j].osize = sb.st_size;
141 mtim_get(&sb, &tf[j].omtim);
142 if ((cp = strrchr(tf[
[all...]
/macosx-10.10.1/AppleUSBIrDA-145.2.4/DumpLog/
H A Ddeltatime.c18 char *ts, *tf; /* start of seconds string and fraction string */ local
22 tf = index(buf, '.'); /* find the decimal */
23 if (tf == NULL) { /* if none, blow off this line */
28 *tf = 0; /* zap the period */
32 *tf = '.'; /* put back the period */
33 tf++;
35 rc2 = sscanf(tf, "%ld", &fract);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DTransformFactory.h10 static void Register(TransformFactory* tf);
19 static void RegisterTransform(TransformFactory* tf, CFStringRef cfname = NULL);
23 static bool RegisterTransform_prelocked(TransformFactory* tf, CFStringRef name);
H A DTransformFactory.cpp24 bool TransformFactory::RegisterTransform_prelocked(TransformFactory* tf, CFStringRef cfname) argument
26 if (!CFDictionaryContainsKey(gRegistered, tf->mCFType)) {
27 CFDictionaryAddValue(gRegistered, tf->mCFType, tf);
29 CoreFoundationObject::RegisterObject(tf->mCFType, false);
41 void TransformFactory::RegisterTransform(TransformFactory* tf, CFStringRef cfname) argument
45 RegisterTransform_prelocked(tf, cfname);
75 TransformFactory* tf = FindTransformFactoryByType(type); local
76 if (!tf)
111 return tf
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_aux.c67 uint16 **tf = td->td_transferfunction; local
70 tf[0] = tf[1] = tf[2] = 0;
76 if (!(tf[0] = (uint16 *)_TIFFmalloc(nbytes)))
78 tf[0][0] = 0;
81 tf[0][i] = (uint16)floor(65535.*pow(t, 2.2) + .5);
85 if (!(tf[1] = (uint16 *)_TIFFmalloc(nbytes)))
87 _TIFFmemcpy(tf[1], tf[
[all...]
/macosx-10.10.1/swig-12/Source/Swig/
H A Dwrapfunc.c212 String *ts, *tf; /*temp string & temp file */ local
219 tf = NewStringEmpty();
250 if (Len(tf) == 0) {
252 Putc(' ', tf);
253 } else if ((Len(tf) + Len(ts)) < Max_line_size) {
254 Putc(' ', tf);
256 Putc('\n', tf);
257 Printf(f, "%s", tf);
258 Clear(tf);
260 Putc(' ', tf);
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A Dconfig.tcl18 # tf Frame
42 option add *DemoTop.tf.borderWidth 1
43 option add *DemoTop.tf.relief sunken
44 option add *DemoTop.tf.tbl.borderWidth 0
45 option add *DemoTop.tf.tbl.highlightThickness 0
50 option add *DemoTop.tf.tbl.background gray98
51 option add *DemoTop.tf.tbl.stripeBackground #e0e8f0
52 option add *DemoTop.tf.tbl*Entry.background white
53 option add *DemoTop.tf.tbl.setGrid yes
86 set tf
[all...]
H A Dconfig_tile.tcl18 # tf TFrame
37 option add *DemoTop.tf.borderWidth 1
38 option add *DemoTop.tf.relief sunken
39 option add *DemoTop.tf.tbl.background gray98
40 option add *DemoTop.tf.tbl.stripeBackground #e0e8f0
41 option add *DemoTop.tf.tbl*Entry.background white
42 option add *DemoTop.tf.tbl.borderWidth 0
43 option add *DemoTop.tf.tbl.setGrid yes
83 set tf $top.tf
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/unisetperf/
H A Dunisetperf.cpp99 UBool tf=FALSE; local
101 i=span(s, length, i, tf);
102 tf=(UBool)(!tf);
106 int32_t span(const UChar *s, int32_t length, int32_t start, UBool tf) const {
111 if(tf!=set.contains(c)) {
181 UBool tf=FALSE; local
183 i+=span(set, s+i, length-i, tf);
184 tf=(UBool)(!tf);
192 span(const UnicodeSet &set, const UChar *s, int32_t length, UBool tf) argument
243 UBool tf=FALSE; local
298 UBool tf=(UBool)((testcase.spanCount&1)==0); local
344 UBool tf=FALSE; local
394 UBool tf=(UBool)((testcase.spanCount&1)==0); local
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/net/
H A Dnetaddr_multicast.c86 isc_boolean_t tf; local
97 tf = isc_netaddr_ismulticast(&na);
98 if (tf == addr->is_multicast) {
100 (addr->addr), (tf ? "" : " not"));
103 (addr->addr), (tf ? "" : " not"));
/macosx-10.10.1/Heimdal-398.1.2/appl/afsutil/
H A Dpagsh.c101 char tf[1024]; local
141 snprintf(tf, sizeof(tf), "%s:%s", krb5_cc_get_type(context, id), name);
149 esetenv("KRB5CCNAME", tf, 1);
153 snprintf (tf, sizeof(tf), "%s_XXXXXX", TKT_ROOT);
154 f = mkstemp (tf);
158 unlink (tf);
159 esetenv("KRBTKFILE", tf, 1);
/macosx-10.10.1/bash-94.1.2/bash-3.2/tests/
H A Dcprint.tests4 tf()
64 type tf
67 tf
/macosx-10.10.1/ncurses-44/ncurses/
H A Dtar-copy.sh70 LIST=`tar tf $TMP 2>&1`
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/tags/
H A Dxtiffiop.h59 #define TIFFMEMBER(tf,pmember) ((tf)->tif_ ## pmember)
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/sgi/
H A Dsgi.c1136 static void sgiClose (SGIFILE *tf) argument
1138 if (tf->redScan) ckfree ((char *)tf->redScan);
1139 if (tf->greenScan) ckfree ((char *)tf->greenScan);
1140 if (tf->blueScan) ckfree ((char *)tf->blueScan);
1141 if (tf->matteScan) ckfree ((char *)tf->matteScan);
1142 if (tf
1192 readChannel(SGIFILE *tf, UByte *dest, Int sgichn, Int nchan, Int y, Int n) argument
1221 sgiReadScan(Tcl_Interp *interp, tkimg_MFile *handle, SGIFILE *tf, Int y) argument
1249 writeChannel(SGIFILE *tf, UByte *src, Int sgichn, Int y, Int n) argument
1263 sgiWriteScan(Tcl_Interp *interp, tkimg_MFile *handle, SGIFILE *tf, Int y) argument
1545 SGIFILE tf; local
1726 SGIFILE tf; local
[all...]

Completed in 365 milliseconds

1234