Searched refs:to (Results 176 - 200 of 254) sorted by relevance

1234567891011

/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c10 * Unless required by applicable law or agreed to in writing, software
41 unsigned which; // which buffer to use next
44 SLuint32 byteOrder; // desired to use for PCM buffers
49 static void swab(const void *from, void *to, ssize_t n) argument
51 // from and to as char pointers
53 char *to_ch = (char *) to;
64 // squeeze 16-bit signed PCM samples down to 8-bit unsigned PCM samples by truncation; no dithering
65 static void squeeze(const short *from, unsigned char *to, ssize_t n) argument
69 *to++ = (*from++ + 32768) >> 8;
115 fprintf(stderr, "Unable to determin
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.cpp10 * Unless required by applicable law or agreed to in writing, software
137 ALOGE("calloc failed to allocate memory: %d bytes", kBytes);
141 // Resample to target quality
161 // Convert back to 2 channels and 16 bits
168 sp<MetaData> to = outBuffer->meta_data(); local
171 to->setInt64(kKeyTime, timeUs);
231 // At this point we cannot switch to a new AudioResampler because
255 ALOGV("setting mInitialTimeStampUs to %lld", mInitialTimeStampUs);
260 // Now copy data to the destination
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
H A DTweener.java10 * Unless required by applicable law or agreed to in writing, software
52 break; // an animator can only be attached to one object
57 public static Tweener to(Object object, long duration, Object... vars) { method in class:Tweener
63 // Iterate through arguments and discover properties to animate
136 return Tweener.to(object, duration, vars);
139 // Listener to watch for completed animations and remove them.
H A DGlowPadView.java10 * Unless required by applicable law or agreed to in writing, software
65 private static final float SNAP_MARGIN_DEFAULT = 20.0f; // distance to ring before we snap to it
126 if (mSuspended) return; // ignore attempts to start animations
305 // View should be large enough to contain the background + handle and
312 // View should be large enough to contain the unlock ring + target and
390 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
402 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
423 * Dispatches a trigger event to listener. Ignored if a listener is not set.
452 // Force ring and targets to finis
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/
H A DSimpleCursorAdapterTest.java10 * Unless required by applicable law or agreed to in writing, software
164 // check columns to see if rearrangement tracked (should be swapped now)
171 * Test that you can safely construct with a null cursor *and* null to/from arrays.
181 * Test going from a null cursor to a non-null cursor *and* setting the to/from arrays
204 * Test going from one mapping to a different mapping
249 * This is simply a way to sneak a look at the protected mFrom() array. A more API-
250 * friendly way to do this would be to mock out a View and a ViewBinder and exercise
256 String[] from, int[] to) {
255 TestSimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) argument
[all...]
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_bni.mk6 # We override this with RC_ARCHS because B&I may want to build on an ARCH we
/frameworks/ex/carousel/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/ex/common/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/support/v13/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
/frameworks/native/libs/utils/
H A DVectorImpl.cpp10 * Unless required by applicable law or agreed to in writing, software
169 // for big arrays, it could be better to use mergesort
181 // we're going to have to modify the array...
388 void* to = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize;
389 _do_move_forward(to, from, mCount - where);
438 void* to = reinterpret_cast<uint8_t *>(array) + where*mItemSize;
439 _do_destroy(to, amount);
442 _do_move_backward(to, from, new_size - where);
H A DString16.cpp10 * Unless required by applicable law or agreed to in writing, software
115 ALOG_ASSERT(buf, "Unable to allocate shared buffer");
129 ALOG_ASSERT(buf, "Unable to allocate shared buffer");
270 printf("Insert in to %s: pos=%d, len=%d, myLen=%d, chrs=%s\n",
412 TextOutput& operator<<(TextOutput& to, const String16& val) argument
414 to << String8(val).string();
415 return to;
H A DString8.cpp10 * Unless required by applicable law or agreed to in writing, software
40 // to OS_PATH_SEPARATOR.
58 // which is needed to initialize String8/String16 classes.
83 ALOG_ASSERT(buf, "Unable to allocate shared buffer");
106 ALOG_ASSERT(buf, "Unable to allocate shared buffer");
128 ALOG_ASSERT(buf, "Unable to allocate shared buffer");
453 TextOutput& operator<<(TextOutput& to, const String8& val) argument
455 to << val.string();
456 return to;
586 // nothing to d
[all...]
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DFilt_6k_7k_opt.s10 @ ** Unless required by applicable law or agreed to in writing, software
49 MOV r3, r8 @ change myMemCopy to Copy, due to Copy will change r3 content
82 STR r5, [sp, #-4] @ PUSH r5 to stack
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DFilt_6k_7k_neon.s10 @ ** Unless required by applicable law or agreed to in writing, software
53 MOV r3, r8 @ change myMemCopy to Copy, due to Copy will change r3 content
82 @STR r5, [sp, #-4] @ PUSH r5 to stack
H A Dsyn_filt_neon.s10 @ ** Unless required by applicable law or agreed to in writing, software
46 VST1.S16 {D0, D1, D2, D3}, [r5]! @store 16 mem[] to *yy
/frameworks/base/data/fonts/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
15 # We have to use BUILD_PREBUILT instead of PRODUCT_COPY_FIES,
/frameworks/native/include/utils/
H A DRefBase.h10 * Unless required by applicable law or agreed to in writing, software
34 TextOutput& printWeakPointer(TextOutput& to, const void* val);
226 // promotion to sp
288 TextOutput& operator<<(TextOutput& to, const wp<T>& val);
449 inline TextOutput& operator<<(TextOutput& to, const wp<T>& val)
451 return printWeakPointer(to, val.unsafe_get());
499 // sp<> and wp<> need to be handled specially, because they do not
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec68 // Hard to export to Java:
/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DGLES10ExtcHeader.cpp10 ** Unless required by applicable law or agreed to in writing, software
H A DGLES10cHeader.cpp10 ** Unless required by applicable law or agreed to in writing, software
28 /* special calls implemented in Android's GLES wrapper used to more
H A DGLES11ExtcHeader.cpp10 ** Unless required by applicable law or agreed to in writing, software
28 /* special calls implemented in Android's GLES wrapper used to more
H A DGLES11cHeader.cpp10 ** Unless required by applicable law or agreed to in writing, software
28 /* special calls implemented in Android's GLES wrapper used to more
H A DGLES20cHeader.cpp10 ** Unless required by applicable law or agreed to in writing, software
/frameworks/wilhelm/src/
H A DAndroid.mk46 # or -UUSE_TRACE to disable API logging
52 # enable assert() to do runtime checking
/frameworks/base/core/java/android/net/
H A DUrlQuerySanitizer.java10 * Unless required by applicable law or agreed to in writing, software
36 * Register ValueSanitizers to customize the way individual
44 * // converts the '+' to a ' '. Then the string is sanitized, which
45 * // converts the ' ' to an '_'. (The ' ' is converted because the default
50 * There are several ways to create ValueSanitizers. In order of increasing
56 * <li>Subclass UrlQuerySanitizer.ValueSanitizer to define your own value
100 * A functor used to sanitize a single query value.
132 * Allow characters with character codes 128 to 255.
164 * Allow text to start with a script URL
170 * Mask with all fields set to O
[all...]

Completed in 412 milliseconds

1234567891011