HomeSort by relevance Sort by last modified time
    Searched full:delta (Results 176 - 200 of 1042) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu4c/test/cintltst/
sprpdata.c 125 /* ascertain if the value is index or delta */
152 int32_t value=0, index=0, delta=0; local
185 delta = value;
218 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
219 log_err("Did not get the expected result. Expected: 0x%04X Got: 0x%04X \n", mapping[0],(codepoint-delta));
  /packages/wallpapers/MusicVisualization/res/raw/
many.rs 244 int delta = now - lastuptime;
246 if (delta > 80) {
247 // Limit the delta to avoid jumps when coming back from sleep.
251 delta = 80;
253 autorotation += .3 * delta / 35;
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressTask.java 95 public void incProgress(int delta) {
97 assert delta > 0; local
98 internalIncProgress(delta * mIncCoef);
237 public void incProgress(int delta) {
239 subIncProgress(delta * mSubCoef);
  /external/freetype/src/smooth/
ftgrays.c 591 TCoord ex1, ex2, fx1, fx2, delta, mod, lift, rem; local
614 delta = y2 - y1;
615 ras.area += (TArea)(( fx1 + fx2 ) * delta);
616 ras.cover += delta;
635 delta = (TCoord)( p / dx );
639 delta--;
643 ras.area += (TArea)(( fx1 + first ) * delta);
644 ras.cover += delta;
648 y1 += delta;
652 p = ONE_PIXEL * ( y2 - y1 + delta );
698 int delta, rem, lift, incr; local
1472 TPos delta; local
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rmepsilon.h 200 // and convergence delta are taken in the options argument.
303 float delta; member in struct:fst::RmEpsilonFstOptions
305 RmEpsilonFstOptions(const CacheOptions &opts, float delta = kDelta)
306 : CacheOptions(opts), delta(delta) {}
308 explicit RmEpsilonFstOptions(float delta = kDelta) : delta(delta) {}
337 RmEpsilonOptions<A, FifoQueue<StateId> >(&queue_, opts.delta,
determinize.h 105 float delta; // Quantization delta for subset weights member in struct:fst::DeterminizeFstOptions
108 : CacheOptions(opts), delta(del) {}
110 explicit DeterminizeFstOptions(float del = kDelta) : delta(del) {}
227 delta_(opts.delta), common_divisor_(common_divisor),
447 float delta_; // Quantization delta for subset weights
638 FactorWeightOptions fopts(CacheOptions(true, 0), opts.delta, true);
684 float delta; // Quantization delta for subset weights member in struct:fst::DeterminizeOptions
686 explicit DeterminizeOptions(float d) : delta(d) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
PreCompilerDeltaVisitor.java 42 * Resource Delta visitor for the pre-compiler.
43 * <p/>This delta visitor only cares about files that are the source or the result of actions of the
71 * file is a resource file. Upon visiting all the delta resources, if
139 * Returns whether the manifest file was parsed/checked for error during the resource delta
151 * <li>The manifest was not part of the resource change delta, and the manifest was
167 * <li>The manifest was not part of the resource change delta, and the manifest was
184 public boolean visit(IResourceDelta delta) throws CoreException {
186 // AndroidManifest.xml since the delta visitor goes through the main
191 IResource resource = delta.getResource();
195 // since the delta visitor also visits the root we return true i
    [all...]
  /cts/tools/signature-tools/test/signature/comparator/
ClassCompareTest.java 67 IApiDelta delta = compare(fromApi, toApi); local
68 IClassDefinitionDelta classDelta = getSingleClassDelta(delta);
83 IApiDelta delta = compare(fromApi, toApi); local
84 IClassDefinitionDelta classDelta = getSingleClassDelta(delta);
100 IApiDelta delta = compare(fromApi, toApi); local
101 IClassDefinitionDelta classDelta = getSingleClassDelta(delta);
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/atomic/
AtomicIntegerFieldUpdater.java 164 * @param delta the value to add
167 public int getAndAdd(T obj, int delta) {
170 int next = current + delta;
213 * @param delta the value to add
216 public int addAndGet(T obj, int delta) {
219 int next = current + delta;
  /external/freetype/src/base/
ftglyph.c 218 const FT_Vector* delta )
226 if ( delta )
227 FT_Outline_Translate( &glyph->outline, delta->x, delta->y );
423 FT_Vector* delta )
437 clazz->glyph_transform( glyph, matrix, delta );
ftdbgmem.c 512 FT_Long delta )
557 if ( delta == 0 )
569 if ( delta != 0 )
572 source->cur_size += delta;
573 table->alloc_current += delta;
610 FT_Long delta )
636 if ( delta == 0 )
748 FT_Long delta; local
795 delta = (FT_Long)( new_size - cur_size );
798 if ( delta > 0 &
    [all...]
  /frameworks/base/media/libstagefright/
SampleTable.cpp 325 uint32_t delta = mTimeToSample[2 * i + 1]; local
327 if (req_time < time + n * delta) {
328 int j = (req_time - time) / delta;
330 uint32_t time1 = time + j * delta;
331 uint32_t time2 = time1 + delta;
348 time += delta * n;
  /external/freetype/src/sfnt/
ttcmap.c 248 /* delta 4 SHORT see below */
264 /* no glyph for the charcode. Otherwise, the value of `delta' is */
320 FT_Int delta; local
326 delta = TT_NEXT_SHORT( p );
359 idx = ( idx + delta ) & 0xFFFFU;
440 FT_Int delta; local
446 delta = TT_NEXT_SHORT ( p );
456 result = (FT_UInt)( idx + delta ) & 0xFFFFU;
482 FT_Int delta = TT_NEXT_SHORT ( p ); local
508 gindex = ( idx + delta ) & 0xFFFFU
749 FT_Int delta = cmap->cur_delta; local
888 FT_Int delta; local
1000 FT_Int delta; local
1089 FT_Int delta; local
    [all...]
  /external/v8/src/
assembler.cc 88 // embedded_object: [6 bits pc delta] 00
90 // code_taget: [6 bits pc delta] 01
92 // position: [6 bits pc delta] 10,
93 // [7 bits signed data delta] 0
95 // statement_position: [6 bits pc delta] 10,
96 // [7 bits signed data delta] 1
99 // 00 [6 bits pc delta]
102 // 00 [6 bits pc delta]
105 // (variable length) 7 - 26 bit pc delta, written in chunks of 7
171 // Write a byte of tagged pc-delta, possibly preceded by var. length pc-jump
    [all...]
  /external/webkit/WebCore/loader/
Cache.cpp 222 int delta = resource->size(); local
225 if (delta)
226 adjustSize(resource->hasClients(), delta);
415 int delta = -static_cast<int>(resource->size()); local
416 if (delta)
417 adjustSize(resource->hasClients(), delta);
642 void Cache::adjustSize(bool live, int delta)
645 ASSERT(delta >= 0 || ((int)m_liveSize + delta >= 0));
646 m_liveSize += delta;
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 200 int delta = mLastX - x; local
201 if (delta != 0) {
203 scrollx += delta;
218 int delta = mInitialX - (int) event.getX(); local
219 if (Math.abs(delta) > mTouchSlop) {
877 private void scanBackward(int repcnt, long delta) {
886 if (delta < 5000) {
888 delta = delta * 10;
891 delta = 50000 + (delta - 5000) * 40
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintFlagsDrawFilterTest.java 61 Bitmap combined = delta(bitmapWithoutFilter, bitmapWithFilter);
79 private Bitmap delta(Bitmap bitmapWithoutFilter, Bitmap bitmapWithFilter) { method in class:PaintFlagsDrawFilterTest
  /dalvik/dx/src/com/android/dx/rop/code/
FillArrayDataInsn.java 102 public Insn withRegisterOffset(int delta) {
104 getSources().withOffset(delta),
ThrowingInsn.java 105 public Insn withRegisterOffset(int delta) {
107 getSources().withOffset(delta),
  /external/blktrace/
blkiomon.h 49 .delta = 1024,
55 .delta = 8,
  /external/freetype/include/freetype/
ftrender.h 51 const FT_Vector* delta );
97 const FT_Vector* delta );
  /external/iproute2/include/linux/
neighbour.h 139 __u32 ndtc_last_flush; /* delta to now in msecs */
140 __u32 ndtc_last_rand; /* delta to now in msecs */
  /external/kernel-headers/original/linux/
neighbour.h 139 __u32 ndtc_last_flush; /* delta to now in msecs */
140 __u32 ndtc_last_rand; /* delta to now in msecs */
  /external/opencore/fileformats/mp4/parser/src/
trackreferencetypeatom.cpp 50 uint32 delta = actual - base; local
55 for (uint32 i = 0; i < delta; i += 4)
  /external/webkit/WebCore/platform/
PlatformWheelEvent.h 130 void applyDelta(int delta, Qt::Orientation);
135 PlatformWheelEvent(HWND, const FloatSize& delta, const FloatPoint& location);

Completed in 436 milliseconds

1 2 3 4 5 6 78 91011>>