Searched defs:base (Results 101 - 125 of 175) sorted by relevance

1234567

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DTintTypedArray.java208 public float getFraction(int index, int base, int pbase, float defValue) { argument
209 return mWrapped.getFraction(index, base, pbase, defValue);
H A DResourcesWrapper.java123 public float getFraction(int id, int base, int pbase) { argument
124 return mResources.getFraction(id, base, pbase);
/frameworks/av/media/libmedia/omx/1.0/
H A DWOmxNode.cpp246 TWOmxNode::TWOmxNode(sp<IOMXNode> const& base) : mBase(base) { argument
/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferProducer.cpp19 #include <android-base/logging.h>
34 sp<BGraphicBufferProducer> const& base):
35 mBase(base) {
33 TWGraphicBufferProducer( sp<BGraphicBufferProducer> const& base) argument
H A DWOmxNode.cpp33 LWOmxNode::LWOmxNode(sp<IOmxNode> const& base) : mBase(base) { argument
249 TWOmxNode::TWOmxNode(sp<IOMXNode> const& base) : mBase(base) { argument
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java640 * truncating the base value to an integer.
689 * rounding the base value, and ensuring that a non-zero base value
816 * @param base The base value of this fraction. In other words, a
818 * @param pbase The parent base value of this fraction. In other
825 * base value, or defValue if not defined.
830 public float getFraction(@StyleableRes int index, int base, int pbase, float defValue) { argument
844 data[index+AssetManager.STYLE_DATA], base, pbase);
/frameworks/base/core/java/android/util/
H A DTypedValue.java235 * Retrieve the base value from a complex data integer. This uses the
303 * conversion involves rounding the base value, and ensuring that a
304 * non-zero base value is at least one pixel in size.
408 * @param base The base value of this fraction. In other words, a
410 * @param pbase The parent base value of this fraction. In other
415 * base value depending on its unit.
417 public static float complexToFraction(int data, float base, float pbase) argument
421 return complexToFloat(data) * base;
432 * @param base Th
441 getFraction(float base, float pbase) argument
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleForeground.java365 public LogDecelerateInterpolator(float base, float timeScale, float drift) { argument
366 mBase = base;
/frameworks/base/native/android/
H A Dconfiguration.cpp238 int32_t AConfiguration_match(AConfiguration* base, AConfiguration* requested) { argument
239 return base->match(*requested);
242 int32_t AConfiguration_isBetterThan(AConfiguration* base, AConfiguration* test, argument
244 return base->isBetterThan(*test, requested);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DDatabaseHelper.java2671 private void loadFractionSetting(SQLiteStatement stmt, String key, int resid, int base) { argument
2673 Float.toString(mContext.getResources().getFraction(resid, base, base)));
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
H A DPluginInstanceManager.java383 public PluginContextWrapper(Context base, ClassLoader classLoader) { argument
384 super(base);
/frameworks/native/libs/binder/
H A DIMemory.cpp146 void* const base = realHeap->base(); local
147 if (base == MAP_FAILED)
149 return static_cast<char*>(base) + offset;
155 void* const base = heap!=0 ? heap->base() : MAP_FAILED; local
156 if (base == MAP_FAILED)
158 return static_cast<char*>(base) + offset;
494 ALOGD("hey=%p, heap=%p, count=%d, (fd=%d, base=%p, size=%zu)",
/frameworks/native/opengl/libagl/
H A Dstate.cpp68 void* const base = malloc(extra + sizeof(ogles_context_t) + 32); local
69 if (!base) return 0;
72 (ogles_context_t *)((ptrdiff_t(base) + extra + 31) & ~0x1FL);
91 c->rasterizer.base = base;
114 free(c->rasterizer.base);
/frameworks/native/services/sensorservice/
H A Dvec.h303 typedef vbase<TYPE, SIZE> base; typedef in class:android::vec
314 iterator begin() { return base::v; }
315 iterator end() { return base::v + SIZE; }
316 const_iterator begin() const { return base::v; }
317 const_iterator end() const { return base::v + SIZE; }
324 vec(const vec& rhs) : base(rhs) { }
325 vec(const base& rhs) : base(rhs) { } // NOLINT(implicit)
332 base::operator[](i) = rhs;
342 base
[all...]
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp550 void ScriptIntrinsicLUT::setTable(unsigned int offset, unsigned char base, unsigned int length, unsigned char* lutValues) { argument
551 if ((base + length) > 256 || length == 0) {
557 mCache[offset + base + i] = lutValues[i];
561 void ScriptIntrinsicLUT::setRed(unsigned char base, unsigned int length, unsigned char* lutValues) { argument
562 setTable(0, base, length, lutValues);
565 void ScriptIntrinsicLUT::setGreen(unsigned char base, unsigned int length, unsigned char* lutValues) { argument
566 setTable(256, base, length, lutValues);
569 void ScriptIntrinsicLUT::setBlue(unsigned char base, unsigned int length, unsigned char* lutValues) { argument
570 setTable(512, base, length, lutValues);
573 void ScriptIntrinsicLUT::setAlpha(unsigned char base, unsigne argument
[all...]
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DIPTestListJB.java88 private TestName(String s, int g, float base) { argument
91 baseline = base;
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseGridLayoutManagerTest.java74 protected static List<Config> addConfigVariation(List<Config> base, String fieldName, argument
79 for (Config config : base) {
H A DBaseLinearLayoutManagerTest.java71 protected static List<Config> addConfigVariation(List<Config> base, String fieldName, argument
76 for (Config config : base) {
/frameworks/av/media/libmedia/
H A DIOMX.cpp455 HpOMXNode(const sp<IBinder>& base) : PBase(base) {} argument
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp133 jint* base = (jint *)_env->GetPrimitiveArrayCritical(major_minor, (jboolean *)0); local
134 if (len >= 1) base[0] = 1;
135 if (len >= 2) base[1] = 0;
136 _env->ReleasePrimitiveArrayCritical(major_minor, base, 0);
154 jint* base = _env->GetIntArrayElements(value, (jboolean *)0); local
155 success = eglQueryContext(dpy, ctx, attribute, base);
156 _env->ReleaseIntArrayElements(value, base, 0);
174 jint* base = _env->GetIntArrayElements(value, (jboolean *)0); local
175 success = eglQuerySurface(dpy, sur, attribute, base);
176 _env->ReleaseIntArrayElements(value, base,
235 jint* base = beginNativeAttribList(_env, attrib_list); local
250 jint* base = beginNativeAttribList(_env, attrib_list); local
[all...]
/frameworks/base/media/jni/
H A Dandroid_media_ImageWriter.cpp715 int32_t writerFormat, uint8_t **base, uint32_t *size, int *pixelStride, int *rowStride) {
718 status_t res = getLockedImageInfo(buffer, idx, writerFormat, base, size,
714 Image_getLockedImageInfo(JNIEnv* env, LockedImage* buffer, int idx, int32_t writerFormat, uint8_t **base, uint32_t *size, int *pixelStride, int *rowStride) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DProcessList.java307 private static String buildOomTag(String prefix, String space, int val, int base) { argument
308 if (val == base) {
312 return prefix + "+" + Integer.toString(val-base);
/frameworks/native/libs/gui/
H A DIGraphicBufferProducer.cpp505 HpGraphicBufferProducer(const sp<IBinder>& base) : PBase(base) {} argument
/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp41 auto base = reinterpret_cast<std::uint8_t*>(&info_); local
42 std::fill(&base[0], &base[sizeof(info_)], 0);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DNetworkDetail.java324 private NetworkDetail(NetworkDetail base, Map<Constants.ANQPElementType, ANQPElement> anqpElements) { argument
325 mSSID = base.mSSID;
326 mIsHiddenSsid = base.mIsHiddenSsid;
327 mBSSID = base.mBSSID;
328 mHESSID = base.mHESSID;
329 mStationCount = base.mStationCount;
330 mChannelUtilization = base.mChannelUtilization;
331 mCapacity = base.mCapacity;
332 mAnt = base.mAnt;
333 mInternet = base
[all...]

Completed in 1022 milliseconds

1234567