Searched refs:base (Results 1 - 25 of 77) sorted by relevance

1234

/frameworks/base/core/java/android/content/
H A DMutableContextWrapper.java20 * Special version of {@link ContextWrapper} that allows the base context to
24 public MutableContextWrapper(Context base) { argument
25 super(base);
29 * Change the base context for this ContextWrapper. All calls will then be
30 * delegated to the base context. Unlike ContextWrapper, the base context
33 * @param base The new base context for this wrapper.
35 public void setBaseContext(Context base) { argument
36 mBase = base;
[all...]
H A DSearchRecentSuggestionsProvider.java221 final String base = uri.getPathSegments().get(0);
223 if (base.equals(sSuggestions)) {
243 String base = uri.getPathSegments().get(0);
244 if (base.equals(sSuggestions)) {
269 String base = uri.getPathSegments().get(0);
271 if (base.equals(sSuggestions)) {
340 String base = uri.getPathSegments().get(0);
341 if (!base.equals(sSuggestions)) {
369 Cursor c = db.query(base, useProjection, whereClause.toString(),
/frameworks/base/cmds/system_server/library/
H A DAndroid.mk7 base = $(LOCAL_PATH)/../../.. macro
10 $(base)/camera/libcameraservice \
11 $(base)/libs/audioflinger \
12 $(base)/libs/surfaceflinger \
13 $(base)/media/libmediaplayerservice \
/frameworks/base/media/mediaserver/
H A DAndroid.mk13 base := $(LOCAL_PATH)/../.. macro
16 $(base)/libs/audioflinger \
17 $(base)/camera/libcameraservice \
18 $(base)/media/libmediaplayerservice
/frameworks/base/opengl/libagl/
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...]
/frameworks/base/opengl/tests/angeles/
H A Dgpustate.c8 static void *map_memory(const char *fn, unsigned base, unsigned size) argument
20 MAP_SHARED, fd, base);
24 fprintf(stderr,"cannot map %s (@%08x,%08x)\n", fn, base, size);
33 printf("GPU base mapped at %p\n", grp_regs);
/frameworks/base/include/utils/
H A Dmisc.h88 void k_itoa(int value, char* str, int base);
89 char* itoa(int val, int base);
/frameworks/base/tests/CoreTests/android/core/
H A DURITest.java48 private static void resolve(String base, String uri, String expected) { argument
49 URI b = URI.create(base);
51 // System.out.println("base=" + base + " uri=" + uri
/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java37 public ContextThemeWrapper(Context base, int themeres) { argument
38 super(base);
39 mBase = base;
/frameworks/base/telephony/java/android/telephony/
H A DJapanesePhoneNumberFormatter.java184 int base = 0;
191 short value = FORMAT_MAP[base + ch - '0'];
207 base = value;
/frameworks/base/libs/ui/
H A DEGLNativeWindowSurface.cpp113 egl_native_window_t::base = intptr_t(info.base); member in class:android::egl_native_window_t
114 egl_native_window_t::offset = intptr_t(info.bits) - intptr_t(info.base);
139 egl_native_window_t::base = intptr_t(info.base); member in class:android::egl_native_window_t
140 egl_native_window_t::offset = intptr_t(info.bits) - intptr_t(info.base);
H A DEGLDisplaySurface.cpp99 egl_native_window_t::base = intptr_t(mFb[0].data); member in class:android::egl_native_window_t
101 intptr_t(buffer.data) - egl_native_window_t::base;
202 (void*)egl_native_window_t::base,
210 (void*)egl_native_window_t::base, // XXX: use proper base
224 intptr_t(buffer.data) - egl_native_window_t::base;
250 base: (void*)egl_native_window_t::base,
258 base: (void*)egl_native_window_t::base,
[all...]
/frameworks/base/
H A DAndroid.mk198 frameworks/base/core/java/android/accounts/IAccountsService.aidl \
199 frameworks/base/core/java/android/app/Notification.aidl \
200 frameworks/base/core/java/android/app/PendingIntent.aidl \
201 frameworks/base/core/java/android/content/ComponentName.aidl \
202 frameworks/base/core/java/android/content/Intent.aidl \
203 frameworks/base/core/java/android/content/IntentSender.aidl \
204 frameworks/base/core/java/android/content/SyncStats.aidl \
205 frameworks/base/core/java/android/content/res/Configuration.aidl \
206 frameworks/base/core/java/android/appwidget/AppWidgetProviderInfo.aidl \
207 frameworks/base/cor
[all...]
/frameworks/base/core/java/android/backup/
H A DFileBackupHelper.java51 File base = mContext.getFilesDir();
55 fullPaths[i] = (new File(base, files[i])).getAbsolutePath();
/frameworks/base/libs/utils/
H A DMemoryHeapBase.cpp90 status_t MemoryHeapBase::init(int fd, void *base, int size, int flags, const char* device) argument
96 mBase = base;
123 void* base = (uint8_t*)mmap(0, size, local
125 if (base == MAP_FAILED) {
131 //LOGD("mmap(fd=%d, base=%p, size=%lu)", fd, base, size);
132 mBase = base;
153 //LOGD("munmap(fd=%d, base=%p, size=%lu)", fd, mBase, mSize);
H A DIMemory.cpp143 void* const base = realHeap->base(); local
144 if (base == MAP_FAILED)
146 return static_cast<char*>(base) + offset;
152 void* const base = heap!=0 ? heap->base() : MAP_FAILED; local
153 if (base == MAP_FAILED)
155 return static_cast<char*>(base) + offset;
477 LOGD("hey=%p, heap=%p, count=%d, (fd=%d, base=%p, size=%d)",
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java42 public DynamicLayout(CharSequence base, argument
47 this(base, base, paint, width, align, spacingmult, spacingadd,
54 * that will be updated as the base text is changed.
56 public DynamicLayout(CharSequence base, CharSequence display, argument
61 this(base, display, paint, width, align, spacingmult, spacingadd,
68 * that will be updated as the base text is changed.
72 public DynamicLayout(CharSequence base, CharSequence display, argument
85 mBase = base;
150 reflow(base,
[all...]
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Duiosfunc.h73 /// \class base uiosfunc.h ustl.h
77 /// Example: os << ios::base(15);
79 class base { class in class:ustl::ios
81 inline explicit base (size_t n) : m_Base(n) {} function in class:ustl::ios::base
95 inline ostringstream& operator<< (ostringstream& os, const ios::base& op) { return (op.apply (os)); }
H A Dsistream.cpp69 inline void str_to_num (issiter_t i, issiter_t* iend, uint8_t base, T& v) argument
70 { v = strtol (i, const_cast<char**>(iend), base); }
74 template <> inline void str_to_num (issiter_t i, issiter_t* iend, uint8_t base, long long& v) argument
75 { v = strtoll (i, const_cast<char**>(iend), base); }
H A Dsistream.h55 inline void set_base (short base);
72 /// Sets the numeric base used to read numbers.
73 inline void istringstream::set_base (short base) argument
75 m_Base = base;
/frameworks/base/tools/localize/
H A DPerforce.h13 static int GetResourceFileNames(const string& version, const string& base,
/frameworks/base/opengl/include/EGL/
H A Deglnatives.h112 intptr_t base; member in struct:egl_native_window_t
232 void* base; member in struct:__anon222
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp149 jint* base = (jint *)_env->GetPrimitiveArrayCritical(major_minor, (jboolean *)0); local
150 if (len >= 1) base[0] = 1;
151 if (len >= 2) base[1] = 0;
152 _env->ReleasePrimitiveArrayCritical(major_minor, base, JNI_ABORT);
170 jint* base = (jint *)_env->GetPrimitiveArrayCritical(value, (jboolean *)0); local
171 success = eglQueryContext(dpy, ctx, attribute, base);
172 _env->ReleasePrimitiveArrayCritical(value, base, JNI_ABORT);
190 jint* base = (jint *)_env->GetPrimitiveArrayCritical(value, (jboolean *)0); local
191 success = eglQuerySurface(dpy, sur, attribute, base);
192 _env->ReleasePrimitiveArrayCritical(value, base, JNI_ABOR
242 jint* base = beginNativeAttribList(_env, attrib_list); local
257 jint* base = beginNativeAttribList(_env, attrib_list); local
285 jint* base = 0; local
[all...]
/frameworks/base/camera/libcameraservice/
H A DCameraHardwareStub.cpp144 void *base = heap->base(); local
147 uint8_t *frame = ((uint8_t *)base) + offset;
270 cam.getNextFrameAsYuv422((uint8_t *)mRawHeap->base());
278 memcpy(heap->base(), kCannedJpeg, kCannedJpegSize);
/frameworks/base/libs/surfaceflinger/
H A DVRamHeap.cpp80 if (mPMemHeap->base() == MAP_FAILED) {
160 if (base() != MAP_FAILED) {

Completed in 2205 milliseconds

1234