OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:here
(Results
151 - 175
of
33179
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/SemaObjC/
objc-buffered-methods.m
22
- (int) func { return prop; } // compiles - synthesized ivar will be accessible
here
.
23
- (int)get_g { return global; } // No warning
here
- synthesized ivar will be accessible
here
.
/external/eigen/doc/examples/
TutorialLinAlgRankRevealing.cpp
13
cout << "
Here
is the matrix A:\n" << A << endl;
16
cout << "
Here
is a matrix whose columns form a basis of the null-space of A:\n"
18
cout << "
Here
is a matrix whose columns form a basis of the column-space of A:\n"
Tutorial_BlockOperations_block_assignment.cpp
13
cout << "
Here
is the array a:" << endl << a << endl << endl;
15
cout << "
Here
is now a with m copied into its central 2x2 block:" << endl << a << endl << endl;
17
cout << "
Here
is now a with bottom-right 2x3 block copied into top-left 2x2 block:" << endl << a << endl << endl;
/external/eigen/doc/snippets/
FullPivLU_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;
MatrixBase_marked.cpp
7
cout << "
Here
is the matrix m:" << endl << m << endl;
10
cout << "
Here
is the matrix n:" << endl << n << endl;
11
cout << "And now
here
is m.inverse()*n, taking advantage of the fact that"
/external/clang/test/SemaCXX/
decl-microsoft-call-conv.cpp
6
void __stdcall free_func_stdcall(); // expected-note {{previous declaration is
here
}}
7
void __fastcall free_func_fastcall(); // expected-note 2 {{previous declaration is
here
}}
9
void __cdecl free_func_default(); // expected-note 2 {{previous declaration is
here
}}
10
void __stdcall free_func_default(); // expected-error {{function declared 'stdcall'
here
was previously declared without calling convention}}
11
void __fastcall free_func_default(); // expected-error {{function declared 'fastcall'
here
was previously declared without calling convention}}
13
void free_func_cdecl(); // expected-note 2 {{previous declaration is
here
}}
14
void __stdcall free_func_cdecl(); // expected-error {{function declared 'stdcall'
here
was previously declared 'cdecl'}}
15
void __fastcall free_func_cdecl(); // expected-error {{function declared 'fastcall'
here
was previously declared 'cdecl'}}
17
void __cdecl free_func_stdcall(); // expected-error {{function declared 'cdecl'
here
was previously declared 'stdcall'}}
18
void free_func_stdcall(); // expected-note {{previous declaration is
here
}}
[
all
...]
/dalvik/vm/mterp/c/
OP_UNUSED_FF.cpp
3
* In portable interp, most unused opcodes will fall through to
here
.
/developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/res/values-sw720dp-land/
dimens.xml
3
screen margins) for sw720dp devices (e.g. 10" tablets) in landscape
here
. -->
/developers/build/prebuilts/gradle/HorizontalPaging/HorizontalPagingSample/src/main/res/values/values-sw720dp-land/
dimens.xml
3
screen margins) for sw720dp devices (e.g. 10" tablets) in landscape
here
. -->
/developers/build/templates/CardStream/_MODULE_/src/template/res/values-sw720dp-land/
dimens.xml
3
screen margins) for sw720dp devices (e.g. 10" tablets) in landscape
here
. -->
/developers/samples/android/ui/views/HorizontalPaging/HorizontalPagingSample/src/main/res/values/values-sw720dp-land/
dimens.xml
3
screen margins) for sw720dp devices (e.g. 10" tablets) in landscape
here
. -->
/development/docs/
SDK_RELEASE_NOTES
6
<a href="docs/sdk/RELEASENOTES.html">click
here
if you are not redirected</a>
/development/samples/browseable/HorizontalPaging/res/values/values-sw720dp-land/
dimens.xml
3
screen margins) for sw720dp devices (e.g. 10" tablets) in landscape
here
. -->
/development/tutorials/MoarRam/res/values-sw600dp/
dimens.xml
5
screen margins) for sw600dp devices (e.g. 7" tablets)
here
.
/development/tutorials/MoarRam/res/values-sw720dp-land/
dimens.xml
5
screen margins) for sw720dp devices (e.g. 10" tablets) in landscape
here
.
/device/sample/sdk_addon/
hardware.ini
2
# Properties defined
here
impact all AVD targetting this add-on.
/external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.html
8
Image
here
:
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/
screenshot.html
4
Image
here
:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
__init__.py
3
# We only export public API
here
.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/net/buildbot/
__init__.py
3
# We only export public API
here
.
/external/chromium_org/third_party/widevine/cdm/
README.chromium
8
Chrome. No third-party files are checked in
here
.
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.elab/
p2-0x.cpp
4
template<typename T> using X = A; // expected-note {{declared
here
}}
8
template<typename T> using Id = T; // expected-note {{declared
here
}}
15
template<typename T> using U = F<char>; // expected-note 2{{declared
here
}}
19
template struct Y<Id>; // expected-note {{requested
here
}}
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/
p3.cpp
2
void f(int) { } // expected-note {{previous definition is
here
}}
/external/clang/test/Parser/
argument_redef.c
4
void foo(int A) { /* expected-note {{previous definition is
here
}} */
missing-end.m
3
@interface AAA // expected-note {{class started
here
}}
Completed in 805 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>