OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hand
(Results
76 - 100
of
2549
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/eigen/doc/special_examples/
Tutorial_sparse_example.cpp
17
Eigen::VectorXd b(m); // the right
hand
side-vector resulting from the constraints
25
Eigen::VectorXd x = chol.solve(b); // use the factorization to solve for the given right
hand
side
/external/eigen/unsupported/Eigen/src/SparseExtra/
MatrixMarketIterator.h
28
* The right
hand
side vectors are loaded as well, if they exist.
30
* Note that the right
hand
side for a SPD matrix is named as matname_SPD_b.mtx
98
/** Return the right
hand
side corresponding to the current matrix.
103
// Get the right
hand
side
116
// Generate a random right
hand
side
128
* If it is not provided and if the right
hand
side is not available
186
// Determine from the header if it is a matrix or a right
hand
side
222
bool m_hasRhs; // The right
hand
side exists
/external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_QuitEvent.3
20
As can be seen, the SDL_QuitEvent structure serves no useful purpose\&. The event itself, on the other
hand
, is very important\&. If you filter out or ignore a quit event then it is impossible for the user to close the window\&. On the other
hand
, if you do accept a quit event then the application window will be closed, and screen updates will still report success event though the application will no longer be visible\&.
/external/mockito/src/org/mockito/internal/matchers/apachecommons/
EqualsBuilder.java
274
* @param lhs the left
hand
object
275
* @param rhs the right
hand
object
331
* @param lhs the left
hand
object
332
* @param rhs the right
hand
object
389
* the left
hand
<code>long</code>
391
* the right
hand
<code>long</code>
405
* @param lhs the left
hand
<code>int</code>
406
* @param rhs the right
hand
<code>int</code>
420
* @param lhs the left
hand
<code>short</code>
421
* @param rhs the right
hand
<code>short</code
[
all
...]
/external/chromium_org/v8/test/webkit/
parser-xml-close-comment-expected.txt
29
PASS 'should be a syntax error' --> threw exception ReferenceError: Invalid left-
hand
side expression in postfix operation.
30
PASS /**/ 1 --> threw exception ReferenceError: Invalid left-
hand
side expression in postfix operation.
31
PASS 1 /**/ --> threw exception ReferenceError: Invalid left-
hand
side expression in postfix operation.
/external/opencv/cvaux/src/
cvfindhandregion.cpp
48
find region where
hand
is (for gesture recognition)
200
/* compute center point of the left
hand
*/
215
/* compute center point of the right
hand
*/
224
/* select
hand
's points and calculate mean value */
263
find region where
hand
is (for gesture recognition)
497
/* compute center point of the left
hand
*/
510
/* compute center point of the right
hand
*/
533
/* select
hand
's points and calculate mean value */
574
// Purpose: finds
hand
region in range image data
581
// size - size of the
hand
in meters
[
all
...]
/external/chromium-trace/trace-viewer/third_party/gl-matrix/
README.md
11
hand
-tuning each function for maximum performance and encouraging efficient
/external/chromium_org/third_party/WebKit/ManualTests/
svg-links.svg
8
<tspan x='10' dy='20'>2. Hover and notice the cursor change to a
hand
</tspan>
/external/chromium_org/third_party/freetype/src/raster/
ftrend1.h
33
/* to register it by
hand
in your application. It should only be */
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/gen/org/webrtc/voiceengine/test/
R.java
5
* should not be modified by
hand
.
/external/chromium_org/tools/chrome_proxy/integration_tests/chrome_proxy_pagesets/data/
chrome_proxy_top_20.json
2
"description": "Describes the Web Page Replay archives for a page set. Don't edit by
hand
! Use record_wpr for updating.",
/external/chromium_org/tools/perf/page_sets/data/
intl_es_fr_pt-BR.json
2
"description": "Describes the Web Page Replay archives for a page set. Don't edit by
hand
! Use record_wpr for updating.",
intl_hi_ru.json
2
"description": "Describes the Web Page Replay archives for a page set. Don't edit by
hand
! Use record_wpr for updating.",
intl_ko_th_vi.json
2
"description": "Describes the Web Page Replay archives for a page set. Don't edit by
hand
! Use record_wpr for updating.",
mobile_memory.json
2
"description": "Describes the Web Page Replay archives for a page set. Don't edit by
hand
! Use record_wpr for updating.",
peacekeeper_render.json
2
"description": "Describes the Web Page Replay archives for a page set. Don't edit by
hand
! Use record_wpr for updating.",
peacekeeper_string.json
2
"description": "Describes the Web Page Replay archives for a page set. Don't edit by
hand
! Use record_wpr for updating.",
tough_compositor_cases.json
2
"description": "Describes the Web Page Replay archives for a page set. Don't edit by
hand
! Use record_wpr for updating.",
tough_dom_memory_cases.json
2
"description": "Describes the Web Page Replay archives for a page set. Don't edit by
hand
! Use record_wpr for updating.",
tough_energy_cases.json
2
"description": "Describes the Web Page Replay archives for a page set. Don't edit by
hand
! Use record_wpr for updating.",
tough_pinch_zoom_cases.json
2
"description": "Describes the Web Page Replay archives for a page set. Don't edit by
hand
! Use record_wpr for updating.",
/external/clang/utils/VtableTest/
check-zti
5
# Utility routine to "
hand
" check type infos.
check-ztt
5
# Utility routine to "
hand
" check VTTs.
check-zvt
5
# Utility routine to "
hand
" check vtables.
/external/eigen/doc/examples/
TutorialLinAlgComputeTwice.cpp
14
cout << "Here is the right
hand
side b:\n" << b << endl;
Completed in 2975 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>