Home
last modified time | relevance | path

Searched refs:aifc (Results 1 – 25 of 593) sorted by relevance

12345678910>>...24

/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_aifc.py9 import aifc
14 module = aifc
135 class Aifc(aifc.Aifc_read):
210 self.assertRaises(aifc.Error, aifc.open, b1)
211 self.assertRaises(aifc.Error, aifc.open, b2)
215 self.assertRaises(aifc.Error, aifc.open, b)
223 aifc.open(io.BytesIO(b))
229 self.assertRaises(aifc.Error, aifc.open, io.BytesIO(b))
287 self.assertRaises(aifc.Error, fout.aifc)
291 fout.aifc()
[all …]
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_aifc.py9 import aifc
14 module = aifc
135 class Aifc(aifc.Aifc_read):
210 self.assertRaises(aifc.Error, aifc.open, b1)
211 self.assertRaises(aifc.Error, aifc.open, b2)
215 self.assertRaises(aifc.Error, aifc.open, b)
223 aifc.open(io.BytesIO(b))
229 self.assertRaises(aifc.Error, aifc.open, io.BytesIO(b))
287 self.assertRaises(aifc.Error, fout.aifc)
291 fout.aifc()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_aifc.py9 import aifc
13 module = aifc
147 module = aifc
260 self.assertRaises(aifc.Error, aifc.open, b1)
261 self.assertRaises(aifc.Error, aifc.open, b2)
265 self.assertRaises(aifc.Error, aifc.open, b)
274 aifc.open(io.BytesIO(b))
281 self.assertRaises(aifc.Error, aifc.open, io.BytesIO(b))
362 self.assertRaises(aifc.Error, fout.aifc)
366 fout.aifc()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_aifc.py9 import aifc
13 module = aifc
147 module = aifc
260 self.assertRaises(aifc.Error, aifc.open, b1)
261 self.assertRaises(aifc.Error, aifc.open, b2)
265 self.assertRaises(aifc.Error, aifc.open, b)
274 aifc.open(io.BytesIO(b))
281 self.assertRaises(aifc.Error, aifc.open, io.BytesIO(b))
362 self.assertRaises(aifc.Error, fout.aifc)
366 fout.aifc()
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_aifc.py9 import aifc
13 module = aifc
147 module = aifc
260 self.assertRaises(aifc.Error, aifc.open, b1)
261 self.assertRaises(aifc.Error, aifc.open, b2)
265 self.assertRaises(aifc.Error, aifc.open, b)
274 aifc.open(io.BytesIO(b))
281 self.assertRaises(aifc.Error, aifc.open, io.BytesIO(b))
362 self.assertRaises(aifc.Error, fout.aifc)
366 fout.aifc()
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_aifc.py9 import aifc
13 module = aifc
147 module = aifc
260 self.assertRaises(aifc.Error, aifc.open, b1)
261 self.assertRaises(aifc.Error, aifc.open, b2)
265 self.assertRaises(aifc.Error, aifc.open, b)
274 aifc.open(io.BytesIO(b))
281 self.assertRaises(aifc.Error, aifc.open, io.BytesIO(b))
362 self.assertRaises(aifc.Error, fout.aifc)
366 fout.aifc()
[all …]
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_aifc.py9 import aifc
15 module = aifc
149 module = aifc
262 self.assertRaises(aifc.Error, aifc.open, b1)
263 self.assertRaises(aifc.Error, aifc.open, b2)
267 self.assertRaises(aifc.Error, aifc.open, b)
276 aifc.open(io.BytesIO(b))
283 self.assertRaises(aifc.Error, aifc.open, io.BytesIO(b))
364 self.assertRaises(aifc.Error, fout.aifc)
368 fout.aifc()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_aifc.py9 import aifc
13 module = aifc
147 module = aifc
260 self.assertRaises(aifc.Error, aifc.open, b1)
261 self.assertRaises(aifc.Error, aifc.open, b2)
265 self.assertRaises(aifc.Error, aifc.open, b)
274 aifc.open(io.BytesIO(b))
281 self.assertRaises(aifc.Error, aifc.open, io.BytesIO(b))
362 self.assertRaises(aifc.Error, fout.aifc)
366 fout.aifc()
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_aifc.py11 import aifc
15 module = aifc
176 f = aifc.open(TESTFN, 'rb')
213 f = aifc.open(TESTFN, 'rb')
263 self.assertRaises(aifc.Error, aifc.open, b1)
264 self.assertRaises(aifc.Error, aifc.open, b2)
268 self.assertRaises(aifc.Error, aifc.open, b)
284 self.assertRaises(aifc.Error, aifc.open, io.BytesIO(b))
365 self.assertRaises(aifc.Error, fout.aifc)
369 fout.aifc()
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_aifc.py9 import aifc
13 module = aifc
174 f = aifc.open(TESTFN, 'rb')
211 f = aifc.open(TESTFN, 'rb')
261 self.assertRaises(aifc.Error, aifc.open, b1)
262 self.assertRaises(aifc.Error, aifc.open, b2)
266 self.assertRaises(aifc.Error, aifc.open, b)
282 self.assertRaises(aifc.Error, aifc.open, io.BytesIO(b))
363 self.assertRaises(aifc.Error, fout.aifc)
367 fout.aifc()
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_aifc.py11 import aifc
15 module = aifc
176 f = aifc.open(TESTFN, 'rb')
213 f = aifc.open(TESTFN, 'rb')
263 self.assertRaises(aifc.Error, aifc.open, b1)
264 self.assertRaises(aifc.Error, aifc.open, b2)
268 self.assertRaises(aifc.Error, aifc.open, b)
284 self.assertRaises(aifc.Error, aifc.open, io.BytesIO(b))
365 self.assertRaises(aifc.Error, fout.aifc)
369 fout.aifc()
[all …]
/dports/x11/xkbevd/xkbevd-1.1.4/
H A Dexample.cf3 Bell() "ss/08.ting.aifc"
7 Bell(MinorError) "ss/02.xylo.pong.aifc"
10 Bell(Start) "ss/searchBegin.44.aifc"
11 Bell(End) "ss/searchEnd.44.aifc"
14 Bell(Wait) "ss/searchBegin.44.aifc"
15 Bell(Proceed) "ss/searchEnd.44.aifc"
21 Bell(TerminalBell) "ss/ss2.aifc"
23 Bell(CursorStuck) "ss/02.chick.aifc"
26 Bell(AppDeath) "ss/20.zikik.aifc"
27 Bell(ImAlive) "ss/ss6.aifc"
[all …]
/dports/lang/python310/Python-3.10.1/Doc/library/
H A Daifc.rst4 .. module:: aifc
91 .. method:: aifc.getparams()
106 .. method:: aifc.getmark(id)
119 .. method:: aifc.rewind()
125 .. method:: aifc.setpos(pos)
130 .. method:: aifc.tell()
135 .. method:: aifc.close()
148 .. method:: aifc.aiff()
154 .. method:: aifc.aifc()
210 .. method:: aifc.tell()
[all …]
/dports/lang/python38/Python-3.8.12/Doc/library/
H A Daifc.rst4 .. module:: aifc
91 .. method:: aifc.getparams()
106 .. method:: aifc.getmark(id)
119 .. method:: aifc.rewind()
125 .. method:: aifc.setpos(pos)
130 .. method:: aifc.tell()
135 .. method:: aifc.close()
148 .. method:: aifc.aiff()
154 .. method:: aifc.aifc()
210 .. method:: aifc.tell()
[all …]
/dports/lang/python37/Python-3.7.12/Doc/library/
H A Daifc.rst4 .. module:: aifc
91 .. method:: aifc.getparams()
106 .. method:: aifc.getmark(id)
119 .. method:: aifc.rewind()
125 .. method:: aifc.setpos(pos)
130 .. method:: aifc.tell()
135 .. method:: aifc.close()
148 .. method:: aifc.aiff()
154 .. method:: aifc.aifc()
210 .. method:: aifc.tell()
[all …]
/dports/lang/python311/Python-3.11.0a3/Doc/library/
H A Daifc.rst4 .. module:: aifc
91 .. method:: aifc.getparams()
106 .. method:: aifc.getmark(id)
119 .. method:: aifc.rewind()
125 .. method:: aifc.setpos(pos)
130 .. method:: aifc.tell()
135 .. method:: aifc.close()
148 .. method:: aifc.aiff()
154 .. method:: aifc.aifc()
210 .. method:: aifc.tell()
[all …]
/dports/lang/python-tools/Python-3.8.12/Doc/library/
H A Daifc.rst4 .. module:: aifc
91 .. method:: aifc.getparams()
106 .. method:: aifc.getmark(id)
119 .. method:: aifc.rewind()
125 .. method:: aifc.setpos(pos)
130 .. method:: aifc.tell()
135 .. method:: aifc.close()
148 .. method:: aifc.aiff()
154 .. method:: aifc.aifc()
210 .. method:: aifc.tell()
[all …]
/dports/lang/python39/Python-3.9.9/Doc/library/
H A Daifc.rst4 .. module:: aifc
91 .. method:: aifc.getparams()
106 .. method:: aifc.getmark(id)
119 .. method:: aifc.rewind()
125 .. method:: aifc.setpos(pos)
130 .. method:: aifc.tell()
135 .. method:: aifc.close()
148 .. method:: aifc.aiff()
154 .. method:: aifc.aifc()
210 .. method:: aifc.tell()
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Doc/library/
H A Daifc.rst4 .. module:: aifc
91 .. method:: aifc.getparams()
106 .. method:: aifc.getmark(id)
119 .. method:: aifc.rewind()
125 .. method:: aifc.setpos(pos)
130 .. method:: aifc.tell()
135 .. method:: aifc.close()
148 .. method:: aifc.aiff()
154 .. method:: aifc.aifc()
210 .. method:: aifc.tell()
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Doc/library/
H A Daifc.rst4 .. module:: aifc
91 .. method:: aifc.getparams()
106 .. method:: aifc.getmark(id)
119 .. method:: aifc.rewind()
125 .. method:: aifc.setpos(pos)
130 .. method:: aifc.tell()
135 .. method:: aifc.close()
148 .. method:: aifc.aiff()
154 .. method:: aifc.aifc()
210 .. method:: aifc.tell()
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/library/
H A Daifc.rst4 .. module:: aifc
91 .. method:: aifc.getparams()
106 .. method:: aifc.getmark(id)
119 .. method:: aifc.rewind()
125 .. method:: aifc.setpos(pos)
130 .. method:: aifc.tell()
135 .. method:: aifc.close()
148 .. method:: aifc.aiff()
154 .. method:: aifc.aifc()
210 .. method:: aifc.tell()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_aifc.py5 import aifc
20 except (aifc.Error, AttributeError):
30 self.f = aifc.open(self.sndfilepath)
33 f = self.f = aifc.open(self.sndfilepath)
43 f = self.f = aifc.open(self.sndfilepath)
59 f = self.f = aifc.open(self.sndfilepath)
60 fout = self.fout = aifc.open(TESTFN, 'wb')
61 fout.aifc()
72 f = self.f = aifc.open(self.sndfilepath)
74 fout.aifc()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Doc/library/
H A Daifc.rst4 .. module:: aifc
91 .. method:: aifc.getparams()
104 .. method:: aifc.getmark(id)
117 .. method:: aifc.rewind()
123 .. method:: aifc.setpos(pos)
128 .. method:: aifc.tell()
133 .. method:: aifc.close()
146 .. method:: aifc.aiff()
152 .. method:: aifc.aifc()
207 .. method:: aifc.tell()
[all …]
/dports/lang/python27/Python-2.7.18/Doc/library/
H A Daifc.rst4 .. module:: aifc
91 .. method:: aifc.getparams()
104 .. method:: aifc.getmark(id)
117 .. method:: aifc.rewind()
123 .. method:: aifc.setpos(pos)
128 .. method:: aifc.tell()
133 .. method:: aifc.close()
146 .. method:: aifc.aiff()
152 .. method:: aifc.aifc()
207 .. method:: aifc.tell()
[all …]
/dports/emulators/fuse-utils/fuse-utils-1.4.3/fmfconv_output/
H A Dfmfconv_aiff.c68 static int aifc = 0; variable
99 if( force_aifc || snd_enc != PCM ) aifc = 1; /* AIFF or AIFC */ in snd_write_aiffheader()
101 if( aifc ) in snd_write_aiffheader()
123 if( aifc ) { in snd_write_aiffheader()
134 printi( 1, "snd_write_aif%cheader(): %dHz %c encoded %s\n", aifc ? 'c' : 'f', in snd_write_aiffheader()
150 …printi( 2, "snd_write_aif%c(): %d samples (%d bytes) sound\n", aifc ? 'c' : 'f', snd_len/snd_fsz, … in snd_write_aiff()
163 …printw( "snd_finalize_aif%c(): cannot finalize sound output file (not seekable).\n", aifc ? 'c' : … in snd_finalize_aiff()
170 fseek( snd, aifc ? AIFF_POS_SSNCLEN : AIFF_POS_SSNDLEN, SEEK_SET ); in snd_finalize_aiff()
171 pos -= aifc ? 52 : 32; in snd_finalize_aiff()
182 …alize_aif%c(): FORM size: %ldbyte COMM frames: %ldbyte SSND size: %ld\n", aifc ? 'c' : 'f', pos + … in snd_finalize_aiff()

12345678910>>...24