Searched defs:get (Results 176 - 200 of 237) sorted by relevance

12345678910

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DMatrix4f.java67 public float get(int x, int y) { method in class:Matrix4f
233 float rhs_ij = rhs.get(i,j);
234 ri0 += lhs.get(j,0) * rhs_ij;
235 ri1 += lhs.get(j,1) * rhs_ij;
236 ri2 += lhs.get(j,2) * rhs_ij;
237 ri3 += lhs.get(j,3) * rhs_ij;
/frameworks/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java105 public synchronized Entry get(String key) { method in class:DiskBasedCache
106 CacheHeader entry = mEntries.get(key);
179 Entry entry = get(key);
300 CacheHeader oldEntry = mEntries.get(key);
310 CacheHeader entry = mEntries.get(key);
386 // don't bother deleting, it'll get pruned eventually
H A DImageLoader.java37 * The simple way to use this class is to call {@link ImageLoader#get(String, ImageListener)}
138 * @param isImmediate True if this was called during ImageLoader.get() variants.
170 public ImageContainer get(String requestUrl, final ImageListener listener) { method in class:ImageLoader
171 return get(requestUrl, listener, 0, 0);
186 public ImageContainer get(String requestUrl, ImageListener imageListener, method in class:ImageLoader
210 BatchedImageRequest request = mInFlightRequests.get(cacheKey);
327 BatchedImageRequest request = mInFlightRequests.get(mCacheKey);
335 request = mBatchedResponses.get(mCacheKey);
/frameworks/base/core/java/android/os/
H A DAsyncTask.java296 postResultIfNotInvoked(get());
310 final boolean wasTaskInvoked = mTaskInvoked.get();
434 return mCancelled.get();
482 public final Result get() throws InterruptedException, ExecutionException { method in class:AsyncTask
483 return mFuture.get();
501 public final Result get(long timeout, TimeUnit unit) throws InterruptedException, method in class:AsyncTask
503 return mFuture.get(timeout, unit);
H A DBaseBundle.java279 public Object get(String key) { method in class:BaseBundle
281 return mMap.get(key);
659 Object o = mMap.get(key);
693 Object o = mMap.get(key);
727 Object o = mMap.get(key);
761 Object o = mMap.get(key);
795 Object o = mMap.get(key);
829 Object o = mMap.get(key);
863 Object o = mMap.get(key);
897 Object o = mMap.get(ke
[all...]
H A DUserManager.java384 public synchronized static UserManager get(Context context) { method in class:UserManager
428 Log.w(TAG, "Could not get user name", re);
529 Log.w(TAG, "Could not get user info", re);
551 Log.w(TAG, "Could not get user restrictions", re);
827 Log.w(TAG, "Could not get user list", re);
844 UserInfo user = users.get(i);
867 Log.w(TAG, "Could not get user list", re);
884 Log.w(TAG, "Could not get user list", re);
904 Log.w(TAG, "Could not get profile parent", re);
991 Log.w(TAG, "Could not get use
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsSpinner.java194 View view = mRecycler.get(selectedPosition);
449 View get(int position) { method in class:AbsSpinner.RecycleBin
451 View result = mScrapHeap.get(position);
H A DActivityChooserModel.java78 * ActivityChooserModel.get(context, "task_specific_history_file_name.xml");
341 public static ActivityChooserModel get(Context context, String historyFileName) { method in class:ActivityChooserModel
343 ActivityChooserModel dataModel = sDataModelRegistry.get(historyFileName);
425 return mActivities.get(index).resolveInfo;
442 ActivityResolveInfo currentActivity = activities.get(i);
477 ActivityResolveInfo chosenActivity = mActivities.get(index);
528 return mActivities.get(0).resolveInfo;
548 ActivityResolveInfo newDefaultActivity = mActivities.get(index);
549 ActivityResolveInfo oldDefaultActivity = mActivities.get(0);
713 ResolveInfo resolveInfo = resolveInfos.get(
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10Ext.cpp230 get function
/frameworks/base/keystore/java/android/security/
H A DKeyStore.java104 public byte[] get(String key) { method in class:KeyStore
106 return mBinder.get(key);
/frameworks/base/libs/hwui/
H A DPathCache.cpp285 PATH_LOGD("PathCache::get/create: name, size, mSize = %d, %d, %d",
337 PathTask* t = static_cast<PathTask*>(task.get());
419 PathTexture* PathCache::get(const SkPath* path, const SkPaint* paint) { function in class:android::uirenderer::PathCache
425 PathTexture* texture = mCache.get(entry);
467 PathTexture* texture = mCache.get(entry);
488 // The conversion into GL texture will happen in get(), when a client
512 PathTexture* texture = get(entry);
534 PathTexture* texture = get(entry);
555 PathTexture* texture = get(entry);
578 PathTexture* texture = get(entr
[all...]
H A DPathCache.h195 PathTexture* get(const SkPath* path, const SkPaint* paint);
243 PathTexture* get(const PathDescription& entry) { function in class:android::uirenderer::PathCache
244 return mCache.get(entry);
279 delete future()->get();
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceProcessor.java430 boolean get(Time iterator, int day) method in class:RecurrenceProcessor.DaySet
438 Log.i(TAG, "get called with iterator=" + iterator
719 * you'll get a DateException.
942 if (!days.get(iterator, dayIndex)) {
984 // sometimes events get generated (BYDAY, BYHOUR, etc.) that
1064 // Add freqAmount to freqField until we get another date that we want.
/frameworks/opt/net/voip/src/java/android/net/sip/
H A DSimpleSessionDescription.java292 return super.get("a=fmtp:" + format, ' ');
335 return super.get("a=rtpmap:" + type, ' ');
343 return super.get("a=fmtp:" + type, ' ');
402 String address = get("c", '=');
430 String encryption = get("k", '=');
442 String encryption = get("k", '=');
471 String value = get("b=" + type, ':');
501 return get("a=" + name, ':');
571 String line = mLines.get(i);
603 private String get(Strin method in class:SimpleSessionDescription.Fields
[all...]
/frameworks/base/core/java/android/hardware/camera2/
H A DCaptureRequest.java70 * {@link CaptureResult#get} or to set fields with
83 * @see CaptureResult#get
208 public <T> T get(Key<T> key) { method in class:CaptureRequest
209 return mSettings.get(key);
219 return (T) mSettings.get(key);
428 public <T> T get(Key<T> key) { method in class:CaptureRequest.Builder
429 return mRequest.mSettings.get(key);
727 * get locked do not necessarily correspond to the settings that were present in the
1017 * get locked do not necessarily correspond to the settings that were present in the
1499 * int sensorOrientation = c.get(CameraCharacteristic
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java284 * @param other the previous metadata instance which will get pilfered
321 public <T> T get(CameraCharacteristics.Key<T> key) { method in class:CameraMetadataNative
322 return get(key.getNativeKey());
328 public <T> T get(CaptureResult.Key<T> key) { method in class:CameraMetadataNative
329 return get(key.getNativeKey());
335 public <T> T get(CaptureRequest.Key<T> key) { method in class:CameraMetadataNative
336 return get(key.getNativeKey());
345 public <T> T get(Key<T> key) { method in class:CameraMetadataNative
349 GetCommand g = sGetCommandMap.get(key);
382 SetCommand s = sSetCommandMap.get(ke
[all...]
/frameworks/base/core/java/android/provider/
H A DBrowserContract.java522 * @see android.provider.SyncStateContract.Helpers#get
524 public static byte[] get(ContentProviderClient provider, Account account) method in class:BrowserContract.SyncState
526 return SyncStateContract.Helpers.get(provider, CONTENT_URI, account);
530 * @see android.provider.SyncStateContract.Helpers#get
/frameworks/base/core/java/android/security/
H A DIKeystoreService.java64 public byte[] get(String name) throws RemoteException { method in class:IKeystoreService.Stub.Proxy
611 public byte[] get(String name) throws RemoteException; method in interface:IKeystoreService
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java140 * This bit will be set in the return value of {@link #get(int, int)} if the
146 * Mask the return value from {@link #get(int, int)} with this value to get
267 final int combining = sAccentToCombining.get(accent);
366 public int get(int keyCode, int metaState) { method in class:KeyCharacterMap
370 int map = sCombiningToAccent.get(ch);
495 int combining = sAccentToCombining.get(accent);
503 combined = sDeadKeyCache.get(combination, -1);
521 * {@link KeyCharacterMap#getNumber(int)} and {@link KeyCharacterMap#get(int, int)}.
537 * (the same ones used for {@link #get} an
[all...]
H A DViewConfiguration.java246 * @deprecated Use {@link android.view.ViewConfiguration#get(android.content.Context)} instead.
275 * @see #get(android.content.Context)
358 public static ViewConfiguration get(Context context) { method in class:ViewConfiguration
362 ViewConfiguration configuration = sConfigurations.get(density);
H A DViewTreeObserver.java815 access.get(i).onGlobalLayout();
847 cancelDraw |= !(access.get(i).onPreDraw());
864 listeners.get(i).onDraw();
898 access.get(i).onScrollChanged();
930 access.get(i).onComputeInternalInsets(inoutInfo);
948 * MyData d = access.get(i);
966 T get(int index) { method in class:ViewTreeObserver.CopyOnWriteArray.Access
967 return mData.get(index);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java35 public static StopWatchMap get() { method in class:GLFrameTimer
65 * Keep a reference to the GL environment, so that it does not get deallocated while there
145 StopWatchMap timer = GLFrameTimer.get();
248 throw new RuntimeException("Could not get bitmap data from GL frame!");
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java263 backgroundChanged.get();
274 idle.get();
281 idle.get();
289 idle.get();
297 idle.get();
303 idle.get();
309 idle.get();
321 future.get();
330 future.get();
340 future.get();
932 public T get() throws InterruptedException, ExecutionException { method in class:NetworkPolicyManagerServiceTest.TestAbstractFuture
961 public Void get() throws InterruptedException, ExecutionException { method in class:NetworkPolicyManagerServiceTest.IdleFuture
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActivityChooserModel.java75 * ActivityChooserModel.get(context, "task_specific_history_file_name.xml");
333 public static ActivityChooserModel get(Context context, String historyFileName) { method in class:ActivityChooserModel
335 ActivityChooserModel dataModel = sDataModelRegistry.get(historyFileName);
416 return mActivities.get(index).resolveInfo;
433 ActivityResolveInfo currentActivity = activities.get(i);
468 ActivityResolveInfo chosenActivity = mActivities.get(index);
519 return mActivities.get(0).resolveInfo;
539 ActivityResolveInfo newDefaultActivity = mActivities.get(index);
540 ActivityResolveInfo oldDefaultActivity = mActivities.get(0);
698 ResolveInfo resolveInfo = resolveInfos.get(
[all...]
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java78 * <li>Get an instance of AccountManager using {@link #get(Context)}.
206 * Authenticators using 'customTokens' option will also get the UID of the
296 public static AccountManager get(Context context) { method in class:AccountManager
304 * should get an auth token instead.
979 // signify that we were not able to get the authtoken.
1656 return get();
1658 return get(timeout, unit);
1829 return get();
1831 return get(timeout, unit);

Completed in 793 milliseconds

12345678910