/external/icu/icu4c/source/common/ |
rbbicst.pl | 14 # of a normal ICU build. It is run by hand when needed, and the 242 print " * Generated Java File. Do not edit by hand.\n"; 338 print "// Generated Header File. Do not edit by hand.\n";
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/ |
ResourceLoader.java | 304 // Hand tested 326 // Hand tested 336 // Hand tested
|
/frameworks/base/rs/java/android/renderscript/ |
Matrix4f.java | 222 * @param lhs left hand side matrix 223 * @param rhs right hand side matrix 354 * @param rhs right hand side to multiply by
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
Matrix4f.java | 223 * @param lhs left hand side matrix 224 * @param rhs right hand side matrix 355 * @param rhs right hand side to multiply by
|
/prebuilts/go/darwin-x86/src/syscall/ |
mkall.sh | 19 # This hand-written assembly file implements system call dispatch. 34 # This hand-written Go file implements system calls that need 46 # This hand-written C file includes standard C headers and then
|
/prebuilts/go/linux-x86/src/syscall/ |
mkall.sh | 19 # This hand-written assembly file implements system call dispatch. 34 # This hand-written Go file implements system calls that need 46 # This hand-written C file includes standard C headers and then
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
MatrixUtils.java | 611 * @param left left hand side matrix 612 * @param right right hand side matrix 628 * @param left left hand side matrix 629 * @param right right hand side matrix 645 * @param left left hand side matrix 646 * @param right right hand side matrix [all...] |
/external/v8/src/full-codegen/ |
full-codegen.h | 608 // Assign to the given expression as if via '='. The right-hand-side value 613 // Complete a variable assignment. The right-hand-side value is expected 623 // of the stack and the right-hand-side value in the accumulator. 626 // Complete a super named property assignment. The right-hand-side value 630 // Complete a super named property assignment. The right-hand-side value 635 // expected on top of the stack and the right-hand-side value in the [all...] |
/prebuilts/go/darwin-x86/src/crypto/tls/ |
conn.go | 57 hand bytes.Buffer // handshake data waiting to be read 654 c.hand.Write(data) 772 for c.hand.Len() < 4 { 781 data := c.hand.Bytes() 786 for c.hand.Len() < 4+n { 794 data = c.hand.Next(4 + n)
|
/prebuilts/go/linux-x86/src/crypto/tls/ |
conn.go | 57 hand bytes.Buffer // handshake data waiting to be read 654 c.hand.Write(data) 772 for c.hand.Len() < 4 { 781 data := c.hand.Bytes() 786 for c.hand.Len() < 4+n { 794 data = c.hand.Next(4 + n)
|
/art/compiler/optimizing/ |
constant_folding.cc | 55 void VisitAnd(HAnd* instruction) OVERRIDE; 191 void InstructionWithAbsorbingInputSimplifier::VisitAnd(HAnd* instruction) {
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/complex/ |
Complex.java | 528 * where the (real) functions on the right-hand side are 562 * where the (real) functions on the right-hand side are 596 * where the (real) functions on the right-hand side are 631 * where ln on the right hand side is {@link java.lang.Math#log}, 694 * where the (real) functions on the right-hand side are 728 * where the (real) functions on the right-hand side are 835 * where the (real) functions on the right-hand side are 873 * where the (real) functions on the right-hand side are [all...] |
/external/ceres-solver/internal/ceres/ |
sparse_normal_cholesky_solver.cc | 154 // hand can just work off of Jt to compute the Cholesky 251 // hand can just work off of Jt to compute the Cholesky
|
/external/clang/lib/StaticAnalyzer/Core/ |
SimpleConstraintManager.cpp | 268 // Convert the right-hand side integer as necessary. 315 // Convert the right-hand side integer as necessary.
|
/external/clang/test/SemaObjC/ |
atomoic-property-synnthesis-rules.m | 7 3. the current @implementation contains a hand-written setter XOR getter 141 // same as above, but @synthesize follows the hand-written methods - might warn
|
/external/compiler-rt/lib/asan/ |
asan_fake_stack.cc | 98 // This part is tricky. On one hand, checking and setting flags[pos] 99 // should be atomic to ensure async-signal safety. But on the other hand,
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
MINRES.h | 22 * \param rhs The right hand side vector b 247 && "MINRES::solve(): invalid number of rows of the right hand side matrix b");
|
/external/gemmlowp/internal/ |
kernel.h | 29 // LHS = "left-hand side" 30 // RHS = "right-hand side"
|
/external/google-benchmark/ |
README.md | 58 following short-hand. The following invocation will pick a few 92 the following short-hand. The following macro will pick a few
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
root.txt | 112 "A bird in the hand is worth what it will bring.", 114 "A bird in the hand makes it awfully hard to blow your nose.",
|
/external/opencv3/doc/py_tutorials/py_imgproc/py_contours/py_contour_features/ |
py_contour_features.markdown | 87 below image of hand. Red line shows the convex hull of hand. The double-sided arrow marks shows the
|
/external/opencv3/doc/tutorials/imgproc/histograms/back_projection/ |
back_projection.markdown | 34 - Now, let's imagine that you get another hand image (Test Image) like the one below: (with its 175 Here are the output by using a sample image ( guess what? Another hand ). You can play with the
|
/external/skia/include/codec/ |
SkAndroidCodec.h | 132 // called SkAndroidCodec. On the other hand, it's may be a bit confusing to call 224 // called SkAndroidCodec. On the other hand, it's may be a bit confusing to call
|
/external/v8/src/compiler/ |
escape-analysis-reducer.cc | 188 // Right-hand side is not a virtual object, or a different one. 193 // Left-hand side is not a virtual object.
|
/external/v8/test/mjsunit/ |
messages.js | 153 }, "Right-hand side of 'instanceof' is not callable", TypeError); 158 }, "Right-hand side of 'instanceof' is not an object", TypeError);
|