HomeSort by relevance Sort by last modified time
    Searched full:points (Results 101 - 125 of 6998) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/proguard/examples/annotations/src/proguard/annotation/
KeepPublicClassMemberNames.java 13 * class from being optimized or obfuscated as entry points.
KeepPublicClassMembers.java 13 * class from being shrunk, optimized, or obfuscated as entry points.
KeepPublicGettersSetters.java 13 * annotated class from being shrunk, optimized, or obfuscated as entry points.
KeepPublicImplementations.java 13 * of the annotated class as entry points.
KeepPublicProtectedClassMemberNames.java 13 * the annotated class from being optimized or obfuscated as entry points.
KeepPublicProtectedClassMembers.java 14 * points.
  /external/valgrind/main/gdbserver_tests/
mcwatchpoints.stdinB.gdb 18 # now we should encounter 4 break points
  /external/valgrind/main/memcheck/tests/
fwrite.stderr.exp-kfail 1 Syscall param write(buf) points to uninitialised byte(s)
writev1.stderr.exp 2 Syscall param writev(vector[...]) points to unaddressable byte(s)
8 Syscall param writev(vector) points to unaddressable byte(s)
14 Syscall param readv(vector) points to unaddressable byte(s)
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/src/proguard/annotation/
KeepClassMemberNames.java 13 * from being optimized or obfuscated as entry points.
KeepClassMembers.java 13 * from being shrunk, optimized, or obfuscated as entry points.
KeepGettersSetters.java 13 * class from being shrunk, optimized, or obfuscated as entry points.
KeepImplementations.java 13 * annotated class as entry points.
KeepPublicClassMemberNames.java 13 * class from being optimized or obfuscated as entry points.
KeepPublicClassMembers.java 13 * class from being shrunk, optimized, or obfuscated as entry points.
KeepPublicGettersSetters.java 13 * annotated class from being shrunk, optimized, or obfuscated as entry points.
KeepPublicImplementations.java 13 * of the annotated class as entry points.
KeepPublicProtectedClassMemberNames.java 13 * the annotated class from being optimized or obfuscated as entry points.
KeepPublicProtectedClassMembers.java 14 * points.
  /external/opencv/cvaux/src/
cvlevmartrif.cpp 85 if( numPoints < 1 )//!!! Need to correct this minimal number of points
87 CV_ERROR( CV_StsUnmatchedSizes, "number of points must be more than 0" );
98 /* each 3D points has X,Y,Z,W */
100 /* For N points 4D we have Jacobian 2N x (12*3+4N) */
169 /* Computers project points using 3 projection matrices and points 3D */
173 /* each 3D points has X,Y,Z,W(?) */
175 /* result of function is projection of N 3D points using 3 projection matrices */
176 /* projected points store as (projection by matrix P1),(projection by matrix P2),(projection by matrix P3) */
179 /* Compute projection of points */
    [all...]
  /dalvik/vm/compiler/template/ia32/
TEMPLATE_INTERPRET.S 10 * If non-zero, it points to the chain cell containing dPC.
11 * For x86, we'll infer the source by looking where rp points.
12 * If it points to anywhere within the code cache, we'll assume
  /external/chromium_org/native_client_sdk/src/examples/demo/pi_generator/
index.html 21 1,000,000,000 points inside a square that shares two sides with a quarter
23 the area of the square is r&#178;, dividing the number of points inside the
24 quadrant by the number of points inside the square gives us an estimate of
  /external/chromium_org/ui/gfx/
path.h 29 // Creates a path populated with the specified points.
30 Path(const Point* points, size_t count);
31 Path(const PointF* points, size_t count);
  /external/eigen/test/eigen2/
eigen2_regression.cpp 16 VectorType **points,
21 const int size = points[0]->size();
31 // now pick numPoints random points on this hyperplane
34 VectorType& cur_point = *(points[i]);
45 // add some noise to these points
47 *(points[i]) += noiseAmplitude * VectorType::Random(size);
52 VectorType **points,
56 int size = points[0]->size();
59 linearRegression(numPoints, points, &result, 1);
67 VectorType **points,
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/ec/
ec_mult.c 87 EC_POINT **points; /* array with pre-calculated multiples of generator: member in struct:ec_pre_comp_st
115 ret->points = NULL;
144 if (pre->points)
148 for (p = pre->points; *p != NULL; p++)
150 OPENSSL_free(pre->points);
167 if (pre->points)
171 for (p = pre->points; *p != NULL; p++)
176 OPENSSL_free(pre->points);
341 * \sum scalars[i]*points[i],
347 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx
772 EC_POINT **points = NULL; local
    [all...]

Completed in 861 milliseconds

1 2 3 45 6 7 8 91011>>