| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
| wait4(A_pid:int, A_status:int, A_options:int, A_rusage:int, errnoPtr:int) — method, interface com.adobe.flascc.kernel.IKernel |
| |
| wait4(A_pid:int, A_status:int, A_options:int, A_rusage:int, errnoPtr:int) — method, class com.adobe.flascc.kernel.PlayerKernel |
|
Not implemented; always returns -1. |
| write(fd:int, bufPtr:int, nbyte:int, errnoPtr:int) — method, class com.adobe.flascc.Console |
|
The PlayerKernel implementation uses this function to handle
C IO write requests to the file "/dev/tty" (for example, output from
printf will pass through this function). |
| write(A_fd:int, A_buf:int, A_nbyte:int, errnoPtr:int) — method, interface com.adobe.flascc.kernel.IKernel |
| |
| write(fd:int, buf:int, nbyte:int, errnoPtr:int) — method, class com.adobe.flascc.kernel.PlayerKernel |
| |
| write(fileDescriptor:int, bufPtr:int, nbyte:int, errnoPtr:int) — method, interface com.adobe.flascc.vfs.ISpecialFile |
|
This matches the signature of write from the IKernel interface. |
| write16(ptr:int, value:int) — Static Method , class com.adobe.flascc.CModule |
|
Write the low 16 bits of value into domainMemory. |
| write32(ptr:int, value:int) — Static Method , class com.adobe.flascc.CModule |
|
Write a 32 bit value into domainMemory
|
| write8(ptr:int, value:int) — Static Method , class com.adobe.flascc.CModule |
|
Write the low 8 bits of value into domainMemory. |
| writeable — Property, class com.adobe.flascc.vfs.FileHandle |
|
True if this file descriptor was opened with O_WRONLY or O_RDWR. |
| writeBytes(ptr:int, length:uint, source:flash.utils:IDataInput) — Static Method , class com.adobe.flascc.CModule |
|
Copy the contents of an object that implements the IDataInput interface (ByteArray, FileStream, Socket etc) into domainMemory. |
| writeDouble(ptr:int, value:Number) — Static Method , class com.adobe.flascc.CModule |
|
Write a Number as a 64 bit float into domainMemory
|
| writeFloat(ptr:int, value:Number) — Static Method , class com.adobe.flascc.CModule |
|
Write a Number as a 32 bit float into domainMemory
|
| writeIntVector(ptr:int, vec:Vector$int) — Static Method , class com.adobe.flascc.CModule |
|
Write a Vector of ints into domainMemory starting at offset ptr. |
| writeString(ptr:int, s:String) — Static Method , class com.adobe.flascc.CModule |
|
Write an actionscript string as UTF8 data into domainMemory
|
| writev(A_fd:int, A_iovp:int, A_iovcnt:int, errnoPtr:int) — method, interface com.adobe.flascc.kernel.IKernel |
| |
| writev(fd:int, vecs:int, veccnt:int, errnoPtr:int) — method, class com.adobe.flascc.kernel.PlayerKernel |
| |
|
| A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |