Searched refs:res (Results 176 - 200 of 2052) sorted by relevance

1234567891011>>

/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DCopy.java32 public void createTest(android.content.res.Resources res) { argument
H A DGreyscale.java32 public void createTest(android.content.res.Resources res) { argument
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DArtistic1.java25 public void createTest(android.content.res.Resources res) { argument
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DCopy.java32 public void createTest(android.content.res.Resources res) { argument
H A DGreyscale.java32 public void createTest(android.content.res.Resources res) { argument
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DAppCompatBaseImageViewTest.java23 import android.content.res.ColorStateList;
24 import android.content.res.Resources;
31 import android.support.v4.content.res.ResourcesCompat;
69 final Resources res = getActivity().getResources();
72 @ColorInt int lilacDefault = ResourcesCompat.getColor(res, R.color.lilac_default, null);
73 @ColorInt int lilacDisabled = ResourcesCompat.getColor(res, R.color.lilac_disabled, null);
74 @ColorInt int sandDefault = ResourcesCompat.getColor(res, R.color.sand_default, null);
75 @ColorInt int sandDisabled = ResourcesCompat.getColor(res, R.color.sand_disabled, null);
76 @ColorInt int oceanDefault = ResourcesCompat.getColor(res, R.color.ocean_default, null);
77 @ColorInt int oceanDisabled = ResourcesCompat.getColor(res,
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3IOStreamBase.cpp73 status_t res = getEndpointUsage(&consumerUsage); local
74 if (res != OK) consumerUsage = 0;
93 status_t res; local
97 res = disconnectLocked();
98 if (res != OK) {
99 return res;
221 status_t res; local
231 if ((res = returnBufferPreconditionCheckLocked()) != OK) {
232 return res;
236 res
[all...]
/frameworks/base/libs/common_time/
H A DLinearTransform.cpp45 uint64_t* res,
50 assert(res);
79 *res = UINT64_MAX;
112 *res = (tmp2 << 32) | tmp1;
114 ++(*res);
115 if (!(*res)) {
116 *res = UINT64_MAX;
134 uint64_t scaled, res; local
190 res = scaled + basis2;
192 if ((scaled ^ basis2 ^ INT64_MIN) & (scaled ^ res)
41 scale_u64_to_u64( uint64_t val, uint32_t N, uint32_t D, uint64_t* res, bool round_up_not_down) argument
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_ImageWriter.cpp226 status_t res; local
259 if ((res = anw->query(anw.get(), NATIVE_WINDOW_WIDTH, &width)) != OK) {
260 ALOGE("%s: Query Surface width failed: %s (%d)", __FUNCTION__, strerror(-res), res);
266 if ((res = anw->query(anw.get(), NATIVE_WINDOW_HEIGHT, &height)) != OK) {
267 ALOGE("%s: Query Surface height failed: %s (%d)", __FUNCTION__, strerror(-res), res);
276 if ((res = anw->query(anw.get(), NATIVE_WINDOW_FORMAT, &surfaceFormat)) != OK) {
277 ALOGE("%s: Query Surface format failed: %s (%d)", __FUNCTION__, strerror(-res), res);
335 status_t res = anw->dequeueBuffer(anw.get(), &anb, &fenceFd); local
378 status_t res = native_window_api_disconnect(producer, /*api*/NATIVE_WINDOW_API_CAMERA); local
434 status_t res = OK; local
501 status_t res = OK; local
630 status_t res = buffer->unlock(); local
698 status_t res = lockImageFromBuffer( local
718 status_t res = getLockedImageInfo(buffer, idx, writerFormat, base, size, local
[all...]
/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp118 status_t res = mCodec->start(); local
119 if (res == OK) {
120 res = mSource->start();
123 if (res == OK) {
131 return res;
187 status_t res = doRead(me, buffer, options); local
195 return res;
206 status_t res; local
227 res = mCodec->dequeueInputBuffer(&in_ix, kTimeoutWaitForInputUs);
228 if (res
[all...]
/frameworks/av/media/libaaudio/src/binding/
H A DIAAudioService.cpp87 aaudio_result_t res; variable
88 reply.readInt32(&res);
89 return res;
138 aaudio_result_t res; variable
139 reply.readInt32(&res);
140 return res;
153 aaudio_result_t res; variable
154 reply.readInt32(&res);
155 return res;
168 aaudio_result_t res; variable
183 aaudio_result_t res; variable
205 aaudio_result_t res; variable
225 aaudio_result_t res; variable
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_ver_quarter.s40 res RN 3 label
173 LDR res, = 0x00FF00FF
176 AND res, res, tmpb, LSR #5 ;// mask and divide by 32
194 ORR res, res, tmpa
197 UHSUB8 res, res, tmp1 ;// bilinear interpolation
199 EOR res, res, tmp
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DABuffer.cpp54 sp<ABuffer> res = new ABuffer(capacity); local
55 if (res->base() == NULL) {
58 memcpy(res->data(), data, capacity);
59 return res;
/frameworks/base/core/java/android/content/pm/
H A DFallbackCategoryProvider.java19 import android.content.res.AssetManager;
20 import android.content.res.Resources;
47 assets.addAssetPath("/system/framework/framework-res.apk");
48 final Resources res = new Resources(assets, null, null);
51 res.openRawResource(com.android.internal.R.raw.fallback_categories)))) {
/frameworks/base/core/java/android/content/pm/split/
H A DSplitAssetLoader.java19 import android.content.res.AssetManager;
/frameworks/base/core/java/android/net/
H A DNetworkIdentity.java175 final String[] res = new String[subscriberId.length];
176 for (int i = 0; i < res.length; i++) {
177 res[i] = NetworkIdentity.scrubSubscriberId(subscriberId[i]);
179 return res;
224 int res = Integer.compare(mType, another.mType);
225 if (res == 0) {
226 res = Integer.compare(mSubType, another.mSubType);
228 if (res == 0 && mSubscriberId != null && another.mSubscriberId != null) {
229 res = mSubscriberId.compareTo(another.mSubscriberId);
231 if (res
[all...]
/frameworks/base/core/java/org/apache/http/conn/ssl/
H A DAndroidDistinguishedNameParser.java270 int res = getByte(pos);
273 if (res < 128) { // one byte: 0-7F
274 return (char) res;
275 } else if (res >= 192 && res <= 247) {
278 if (res <= 223) { // two bytes: C0-DF
280 res = res & 0x1F;
281 } else if (res <= 239) { // three bytes: E0-EF
283 res
[all...]
/frameworks/base/core/res/
H A DAndroid.mk21 LOCAL_PACKAGE_NAME := framework-res
/frameworks/base/native/android/include/
H A Dmultinetwork.h93 * - |res| must not be NULL
100 const struct addrinfo *hints, struct addrinfo **res);
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/
H A DBasePipManager.java20 import android.content.res.Configuration;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DExpandableIndicator.java42 final int res = getDrawableResourceId(!mExpanded);
45 .getDrawable(res).getConstantState().newDrawable();
74 final int res = getDrawableResourceId(mExpanded);
75 setImageResource(res);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DConfigurationController.java17 import android.content.res.Configuration;
/frameworks/base/test-runner/src/android/test/mock/
H A DMockApplication.java20 import android.content.res.Configuration;
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DBoundsCheckTest.java21 import android.content.res.Resources;
42 Resources res = c.getResources();
43 mBitmap1 = (BitmapDrawable) res.getDrawable(R.drawable.icon);
44 mVector1 = (VectorDrawable) res.getDrawable(R.drawable.vector_drawable28);
/frameworks/base/tools/aapt2/integration-tests/StaticLibOne/
H A DAndroid.mk24 LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res

Completed in 566 milliseconds

1234567891011>>