Searched refs:valueAt (Results 1 - 25 of 255) sorted by relevance

1234567891011

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DUnmodifiableSparseIntArray.java49 public int valueAt(int index) { method in class:UnmodifiableSparseIntArray
50 return mArray.valueAt(index);
H A DUnmodifiableSparseArray.java49 public E valueAt(int index) { method in class:UnmodifiableSparseArray
50 return mArray.valueAt(index);
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiSelector.java911 builder.append("TEXT=").append(mSelectorAttributes.valueAt(i));
914 builder.append("TEXT_REGEX=").append(mSelectorAttributes.valueAt(i));
917 builder.append("START_TEXT=").append(mSelectorAttributes.valueAt(i));
920 builder.append("CONTAINS_TEXT=").append(mSelectorAttributes.valueAt(i));
923 builder.append("CLASS=").append(mSelectorAttributes.valueAt(i));
926 builder.append("CLASS_REGEX=").append(mSelectorAttributes.valueAt(i));
929 builder.append("DESCRIPTION=").append(mSelectorAttributes.valueAt(i));
932 builder.append("DESCRIPTION_REGEX=").append(mSelectorAttributes.valueAt(i));
935 builder.append("START_DESCRIPTION=").append(mSelectorAttributes.valueAt(i));
938 builder.append("CONTAINS_DESCRIPTION=").append(mSelectorAttributes.valueAt(
[all...]
/frameworks/native/opengl/libagl/
H A DBufferObjectManager.cpp47 buffer_t* bo = mBuffers.valueAt(i);
58 return mBuffers.valueAt(i);
93 buffer_t* bo = mBuffers.valueAt(index);
/frameworks/base/libs/hwui/
H A DResourceCache.cpp39 ResourceReference* ref = mCache->valueAt(i);
41 i, mCache->keyAt(i), mCache->valueAt(i));
84 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : NULL;
123 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : NULL;
153 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : NULL;
176 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : NULL;
198 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : NULL;
239 ResourceReference* ref = mCache->valueAt(index);
H A DAssetAtlas.cpp74 AssetAtlas::Entry* entry = mEntries.valueAt(i);
85 return index >= 0 ? mEntries.valueAt(index) : NULL;
90 return index >= 0 ? mEntries.valueAt(index)->texture : NULL;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSparseArrayObjectAdapter.java41 return mItems.valueAt(position);
84 if (mItems.valueAt(index) != item) {
/frameworks/av/media/libstagefright/foundation/
H A DALooperRoster.cpp63 const HandlerInfo &info = mHandlers.valueAt(index);
81 const HandlerInfo &info = mHandlers.valueAt(i);
125 const HandlerInfo &info = mHandlers.valueAt(index);
150 sp<ALooper> looper = mHandlers.valueAt(index).mLooper.promote();
185 *response = mReplies.valueAt(index);
/frameworks/base/core/java/android/bluetooth/le/
H A DBluetoothLeUtils.java48 buffer.append(array.keyAt(i)).append("=").append(Arrays.toString(array.valueAt(i)));
96 !Arrays.equals(array.valueAt(i), otherArray.valueAt(i))) {
/frameworks/base/services/core/java/com/android/server/am/
H A DIntentBindRecord.java66 AppBindRecord a = apps.valueAt(i);
82 final ArraySet<ConnectionRecord> connections = apps.valueAt(i).connections;
84 flags |= connections.valueAt(j).flags;
/frameworks/av/services/audiopolicy/
H A DAudioPolicyEffects.cpp56 delete mInputSources.valueAt(i);
61 mInputs.valueAt(i)->mEffects.clear();
62 delete mInputs.valueAt(i);
68 delete mOutputStreams.valueAt(i);
73 mOutputSessions.valueAt(i)->mEffects.clear();
74 delete mOutputSessions.valueAt(i);
103 inputDesc = mInputs.valueAt(idx);
109 Vector <EffectDesc *> effects = mInputSources.valueAt(index)->mEffects;
143 EffectVector *inputDesc = mInputs.valueAt(index);
164 if (mInputs.valueAt(inde
[all...]
/frameworks/base/tools/aapt/tests/
H A DMockFileFinder.h43 fileStore.add(payload->keyAt(i),payload->valueAt(i));
/frameworks/opt/net/ethernet/java/com/android/server/ethernet/
H A DEthernetConfigStore.java54 return networks.valueAt(0);
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h93 value = map.valueAt(index);
155 deleteValue(map.valueAt(i));
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp145 optionalParameters.valueAt(i).string());
158 request = mByteArrayProperties.valueAt(index);
166 defaultUrl = mStringProperties.valueAt(index);
274 request = mByteArrayProperties.valueAt(index);
282 defaultUrl = mStringProperties.valueAt(index);
321 secureStop = mByteArrayProperties.valueAt(index);
341 ss1 = mByteArrayProperties.valueAt(index);
349 ss2 = mByteArrayProperties.valueAt(index);
385 value = mStringProperties.valueAt(index);
398 value = mByteArrayProperties.valueAt(inde
[all...]
/frameworks/base/core/java/android/app/
H A DLoaderManager.java723 LoaderInfo info = mLoaders.valueAt(idx);
729 LoaderInfo info = mInactiveLoaders.valueAt(idx);
772 mLoaders.valueAt(i).start();
786 mLoaders.valueAt(i).stop();
803 mLoaders.valueAt(i).retain();
813 mLoaders.valueAt(i).finishRetain();
820 mLoaders.valueAt(i).mReportNextStart = true;
826 mLoaders.valueAt(i).reportStart();
834 mLoaders.valueAt(i).destroy();
841 mInactiveLoaders.valueAt(
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DLoaderManager.java665 LoaderInfo info = mLoaders.valueAt(idx);
671 LoaderInfo info = mInactiveLoaders.valueAt(idx);
714 mLoaders.valueAt(i).start();
728 mLoaders.valueAt(i).stop();
745 mLoaders.valueAt(i).retain();
755 mLoaders.valueAt(i).finishRetain();
762 mLoaders.valueAt(i).mReportNextStart = true;
768 mLoaders.valueAt(i).reportStart();
776 mLoaders.valueAt(i).destroy();
783 mInactiveLoaders.valueAt(
[all...]
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp570 const sp<AaptFile>& originalFile = mFiles.valueAt(index);
589 sp<AaptFile> file = mFiles.valueAt(i);
607 return mFiles.valueAt(0)->getPrintableSource();
649 return subdir->mDirs.valueAt(i);
773 if (!validateFileName(mFiles.valueAt(i)->getLeaf().string())) {
774 SourcePos(mFiles.valueAt(i)->getPrintableSource(), -1).error(
781 if (strcasecmp(mFiles.valueAt(i)->getLeaf().string(),
782 mFiles.valueAt(j)->getLeaf().string()) == 0) {
783 SourcePos(mFiles.valueAt(i)->getPrintableSource(), -1).error(
785 mFiles.valueAt(
[all...]
/frameworks/av/media/libstagefright/omx/
H A DOMXMaster.cpp136 OMXPluginBase *plugin = mPluginByComponentName.valueAt(index);
159 OMXPluginBase *plugin = mPluginByInstance.valueAt(index);
198 OMXPluginBase *plugin = mPluginByComponentName.valueAt(index);
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp250 audio_hw_device_close(mAudioHwDevs.valueAt(i)->hwDevice());
251 delete mAudioHwDevs.valueAt(i);
287 AudioHwDevice *audioHwDevice = mAudioHwDevs.valueAt(i);
312 sp<Client> client = mClients.valueAt(i).promote();
413 mPlaybackThreads.valueAt(i)->dump(fd, args);
418 mRecordThreads.valueAt(i)->dump(fd, args);
425 mOrphanEffectChains.valueAt(i)->dump(fd, args);
430 audio_hw_device_t *dev = mAudioHwDevs.valueAt(i)->hwDevice();
606 sp<PlaybackThread> t = mPlaybackThreads.valueAt(i);
741 AudioHwDevice *dev = mAudioHwDevs.valueAt(
[all...]
/frameworks/av/include/camera/
H A DCameraParameters2.h131 const ValueT& valueAt(size_t idx) const { function in struct:android::CameraParameters2::OrderedKeyedVector
139 return valueAt(i);
/frameworks/base/core/java/android/content/res/
H A DConfigurationBoundResourceCache.java115 themeCache = mCache.valueAt(i);
129 final WeakReference<ConstantState<T>> wr = themeCache.valueAt(i);
/frameworks/base/core/java/android/os/
H A DRemoteCallbackList.java163 Callback cb = mCallbacks.valueAt(cbi);
243 active[i] = mCallbacks.valueAt(i);
/frameworks/base/core/java/android/util/
H A DLongSparseLongArray.java40 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
43 * order in the case of <code>valueAt(int)</code>.</p>
180 * <code>valueAt(0)</code> will return the value associated with the
181 * smallest key and <code>valueAt(size()-1)</code> will return the value
184 public long valueAt(int index) { method in class:LongSparseLongArray
198 * Returns an index for which {@link #valueAt} would return the
255 long value = valueAt(i);
H A DSparseIntArray.java40 * {@link #keyAt(int)} and {@link #valueAt(int)}. Iterating over the keys using
43 * order in the case of <code>valueAt(int)</code>.</p>
178 * <code>valueAt(0)</code> will return the value associated with the
179 * smallest key and <code>valueAt(size()-1)</code> will return the value
182 public int valueAt(int index) { method in class:SparseIntArray
196 * Returns an index for which {@link #valueAt} would return the
253 int value = valueAt(i);

Completed in 707 milliseconds

1234567891011