HomeSort by relevance Sort by last modified time
    Searched full:here (Results 76 - 100 of 32334) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/eigen/doc/snippets/
MatrixBase_extract.cpp 6 cout << "Here is the matrix m:" << endl << m << endl;
7 cout << "Here is the upper-triangular matrix extracted from m:" << endl
9 cout << "Here is the strictly-upper-triangular matrix extracted from m:" << endl
11 cout << "Here is the unit-lower-triangular matrix extracted from m:" << endl
MatrixBase_inverse.cpp 2 cout << "Here is the matrix m:" << endl << m << endl;
Vectorwise_reverse.cpp 2 cout << "Here is the matrix m:" << endl << m << endl;
3 cout << "Here is the rowwise reverse of m:" << endl << m.rowwise().reverse() << endl;
4 cout << "Here is the colwise reverse of m:" << endl << m.colwise().reverse() << endl;
6 cout << "Here is the coefficient (1,0) in the rowise reverse of m:" << endl
FullPivLU_kernel.cpp 2 cout << "Here is the matrix m:" << endl << m << endl;
4 cout << "Here is a matrix whose columns form a basis of the kernel of m:"
Jacobi_makeGivens.cpp 4 cout << "Here is the vector v:" << endl << v << endl;
6 cout << "Here is the vector J' * v:" << endl << v << endl
Jacobi_makeJacobi.cpp 5 cout << "Here is the matrix m:" << endl << m << endl;
8 cout << "Here is the matrix J' * m * J:" << endl << m << endl
  /external/eigen/unsupported/
CMakeLists.txt 4 add_subdirectory(test) # can't do EXCLUDE_FROM_ALL here, breaks CTest
  /external/stlport/test/unit/
epilog_test.cpp 7 std::string s; // if std not properly redefined, error will be here
  /frameworks/base/docs/html/samples/
index.jd 6 <p>Some kind of sample sorting will appear here.</p>
  /frameworks/compile/slang/tests/P_redefine_RS_VERSION/
stderr.txt.expect 2 <built-in>:1:9: note: previous definition is here
  /ndk/sources/android/support/src/musl-locale/
libc.h 3 #define weak_alias(name1,name2) // nothing here.
  /ndk/tests/device/test-gnustl-full/unit/
epilog_test.cpp 7 std::string s; // if std not properly redefined, error will be here
  /ndk/tests/device/test-stlport/unit/
epilog_test.cpp 7 std::string s; // if std not properly redefined, error will be here
  /ndk/tests/standalone/basic-c-compile/
main.c 1 /* Nothing fancy here, just checking that we can compile hello world */
  /ndk/tests/standalone/basic-cxx-compile/
main.cpp 1 /* Nothing fancy here, just checking that we can compile hello world */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/site-packages/
README 2 here. Read the source for site.py for more details.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/
README 2 here. Read the source for site.py for more details.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
quickfix2.xml 3 Random comment here
  /external/clang/test/SemaOpenCL/
invalid-kernel-parameters.cl 16 typedef struct ContainsBool // expected-note{{within field of type 'ContainsBool' declared here}}
18 bool x; // expected-note{{field of illegal type 'bool' declared here}}
25 typedef struct FooImage2D // expected-note{{within field of type 'FooImage2D' declared here}}
27 image2d_t imageField; // expected-note{{field of illegal type 'image2d_t' declared here}}
32 typedef struct Foo // expected-note{{within field of type 'Foo' declared here}}
34 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}}
39 typedef union FooUnion // expected-note{{within field of type 'FooUnion' declared here}}
41 int* ptrField; // expected-note{{field of illegal pointer type 'int *' declared here}}
46 typedef struct NestedPointer // expected-note 2 {{within field of type 'NestedPointer' declared here}}
51 int* ptrField; // expected-note 3 {{field of illegal pointer type 'int *' declared here}}
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR/ANTLRTests/
ANTLRTests.m 18 // Set-up code here.
23 // Tear-down code here.
  /external/clang/test/CXX/dcl.decl/dcl.init/
p7.cpp 7 A() = default; // expected-note {{here}}
12 explicit B() = default; // expected-note {{here}}
  /external/clang/test/Sema/
MicrosoftCompatibility-x86.c 2 int __stdcall f(void); /* expected-note {{previous declaration is here}} */
4 int __cdecl f(void) { /* expected-error {{function declared 'cdecl' here was previously declared 'stdcall'}} */
uninit-variables-vectors.c 9 __m128 x, y, z, w, X; // expected-note {{variable 'x' is declared here}} expected-note {{variable 'y' is declared here}} expected-note {{variable 'w' is declared here}} expected-note {{variable 'z' is declared here}}
10 x = _mm_xor_ps(x,x); // expected-warning {{variable 'x' is uninitialized when used here}}
11 y = _mm_xor_ps(y,y); // expected-warning {{variable 'y' is uninitialized when used here}}
12 z = _mm_xor_ps(z,z); // expected-warning {{variable 'z' is uninitialized when used here}}
13 w = _mm_xor_ps(w,w); // expected-warning {{variable 'w' is uninitialized when used here}}
  /external/clang/test/SemaCXX/
access-control-check.cpp 8 int iP; // expected-note {{declared private here}}
9 int PPR(); // expected-note {{declared private here}}
  /external/clang/test/SemaTemplate/
recursive-template-instantiation.cpp 5 // expected-note 3{{requested here}}
9 f(p); // expected-note{{requested here}}

Completed in 683 milliseconds

1 2 34 5 6 7 8 91011>>