Searched defs:cout (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/cmds/surfacereplayer/replayer/
H A DMain.cpp37 std::cout << "SurfaceReplayer options:\n"; member in class:std
38 std::cout << "Usage: surfacereplayer [OPTIONS...] <TRACE FILE>\n"; member in class:std
39 std::cout << " File path must be absolute" << std::endl << std::endl;
41 std::cout << " -m Stops the replayer at the start of the trace and switches "; member in class:std
44 std::cout << "\n -t [Number of Threads] Specifies the number of threads to be used while "
47 std::cout << "\n -s [Timestamp] Specify at what timestamp should the replayer switch " member in class:std
50 std::cout << " -n Ignore timestamps and run through trace as fast as possible\n"; member in class:std
52 std::cout << " -l Indefinitely loop the replayer\n"; member in class:std
54 std::cout << " -h Display help menu\n"; member in class:std
56 std::cout << st
[all...]
/frameworks/base/tools/aapt2/
H A DDebug.cpp379 std::cout << "digraph styles {\n"; member in class:aapt::std
381 std::cout << " node_" << GetNodeIndex(names, name) << " [label=\"" << name << "\"];\n";
389 std::cout << " node_" << style_node_index << " -> "
394 std::cout << "}" << std::endl;
/frameworks/av/media/libaudioprocessing/tests/
H A Dresampler_tests.cpp50 std::cout << data[i++] << ' '; // extra space before newline
52 std::cout << '\n'; // or endl member in class:std
236 std::cout << out[i+passbandFrame*channels] << std::endl;
239 std::cout << out[i+stopbandFrame*channels] << std::endl;
/frameworks/compile/slang/
H A Dslang_rs_reflection_state.cpp139 std::cout << "file = \"" << file.mRSSourceFileName << "\", "
153 std::cout << " (Record) name=\"" << Record->getKey().str() << "\""
162 std::cout << " (Field) name=\"" << field.mName << "\" ("
172 std::cout << " (Var) name=\"" << var.mName << "\" type=\"" << var.mType.str()
179 std::cout << " (ForEach) ordinal=" << feIdx << " state=";
182 std::cout << "initial" << std::endl;
185 std::cout << "collected"; member in class:slang::std
188 std::cout << "usematched"; member in class:slang::std
191 std::cout << fe.mState;
194 std::cout << " nam
[all...]
H A Dslang_rs_reflection.cpp775 std::cout << "Initializer which is non-NULL to pointer type variable " member in class:slang::std
/frameworks/ml/nn/runtime/test/
H A DTestPartitioning.cpp197 std::cout << name << ": " << toString(hidlModel) << std::endl;
198 std::cout << "inputs: " << toString(hidlModel.inputIndexes) << std::endl;
199 std::cout << "outputs: " << toString(hidlModel.outputIndexes) << std::endl;
201 std::cout << "operation[" << i << "]: " << toString(hidlModel.operations[i]) << std::endl;
549 std::cout << "0x" << std::hex << num << std::dec;
551 std::cout << num;
555 std::cout << name << ": { ";
559 std::cout << ", "; member in class:PartitioningTest::std
563 std::cout << "("; member in class:PartitioningTest::std
565 std::cout << ", "; member in class:PartitioningTest::std
567 std::cout << ")"; member in class:PartitioningTest::std
[all...]

Completed in 177 milliseconds