OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hand
(Results
26 - 50
of
2381
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/ManualTests/fullscreen/
full-screen-zero-width.html
3
span { text-decoration: underline; cursor:
hand
; }
full-screen-flash.html
4
span { text-decoration: underline; cursor:
hand
; }
/external/chromium_org/tools/perf/page_sets/data/
peacekeeper_array.json
2
"description": "Describes the Web Page Replay archives for a page set. Don't edit by
hand
! Use record_wpr for updating.",
peacekeeper_experimental.json
2
"description": "Describes the Web Page Replay archives for a page set. Don't edit by
hand
! Use record_wpr for updating.",
intl_ar_fa_he.json
2
"description": "Describes the Web Page Replay archives for a page set. Don't edit by
hand
! Use record_wpr for updating.",
top_10.json
2
"description": "Describes the Web Page Replay archives for a page set. Don't edit by
hand
! Use record_wpr for updating.",
tough_layout_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/eigen/doc/examples/
TutorialLinAlgExSolveLDLT.cpp
13
cout << "Here is the right
hand
side b:\n" << b << endl;
TutorialLinAlgSVDSolve.cpp
12
cout << "Here is the right
hand
side b:\n" << b << endl;
/external/jmonkeyengine/engine/src/android/com/jme3/app/
R.java
5
* should not be modified by
hand
.
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
README
9
For the x86, I have
hand
written assember because of the bad job all
13
For the DEC alpha, I also
hand
wrote the assember (except the division which
17
were 64 bits). So the
hand
assember gives access to the 128 bit result and
/external/openssl/crypto/bn/asm/
README
9
For the x86, I have
hand
written assember because of the bad job all
13
For the DEC alpha, I also
hand
wrote the assember (except the division which
17
were 64 bits). So the
hand
assember gives access to the 128 bit result and
/external/chromium_org/v8/test/webkit/fast/js/
modify-non-references-expected.txt
30
FAIL g()++ should throw ReferenceError: Postfix ++ operator applied to value that is not a reference.. Threw exception ReferenceError: Invalid left-
hand
side expression in postfix operation.
31
FAIL g()-- should throw ReferenceError: Postfix -- operator applied to value that is not a reference.. Threw exception ReferenceError: Invalid left-
hand
side expression in postfix operation.
32
FAIL ++g() should throw ReferenceError: Prefix ++ operator applied to value that is not a reference.. Threw exception ReferenceError: Invalid left-
hand
side expression in prefix operation.
33
FAIL --g() should throw ReferenceError: Prefix -- operator applied to value that is not a reference.. Threw exception ReferenceError: Invalid left-
hand
side expression in prefix operation.
34
FAIL g() = 1 should throw ReferenceError: Left side of assignment is not a reference.. Threw exception ReferenceError: Invalid left-
hand
side in assignment.
35
FAIL g() += 1 should throw ReferenceError: Left side of assignment is not a reference.. Threw exception ReferenceError: Invalid left-
hand
side in assignment.
/external/clang/test/SemaCXX/
warn-logical-not-compare.cpp
11
// expected-warning@-1 {{logical not is only applied to the left
hand
side of this comparison}}
13
// expected-note@-3 {{add parentheses around left
hand
side expression to silence this warning}}
22
//expected-warning@-1 {{logical not is only applied to the left
hand
side of this comparison}}
24
// expected-note@-3 {{add parentheses around left
hand
side expression to silence this warning}}
33
//expected-warning@-1 {{logical not is only applied to the left
hand
side of this comparison}}
35
// expected-note@-3 {{add parentheses around left
hand
side expression to silence this warning}}
44
//expected-warning@-1 {{logical not is only applied to the left
hand
side of this comparison}}
46
// expected-note@-3 {{add parentheses around left
hand
side expression to silence this warning}}
55
//expected-warning@-1 {{logical not is only applied to the left
hand
side of this comparison}}
57
// expected-note@-3 {{add parentheses around left
hand
side expression to silence this warning}
[
all
...]
member-pointer.cpp
107
(void)(hm->*pi); // expected-error {{left
hand
operand to ->* must be a pointer to class compatible with the right
hand
operand, but is 'HasMembers'}}
108
(void)(phm.*pi); // expected-error {{left
hand
operand to .* must be a class compatible with the right
hand
operand, but is 'HasMembers *'}}
109
(void)(i.*pi); // expected-error {{left
hand
operand to .* must be a class compatible with the right
hand
operand, but is 'int'}}
111
(void)(ptr->*pi); // expected-error {{left
hand
operand to ->* must be a pointer to class compatible with the right
hand
operand, but is 'int *'}}
118
(void)(f.*pai); // expected-error {{left
hand
operand to .* must be a class compatible with the right
hand
operand, but is 'F'}
[
all
...]
/external/chromium_org/third_party/WebKit/ManualTests/
svg-link-hover-use.svg
8
<text y='120' x='10'>The above blue square is a link, the cursor should be a
hand
above it.</text>
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/doc/
sample.bib
10
hand
, despite the widespread availability of scanner generators, for
13
generate scanners that are faster than most
hand
-coded ones. However,
16
usually complex enough to make a
hand
-coded scanner more appealing. In
32
language is not a trivial task, and should not be done by
hand
. We
/frameworks/wilhelm/src/
README.txt
11
autogen/ Automagically generated files, do not edit by
hand
/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
211
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/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_cell.h
16
// ("Type to search" on the right-
hand
side), the keyword hint ("Press [Tab] to
17
// search Engine" on the right-
hand
side), and keyword mode ("Search Engine:" in
18
// a button-like token on the left-
hand
side).
/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
...]
/dalvik/vm/mterp/x86/
OP_PACKED_SWITCH.S
5
* we decode it and
hand
it off to a helper function.
Completed in 276 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>