/external/icu/icu4c/source/test/intltest/ |
colldata.h | 153 * Add an array of Unicode code points to the list. 155 * @param chars - the address of the array of code points 156 * @param count - the number of code points in the array
|
/external/icu/icu4c/source/tools/toolutil/ |
uparse.c | 182 * parse a list of code points 184 * return the number of code points 229 * parse a list of code points
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetSelector.java | 147 * a set of code points to be excluded from consideration. 148 * Excluded code points appearing in the input CharSequence do 186 * the excluded code points.
|
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
EscapeTransliterator.java | 19 * supplemental characters are handled as 32-bit code points or as two 20 * 16-bit code units. Most escape forms handle 32-bit code points, 62 * If true, supplementals are handled as 32-bit code points. If
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/ |
b2CollidePolygon.cpp | 115 // The normal points from 1 to 2 211 // Now clipPoints2 contains the clipped points. 222 b2ManifoldPoint* cp = manifold->points + pointCount;
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
PolygonRegionTest.java | 118 // bottom left and top right corner points relative to origin
188 // bottom left and top right corner points relative to origin
202 // construct corner points, start from top left and go counter clockwise
|
/external/mesa3d/src/mesa/main/ |
points.c | 2 * \file points.c 34 #include "points.h" 254 * "Non-sprite points (section 3.4) - Enable/Disable targets
|
/external/opencv3/doc/tutorials/features2d/trackingmotion/harris_detector/ |
harris_detector.markdown | 17 - In computer vision, usually we need to find matching points between different frames of an 20 - When we say **matching points** we are referring, in a general sense, to *characteristics* in 30 - **Corners** (also known as interest points)
|
/external/opencv3/modules/core/misc/java/test/ |
RotatedRectTest.java | 93 rrect.points(p); 102 assertTrue("Symmetric points 0 and 2", 105 assertTrue("Symmetric points 1 and 3",
|
/external/opencv3/modules/imgproc/src/ |
colormap.cpp | 198 n); // number of sample points 222 n); // number of sample points 276 n); // number of sample points 300 n); // number of sample points 324 n); // number of sample points 348 n); // number of sample points [all...] |
intersection.cpp | 52 const float samePointEps = 0.00001f; // used to test if two points are the same 59 rect1.points(pts1); 60 rect2.points(pts2);
|
/external/skia/gm/ |
poly2poly.cpp | 251 // rotate/uniform-scale (2 points) 259 // rotate/skew (3 points) 267 // perspective (4 points)
|
/external/skia/src/core/ |
SkPoint.cpp | 237 // 1. v' points opposite to u. c is not between a and b and is closer 239 // 2. v' points along u and has magnitude less than y. c is between 242 // 3. v' points along u and has greater magnitude than u. c is not
|
/external/skia/tools/json/ |
SkJSONCanvas.h | 27 #define SKJSONCANVAS_COMMAND_POINTS "Points" 59 #define SKJSONCANVAS_ATTRIBUTE_POINTS "points" 119 #define SKJSONCANVAS_POINTMODE_POINTS "points"
|
/frameworks/base/core/java/android/app/backup/ |
RestoreSession.java | 73 * @param observer If non-null, this binder points to an object that will receive 102 * @param observer If non-null, this binder points to an object that will receive 137 * @param observer If non-null, this binder points to an object that will receive
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Matrix_Delegate.java | 843 * Apply this matrix to the array of 2D points specified by src, and write 844 * the transformed points into the array of points specified by dst. The 845 * two arrays represent their "points" as pairs of floats [x, y]. 847 * @param dst The array of dst points (x,y pairs) 849 * @param src The array of src points (x,y pairs) 851 * @param pointCount The number of points (x,y pairs) to transform 883 * Apply this matrix to the array of 2D points, and write the transformed 884 * points back into the array 886 * @param pts The array [x0, y0, x1, y1, ...] of points to transform [all...] |
/hardware/intel/common/libva/va/ |
va_dec_vp9.h | 115 /** \brief Index of reference_frames[] and points to the 124 /** \brief Index of reference_frames[] and points to the 133 /** \brief Index of reference_frames[] and points to the
|
/libcore/ojluni/src/main/java/sun/reflect/ |
package.html | 55 <LI> The following four new JVM entry points must be added: 92 <LI> The JVM entry points JVM_InvokeMethod and 139 The following JVM entry points may be deleted:
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_rob_image_homography.cpp | 627 Points are assumed to be given in 630 /*Nr of points in total*/ 633 used to normalize the points*/ 662 // its corresponding stereo pair's points 706 /*Homogenous coordinates of image points in first image*/ 708 /*Homogenous coordinates of image points in second image*/ 710 /*Inhomogenous coordinates of image points in first image*/ 712 /*Inhomogenous coordinates of image points in second image*/ 720 /*Sample of the points*/ 745 point_count from the input points*/ [all...] |
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/pt_common/ |
dynamic_pt_reading_helper.h | 140 // Return code point count exclude the last read node's code points. 145 // Return code point count include the last read node's code points. 222 // This class encapsulates the reading state of a position in the dictionary. It points at a
|
/prebuilts/gdb/darwin-x86/lib/python2.7/encodings/ |
punycode.py | 113 for points, delta in enumerate(deltas): 116 bias = adapt(delta, points==0, baselen+points+1)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_pep277.py | 17 # Specific code points: fn, NFC(fn) and NFKC(fn) all differents 29 # Specific code points: NFC(fn), NFD(fn), NFKC(fn) and NFKD(fn) all differents 35 # Specific code points: fn, NFC(fn) and NFKC(fn) all differents
|
/prebuilts/gdb/linux-x86/lib/python2.7/encodings/ |
punycode.py | 113 for points, delta in enumerate(deltas): 116 bias = adapt(delta, points==0, baselen+points+1)
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_pep277.py | 17 # Specific code points: fn, NFC(fn) and NFKC(fn) all differents 29 # Specific code points: NFC(fn), NFD(fn), NFKC(fn) and NFKD(fn) all differents 35 # Specific code points: fn, NFC(fn) and NFKC(fn) all differents
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
punycode.py | 113 for points, delta in enumerate(deltas): 116 bias = adapt(delta, points==0, baselen+points+1)
|