HomeSort by relevance Sort by last modified time
    Searched full:valueat (Results 1 - 25 of 245) sorted by null

1 2 3 4 5 6 7 8 910

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowSparseIntArray.java 49 public int valueAt( int index ){
50 return sparseArray.valueAt( index );
58 clone.put( keyAt(i), valueAt(i) );
ShadowSparseBooleanArray.java 50 public boolean valueAt(int index) {
51 return sparseArray.valueAt(index);
79 clone.put(keyAt(i), valueAt(i));
  /frameworks/av/media/libstagefright/foundation/
ALooperRoster.cpp 63 const HandlerInfo &info = mHandlers.valueAt(index);
90 const HandlerInfo &info = mHandlers.valueAt(index);
121 const HandlerInfo &info = mHandlers.valueAt(index);
146 sp<ALooper> looper = mHandlers.valueAt(index).mLooper.promote();
176 *response = mReplies.valueAt(index);
  /frameworks/base/libs/hwui/
ResourceCache.cpp 31 ResourceReference* ref = mCache->valueAt(i);
33 i, mCache->keyAt(i), mCache->valueAt(i));
88 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : NULL;
151 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : NULL;
193 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : NULL;
215 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : NULL;
237 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : NULL;
256 ResourceReference* ref = index >= 0 ? mCache->valueAt(index) : NULL;
288 ResourceReference* ref = mCache->valueAt(index);
PatchCache.cpp 77 delete mCache.valueAt(i);
110 mesh = mCache.valueAt(index);
124 delete mCache.valueAt(mCache.size() - 1);
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
UiSelector.java 911 builder.append("TEXT=").append(mSelectorAttributes.valueAt(i));
914 builder.append("TEXT_REGEX=").append(mSelectorAttributes.valueAt(i));
    [all...]
  /cts/tests/tests/util/src/android/util/cts/
SparseArrayTest.java 68 assertEquals(VALUE_FOR_NON_EXISTED_KEY, sparseArray.valueAt(size));
71 assertTrue(VALUE_FOR_NON_EXISTED_KEY != sparseArray.valueAt(size));
72 assertEquals(VALUES[1], sparseArray.valueAt(size));
133 assertEquals(VALUE_FOR_NON_EXISTED_KEY, sparseArray.valueAt(size));
136 assertTrue(VALUE_FOR_NON_EXISTED_KEY != sparseArray.valueAt(size));
137 assertEquals(VALUES[1], sparseArray.valueAt(size));
SparseBooleanArrayTest.java 52 assertEquals(VALUES[i], sparseBooleanArray.valueAt(keyIndex));
78 assertEquals(VALUE_FOR_NON_EXISTED_KEY, sparseBooleanArray.valueAt(size));
108 assertEquals(VALUES[i], sparseBooleanArray.valueAt(keyIndex));
134 assertEquals(VALUE_FOR_NON_EXISTED_KEY, sparseBooleanArray.valueAt(size));
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
SparseArrayTest.java 86 assertEquals(VALUE_FOR_NON_EXISTED_KEY, sparseArray.valueAt(size));
89 assertTrue(VALUE_FOR_NON_EXISTED_KEY != sparseArray.valueAt(size));
90 assertEquals(VALUES[1], sparseArray.valueAt(size));
152 assertEquals(VALUE_FOR_NON_EXISTED_KEY, sparseArray.valueAt(size));
155 assertTrue(VALUE_FOR_NON_EXISTED_KEY != sparseArray.valueAt(size));
156 assertEquals(VALUES[1], sparseArray.valueAt(size));
  /frameworks/av/media/libstagefright/omx/
OMXMaster.cpp 136 OMXPluginBase *plugin = mPluginByComponentName.valueAt(index);
159 OMXPluginBase *plugin = mPluginByInstance.valueAt(index);
198 OMXPluginBase *plugin = mPluginByComponentName.valueAt(index);
  /frameworks/native/opengl/libagl/
BufferObjectManager.cpp 47 buffer_t* bo = mBuffers.valueAt(i);
58 return mBuffers.valueAt(i);
93 buffer_t* bo = mBuffers.valueAt(index);
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfoCache.java 166 final long oldChildId = oldChildrenIds.valueAt(i);
201 AccessibilityNodeInfo info = mCacheImpl.valueAt(i);
223 final long childNodeId = childNodeIds.valueAt(i);
236 AccessibilityNodeInfo info = mCacheImpl.valueAt(i);
253 AccessibilityNodeInfo info = mCacheImpl.valueAt(i);
277 AccessibilityNodeInfo root = mCacheImpl.valueAt(0);
321 final long childId = childIds.valueAt(i);
332 AccessibilityNodeInfo info = mCacheImpl.valueAt(i);
  /frameworks/base/tools/aapt/
ResourceFilter.cpp 84 const SortedVector<uint32_t>& sv = mData.valueAt(index);
111 return &mData.valueAt(index);
Resource.cpp 106 file = group->getFiles().valueAt(mGroupPos++);
110 mGroup = group = mSet->valueAt(mSetPos++);
114 file = group->getFiles().valueAt(0);
203 grp->getFiles().valueAt(0)->getPrintableSource().string());
206 sp<AaptFile> file = grp->getFiles().valueAt(0);
384 const sp<AaptGroup>& group = groups.valueAt(i);
393 String8 resType = files.valueAt(0)->getResourceType();
404 sp<ResourceTypeSet> set = resources->valueAt(index);
411 sp<AaptGroup> existingGroup = set->valueAt(index);
416 files.valueAt(j)->getSourceFile().string()
    [all...]
  /frameworks/base/tools/aapt/tests/
