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

1 2 3 4 5 6 78 91011>>

  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
packet_unittest.cc 53 // Hand over ownership of |packet_memory| to |packet|.
81 // Hand over ownership of |packet_memory| to |packet|.
161 // Hand over ownership of |packet_memory| to |packet|.
  /frameworks/base/rs/java/android/renderscript/
Matrix3f.java 204 * @param lhs left hand side matrix
205 * @param rhs right hand side matrix
227 * @param rhs right hand side to multiply by
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix3f.java 207 * @param lhs left hand side matrix
208 * @param rhs right hand side matrix
230 * @param rhs right hand side to multiply by
  /art/cmdline/
cmdline_result.h 37 // Short-hand for checking if the result was successful.
  /art/compiler/optimizing/
instruction_simplifier_arm64.h 71 void VisitAnd(HAnd* instruction) OVERRIDE;
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lround.c 45 * from 0. On the other hand, if type has less precision than dtype, then
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
RealConvergenceChecker.java 25 * algorithm to stop its search according to the problem at hand.</p>
VectorialConvergenceChecker.java 25 * algorithm to stop its search according to the problem at hand.</p>
  /external/autotest/puppylab/
templates.py 16 # * We are guaranteed to create the bare minimum by hand specifying the file
  /external/c-ares/
config-dos.h 6 /* ares/config-dos.h - Hand crafted config file for DOS */
  /external/caliper/examples/src/main/java/examples/
FormatterBenchmark.java 23 * Compares Formatter against hand-written StringBuilder code.
  /external/chromium-trace/catapult/catapult_build/
node_bootstrap.js 35 // First, we need to hand-load the HTML imports loader from Vinn,
  /external/clang/docs/
UndefinedBehaviorSanitizer.rst 105 greater or equal to the promoted bit-width of the left hand side
106 or less than zero, or where the left hand side is negative. For a
109 ``-fsanitize=shift-exponent`` to check only left-hand side or
110 right-hand side of shift operation, respectively.
  /external/curl/docs/
SSL-PROBLEMS 66 but on the other hand it allows curl to connect to that kind of strange
  /external/dbus/bus/
signals.h 71 * to them, when eavedrop is enabled in the policy. On the other hand, when
  /external/eigen/bench/spbench/
test_sparseLU.cpp 56 /* Fill the right hand side */
  /external/eigen/doc/
TutorialMatrixArithmetic.dox 21 The left hand side and right hand side must, of course, have the same numbers of rows and of columns. They must
22 also have the same \c Scalar type, as Eigen doesn't do automatic type promotion. The operators at hand here are:
40 Multiplication and division by a scalar is very simple too. The operators at hand here are:
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IncompleteLU.h 85 && "IncompleteLU::solve(): invalid number of rows of the right hand side matrix b");
  /external/fec/
dotprod_sse2_assist.s 74 movd %xmm0,%eax # right-hand word to eax
  /external/guava/guava/src/com/google/common/hash/
HashingInputStream.java 39 * <p>The {@link InputStream} should not be read from before or after the hand-off.
HashingOutputStream.java 39 * <p>The {@link OutputStream} should not be written to before or after the hand-off.
  /external/kernel-headers/original/uapi/asm-x86/asm/
vm86.h 10 * in the eflags register instead of doing it "by hand" in vflags...
  /external/kernel-headers/original/uapi/linux/
fanotify.h 63 * All of the events - we build the list by hand so that we can add flags in
inotify.h 60 * All of the events - we build the list by hand so that we can add flags in
  /external/llvm/include/llvm/ADT/
Twine.h 50 /// actually holds two values, the left- and right-hand sides of a
59 /// - Nullary twines are always represented with their Kind on the left-hand
60 /// side, and the Empty kind on the right-hand side.
61 /// - Unary twines are always represented with the value on the left-hand
62 /// side, and the Empty kind on the right-hand side.
158 /// LHSKind - The NodeKind of the left hand side, \see getLHSKind().
160 /// RHSKind - The NodeKind of the right hand side, \see getRHSKind().
239 /// Get the NodeKind of the left-hand side.
242 /// Get the NodeKind of the right-hand side.

Completed in 3863 milliseconds

1 2 3 4 5 6 78 91011>>