/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
GesturePreviewTrail.java | 141 // Sweep angle of the trail arc at P1. 144 // Sweep angle of the trail arc at P2.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
ainstr_iw.h | 88 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo 243 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_iw.h | 88 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo 243 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ainstr_iw.h | 91 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo 246 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_iw.h | 88 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo 243 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ainstr_iw.h | 91 signed short sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_lfo 246 __s16 sweep; /* 0 - 950 deciseconds */ member in struct:iwffff_xlfo
|
/dalvik/vm/alloc/ |
HeapSource.h | 157 * should only be called immediately after a full mark/sweep.
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/ |
PhysicsSpace.java | 745 * Performs a sweep collision test and returns the results as a list of PhysicsSweepTestResults<br/> [all...] |
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/ |
PhysicsSpace.java | 687 * Performs a sweep collision test and returns the results as a list of PhysicsSweepTestResults<br/> 694 Logger.getLogger(PhysicsSpace.class.getName()).log(Level.WARNING, "Trying to sweep test with incompatible mesh shape!"); 703 * Performs a sweep collision test and returns the results as a list of PhysicsSweepTestResults<br/> 710 Logger.getLogger(PhysicsSpace.class.getName()).log(Level.WARNING, "Trying to sweep test with incompatible mesh shape!"); [all...] |
/external/openssl/crypto/ |
ia64cpuid.S | 66 // One can sweep double as fast, but then we can't quarantee
|
/external/webkit/Source/JavaScriptCore/heap/ |
MarkedBlock.h | 59 void sweep();
|
/frameworks/base/graphics/java/android/graphics/ |
Path.java | 329 * with the first point of the arc. The sweep angle is tread mod 360. 333 * @param sweepAngle Sweep angle (in degrees) measured clockwise, treated 352 * @param sweepAngle Sweep angle (in degrees) measured clockwise 458 * @param sweepAngle Sweep angle (in degrees) measured clockwise
|
Canvas.java | [all...] |
/frameworks/base/libs/hwui/ |
SkiaShader.h | 183 * A shader that draws a sweep gradient.
|
/external/replicaisland/src/com/replica/replicaisland/ |
GameObjectCollisionSystem.java | 27 * "vulnerability" volumes. This implementation works by using a sweep-and-prune algorithm: 180 // This is a little tricky. Since we always sweep forward in the list it's safe
|
/external/skia/third_party/glu/libtess/ |
mesh.h | 129 GLdouble s, t; /* projection onto the sweep plane */ 154 ActiveRegion *activeRegion; /* a region with this upper edge (sweep.c) */
|
tessmono.c | 85 * Since the sweep goes from left to right, face->anEdge should
|
/external/skia/bench/ |
GradientBench.cpp | 97 { MakeSweep, "sweep", 1 },
|
/external/skia/include/gpu/ |
GrSamplerState.h | 80 kSweep_SampleMode, //!< treat as sweep gradient
|
/external/v8/src/ |
compilation-cache.h | 252 // Notify the cache that a mark-sweep garbage collection is about to
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
SweepGradient_Delegate.java | 82 * A subclass of Shader that draws a sweep gradient around a center point.
|
/packages/apps/VoiceDialer/src/com/android/voicedialer/ |
VoiceDialerTester.java | 53 * Sweep directory of directories, listing all WAV files.
|
/external/skia/src/core/ |
SkPath.cpp | 700 SkScalar sweep = SkIntToScalar(90); local 702 start += sweep; 703 sweep = -sweep; 706 path->arcTo(r, start, sweep, forceMoveTo); 817 /* If the sweep angle is nearly (but less than) 360, then due to precision [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
LinkedTransferQueue.java | 354 * We trigger a full sweep when the estimate exceeds a threshold 929 sweep(); method 942 private void sweep() { method in class:LinkedTransferQueue [all...] |
/external/skia/include/core/ |
SkPath.h | 420 the first point of the arc. The sweep angle is treated mod 360. 424 @param sweepAngle Sweep angle (in degrees) measured clockwise. This is 519 @param sweepAngle Sweep angle (in degrees) measured clockwise
|