HomeSort by relevance Sort by last modified time
    Searched full:here (Results 51 - 75 of 33179) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/kernel-headers/original/asm-mips/
segment.h 4 /* Only here because we have some old header files that expect it.. */
  /external/markdown/tests/misc/
html-comments.html 1 <p>Here is HTML <!-- **comment** -->
html-comments.txt 0 Here is HTML <!-- **comment** -->
para-with-hr.html 1 <p>Here is a paragraph, followed by a horizontal rule.</p>
  /external/mesa3d/src/glsl/glcpp/tests/
063-comments.c.expected 15 more code here
  /external/sepolicy/
port_contexts 1 # portcon statements go here, e.g.
  /development/ndk/samples/module-exports/jni/bar/
bar.h 4 /* FOO should be defined to '1' here with the magic of LOCAL_EXPORT_CFLAGS */
6 #error FOO should be defined here !
10 #error FOO is not correctly defined here !
  /external/clang/test/Parser/
missing-end-3.m 3 @interface blah { // expected-note {{class started here}}
6 // since I forgot the @end here it should say something
9 @end // and Unknown type name 'end' here
missing-end-2.m 4 @interface A // expected-note {{class started here}}
10 @interface B { // expected-note {{class started here}}
16 @interface C // expected-note 2 {{class started here}}
  /external/eigen/doc/snippets/
MatrixBase_colwise.cpp 2 cout << "Here is the matrix m:" << endl << m << endl;
3 cout << "Here is the sum of each column:" << endl << m.colwise().sum() << endl;
4 cout << "Here is the maximum absolute value of each column:"
MatrixBase_rowwise.cpp 2 cout << "Here is the matrix m:" << endl << m << endl;
3 cout << "Here is the sum of each row:" << endl << m.rowwise().sum() << endl;
4 cout << "Here is the maximum absolute value of each row:"
ColPivHouseholderQR_solve.cpp 3 cout << "Here is the matrix m:" << endl << m << endl;
4 cout << "Here is the matrix y:" << endl << y << endl;
8 cout << "Here is a solution x to the equation mx=y:" << endl << x << endl;
FullPivHouseholderQR_solve.cpp 3 cout << "Here is the matrix m:" << endl << m << endl;
4 cout << "Here is the matrix y:" << endl << y << endl;
8 cout << "Here is a solution x to the equation mx=y:" << endl << x << endl;
HouseholderQR_solve.cpp 4 cout << "Here is the matrix m:" << endl << m << endl;
5 cout << "Here is the matrix y:" << endl << y << endl;
9 cout << "Here is a solution x to the equation mx=y:" << endl << x << endl;
MatrixBase_reverse.cpp 2 cout << "Here is the matrix m:" << endl << m << endl;
3 cout << "Here is the reverse of m:" << endl << m.reverse() << endl;
4 cout << "Here is the coefficient (1,0) in the reverse of m:" << endl
MatrixBase_transpose.cpp 2 cout << "Here is the matrix m:" << endl << m << endl;
3 cout << "Here is the transpose of m:" << endl << m.transpose() << endl;
4 cout << "Here is the coefficient (1,0) in the transpose of m:" << endl
PartialPivLU_solve.cpp 3 cout << "Here is the invertible matrix A:" << endl << A << endl;
4 cout << "Here is the matrix B:" << endl << B << endl;
6 cout << "Here is the (unique) solution X to the equation AX=B:" << endl << X << endl;
  /external/llvm/test/Bitcode/
blockaddress.ll 7 br label %here.i
9 here.i:
10 store i8* blockaddress(@doit, %here), i8** %ptr1, align 8
11 ; CHECK: blockaddress(@doit, %here)
21 br label %here
23 here:
24 store i8* blockaddress(@doit, %here), i8** %pptr, align 8
25 ; CHECK: blockaddress(@doit, %here)
36 br label %here
38 here
    [all...]
  /external/clang/test/SemaCXX/
implicit-virtual-member-functions.cpp 9 void operator delete (void *, int); // expected-note {{'operator delete' declared here}}
12 void B::f() { // expected-note {{implicit destructor for 'B' first required here}}
17 void operator delete(void *, int); // expected-note {{'operator delete' declared here}}
20 C::C() { } // expected-note {{implicit destructor for 'C' first required here}}
23 void operator delete(void *, int); // expected-note {{'operator delete' declared here}}
27 new D; // expected-note {{implicit destructor for 'D' first required here}}
  /external/chromium_org/content/test/data/session_history/
bot1.html 4 This is the bottom frame #1. Tests will load here.
  /external/chromium_org/third_party/WebKit/ManualTests/
back-forward-during-alert-1.html 2 View this page, then click <a href="back-forward-during-alert-2.html">here.</a>
input-type-file-autocomplete-frame-2.html 4 <form><input size=55 value="type something in here"></form>
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/
robots.txt 1 # There's nothing useful to index here. No need to pay the server costs for getting it crawled.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
nasm-sectname.asm 1 ; XXX: this test should really be in parsers/nasm/tests, not here.
  /external/clang/test/Modules/Inputs/NoUmbrella.framework/Headers/
A.h 6 // Note: warning here is suppressed because this module is considered a

Completed in 468 milliseconds

1 23 4 5 6 7 8 91011>>