Searched refs:get (Results 226 - 250 of 1237) sorted by last modified time

1234567891011>>

/frameworks/ex/photoviewer/sample/src/com/example/photoviewersample/
H A DSampleProvider.java153 final int id = Integer.parseInt(pathSegments.get(1));
/frameworks/ex/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseCursorPagerAdapter.java52 * @param c The cursor from which to get the data.
64 * @param cursor The cursor from which to get the data. The cursor is already
117 final Integer rowId = mObjectRowMap.get(object);
122 final int position = mItemPosition.get(rowId, POSITION_NONE);
/frameworks/ex/variablespeed/tests/src/com/android/ex/variablespeed/
H A DMediaPlayerProxyTestCase.java525 return mContentUriMap.get(key);
H A DRealMediaPlayerTest.java32 // associated looper) otherwise we don't get sent the messages when callbacks should be
42 return DynamicProxy.dynamicProxy(MediaPlayerProxy.class, future.get(1, TimeUnit.SECONDS));
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java208 final ViewConfiguration vc = ViewConfiguration.get(context);
517 final LayoutRecord rec = mLayoutRecords.get(mFirstPosition + i);
812 final LayoutRecord rec = mLayoutRecords.get(position);
844 LayoutRecord rec = mLayoutRecords.get(position);
913 rec = mLayoutRecords.get(position);
1027 rec = mLayoutRecords.get(position);
1128 LayoutRecord rec = mLayoutRecords.get(position);
1184 LayoutRecord rec = mLayoutRecords.get(position);
1224 * @param position position to get view for
1526 final View result = mTransientStateViews.get(positio
[all...]
/frameworks/ml/bordeaux/learning/predictor_histogram/java/android/bordeaux/learning/
H A DpredictorHist.java67 if (mCountHist.get(fs) != null )
68 histValue = histValue + mCountHist.get(fs);
78 if (mCountHist.get(fs) != null )
79 res = ((float) mCountHist.get(fs)) / ((float)mSampleCount);
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DAggregatorManager.java64 if (sFeatureMap.get(dataName) != null)
65 return sFeatureMap.get(dataName).getFeatureValue(dataName);
H A DBordeauxAggregatorManager.java66 m.put(sample.get(i).key, sample.get(i).value);
H A DBordeauxSessionManager.java88 Session session = mSessions.get(mKey);
111 return mSessions.get(key.value).learner.getBinder();
156 Session session = mSessions.get(key.value);
H A DFeatureAssembly.java62 fs = fs + "+" + mAggregatorManager.getDataMap(f).get(f);
H A DLearning_MulticlassPA.java41 splited.indexArray[i] = s.get(i).index;
42 splited.floatArray[i] = s.get(i).value;
H A DLearning_StochasticLinearRanker.java56 keys_1[i] = temp_1.get(i).key;
57 values_1[i] = temp_1.get(i).value;
63 keys_2[i] = temp_2.get(i).key;
64 values_2[i] = temp_2.get(i).value;
80 keys[i] = temp.get(i).key;
81 values[i] = temp.get(i).value;
92 weights.put(temp.get(i).key, temp.get(i).value);
117 throw new RuntimeException("Can't get model");
H A DStochasticLinearRankerWithPrior.java107 if (mPriorWeights.get(keys[i]) != null )
108 score = score + mPriorWeights.get(keys[i]) * values[i];
/frameworks/native/include/binder/
H A DIInterface.h96 I##INTERFACE::descriptor).get()); \
/frameworks/native/include/ui/
H A DGraphicBufferAllocator.h62 static inline GraphicBufferAllocator& get() { return getInstance(); } function in class:android::GraphicBufferAllocator
H A DGraphicBufferMapper.h39 static inline GraphicBufferMapper& get() { return getInstance(); } function in class:android::GraphicBufferMapper
/frameworks/native/include/utils/
H A DBlobCache.h63 // get retrieves from the cache the binary value associated with a given
71 // Note that when calling get multiple times with the same key, the later
79 size_t get(const void* key, size_t keySize, void* value, size_t valueSize);
117 // A random function helper to get around MinGW not having nrand48()
H A DGenerationCache.h73 const V& get(const K& key);
150 const V& GenerationCache<K, V>::get(const K& key) { function in class:android::GenerationCache
202 if (mOldest.get()) {
218 if (!mYoungest.get()) {
229 if (entry->parent.get()) {
235 if (entry->child.get()) {
H A DRefBase.h469 return static_cast<typename TYPE::basetype *>(sptr->get());
H A DStrongPointer.h93 inline T* get() const { return m_ptr; } function in class:android::sp
213 return printStrongPointer(to, val.get());
H A DUniquePtr.h71 T* get() const { return mPtr; } function in class:UniquePtr
119 T* get() const { return mPtr; } function in class:UniquePtr
/frameworks/native/libs/binder/
H A DBinder.cpp224 : mRemote(o.get()), mRefs(NULL), mState(0)
H A DBpBinder.cpp279 ALOGV("Reporting death to recipient: %p\n", recipient.get());
H A DIMemory.cpp248 binder.get(), this, mSize, mHeapId);
268 sp<BpMemoryHeap> heap(static_cast<BpMemoryHeap*>(find_heap(binder).get()));
302 asBinder().get(), parcel_fd, size, err, strerror(-err));
319 asBinder().get(), size, fd, strerror(errno));
408 binder.get(), info.heap.get(),
409 static_cast<BpMemoryHeap*>(info.heap.get())->mSize,
410 static_cast<BpMemoryHeap*>(info.heap.get())->mHeapId,
419 // binder.get(), info.heap.get(), inf
[all...]
H A DIPCThreadState.cpp78 // conditionals don't get stripped... but that is probably what we want.
441 refs->decWeak(mProcess.get());
450 obj->decStrong(mProcess.get());
456 // now get the next command to be processed, waiting if necessary
916 obj->incStrong(mProcess.get());
942 refs->incWeak(mProcess.get());
965 const bool success = refs->attemptIncStrong(mProcess.get());

Completed in 3530 milliseconds

1234567891011>>