/external/autotest/client/site_tests/hardware_MemoryLatency/ |
control | 21 # test with samples added at points which should roughly correspond to
|
/external/autotest/client/site_tests/ui_SettingsPage/ |
control.link | 23 This test is currently only run on link so the mask points are link
|
/external/autotest/server/cros/ap_configurators/ |
linksyswrt320_ap_configurator.py | 12 """Base class for objects to configure Linksys WRT 320 access points
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
SkippingCipher.java | 4 * Ciphers producing a key stream which can be reset to particular points in the stream implement this.
|
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
tooltip-test-description.html | 29 <span><a href="/new_points?pattern={{test.path}}">See new points</a></span>
|
/external/chromium-trace/catapult/dashboard/dashboard/ |
find_change_points_exp.py | 18 and more points added to the end. 33 # The anomaly threshold config dictionary determines how many points are 40 # of points is looked at. This window size depends on the test. To get the 53 """Returns the last "window" of points in the data series."""
|
/external/freetype/include/internal/ |
ftgloadr.h | 71 FT_Vector* extra_points; /* extra points table */ 72 FT_Vector* extra_points2; /* second extra points table */ 100 /* add an extra points table to a glyph loader */ 159 /* copy points from one glyph loader to another */
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
Punycode.java | 30 /* "Basic" Unicode/ASCII code points */ 126 * The output will be represented as an array of ASCII code points. 130 * @return An array of ASCII code points. 139 * Handle the basic code points and 172 * handledCPCount is the number of code points that have been handled 173 * basicLength is the number of basic code points 185 * All non-basic code points < n have been handled already. 205 /* Encode a sequence of same code points n */ 281 * Handle the basic code points: 282 * Let basicLength be the number of input code points [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
UForwardCharacterIterator.java | 19 * code points. 20 * Unicode code points are 21-bit integers and are the scalar values 24 * With UTF-16, all code points can be represented with either one 42 * In general, access to code units and code points in the same
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
Punycode.java | 28 /* "Basic" Unicode/ASCII code points */ 124 * The output will be represented as an array of ASCII code points. 128 * @return An array of ASCII code points. 137 * Handle the basic code points and 170 * handledCPCount is the number of code points that have been handled 171 * basicLength is the number of basic code points 183 * All non-basic code points < n have been handled already. 203 /* Encode a sequence of same code points n */ 279 * Handle the basic code points: 280 * Let basicLength be the number of input code points [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
UForwardCharacterIterator.java | 18 * code points. 19 * Unicode code points are 21-bit integers and are the scalar values 23 * With UTF-16, all code points can be represented with either one 41 * In general, access to code units and code points in the same
|
/external/kernel-headers/original/uapi/linux/ |
net_dropmon.h | 36 struct net_dm_drop_point points[0]; member in struct:net_dm_alert_msg
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/dynamics/joints/ |
RopeJointDef.java | 6 * Rope joint definition. This requires two body anchor points and a maximum lengths. Note: by
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/ |
btDefaultCollisionConfiguration.h | 113 ///Use this method to allow to generate multiple contact points between at once, between two objects using the generic convex-convex algorithm. 116 ///@param minimumPointsPerturbationThreshold is the minimum number of points in the contact cache, above which the feature is disabled 117 ///3 is a good value for both params, if you want to enable the feature. This is because the default contact cache contains a maximum of 4 points, and one collision query at the unperturbed orientation is performed first. 118 ///See Bullet/Demos/CollisionDemo for an example how this feature gathers multiple points.
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/ |
btConvexHullShape.h | 34 ///this constructor optionally takes in a pointer to points. Each point is assumed to be 3 consecutive btScalar (x,y,z), the striding defines the number of bytes between each point, in memory. 35 ///It is easier to not pass any points in the constructor, and just add one point at a time, using addPoint. 36 ///btConvexHullShape make an internal copy of the points. 37 btConvexHullShape(const btScalar* points=0,int numPoints=0, int stride=sizeof(btVector3));
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/ |
ftgloadr.h | 71 FT_Vector* extra_points; /* extra points table */ 72 FT_Vector* extra_points2; /* second extra points table */ 100 /* add an extra points table to a glyph loader */ 159 /* copy points from one glyph loader to another */
|
/external/llvm/lib/Support/ |
Locale.cpp | 21 // reliably output code points U+0080 and higher using narrow character C/C++
|
/external/markdown/MarkdownTest/Tests_2007/ |
Links, reference style.text | 55 In this case, [this](/somethingelse/) points to something else.
|
/external/opencv3/samples/python2/ |
fitline.py | 8 to points in presence of outliers. 20 SPACE - generate random points 61 points = np.vstack([line_points, outliers]) 67 vx, vy, cx, cy = cv2.fitLine(np.float32(points), func, 0, 0.01, 0.01)
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
ftgloadr.h | 71 FT_Vector* extra_points; /* extra points table */ 72 FT_Vector* extra_points2; /* second extra points table */ 100 /* add an extra points table to a glyph loader */ 159 /* copy points from one glyph loader to another */
|
/external/pdfium/xfa/src/fdp/src/fde/ |
fde_gedevice.cpp | 232 CFX_PointsF points;
local 233 points.Add(pt1);
234 points.Add(pt2);
235 points.Add(pt3);
236 points.Add(pt4);
238 path.AddBezier(points);
243 const CFX_PointsF& points,
248 path.AddCurve(points, bClosed, fTension);
261 const CFX_PointsF& points,
264 path.AddLines(points);
[all...] |
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
BC_QRGridSampler.h | 43 CFX_FloatArray* points,
|
/external/proguard/examples/annotations/lib/ |
annotations.pro | 47 # entry points. Note the extension of the java-like syntax, adding annotations 63 # shrunk, optimized, or obfuscated as entry points. 80 # optimized or obfuscated as entry points. 96 # optimized, or obfuscated as entry points.
|
/external/skia/platform_tools/android/tests/expectations/tool/ |
Android.mk | 44 # subdirectory in the DATA folder that points to the top level skia resources...
|
/external/skia/src/animator/ |
SkDrawGradient.cpp | 104 SK_MEMBER_ARRAY(points, Float), 116 if (points.count() != 4) 129 if (addPrelude() == 0 || points.count() != 4) 131 SkShader* shader = SkGradientShader::CreateLinear((SkPoint*)points.begin(),
|