HomeSort by relevance Sort by last modified time
    Searched full:hand (Results 251 - 275 of 2719) sorted by null

<<11121314151617181920>>

  /external/bison/src/
parse-gram.y 71 /** Set the new current left-hand side symbol, possibly common
72 * to several right-hand side parts of rule.
685 /* Return the location of the left-hand side of a rule whose
686 right-hand side is RHS[1] ... RHS[N]. Ignore empty nonterminals in
687 the right-hand side, and return an empty location equal to the end
688 boundary of RHS[0] if the right-hand side is empty. */
701 /* Ignore empty nonterminals the start of the right-hand side.
702 Do not bother to ignore them at the end of the right-hand side,
gram.h 56 RULES[R].lhs -- the symbol of the left hand side of rule R.
81 The right hand side is stored as symbol numbers in a portion of
85 in the rule's right hand side. The last element in the portion
  /external/ceres-solver/docs/source/
features.rst 26 never have to compute derivatives by hand (unless you really want
63 templating, hand written linear algebra routines and OpenMP based
  /external/clang/test/OpenMP/
atomic_messages.c 131 // expected-note@+1 {{expected in right hand side of expression}}
135 // expected-note@+1 {{expected in right hand side of expression}}
139 // expected-note@+1 {{expected in right hand side of expression}}
241 // expected-note@+1 {{expected in right hand side of the first expression}}
245 // expected-note@+1 {{expected in right hand side of the first expression}}
251 // expected-note@+1 {{expected in right hand side of expression}}
255 // expected-note@+1 {{expected in right hand side of expression}}
259 // expected-note@+1 {{expected in right hand side of expression}}
  /external/guava/guava/src/com/google/common/util/concurrent/
TimeLimiter.java 56 * other hand, the time limit is reached, the proxy will attempt to abort the
85 * other hand, the time limit is reached, we attempt to abort the call to the
  /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/selinux/libsemanage/src/
utilities.c 91 /* throw away the left hand side */
121 /* throw away the left hand side */
  /external/tlsdate/man/
tlsdate.1 12 is a tool for setting the system clock by hand or by communication
19 This tool is designed to be run by hand or as a system daemon. It must be
  /libcore/luni/src/main/java/java/util/concurrent/
RecursiveAction.java 77 * right-hand-sides of repeated divisions by two, and keeping track of
96 * Applyer next; // keeps track of right-hand-side tasks
  /prebuilts/go/darwin-x86/doc/codewalk/
codewalk.css 28 /* Style for Comments (the left-hand column) */
152 /* Style for Code (the right-hand column) */
  /prebuilts/go/linux-x86/doc/codewalk/
codewalk.css 28 /* Style for Comments (the left-hand column) */
152 /* Style for Code (the right-hand column) */
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
AnalogWatchFaceService.java 46 * Sample analog watch face with a ticking second hand. In ambient mode, the second hand isn't
50 * {@link SweepWatchFaceService} is similar but has a sweep second hand.
57 * second hand.
418 * Ensure the "seconds" hand is drawn only when we are in interactive mode.
OpenGLWatchFaceService.java 104 /** Triangle for the second hand. */
107 /** Triangle for the minute hand. */
110 /** Triangle for the hour hand. */
249 * Creates a triangle for a hand on the watch face.
450 // Draw triangles from back to front. Don't draw the second hand in ambient mode.
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/
AnalogWatchFaceService.java 46 * Sample analog watch face with a ticking second hand. In ambient mode, the second hand isn't
50 * {@link SweepWatchFaceService} is similar but has a sweep second hand.
57 * second hand.
418 * Ensure the "seconds" hand is drawn only when we are in interactive mode.
OpenGLWatchFaceService.java 104 /** Triangle for the second hand. */
107 /** Triangle for the minute hand. */
110 /** Triangle for the hour hand. */
249 * Creates a triangle for a hand on the watch face.
450 // Draw triangles from back to front. Don't draw the second hand in ambient mode.
  /development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
