Searched refs:True (Results 26 - 50 of 760) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/Quartz2DBasics/
H A Dmain.py8 import objc; objc.setVerbose(True)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIMicroPaint/
H A Dmain.py8 import objc; objc.setVerbose(True)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/PDFKit/PDFKitViewer/
H A Dmain.py3 objc.setVerbose(True)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_specialtypecodes_nsbool.py89 self.assert_(o.BOOLValue() is True)
97 self.assert_(v[0] is True)
99 self.assert_(v[2] is True)
105 v = o.BOOLArg_andBOOLArg_(True, False)
108 v = o.BOOLArg_andBOOLArg_(False, True)
114 v = o.BOOLArrayOf4In_([True, False, True, False])
117 v = o.BOOLArrayOf4In_([False, True, False, True])
131 self.assertEquals(v, (True, Fals
[all...]
H A Dtest_specialtypecodes_struct.py41 v = (55, True)
45 self.assert_(w.isValid is True)
53 self.assert_(w.valid[1] is True)
54 self.assert_(w.valid[2] is True)
64 v = (55, True)
68 self.assert_(w.isValid is True)
78 self.assert_(w.valid[1] is True)
79 self.assert_(w.valid[2] is True)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_specialtypecodes_nsbool.py89 self.assertIs(o.BOOLValue(),True)
97 self.assertIs(v[0], True)
99 self.assertIs(v[2], True)
105 v = o.BOOLArg_andBOOLArg_(True, False)
108 v = o.BOOLArg_andBOOLArg_(False, True)
114 v = o.BOOLArrayOf4In_([True, False, True, False])
117 v = o.BOOLArrayOf4In_([False, True, False, True])
131 self.assertEquals(v, (True, Fals
[all...]
H A Dtest_specialtypecodes_struct.py41 v = (55, True)
45 self.assertIs(w.isValid, True)
53 self.assertIs(w.valid[1], True)
54 self.assertIs(w.valid[2], True)
64 v = (55, True)
68 self.assertIs(w.isValid, True)
78 self.assertIs(w.valid[1], True)
79 self.assertIs(w.valid[2], True)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-AddressBook/PyObjCTest/
H A Dtest_abactions.py7 return True
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-AddressBook/PyObjCTest/
H A Dtest_abactions.py7 return True
/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Drfc3454.py45 while True:
57 inTable = True
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Grady/
H A DMyBaseGradientView.py27 self.forceColorChange = True
28 self.setNeedsDisplay_(True)
32 self.forceColorChange = True
33 self.setNeedsDisplay_(True)
37 self.setNeedsDisplay_(True)
41 self.setNeedsDisplay_(True)
52 self.setNeedsDisplay_(True)
57 self.setNeedsDisplay_(True)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A Dmain.py13 import objc; objc.setVerbose(True)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Grady/
H A DMyBaseGradientView.py27 self.forceColorChange = True
28 self.setNeedsDisplay_(True)
32 self.forceColorChange = True
33 self.setNeedsDisplay_(True)
37 self.setNeedsDisplay_(True)
41 self.setNeedsDisplay_(True)
52 self.setNeedsDisplay_(True)
57 self.setNeedsDisplay_(True)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/TLayer/
H A Dmain.py13 import objc; objc.setVerbose(True)
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SystemConfiguration/PyObjCTest/
H A Dtest_scnetwork.py20 self.failUnlessEqual(b, True)
26 self.failUnless(r is True or r is False)
30 self.failUnless(r is True or r is False)
/macosx-10.9.5/libxml2-26/libxml2/python/tests/
H A Dxpathleak.py4 libxml2.debugMemory(True)
59 leakedbytes = libxml2.debugMemory(True)
/macosx-10.9.5/man-16/man/gencat/
H A Dgencat.h102 #ifndef True
103 # define True ~0 macro
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Quartz/Examples/PathDemo/
H A DPathDemoController.py27 self.demoView.setNeedsDisplay_(True)
30 return True
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-SyncServices/PyObjCTest/
H A Dtest_isynccoredata.py7 return True
10 return True
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Quartz/Examples/PathDemo/
H A DPathDemoController.py27 self.demoView.setNeedsDisplay_(True)
30 return True
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-SyncServices/PyObjCTest/
H A Dtest_isynccoredata.py7 return True
10 return True
/macosx-10.9.5/bind9-45.100/bind9/contrib/zkt/examples/
H A Ddnssec.conf8 PrintTime: True
40 Sig_GenerateDS: True
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/CocoaBindings/GraphicsBindings/
H A DRadiansToDegreesTransformer.py20 return True
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Formatter/
H A Dmain.py15 return True, None, None
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyObjCLauncher/
H A DPyObjCLauncher.py31 self.initial_action_done = True
36 self.should_terminate = True
37 self.initial_action_done = True
39 return True

Completed in 315 milliseconds

1234567891011>>