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

<<41424344454647484950>>

  /prebuilts/python/darwin-x86/2.7.5/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/linux-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)
  /prebuilts/python/linux-x86/2.7.5/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/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
scoped_ptr.h 53 // That is, scoped_ptr<T> owns the T object that it points to.
141 // As with scoped_ptr<C>, a scoped_array<C> either points to an object
142 // or is NULL. A scoped_array<C> owns the object that it points to.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DeletionHandler.java 141 // replaced if the pointed to node points to some other node
183 // Points to another deleted node: recurse
203 * example, if you have a node which points left to a node which is centered
  /art/compiler/linker/x86/
relative_patcher_x86.cc 31 // Check that the anchor points to pop in a "call +0; pop <reg>" sequence.
  /bionic/libc/kernel/uapi/linux/
net_dropmon.h 48 struct net_dm_drop_point points[0]; member in struct:net_dm_alert_msg
  /bionic/libc/upstream-netbsd/lib/libc/resolv/
mtctxres.c 47 * and __res_disable_mt() entry points. They're do-nothing routines.
  /bionic/libc/upstream-openbsd/lib/libc/string/
strsep.c 40 * On return, *stringp points past the last NUL written (if there might
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
AccelerometerTestActivity.java 33 * points down.
  /cts/tests/app/src/android/app/cts/
Instrumentation_ActivityMonitorTest.java 34 * check points:
  /cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
SamplePointVerifier.java 27 * This class will test specific points, and ensure that they match up perfectly with the input colors
  /development/ndk/platforms/android-21/include/linux/
net_dropmon.h 47 struct net_dm_drop_point points[0]; member in struct:net_dm_alert_msg
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
_index.html 27 <dd>Demonstrates using the {@link android.graphics.Paint} and {@link android.graphics.Canvas} objects to draw random points on the screen, with different colors and strokes. </dd>
  /development/samples/VoiceRecognitionService/
AndroidManifest.xml 42 <!-- This points to a metadata xml file that contains information about this
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
PathPoint.java 88 * with the control points at c0 and c1.
  /external/ImageMagick/PerlMagick/demo/
lsys.pl 36 $im->Draw (primitive=>'Polygon', points=>join(' ',@poly),
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
Antlr3.Runtime.Tests (VS2005).csproj 60 Other similar extension points exist, see Microsoft.Common.targets.
Antlr3.Runtime.Tests (VS2008).csproj 64 Other similar extension points exist, see Microsoft.Common.targets.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/
Antlr3.Utility (VS2005).csproj 64 Other similar extension points exist, see Microsoft.Common.targets.
Antlr3.Utility (VS2008).csproj 70 Other similar extension points exist, see Microsoft.Common.targets.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
NFA.java 34 * NFA is one big machine for entire grammar. Decision points are recorded
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
NevilleInterpolator.java 45 * @param x the interpolating points array
  /external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
FastCosineTransformer.java 77 * @param n the number of sample points
118 * @param n the number of sample points
160 * @param n the number of sample points
199 * @param n the number of sample points
FastSineTransformer.java 76 * @param n the number of sample points
116 * @param n the number of sample points
157 * @param n the number of sample points
195 * @param n the number of sample points

Completed in 1690 milliseconds

<<41424344454647484950>>