Searched refs:index (Results 651 - 675 of 1090) sorted by relevance

<<21222324252627282930>>

/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.h65 virtual OMX_ERRORTYPE internalSetParameter(OMX_INDEXTYPE index, const OMX_PTR params);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_dpb.h121 u8* h264bsdGetRefPicData(dpbStorage_t *dpb, u32 index);
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DQueryController.java292 AccessibilityNodeInfo fromNode, int index) {
294 if (subSelector.isMatchFor(fromNode, index)) {
403 UiSelector subSelector, AccessibilityNodeInfo fromNode, int index,
406 if (subSelector.isMatchFor(fromNode, index)) {
423 // pattern index hits 0.
291 findNodeRegularRecursive(UiSelector subSelector, AccessibilityNodeInfo fromNode, int index) argument
402 findNodePatternRecursive( UiSelector subSelector, AccessibilityNodeInfo fromNode, int index, UiSelector originalPattern) argument
/frameworks/base/core/java/android/view/
H A DGLES20Canvas.java873 public void drawText(char[] text, int index, int count, float x, float y, Paint paint) { argument
874 if ((index | count | (index + count) | (text.length - index - count)) < 0) {
878 nDrawText(mRenderer, text, index, count, x, y,
882 private static native void nDrawText(long renderer, char[] text, int index, int count, argument
925 public void drawTextOnPath(char[] text, int index, int count, Path path, float hOffset, argument
927 if (index < 0 || index + count > text.length) {
931 nDrawTextOnPath(mRenderer, text, index, coun
935 nDrawTextOnPath(long renderer, char[] text, int index, int count, long path, float hOffset, float vOffset, int bidiFlags, long nativePaint, long typeface) argument
952 drawTextRun(char[] text, int index, int count, int contextIndex, int contextCount, float x, float y, boolean isRtl, Paint paint) argument
962 nDrawTextRun(long renderer, char[] text, int index, int count, int contextIndex, int contextCount, float x, float y, boolean isRtl, long nativePaint, long nativeTypeface) argument
[all...]
H A DGhostView.java171 * @return The index of the first GhostView or -1 if no GhostView is in the ViewGroup
227 int index = getInsertIndex(viewGroup, viewParents, tempParents, firstGhost);
228 if (index < 0 || index >= viewGroup.getChildCount()) {
231 viewGroup.addView(wrapper, index);
237 * Find the index into the overlay to insert the GhostView based on the order that the
/frameworks/base/core/jni/
H A Dandroid_view_InputEventSender.cpp198 ssize_t index = mPublishedSeqMap.indexOfKey(publishedSeq); local
199 if (index >= 0) {
200 uint32_t seq = mPublishedSeqMap.valueAt(index);
201 mPublishedSeqMap.removeItemsAt(index);
H A Dandroid_database_SQLiteConnection.cpp351 jlong statementPtr, jint index) {
355 const jchar* name = static_cast<const jchar*>(sqlite3_column_name16(statement, index));
367 jlong statementPtr, jint index) {
371 int err = sqlite3_bind_null(statement, index);
378 jlong statementPtr, jint index, jlong value) {
382 int err = sqlite3_bind_int64(statement, index, value);
389 jlong statementPtr, jint index, jdouble value) {
393 int err = sqlite3_bind_double(statement, index, value);
400 jlong statementPtr, jint index, jstring valueString) {
406 int err = sqlite3_bind_text16(statement, index, valu
350 nativeGetColumnName(JNIEnv* env, jclass clazz, jlong connectionPtr, jlong statementPtr, jint index) argument
366 nativeBindNull(JNIEnv* env, jclass clazz, jlong connectionPtr, jlong statementPtr, jint index) argument
377 nativeBindLong(JNIEnv* env, jclass clazz, jlong connectionPtr, jlong statementPtr, jint index, jlong value) argument
388 nativeBindDouble(JNIEnv* env, jclass clazz, jlong connectionPtr, jlong statementPtr, jint index, jdouble value) argument
399 nativeBindString(JNIEnv* env, jclass clazz, jlong connectionPtr, jlong statementPtr, jint index, jstring valueString) argument
414 nativeBindBlob(JNIEnv* env, jclass clazz, jlong connectionPtr, jlong statementPtr, jint index, jbyteArray valueArray) argument
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java252 * Gets the state set at an index.
254 * @param index The index of the state set.
255 * @return The state set at the index.
260 public int[] getStateSet(int index) { argument
261 return mStateListState.mStateSets[index];
265 * Gets the drawable at an index.
267 * @param index The index of the drawable.
268 * @return The drawable at the index
273 getStateDrawable(int index) argument
[all...]
/frameworks/base/services/core/jni/
H A Dcom_android_server_connectivity_Vpn.cpp108 ALOGE("Cannot get index of %s: %s", name, strerror(errno));
116 int index = get_interface_index(name); local
117 if (index < 0) {
118 return index;
129 ifr6.ifr6_ifindex = index;
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraCapabilities.java639 * @return The min exposure compensation index. The EV is the compensation
640 * index multiplied by the step value. If unsupported, both this method and
648 * @return The max exposure compensation index. The EV is the compensation
649 * index multiplied by the step value. If unsupported, both this method and
657 * @return The exposure compensation step. The EV is the compensation index
697 final int index = settings.getExposureCompensationIndex();
698 if (index > getMaxExposureCompensation() || index < getMinExposureCompensation()) {
699 Log.v(TAG, "Exposure compensation index is not supported. Min = " +
701 " setting = " + index);
[all...]
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxClassifier.java48 v.index = x.getKey();
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h184 // select the layer at the given index
185 virtual status_t setLayer(size_t index) = 0;
205 LayerListIterator(HWCLayer* layer, size_t index) argument
206 : mLayerList(layer), mIndex(index) { }
261 // Query display parameters. Pass in a display index (e.g.
268 // These return the values for the current config of a given display index.
307 LayerListIterator getLayerIterator(int32_t id, size_t index);
/frameworks/wilhelm/src/android/
H A Dandroid_StreamPlayer.h45 virtual void onBufferAvailable(size_t index);
67 // list of available buffers in shared memory, identified by their index
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp51 ssize_t index = local
54 if (index >= 0) {
57 mExtraHeaders.removeItemsAt(index);
/frameworks/av/media/libstagefright/codecs/amrwb/src/
H A Ddec_gain2_amr_wb.cpp47 int16 index, (i) : index of quantization.
170 int16 index, /* (i) : index of quantization. */
329 p = &t_qua_gain6b[index<<1];
333 p = &t_qua_gain7b[index<<1];
169 dec_gain2_amr_wb( int16 index, int16 nbits, int16 code[], int16 L_subfr, int16 * gain_pit, int32 * gain_cod, int16 bfi, int16 prev_bfi, int16 state, int16 unusable_frame, int16 vad_hist, int16 * mem ) argument
/frameworks/base/core/java/android/app/usage/
H A DUsageEvents.java150 * we use a map and index into it.
239 final int index = Arrays.binarySearch(mStringPool, str);
240 if (index < 0) {
243 return index;
/frameworks/base/core/java/android/database/
H A DAbstractCursor.java46 * This must be set to the index of the row ID column by any
301 final int index = getColumnIndex(columnName);
302 if (index < 0) {
305 return index;
/frameworks/base/core/java/android/gesture/
H A DGestureStroke.java56 int index = 0;
62 times[index] = p.timestamp;
76 index++;
/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java218 * Inserts the specified object at the specified index in the array.
221 * @param index The index at which the object must be inserted.
223 public void insert(T object, int index) { argument
226 mOriginalValues.add(index, object);
228 mObjects.add(index, object);
489 // Start at index 0, in case valueText starts with space(s)
H A DSpellChecker.java79 // Contains null SpellCheckSpans after index mLength.
195 final int index = nextSpellCheckSpanIndex();
196 SpellCheckSpan spellCheckSpan = mSpellCheckSpans[index];
199 mIds[index] = mSpanSequenceCounter++;
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuBuilder.java515 * Remove the item at the given index and optionally forces menu views to
518 * @param index The index of the item to be removed. If this index is
524 private void removeItemAtInt(int index, boolean updateChildrenOnMenuViews) { argument
525 if ((index < 0) || (index >= mItems.size())) return;
527 mItems.remove(index);
532 public void removeItemAt(int index) { argument
533 removeItemAtInt(index, tru
681 getItem(int index) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DPasswordEntryKeyboard.java143 for (int index : getShiftKeyIndices()) {
144 if (index >= 0 && i < mShiftKeys.length) {
145 mShiftKeys[i] = getKeys().get(index);
/frameworks/base/media/jni/
H A Dandroid_media_MediaExtractor.cpp161 status_t JMediaExtractor::getTrackFormat(size_t index, jobject *format) const { argument
164 if ((err = mImpl->getTrackFormat(index, &msg)) != OK) {
185 status_t JMediaExtractor::selectTrack(size_t index) { argument
186 return mImpl->selectTrack(index);
189 status_t JMediaExtractor::unselectTrack(size_t index) { argument
190 return mImpl->unselectTrack(index);
361 JNIEnv *env, jobject thiz, jint index) {
370 status_t err = extractor->getTrackFormat(index, &format);
401 JNIEnv *env, jobject thiz, jint index) {
409 status_t err = extractor->selectTrack(index);
360 android_media_MediaExtractor_getTrackFormatNative( JNIEnv *env, jobject thiz, jint index) argument
400 android_media_MediaExtractor_selectTrack( JNIEnv *env, jobject thiz, jint index) argument
417 android_media_MediaExtractor_unselectTrack( JNIEnv *env, jobject thiz, jint index) argument
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionInfo.java44 * and not an index into an array
54 * The index of the slot that currently contains the subscription
147 * @return the slot index of this Subscription's SIM card.
216 // Write the sim slot index.
222 // Convert sim slot index to localized string
223 final String index = String.format("%d", mSimSlotIndex + 1);
225 paint.getTextBounds(index, 0, 1, textBound);
228 canvas.drawText(index, xOffset, yOffset, paint);
/frameworks/base/test-runner/src/android/test/
H A DClassPathPackageInfoSource.java190 int index = entryName.indexOf('/', prefixLength);
191 if (index >= 0) {
192 String p = entryName.substring(0, index).replace('/', '.');

Completed in 723 milliseconds

<<21222324252627282930>>