HomeSort by relevance Sort by last modified time
    Searched full:points (Results 1076 - 1100 of 7862) sorted by null

<<41424344454647484950>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
audio_encoder_opus_unittest.cc 110 std::vector<double> points; local
112 points.push_back(a + i * step);
113 return points;
  /frameworks/av/media/libstagefright/codecs/common/include/
voType.h 38 will also be used in the case of a pointer that points to a parameter
45 designation will also be used in the case of a pointer that points
53 also be used in the case of a pointer that points to a parameter that
  /frameworks/base/core/java/android/hardware/
SensorListener.java 39 * points to the right.
40 * <p>The Y axis refers to the screen's vertical axis and points towards
42 * <p>The Z axis points toward the sky when the device is lying on its back
  /libcore/ojluni/src/main/java/java/lang/ref/
Reference.java 64 * before it has been removed from its queue, the queueNext field points
66 * points to itself. Once this reference has been removed from the
67 * reference queue, the queueNext field points to the
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/
PointCloud.java 204 ArrayList<Point> points = mPointCloud; local
207 for (int i = 0; i < points.size(); i++) {
208 Point point = points.get(i);
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
CodePointUtils.java 25 // Utility methods related with code points used for tests.
80 // Code points are in the range 0~0x10FFFF.
82 // Code points between MIN_ and MAX_SURROGATE are not valid on their own.
  /system/extras/tests/sdcard/
stopwatch.h 108 // @param str[inout] On entry points to the begining of a buffer
109 // where to write the data. On exit points pass the last byte
111 // @param size[inout] On entry points to the size of the buffer
  /external/valgrind/memcheck/tests/darwin/
scalar.stderr.exp 26 Syscall param read(buf) points to unaddressable byte(s)
46 Syscall param write(buf) points to unaddressable byte(s)
62 Syscall param open(filename) points to unaddressable byte(s)
98 Syscall param wait4(status) points to unaddressable byte(s)
103 Syscall param wait4(rusage) points to unaddressable byte(s)
122 Syscall param link(oldpath) points to unaddressable byte(s)
127 Syscall param link(newpath) points to unaddressable byte(s)
139 Syscall param unlink(pathname) points to unaddressable byte(s)
154 Syscall param chdir(path) points to unaddressable byte(s)
180 Syscall param mknod(pathname) points to unaddressable byte(s
    [all...]
  /external/opencv/cv/include/
cvcompat.h 382 CV_INLINE void cvConvexHull( CvPoint* points, int num_points,
386 CvMat points1 = cvMat( 1, num_points, CV_32SC2, points );
398 #define cvConvexHullApprox( points, num_points, bound_rect, bandwidth, \
400 cvConvexHull( points, num_points, bound_rect, orientation, hull, hullsize )
407 CV_INLINE void cvMinAreaRect( CvPoint* points, int n,
414 CvMat mat = cvMat( 1, n, CV_32SC2, points );
432 CV_INLINE void cvFitLine3D( CvPoint3D32f* points, int count, int dist,
435 CvMat mat = cvMat( 1, count, CV_32FC3, points );
441 /* Fits a line into set of 2d points in a robust way (M-estimator technique) */
442 CV_INLINE void cvFitLine2D( CvPoint2D32f* points, int count, int dist
    [all...]
  /external/icu/icu4c/source/data/sprep/
rfc3722.txt 19 # This table contains code points from Table A.1 from RFC 3454
418 # Total code points 3653
420 # This table contains code points from Table B.1 from RFC 3454
450 # Total code points 27
457 # This table contains code points from Table B.2 from RFC 3454
    [all...]
rfc3920node.txt 19 # This table contains code points from Table A.1 from RFC 3454
418 # Total code points 3653
420 # This table contains code points from Table B.1 from RFC 3454
450 # Total code points 27
457 # This table contains code points from Table B.2 from RFC 3454
    [all...]
  /external/freetype/src/autofit/
afwarp.c 169 AF_Point points; local
202 points = hints->points;
213 X1 = X2 = points[0].fx;
216 FT_Int X = points[nn].fx;
  /external/freetype/src/base/
ftbbox.c 156 /* the bbox that contains all on-points. It finds a local extremum */
293 /* at least one of its control off-points above 0. */
351 /* the bbox that contains all on-points. So at least one of the */
464 /* all `on' points in the outline. Then, if the two boxes */
467 vec = outline->points;
  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 62 const AttachPoint &points = this+attachPoint[index]; local
65 const USHORT *array = points.sub_array (start_offset, point_count);
71 return points.len;
420 * attachment points--from beginning
423 ligCaretList; /* Offset to list of positioning points
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2.java 22 * It is a kind of compressed table that maps from Unicode code points (0..0x10ffff)
260 * code points associated with a lead surrogate.
400 * Create an iterator over the Trie2 values for the 1024=0x400 code points
417 * Create an iterator over the Trie2 values for the 1024=0x400 code points
503 * the sequence of code points in an input text.
668 /** Value returned for out-of-range code points and illegal UTF-8. */
711 /** Number of code points per index-1 table entry. 2048=0x800 */
765 * The index-1 table, only used for supplementary code points, at offset 2112=0x840.
766 * Variable length, for code points up to highStart, where the last single-value range starts.
768 * (For 0x100000 supplementary code points U+10000..U+10ffff.
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/
UTF16Util.java 163 * Method countCodePoint. Counts the UTF-32 code points
166 * @return int number of code points in this string
191 * Method countCodePoint. Counts the UTF-32 code points
194 * @return int number of code points in this string
218 * The minimum value for Supplementary code points
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2.java 21 * It is a kind of compressed table that maps from Unicode code points (0..0x10ffff)
258 * code points associated with a lead surrogate.
398 * Create an iterator over the Trie2 values for the 1024=0x400 code points
415 * Create an iterator over the Trie2 values for the 1024=0x400 code points
501 * the sequence of code points in an input text.
666 /** Value returned for out-of-range code points and illegal UTF-8. */
709 /** Number of code points per index-1 table entry. 2048=0x800 */
763 * The index-1 table, only used for supplementary code points, at offset 2112=0x840.
764 * Variable length, for code points up to highStart, where the last single-value range starts.
766 * (For 0x100000 supplementary code points U+10000..U+10ffff.
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
UTF16Util.java 162 * Method countCodePoint. Counts the UTF-32 code points
165 * @return int number of code points in this string
190 * Method countCodePoint. Counts the UTF-32 code points
193 * @return int number of code points in this string
217 * The minimum value for Supplementary code points
  /external/jetty/src/java/org/eclipse/jetty/util/security/
CertificateValidator.java 49 * CRL Distribution Points Protocol (CRLDP) certificate extension support,
65 /** CRL Distribution Points (CRLDP) support */
241 // Enable Certificate Revocation List Distribution Points (CRLDP) support
292 * @return true if CRL Distribution Points support is enabled
300 /** Enables CRL Distribution Points Support
  /external/libavc/encoder/
irc_rd_model.c 242 /* Choose the set of Points to be used for MSE fit of Quadratic model */
243 /* Points chosen are spread across the Qp range. Max of 2 points are */
282 /* Add Pivot Points to the Data set to be used for finding Quadratic */
318 /* Add the Chosen Points to the regression data set */
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afwarp.c 169 AF_Point points; local
202 points = hints->points;
213 X1 = X2 = points[0].fx;
216 FT_Int X = points[nn].fx;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftbbox.c 156 /* the bbox that contains all on-points. It finds a local extremum */
293 /* at least one of its control off-points above 0. */
351 /* the bbox that contains all on-points. So at least one of the */
464 /* all `on' points in the outline. Then, if the two boxes */
467 vec = outline->points;
  /external/mesa3d/src/glsl/
list.h 33 * A list is empty if either the head sentinel's \c next pointer points to the
34 * tail sentinel or the tail sentinel's \c prev poiner points to the head
38 * that points to them, the sentinel nodes are in a single structure. Noting
323 * - Check to see if the \c head points to the \c tail.
324 * - Check to see if the \c tail_pred points to the \c head.
  /external/opencv/cv/src/
cvdominants.cpp 127 /* find nearest suitable points
336 // Applies some algorithm to find dominant points ( corners ) of contour
341 // out_numbers - array of dominant points indices
343 // and numbers of founded dominant points on output
356 // with part of points and returns error
  /external/opencv3/modules/imgproc/src/
lsd.cpp 51 // DENSITY_TH 0.7 - Minimal density of region points in rectangle.
180 * @param _density_th Minimal density of aligned region points in rectangle.
305 * Finds the angles and the gradients of the image. Generates a list of pseudo ordered points.
309 * @param list Return: Vector of coordinate points that are pseudo ordered by magnitude.
316 * returning the containing points size and the angle of the gradients.
319 * @param reg Return: Vector of points, that are part of the region
330 * @param reg The region of points, from which the rectangle to be constructed from.
331 * @param reg_size The number of points in the region.
333 * @param prec The precision by which points were found.
348 * An estimation of the angle tolerance is performed by the standard deviation of the angle at points
    [all...]

Completed in 1261 milliseconds

<<41424344454647484950>>