HomeSort by relevance Sort by last modified time
    Searched refs:out (Results 1 - 25 of 14706) 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;
  /system/chre/build/
defs.mk 7 OUT = 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/r13/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/r13/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);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/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/r11/sources/cxx-stl/llvm-libc++/libcxx/test/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);
  /build/make/core/
help.mk 23 @echo "clean (aka clobber) equivalent to rm -rf out/"
33 .PHONY: out
34 out:
  /external/valgrind/none/tests/mips32/
test_fcsr.c 5 int out [] = {0, 0}; local
20 : "r" (in), "r" (out)
23 printf("FCSR::1: 0x%x, 2: 0x%x\n", out[0], out[1]);
  /test/vts/compilation_tools/vtsc/code_gen/driver/
LegacyHalCodeGen.cpp 37 Formatter& out, const ComponentSpecificationMessage& message,
39 out << "bool " << fuzzer_extended_class_name << "::Fuzz(" << "\n";
40 out << " FunctionSpecificationMessage* func_msg," << "\n";
41 out << " void** result, const string& callback_socket_name) {" << "\n";
42 out.indent();
43 out << "const char* func_name = func_msg->name().c_str();" << "\n";
44 out << "cout << \"Function: \" << func_name << endl;" << "\n";
49 out << "if (!strcmp(func_name, \"" << api.name() << "\")) {" << "\n";
54 out << " " << GetCppVariableType(arg) << " ";
55 out << "arg" << arg_count << " = "
    [all...]
LibSharedCodeGen.cpp 37 Formatter& out, const ComponentSpecificationMessage& message,
39 out << "bool " << fuzzer_extended_class_name << "::Fuzz(" << "\n";
40 out << " FunctionSpecificationMessage* func_msg," << "\n";
41 out << " void** result, const string& callback_socket_name) {" << "\n";
42 out.indent();
43 out << "const char* func_name = func_msg->name().c_str();" << "\n";
44 out << "cout << \"Function: \" << func_name << endl;" << "\n";
49 out << "if (!strcmp(func_name, \"" << api.name() << "\")) {" << "\n";
59 out << " " << GetCppVariableType(arg) << " "
61 out << "reinterpret_cast<" << GetCppVariableType(arg) << ">(
    [all...]
HalCodeGen.cpp 40 Formatter& out, const ComponentSpecificationMessage& message,
52 out << "static string callback_socket_name_;" << "\n";
55 out << "\n";
56 out << "class " << name << " : public FuzzerCallbackBase {" << "\n";
57 out << " public:" << "\n";
58 out.indent();
59 out << name << "(const string& callback_socket_name) {" << "\n";
60 out.indent();
61 out << "callback_socket_name_ = callback_socket_name;" << "\n";
62 out.unindent()
    [all...]
  /system/tools/hidl/
generateJava.cpp 30 Formatter &out,
36 out << arg->type().getJavaType()
43 arg->type().emitJavaReaderWriter(out, parcelObj,
77 Formatter out(file);
83 out << "package " << mPackage.javaPackage() << ";\n\n";
85 out << "\n";
88 type->emitJavaTypeDeclarations(out, true /* atTopLevel */);
134 Formatter out(file);
140 out << "package " << mPackage.javaPackage() << ";\n\n";
142 out.setNamespace(mPackage.javaPackage() + ".")
    [all...]
  /art/test/962-iface-static/src/
Displayer.java 18 System.out.println("init");
21 System.out.println("constructor");

Completed in 620 milliseconds

1 2 3 4 5 6 7 8 91011>>