AnalogWatchFaceService.java 46 * Sample analog watch face with a ticking second hand. In ambient mode, the second hand isn't
50 * {@link SweepWatchFaceService} is similar but has a sweep second hand.
57 * second hand.
418 * Ensure the "seconds" hand is drawn only when we are in interactive mode.
OpenGLWatchFaceService.java 104 /** Triangle for the second hand. */
107 /** Triangle for the minute hand. */
110 /** Triangle for the hour hand. */
249 * Creates a triangle for a hand on the watch face.
450 // Draw triangles from back to front. Don't draw the second hand in ambient mode.
  /external/boringssl/src/ssl/test/runner/
dtls.go 361 if c.hand.Len() == 0 {
372 if c.hand.Len() < 12 {
375 header := c.hand.Next(12)
381 if c.hand.Len() < fragLen {
384 fragment := c.hand.Next(fragLen)
  /system/tpm/trunks/
tpm_generated_test.cc 94 // A hand-rolled TPM2_Startup command.
115 // A hand-rolled TPM2_Startup command.
325 // A hand-rolled TPM2_Startup command.
352 // A hand-rolled TPM2_Startup command.
384 // A hand-rolled TPM2_Certify command.
  /prebuilts/go/darwin-x86/doc/
go1.html 298 the right-hand-side expressions are all evaluated before any left-hand-side expressions are assigned.
304 If the left-hand side of the assignment
359 Code that shadows return values in this way will be rejected by the compiler and will need to be fixed by hand.
427 On the other hand, Go did define equality on function and map values.
462 rejected by the compiler and will need to be fixed by hand.
560 by hand.
603 Code that uses packages in <code>exp</code> will need to be updated by hand,
626 Code that uses packages now in <code>old</code> will need to be updated by hand,
783 by hand to rename the methods to <code>Error</code>
    [all...]
  /prebuilts/go/linux-x86/doc/
go1.html 298 the right-hand-side expressions are all evaluated before any left-hand-side expressions are assigned.
304 If the left-hand side of the assignment
359 Code that shadows return values in this way will be rejected by the compiler and will need to be fixed by hand.
427 On the other hand, Go did define equality on function and map values.
462 rejected by the compiler and will need to be fixed by hand.
560 by hand.
603 Code that uses packages in <code>exp</code> will need to be updated by hand,
626 Code that uses packages now in <code>old</code> will need to be updated by hand,
783 by hand to rename the methods to <code>Error</code>
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 274 // Hand-coded conversion specifically tailored for linear to relative, provided
356 /** Hand coded conversion from a LinearLayout to a TableLayout */
395 /** Hand coded conversion from a LinearLayout to a RelativeLayout */
458 * Hand coded conversion from a RelativeLayout to a LinearLayout
471 * Hand coded -generic- conversion from one layout to another. This is not going to be
581 /** Hand coded conversion from any layout to a RelativeLayout */
603 /** Hand coded conversion from any layout to a GridLayout */
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
test-gen.c 310 /* This sequence was generated by hand so that no digit appers more
365 /* Sequence generated by hand, to explore limit values and a few
377 /* Sequence generated by hand, to explore limit values and a few
389 /* Sequence generated by hand, to explore limit values and a few
401 /* Sequence generated by hand, to explore limit values and a few
419 /* Sequence generated by hand, to explore limit values and a few
437 /* Sequence generated by hand, to explore limit values and a few
  /dalvik/docs/
verifier.html 123 Further, you may only exit the monitor most recently entered. "Hand
124 over hand" locking techniques, e.g. "lock A; lock B; unlock A; unlock B",
147 On the other hand, if a class contains an invalid bytecode, it should be
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
SingularValueDecompositionImpl.java 318 * right-hand side of the equation A &times; X = B
334 * right-hand side of the equation A &times; X = B
351 * right-hand side of the equation A &times; X = B

Completed in 788 milliseconds

<<11121314151617181920>>