HomeSort by relevance Sort by last modified time
    Searched refs:hand (Results 1 - 25 of 41) sorted by null

1 2

  /external/clang/test/CXX/expr/expr.ass/
p9-cxx11.cpp 16 a = { 1 } = b; // expected-error {{initializer list cannot be used on the left hand side of operator '='}}
17 a = a + { 4 }; // expected-error {{initializer list cannot be used on the right hand side of operator '+'}}
18 a = { 3 } * { 4 }; // expected-error {{initializer list cannot be used on the left hand side of operator '*'}} \
19 expected-error {{initializer list cannot be used on the right hand side of operator '*'}}
33 int k1 = T() = { 1, 2 } = { 3, 4 }; // expected-error {{initializer list cannot be used on the left hand side of operator '='}}
34 int k2 = T() = { 1, 2 } + 1; // expected-error {{initializer list cannot be used on the left hand side of operator '+'}}
  /packages/apps/DeskClock/src/com/android/deskclock/
AnalogClock.java 221 private void drawHand(Canvas canvas, Drawable hand, int x, int y, float angle,
226 final int w = hand.getIntrinsicWidth();
227 final int h = hand.getIntrinsicHeight();
228 hand.setBounds(x - (w / 2), y - (h / 2), x + (w / 2), y + (h / 2));
230 hand.draw(canvas);
  /external/ceres-solver/docs/
nnlsq.tex 19 With a little bit of calculus, this problem can be solved easily by hand. But what if, instead of a line we were interested in a more complicated relationship between $x$ and $y$, say for example $y = e^{mx + c}$. Then the optimization problem becomes
23 This is a non-linear regression problem and solving it by hand is much more tedious. Ceres is designed to help you model and solve problems like this easily and (…)
  /bionic/linker/
Android.mk 52 # hand, as we want to insert an extra step that is not supported by the build system, and
  /build/target/board/generic/
BoardConfig.mk 19 # that are slower to emulate. On the other hand, it is possible to emulate
  /external/v8/test/mjsunit/
div-mod.js 221 // right hand side operand.
232 // right hand side operand.
234 // With positive left hand side operand.
266 // With negative left hand side operand.
regexp-string-methods.js 45 // On the other hand test is defined in a semi-coherent way as a call to exec.
object-prevent-extensions.js 119 // assignment should return right hand side value
  /external/v8/test/mjsunit/regress/
regress-1149.js 28 // We should not try to record duplicate bailout IDs for the 'left-hand
regress-815.js 41 // Emitting code for the left hand side of a for-in.
regress-crbug-39160.js 31 // the left hand side is known to be a smi (max smi value is 1073741823). This
  /external/kernel-headers/original/linux/
capability.h 415 # error Fix up hand-coded capability macro initializers
416 #else /* HAND-CODED capability initializers */
  /external/libvorbis/doc/
01-introduction.tex 303 \item overlap/add left-hand output of transform with right-hand output of previous frame
304 \item store right hand-data from transform of current frame for future lapping
310 MDCT to store the right-hand transform data of a partial MDCT for a
493 Windowed MDCT output is overlapped and added with the right hand data
501 \paragraph{cache right hand data}
502 The decoder must cache the right hand portion of the current frame to
503 be lapped with the left hand portion of the next frame.
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
crypto-aes.js 406 See, how she leans her cheek upon her hand!\n\
407 O, that I were a glove upon that hand,\n\
  /external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
crypto-aes.js 406 See, how she leans her cheek upon her hand!\n\
407 O, that I were a glove upon that hand,\n\
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 241 float hand = drag * Math.abs(drag) / pull + span * Math.abs(span) / pull; local
242 float target = hand + mOldHeight;
  /packages/apps/Launcher2/src/com/android/launcher2/
Cling.java 249 // Draw the hand graphic in All Apps
254 mHandTouchGraphic = getResources().getDrawable(R.drawable.hand);
  /external/eigen/blas/
ctpsv.f 83 * element right-hand side vector b. On exit, X is overwritten
dtpsv.f 83 * element right-hand side vector b. On exit, X is overwritten
stpsv.f 83 * element right-hand side vector b. On exit, X is overwritten
ztpsv.f 83 * element right-hand side vector b. On exit, X is overwritten
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 21 generate a stub function by hand or to pass parameters by reference.
  /external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/
smartypants.php 751 proper HTML entity for closing single-quotes (`’`) by hand.
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.cpp 851 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
    [all...]
  /external/v8/src/
messages.js 148 "invalid_lhs_in_assignment", ["Invalid left-hand side in assignment"],
149 "invalid_lhs_in_for_in", ["Invalid left-hand side in for-in"],
150 "invalid_lhs_in_postfix_op", ["Invalid left-hand side expression in postfix operation"],
151 "invalid_lhs_in_prefix_op", ["Invalid left-hand side expression in prefix operation"],
    [all...]

Completed in 451 milliseconds

1 2