Searched refs:IO (Results 1 – 25 of 39) sorted by relevance
12
69 class IO {71 explicit IO(const ScriptKernelID *);79 std::vector<IO *> mInputs;80 std::vector<IO *> mOutputs;
50 ScriptGroup::IO::IO(const ScriptKernelID *kid) { in IO() function in android::renderscript::ScriptGroup::IO168 mOutputs.push_back(new IO(k)); in calcOrder()182 mInputs.push_back(new IO(k)); in calcOrder()
48 IO mOutputs[];49 IO mInputs[];53 static class IO { class in ScriptGroup57 IO(Script.KernelID s) { in IO() method in ScriptGroup.IO567 for (IO sgInput : mInputs) { in execute()579 for (IO sgOutput : mOutputs) { in execute()892 ArrayList<IO> inputs = new ArrayList<IO>(); in create()893 ArrayList<IO> outputs = new ArrayList<IO>(); in create()916 inputs.add(new IO(kid)); in create()919 outputs.add(new IO(kid)); in create()[all …]
43 IO mOutputs[];44 IO mInputs[];46 static class IO { class in ScriptGroup50 IO(Script.KernelID s) { in IO() method in ScriptGroup.IO780 ArrayList<IO> inputs = new ArrayList<IO>(); in create()781 ArrayList<IO> outputs = new ArrayList<IO>(); in create()804 inputs.add(new IO(kid)); in create()807 outputs.add(new IO(kid)); in create()839 sg.mOutputs = new IO[outputs.size()]; in create()844 sg.mInputs = new IO[inputs.size()]; in create()
33 using System.IO;
34 using System.IO;
36 using System.IO;
35 using System.IO;
71 * @param slowIo A SlowIo struct holding the type of slow IO operation and72 * the number of slow IO operations of this type over 24hrs.
147 /* Classifications of IO Operations for reportSlowIo. */157 /* The number of slow IO operations of this type over 24 hours. */
59 // Uninterruptible sleep (usually IO).