HomeSort by relevance Sort by last modified time
    Searched refs:out (Results 1 - 25 of 17003) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2007-05-11-str-const.c 3 static unsigned char out[]={0,1}; variable
mmx-inline-asm-error.c 5 vec256 out; local
8 asm("something %0" : "=y"(out)); // expected-error {{invalid output size for constraint '=y'}}
9 asm("something %0, %0" : "+y"(out)); // expected-error {{invalid output size for constraint '+y'}}
11 return out;
  /external/eigen/bench/spbench/
spbenchstyle.h 13 void printBenchStyle(std::ofstream& out)
15 out << "<xsl:stylesheet id='stylesheet' version='1.0' \
26 out<<"<table border='1' width='100%' height='100%'>\n \
40 out<<" <xsl:for-each select='BENCH/LINEARSYSTEM'>\n \
53 out<<" <TR>\n \
74 out<<" <TR>\n \
  /external/valgrind/none/tests/mips64/
test_fcsr.c 6 long out [] = {0, 0}; local
22 : "r" (out)
25 printf("FCSR::1: 0x%lx, 2: 0x%lx\n", out[0], out[1]);
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
freeze.pass.cpp 22 std::ostrstream out; local
23 out.freeze();
24 assert(!out.fail());
25 out << 'a';
26 assert(out.fail());
27 out.clear();
28 out.freeze(false);
29 out << 'a';
30 out << char(0);
31 assert(out.str() == std::string("a"))
    [all...]
pcount.pass.cpp 22 std::ostrstream out; local
23 assert(out.pcount() == 0);
24 out << 123 << ' ' << 4.5 << ' ' << "dog";
25 assert(out.pcount() == 11);
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
freeze.pass.cpp 22 std::strstream out; local
23 out.freeze();
24 assert(!out.fail());
25 out << 'a';
26 assert(out.fail());
27 out.clear();
28 out.freeze(false);
29 out << 'a';
30 out << char(0);
31 assert(out.str() == std::string("a"))
    [all...]
pcount.pass.cpp 22 std::strstream out; local
23 assert(out.pcount() == 0);
24 out << 123 << ' ' << 4.5 << ' ' << "dog";
25 assert(out.pcount() == 11);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
freeze.pass.cpp 22 std::ostrstream out; local
23 out.freeze();
24 assert(!out.fail());
25 out << 'a';
26 assert(out.fail());
27 out.clear();
28 out.freeze(false);
29 out << 'a';
30 out << char(0);
31 assert(out.str() == std::string("a"))
    [all...]
pcount.pass.cpp 22 std::ostrstream out; local
23 assert(out.pcount() == 0);
24 out << 123 << ' ' << 4.5 << ' ' << "dog";
25 assert(out.pcount() == 11);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
freeze.pass.cpp 22 std::strstream out; local
23 out.freeze();
24 assert(!out.fail());
25 out << 'a';
26 assert(out.fail());
27 out.clear();
28 out.freeze(false);
29 out << 'a';
30 out << char(0);
31 assert(out.str() == std::string("a"))
    [all...]
pcount.pass.cpp 22 std::strstream out; local
23 assert(out.pcount() == 0);
24 out << 123 << ' ' << 4.5 << ' ' << "dog";
25 assert(out.pcount() == 11);
  /external/tpm2/
GetTestResult.c 17 GetTestResult_Out *out // OUT: output parameter list
23 out->testResult = CryptGetTestResult(&out->outData);
  /system/tools/hidl/
