/external/icu/icu4c/source/tools/gensprep/ |
gensprep.8.in | 87 Contains the list of code points that are commonly mapped to nothing.\|.\|.. 90 Contains the list of mappings for casefolding of code points when Normalization form NFKC is specified.\|.\|.. 93 Contains the list of code points that are prohibited for IDNA. 96 Contains the list of code points whose normalization has changed since Unicode Version 3.2.0.
|
/external/libbrillo/brillo/ |
cryptohome.h | 19 // Returns the common prefix under which the mount points for user homes are 23 // Returns the common prefix under which the mount points for root homes are 52 // Overrides the common prefix under which the mount points for user homes are 56 // Overrides the common prefix under which the mount points for root homes are
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
btConvexPointCloudShape.h | 40 btConvexPointCloudShape(btVector3* points,int numPoints, const btVector3& localScaling,bool computeAabb = true) 44 m_unscaledPoints = points; 51 void setPoints (btVector3* points, int numPoints, bool computeAabb = true,const btVector3& localScaling=btVector3(1.f,1.f,1.f)) 53 m_unscaledPoints = points;
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/ |
btPersistentManifold.h | 54 ///Those contact points are created by the collision narrow phase. 55 ///The cache can be empty, or hold 1,2,3 or 4 points. Some collision algorithms (GJK) might only add one point at a time. 56 ///updates/refreshes old contact points, and throw them away if necessary (distance becomes too large) 57 ///reduces the cache to 4 points, when more then 4 points are added, using following rules: 58 ///the contact point with deepest penetration is always kept, and it tries to maximuze the area covered by the points 78 /// sort cached points so most isolated points come first 230 /// calculated new worldspace coordinates and depth, and reject points that exceed the collision margin
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpUtils.h | 48 uint8_t *pBuffStart; /* Points to first valid location in buffer */ 49 uint8_t *pBuffEnd; /* Points to last valid location in buffer */ 50 volatile uint8_t *pIn; /* Points to 1 before where the next TU1 will enter buffer */ 51 volatile uint8_t *pOut; /* Points to 1 before where the next TU1 will leave buffer */
|
/external/lzma/CPP/Windows/ |
MemoryLock.h | 20 /* Probably we do not to set any Privilege for junction points.
|
/external/mesa3d/docs/OLD/ |
MESA_sprite_point.spec | 31 This extension modifies the way in which points are rendered, 34 coordinates at each vertex. This extension effectively turns points 38 When using point size > 1 or attenuated points this extension is an 63 points. 65 Smoothed points can be approximated by using an appropriate texture 72 There is none. Sprite points are always rendered as window-aligned 87 Polygon culling wouldn't be useful for sprite points since the 92 7. Should sprite points be alpha-attenuated if their size is below the 121 When SPRITE_POINT_MESA is enabled points are rasterized as screen-
|
/external/mesa3d/src/mesa/main/ |
eval.h | 63 const GLfloat *points ); 67 const GLdouble *points ); 72 const GLfloat *points ); 77 const GLdouble *points );
|
/external/pdfium/third_party/freetype/src/base/ |
ftoutln.c | 97 limit = outline->points + last; 99 v_start = outline->points[first]; 103 v_last = outline->points[last]; 109 point = outline->points + first; 129 /* if both first and last points are conic, */ 319 if ( FT_NEW_ARRAY( anoutline->points, numPoints ) || 418 FT_ARRAY_COPY( target->points, source->points, source->n_points ); 447 FT_FREE( outline->points ); 492 FT_Vector* vec = outline->points; 910 FT_Vector* points; local 1042 FT_Vector* points; local [all...] |
/external/v8/src/ |
char-predicates.h | 40 // For code points in the SMPs, we can resort to ICU (if available). 54 // For code points in the SMPs, we can resort to ICU (if available). 64 // This includes all code points of Unicode category 'Zs'. 68 // There are no category 'Zs' code points in the SMPs.
|
/external/v8/test/mjsunit/tools/ |
tickprocessor-test.gc-state | 19 [C++ entry points]:
|
/external/valgrind/gdbserver_tests/ |
mcwatchpoints.stdinB.gdb | 21 # now we should encounter 4 break points
|
/external/valgrind/memcheck/tests/ |
badjump.c | 6 /* on ppc64-linux, a function pointer points to a function
|
fwrite.stderr.exp | 1 Syscall param write(buf) points to uninitialised byte(s)
|
sendmsg.stderr.exp-solaris | 1 Syscall param sendmsg(msg) points to uninitialised byte(s)
|
/external/valgrind/memcheck/tests/x86/ |
pushfw_x86.c | 10 /* eax points at arr[0] */
|
/frameworks/base/libs/hwui/ |
PathTessellator.h | 81 * Populates a VertexBuffer with a tessellated approximation of points as a single triangle 84 * @param points The center vertices of the points to be drawn 86 * @param paint The paint the points will be drawn with indicating AA, stroke width & cap 87 * @param transform The transform the points will be drawn with, used to drive stretch-aware path 91 static void tessellatePoints(const float* points, int count, const SkPaint* paint, 98 * @param points Pairs of endpoints defining the lines to be drawn 101 * @param transform The transform the points will be drawn with, used to drive stretch-aware path 105 static void tessellateLines(const float* points, int count, const SkPaint* paint,
|
/frameworks/wilhelm/src/ |
README.txt | 6 * Initial entry points
|
/ndk/sources/android/support/src/musl-locale/ |
wcsxfrm.c | 5 /* collate only by code points */
|
/prebuilts/go/darwin-x86/src/runtime/ |
typekind1.go | 36 _KindGCProg = 1 << 6 // Type.gc points to GC program
|
/prebuilts/go/linux-x86/src/runtime/ |
typekind1.go | 36 _KindGCProg = 1 << 6 // Type.gc points to GC program
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
IDNA.java | 35 * containing non-ASCII code points are required to be processed by 61 * Option to allow unassigned code points in domain names and labels. 64 * (UTS #46 disallows unassigned code points.) 460 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points 462 * If unassigned code points are found the operation fails with 466 * If this option is set, the unassigned code points are in the input 467 * are treated as normal Unicode code points. 493 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points 495 * If unassigned code points are found the operation fails with 499 * If this option is set, the unassigned code points are in the input [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
IDNA.java | 34 * containing non-ASCII code points are required to be processed by 62 * Option to allow unassigned code points in domain names and labels. 65 * (UTS #46 disallows unassigned code points.) 480 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points 482 * If unassigned code points are found the operation fails with 486 * If this option is set, the unassigned code points are in the input 487 * are treated as normal Unicode code points. 512 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points 514 * If unassigned code points are found the operation fails with 518 * If this option is set, the unassigned code points are in the input [all...] |
/frameworks/base/core/jni/android/graphics/ |
Path.cpp | 266 typedef SkPoint (*bezierCalculation)(float t, const SkPoint* points); 301 static SkPoint cubicBezierCalculation(float t, const SkPoint* points) { 302 float x = cubicCoordinateCalculation(t, points[0].x(), points[1].x(), 303 points[2].x(), points[3].x()); 304 float y = cubicCoordinateCalculation(t, points[0].y(), points[1].y(), 305 points[2].y(), points[3].y()) 425 SkPoint points[4]; local [all...] |
/external/icu/icu4c/source/data/sprep/ |
rfc3530mixp.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 452 # code points from Table C.1.2 472 # Total code points 17 474 # code points from Table C.2.2 493 # Total code points 30 495 # code points from Table C.3 501 # Total code points 205 [all...] |