MockFileFinder.h 43 fileStore.add(payload->keyAt(i),payload->valueAt(i));
  /frameworks/native/include/utils/
GenerationCache.h 123 sp<Entry<K, V> > entry = mCache.valueAt(i);
146 return mCache.valueAt(index)->value;
153 const sp<Entry<K, V> >& entry = mCache.valueAt(index);
192 sp<Entry<K, V> > entry = mCache.valueAt(index);
KeyedVector.h 69 const VALUE& valueAt(size_t index) const;
149 const VALUE& KeyedVector<KEY,VALUE>::valueAt(size_t index) const {
155 return valueAt(index);
217 return i >= 0 ? KeyedVector<KEY,VALUE>::valueAt(i) : mDefault;
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.cpp 137 optionalParameters.valueAt(i).string());
150 request = mByteArrayProperties.valueAt(index);
158 defaultUrl = mStringProperties.valueAt(index);
264 request = mByteArrayProperties.valueAt(index);
272 defaultUrl = mStringProperties.valueAt(index);
305 ss1 = mByteArrayProperties.valueAt(index);
313 ss2 = mByteArrayProperties.valueAt(index);
342 value = mStringProperties.valueAt(index);
355 value = mByteArrayProperties.valueAt(index);
477 output = mByteArrayProperties.valueAt(index)
    [all...]
  /frameworks/av/services/audioflinger/
AudioFlinger.cpp 205 audio_hw_device_close(mAudioHwDevs.valueAt(i)->hwDevice());
206 delete mAudioHwDevs.valueAt(i);
230 AudioHwDevice *audioHwDevice = mAudioHwDevs.valueAt(i);
255 sp<Client> client = mClients.valueAt(i).promote();
341 mPlaybackThreads.valueAt(i)->dump(fd, args);
346 mRecordThreads.valueAt(i)->dump(fd, args);
351 audio_hw_device_t *dev = mAudioHwDevs.valueAt(i)->hwDevice();
481 sp<PlaybackThread> t = mPlaybackThreads.valueAt(i);
617 AudioHwDevice *dev = mAudioHwDevs.valueAt(i);
631 mPlaybackThreads.valueAt(i)->setMasterVolume(value)
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 76 uint32_t value = mTypes.valueAt(j);
357 bit = mCodecQuirks.valueAt(index);
406 bit = mTypes.valueAt(index);
421 uint32_t typeMask = 1ul << mTypes.valueAt(typeIndex);
480 if (index >= 0 && info.mQuirks & (1ul << mCodecQuirks.valueAt(index))) {
499 uint32_t typeMask = 1ul << mTypes.valueAt(i);
  /frameworks/av/media/libmedia/
AudioParameter.cpp 80 str += mParameters.valueAt(i);
175 value = mParameters.valueAt(index);
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaArrayJSC.h 48 virtual JSValue valueAt(ExecState*, unsigned int index) const;
  /frameworks/av/media/libstagefright/timedtext/
TimedTextSRTSource.cpp 224 mTextVector.valueAt(mTextVector.size() - 1).endTimeUs;
254 const TextInfo &info = mTextVector.valueAt(mIndex);
285 int64_t endTimeUs = mTextVector.valueAt(index).endTimeUs;
287 mTextVector.valueAt(index - 1).endTimeUs : 0;
  /frameworks/av/media/libstagefright/wifi-display/
Parameters.cpp 88 *value = mDict.valueAt(index);
  /system/core/libpixelflinger/codeflinger/
CodeCache.cpp 170 const cache_entry_t& e = mCacheData.valueAt(index);
189 const cache_entry_t& e = mCacheData.valueAt(i);
190 if (e.when < mCacheData.valueAt(lru).when) {
194 const cache_entry_t& e = mCacheData.valueAt(lru);

Completed in 1174 milliseconds

1 2 3 4 5 6 7 8 910