Searched defs:base (Results 1 - 25 of 86) sorted by last modified time

1234

/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DResourcesWrapper.java125 public float getFraction(int id, int base, int pbase) { argument
126 return mResources.getFraction(id, base, pbase);
H A DTintTypedArray.java140 public float getFraction(int index, int base, int pbase, float defValue) { argument
141 return mWrapped.getFraction(index, base, pbase, defValue);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerTest.java77 protected List<Config> addConfigVariation(List<Config> base, String fieldName, argument
82 for (Config config : base) {
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp541 void ScriptIntrinsicLUT::setTable(unsigned int offset, unsigned char base, unsigned int length, unsigned char* lutValues) { argument
542 if ((base + length) > 256 || length == 0) {
548 mCache[offset + base + i] = lutValues[i];
552 void ScriptIntrinsicLUT::setRed(unsigned char base, unsigned int length, unsigned char* lutValues) { argument
553 setTable(0, base, length, lutValues);
556 void ScriptIntrinsicLUT::setGreen(unsigned char base, unsigned int length, unsigned char* lutValues) { argument
557 setTable(256, base, length, lutValues);
560 void ScriptIntrinsicLUT::setBlue(unsigned char base, unsigned int length, unsigned char* lutValues) { argument
561 setTable(512, base, length, lutValues);
564 void ScriptIntrinsicLUT::setAlpha(unsigned char base, unsigne argument
[all...]
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DIPTestListJB.java85 private TestName(String s, int g, float base) { argument
88 baseline = base;
/frameworks/support/gradle/wrapper/
H A Dgradle-wrapper.jar ... io.File getBaseDir (java.lang.String) String base } org/gradle/wrapper/Install.class Install.java package ...
/frameworks/support/tests/java/android/support/v4/app/
H A DNotificationCompatActionWearableExtenderTest.java73 // Test that the base WearableExtender from an empty Notification is equal to the compat.
245 private void assertExtendersEqual(Notification.Action.WearableExtender base, argument
247 assertEquals(base.isAvailableOffline(), compat.isAvailableOffline());
248 assertEquals(base.getInProgressLabel(), compat.getInProgressLabel());
249 assertEquals(base.getConfirmLabel(), compat.getConfirmLabel());
250 assertEquals(base.getCancelLabel(), compat.getCancelLabel());
253 // Parse the Notification using the base parser and the compat parser and confirm
270 Notification.Action.WearableExtender base =
274 assertExtendersEqual(base, compat);
/frameworks/support/tests/java/android/support/v4/content/
H A DFileProviderTest.java342 private static File buildPath(File base, String... segments) { argument
343 File cur = base;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/animation/
H A DLogAccelerateInterpolator.java27 public LogAccelerateInterpolator(int base, int drift) { argument
28 mBase = base;
33 static float computeLog(float t, int base, int drift) { argument
34 return (float) -Math.pow(base, -t) + 1 + (drift * t);
H A DLogDecelerateInterpolator.java27 public LogDecelerateInterpolator(int base, int drift) { argument
28 mBase = base;
34 static float computeLog(float t, int base, int drift) { argument
35 return (float) -Math.pow(base, -t) + 1 + (drift * t);
/frameworks/support/v4/java/android/support/v4/content/
H A DContextCompat.java293 private static File buildPath(File base, String... segments) { argument
294 File cur = base;
H A DFileProvider.java752 private static File buildPath(File base, String... segments) { argument
753 File cur = base;
/frameworks/multidex/gradle/wrapper/
H A Dgradle-wrapper.jar ... io.File getBaseDir (java.lang.String) String base } org/gradle/wrapper/Install.class Install.java package ...
/frameworks/multidex/library/src/android/support/multidex/
H A DMultiDexApplication.java29 protected void attachBaseContext(Context base) {<br>
30 super.attachBaseContext(base);<br>
37 protected void attachBaseContext(Context base) { argument
38 super.attachBaseContext(base);
/frameworks/native/include/binder/
H A DIMemory.h50 void* base() const { return getBase(); } function in class:android::IMemoryHeap
/frameworks/native/include/ui/
H A DANativeObjectBase.h81 static inline TYPE* getSelf(android_native_base_t* base) { argument
82 return getSelf(reinterpret_cast<NATIVE_TYPE*>(base));
84 static inline TYPE const * getSelf(android_native_base_t const* base) { argument
85 return getSelf(reinterpret_cast<NATIVE_TYPE const*>(base));
87 static void incRef(android_native_base_t* base) { argument
88 ANativeObjectBase* self = getSelf(base);
91 static void decRef(android_native_base_t* base) { argument
92 ANativeObjectBase* self = getSelf(base);
/frameworks/native/libs/binder/
H A DIMemory.cpp140 void* const base = realHeap->base(); local
141 if (base == MAP_FAILED)
143 return static_cast<char*>(base) + offset;
149 void* const base = heap!=0 ? heap->base() : MAP_FAILED; local
150 if (base == MAP_FAILED)
152 return static_cast<char*>(base) + offset;
469 ALOGD("hey=%p, heap=%p, count=%d, (fd=%d, base=%p, size=%zu)",
H A DMemoryHeapBase.cpp89 status_t MemoryHeapBase::init(int fd, void *base, int size, int flags, const char* device) argument
95 mBase = base;
113 void* base = (uint8_t*)mmap(0, size, local
115 if (base == MAP_FAILED) {
121 //ALOGD("mmap(fd=%d, base=%p, size=%lu)", fd, base, size);
122 mBase = base;
144 //ALOGD("munmap(fd=%d, base=%p, size=%lu)", fd, mBase, mSize);
/frameworks/native/libs/input/
H A DKeyCharacterMap.cpp165 sp<KeyCharacterMap> KeyCharacterMap::combine(const sp<KeyCharacterMap>& base, argument
168 return base;
170 if (base == NULL) {
174 sp<KeyCharacterMap> map = new KeyCharacterMap(*base.get());
274 // For example, the base key behavior will usually be last in the list.
428 // For example, the base key behavior will usually be last in the list.
1052 if (token == "base") {
/frameworks/native/opengl/libagl/
H A Dcontext.h242 void* base; member in struct:android::gl::vertex_cache_t
H A Dmipmap.cpp33 const GGLSurface* base = &tex->surface; local
34 const GGLFormat& pixelFormat(c->rasterizer.formats[base->format]);
36 int w = base->width;
37 int h = base->height;
48 base->format, base->compressedFormat, bpr) != NO_ERROR) {
53 int bs = base->stride;
56 if (base->format == GGL_PIXEL_FORMAT_RGB_565)
58 uint16_t const * src = (uint16_t const *)base->data;
79 else if (base
[all...]
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/opengl/libs/ETC1/
H A Detc1.cpp40 | base col1 | base col2 | base col1 | base col2 |
46 | base col1 | base col2 | table | table |diff|flip|
55 | base col1 | dcol 2 | base col1 | dcol 2 |
61 | base col 1 | dcol 2 | table | table |diff|flip|
162 inline int convertDiff(int base, in argument
[all...]
/frameworks/native/services/sensorservice/
H A Dmat.h126 typedef vec< vec<TYPE, R>, C > base; typedef in class:android::mat
141 mat(const mat& rhs) : base(rhs) { }
142 mat(const base& rhs) : base(rhs) { }
156 base::operator=(rhs);
160 mat& operator=(const base& rhs) {
161 base::operator=(rhs);
174 static_cast<const base&>(lhs),
175 static_cast<const base&>(rhs));
179 static_cast<const base
257 typedef vec<TYPE, R> base; typedef in class:android::mat
[all...]
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) { }
332 base::operator[](i) = rhs;
342 base
[all...]

Completed in 207 milliseconds

1234