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

<<11121314151617181920>>

  /external/skia/src/animator/
SkDrawGradient.h 45 SkTDScalarArray points; member in class:SkDrawLinearGradient
thingstodo.txt 3 at these points, generate an error if actual physical stack gets too large
  /external/skia/src/utils/win/
SkDWriteGeometrySink.h 38 void STDMETHODCALLTYPE AddLines(const D2D1_POINT_2F *points, UINT pointsCount) override;
  /external/sonivox/arm-wt-22k/lib_src/
ARM_synth_constants_gnu.inc 123 .equ m_pLoopEnd, 0 @ /* points to last PCM sample (not 1 beyond last) */
124 .equ m_pLoopStart, 4 @ /* points to first sample at start of loop */
125 .equ m_pPhaseAccum, 8 @ /* points to first sample at start of loop */
126 .equ m_phaseFrac, 12 @ /* points to first sample at start of loop */
  /external/v8/test/mjsunit/
debug-optimize.js 50 // We can optimize with break points set.
  /external/valgrind/gdbserver_tests/
mcblocklistsearch.stdinB.gdb 20 # check who points at A
  /external/valgrind/memcheck/tests/solaris/
scalar_zone_defunct.stderr.exp 13 Syscall param zone(numzones) points to unaddressable byte(s)
26 Syscall param zone(uniqidlist) points to unaddressable byte(s)
48 Syscall param zone(uniqid) points to unaddressable byte(s)
52 Syscall param zone(valp) points to unaddressable byte(s)
  /external/vboot_reference/host/lib21/include/
host_fw_preamble2.h 18 * @param fp_ptr On success, points to a newly allocated preamble buffer.
  /frameworks/base/core/java/android/gesture/
GestureConstants.java 21 static final int STROKE_POINT_BUFFER_SIZE = 100; // number of points
  /frameworks/base/graphics/java/android/graphics/
Matrix.java 578 // private helper to perform range checks on arrays of "points"
592 * Set the matrix such that the specified src points would map to the
593 * specified dst points. The "points" are represented as an array of floats,
596 * @param src The array of src [x,y] pairs (points)
598 * @param dst The array of dst [x,y] pairs (points)
600 * @param pointCount The number of pairs/points to be used. Must be [0..4]
624 * Apply this matrix to the array of 2D points specified by src, and write
625 * the transformed points into the array of points specified by dst. Th
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
DurationCountClassifier.java 21 * points.
  /hardware/intel/common/libva/va/
va_tpi.h 39 VAExternalMemoryCIFrame, /* the memory is from camera frames and buffers points the frame ID list */
40 VAExternalMemoryUserPointer, /* the memory is malloc-ed and buffers points to the buffers */
41 VAExternalMemoryKernelDRMBufffer, /* the memory is from kernel DRM buffers and buffers points the
44 VAExternalMemoryAndroidGrallocBuffer, /* the memory is from Android Gralloc memory, and buffers points
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
net_dropmon.h 36 struct net_dm_drop_point points[0]; member in struct:net_dm_alert_msg
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
net_dropmon.h 36 struct net_dm_drop_point points[0]; member in struct:net_dm_alert_msg
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
mgc0.go 12 // -live (aka -live=1): print liveness lists as code warnings at safe points
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
mgc0.go 12 // -live (aka -live=1): print liveness lists as code warnings at safe points
  /prebuilts/tools/common/proguard/proguard4.7/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.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion4.txt 4 50pt : <b>Points</b> - 1/72 of an inch based on the physical size of the screen.
completionvalues1-expected-completion24.txt 4 17pt : <b>Points</b> - 1/72 of an inch based on the physical size of the screen.
completionvalues1-expected-completion66.txt 4 17pt : <b>Points</b> - 1/72 of an inch based on the physical size of the screen.
completionvalues1-expected-completion67.txt 4 17pt : <b>Points</b> - 1/72 of an inch based on the physical size of the screen.
  /system/sepolicy/
hostapd.te 1 # userspace wifi access points
  /external/chromium-trace/catapult/dashboard/dashboard/
debug_alert.py 19 # Default number of points before and after a point to analyze.
37 num_before: Maximum number of points after the given revision to get.
38 num_after: Maximum number of points before the given revision.
129 """Finds the same alerts as would be found normally as points are added.
132 FindChangePoints function is called with some points from that series.
144 # The number of points that are passed in to FindChangePoints normally may
196 anomaly_points: A series which contains the list of points where the
211 'points': {'show': False},
217 'points': {'show': True, 'radius': 4}
225 'points': {'show': False}
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/
FrustumCullingTest.java 76 public static btPairCachingGhostObject createFrustumObject (final Vector3... points) {
81 final Vector3 centerNear = new Vector3(points[2]).sub(points[0]).scl(0.5f).add(points[0]);
82 final Vector3 centerFar = new Vector3(points[6]).sub(points[4]).scl(0.5f).add(points[4]);
85 for (int i = 0; i < points.length; i++)
86 hullShape.addPoint(tmpV.set(points[i]).sub(center));
92 for (int i = 0; i < points.length; i++
    [all...]
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c 314 int points; member in struct:stw_pixelformat_score
341 * score points.
351 * the score is set to 0 points, effectively removing the pixelformat
355 scores[index].points = 0;
364 scores[index].points = 0;
366 scores[index].points -= (actual_value - expected_value) * ami->weight;
390 * points for a mismatch when the match does not have to be exact.
398 scores[i].points = 0x7fffffff;
433 if (scores[i - 1].points < scores[i].points) {
    [all...]

Completed in 1038 milliseconds

<<11121314151617181920>>