generateJava.cpp 30 void AST::emitJavaReaderWriter(Formatter& out, const std::string& parcelObj,
34 out << arg->type().getJavaType()
41 arg->type().emitJavaReaderWriter(out, parcelObj,
46 void AST::generateJavaTypes(Formatter& out, const std::string& limitToType) const {
60 out << "package " << mPackage.javaPackage() << ";\n\n\n";
62 type->emitJavaTypeDeclarations(out, true /* atTopLevel */);
70 Formatter& out,
74 out << "public static "
78 out << ", boolean retry";
80 out << ") throws android.os.RemoteException "
    [all...]
generateCppImpl.cpp 36 void AST::generateFetchSymbol(Formatter &out, const std::string& ifaceName) const {
37 out << "HIDL_FETCH_" << ifaceName;
40 void AST::generateStubImplMethod(Formatter& out, const std::string& className,
47 method->generateCppSignature(out, className, false /* specifyNamespaces */);
49 out << " {\n";
51 out.indent();
52 out << "// TODO implement\n";
57 out << "return Void();\n";
59 out << "return "
64 out.unindent()
    [all...]
generateCpp.cpp 64 Formatter &out,
68 out << "#include <";
74 out << component << "/";
77 out << klass
81 void AST::enterLeaveNamespace(Formatter &out, bool enter) const {
88 out << "namespace " << component << " {\n";
91 out.setNamespace(mPackage.cppNamespace() + "::");
93 out.setNamespace(std::string());
98 out << "} // namespace " << *it << "\n";
103 static void declareGetService(Formatter &out, const std::string &interfaceName, bool isTry)
    [all...]
  /test/vts/compilation_tools/vtsc/code_gen/driver/
LibSharedCodeGen.cpp 34 Formatter& out, const ComponentSpecificationMessage& message,
36 out << "bool " << fuzzer_extended_class_name << "::Fuzz(" << "\n";
37 out << " FunctionSpecificationMessage* func_msg," << "\n";
38 out << " void** result, const string& callback_socket_name) {" << "\n";
39 out.indent();
40 out << "const char* func_name = func_msg->name().c_str();" << "\n";
41 out << "LOG(INFO) << \"Function: \" << func_name;\n";
46 out << "if (!strcmp(func_name, \"" << api.name() << "\")) {" << "\n";
56 out << " " << GetCppVariableType(arg) << " "
58 out << "reinterpret_cast<" << GetCppVariableType(arg) << ">(
    [all...]
HalCodeGen.cpp 36 Formatter& out, const ComponentSpecificationMessage& message,
48 out << "static string callback_socket_name_;" << "\n";
51 out << "\n";
52 out << "class " << name << " : public DriverCallbackBase {"
54 out << " public:" << "\n";
55 out.indent();
56 out << name << "(const string& callback_socket_name) {" << "\n";
57 out.indent();
58 out << "callback_socket_name_ = callback_socket_name;" << "\n";
59 out.unindent()
    [all...]
  /device/google/cuttlefish_common/host/libs/usbip/
messages.cpp 41 std::ostream& operator<<(std::ostream& out, const CmdHeader& header) {
42 out << "CmdHeader\n";
43 out << "\t\tcmd:\t" << header.command << '\n';
44 out << "\t\tseq#:\t" << header.seq_num << '\n';
45 out << "\t\tbus#:\t0x" << header.bus_num << '\n';
46 out << "\t\tdev#:\t0x" << header.dev_num << '\n';
47 out << "\t\tdir:\t" << (header.direction ? "in" : "out") << '\n';
48 out << "\t\tendpt:\t" << header.endpoint << "\n";
49 return out;
    [all...]
  /art/test/962-iface-static/src/
Displayer.java 18 System.out.println("init");
21 System.out.println("constructor");
  /external/javassist/sample/hotswap/logging/
HelloWorld.java 3 System.out.println("** HelloWorld.print()");
4 System.out.println("hello world");
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclresult.i 25 %typemap(out) int Tcl_Result {
  /bionic/tools/versioner/tests/slow_preprocessor_idempotence/
run.sh 1 rm -rf out
3 mkdir out
4 versioner -o out/initial
5 versioner out/initial ../../dependencies -o out/second
6 diff -qrwB out/initial out/second
  /external/desugar/test/java/com/google/devtools/build/android/desugar/
desugar_deps_consistency_test.sh 18 out="$(mktemp)"
19 if ! "devtools/blaze/singlejar/singlejar" --output "${out}" --check_desugar_deps --sources "$@"; then
20 rm "${out}"
29 *_fail_test) rm "${out}"; echo "Singlejar unexpectedly succeeded :("; exit 1;;
32 if third_party/java/jdk/jar/jar tf "${out}" | grep 'desugar_deps'; then
33 rm "${out}"
37 rm "${out}"
  /external/valgrind/none/tests/s390x/
bfp-2.c 12 float out; local
14 __asm__ volatile("sqebr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
15 printf("sqebr %f -> %f\n", in, out);
20 double out; local
22 __asm__ volatile("sqdbr %[out],%[in]" : [out]"=f"(out) : [in]"f"(in));
23 printf("sqdbr %f -> %f\n", in, out);
28 float out; local
36 double out; local
44 float out; local
52 double out; local
60 float out; local
68 double out; local
76 unsigned long out; local
86 unsigned long out; local
    [all...]

Completed in 2572 milliseconds

1 2 3 4 5 6 7 8 91011>>