Searched refs:base (Results 1 - 25 of 94) 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.mk14 base := $(LOCAL_PATH)/../.. macro
17 $(base)/libs/audioflinger \
18 $(base)/camera/libcameraservice \
19 $(base)/media/libmediaplayerservice
/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dhuffcb.cpp34 change variables 'base', 'sect_len_inc', and 'esc_val' to
89 UChar base = number of sfb in already detected sections
177 FOR (base = 0; base<total_sfb AND num_of_section<total_sfb)
182 WHILE (sect_length_incr == ESC_value AND base < total_sfb)
184 base += ESC_value;
189 base += sect_length_incr;
190 *pSect++ = base;
196 base += sfb_per_win - max_sfb;
197 *pSect++ = base;
295 Int base; /* section boundary */ local
[all...]
/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/camera/tests/CameraServiceTest/
H A DAndroid.mk12 frameworks/base/libs
/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/media/libstagefright/codecs/vorbis/dec/
H A DAndroid.mk8 frameworks/base/media/libstagefright/include \
/frameworks/base/native/graphics/jni/
H A DAndroid.mk27 frameworks/base/native/include \
28 frameworks/base/core/jni/android/graphics \
/frameworks/base/include/ui/egl/
H A Dandroid_natives.h57 void (*incRef)(struct android_native_base_t* base);
58 void (*decRef)(struct android_native_base_t* base);
278 static inline TYPE* getSelf(android_native_base_t* base) { argument
279 return getSelf(reinterpret_cast<NATIVE_TYPE*>(base));
281 static inline TYPE const * getSelf(android_native_base_t const* base) { argument
282 return getSelf(reinterpret_cast<NATIVE_TYPE const*>(base));
284 static void incRef(android_native_base_t* base) { argument
285 EGLNativeBase* self = getSelf(base);
288 static void decRef(android_native_base_t* base) { argument
289 EGLNativeBase* self = getSelf(base);
[all...]
/frameworks/base/libs/ui/
H A DGraphicBufferMapper.cpp159 void* base = mmap(0, size, prot, MAP_SHARED, fd, 0); local
160 if (base == MAP_FAILED) {
170 hnd->base = intptr_t(base);
180 if (hnd->base) {
181 munmap((void*)hnd->base, hnd->size);
193 void* base = mmap(0, hnd->size, hnd->prot, MAP_SHARED, hnd->fd, 0); local
194 if (base == MAP_FAILED) {
199 hnd->base = intptr_t(base);
[all...]
/frameworks/base/cmds/stagefright/
H A DAndroid.mk16 frameworks/base/media/libstagefright \
40 frameworks/base/media/libstagefright \
64 frameworks/base/media/libstagefright \
/frameworks/base/media/libstagefright/omx/tests/
H A DAndroid.mk14 frameworks/base/media/libstagefright \
/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/
H A DAndroid.mk225 frameworks/base/core/java/android/accounts/IAccountManager.aidl \
226 frameworks/base/core/java/android/accounts/IAccountManagerResponse.aidl \
227 frameworks/base/core/java/android/accounts/IAccountAuthenticator.aidl \
228 frameworks/base/core/java/android/accounts/IAccountAuthenticatorResponse.aidl \
229 frameworks/base/core/java/android/app/Notification.aidl \
230 frameworks/base/core/java/android/app/PendingIntent.aidl \
231 frameworks/base/core/java/android/bluetooth/BluetoothDevice.aidl \
232 frameworks/base/core/java/android/content/ComponentName.aidl \
233 frameworks/base/core/java/android/content/Intent.aidl \
234 frameworks/base/cor
[all...]
/frameworks/base/media/jni/
H A DAndroid.mk53 frameworks/base/core/jni \
54 frameworks/base/media/libmedia \
/frameworks/base/core/java/android/app/backup/
H A DFileBackupHelper.java77 File base = mContext.getFilesDir();
81 fullPaths[i] = (new File(base, files[i])).getAbsolutePath();
/frameworks/base/include/private/ui/
H A Dsw_gralloc_handle.h39 int base; member in struct:android::sw_gralloc_handle_t
48 fd(-1), magic(sMagic), size(0), base(0), prot(0), pid(getpid())
/frameworks/base/libs/binder/
H A DMemoryHeapBase.cpp94 status_t MemoryHeapBase::init(int fd, void *base, int size, int flags, const char* device) argument
100 mBase = base;
127 void* base = (uint8_t*)mmap(0, size, local
129 if (base == MAP_FAILED) {
135 //LOGD("mmap(fd=%d, base=%p, size=%lu)", fd, base, size);
136 mBase = base;
157 //LOGD("munmap(fd=%d, base=%p, size=%lu)", fd, mBase, mSize);
/frameworks/base/common/tools/
H A Dmake-iana-tld-pattern.py10 * This pattern is auto-generated by frameworks/base/common/tools/make-iana-tld-pattern.py
21 * This pattern is auto-generated by frameworks/base/common/tools/make-iana-tld-pattern.py
31 self.base=baseLetter
72 output += '%c%c' % (self.base, self.letters[0])
74 output += '%c[' % self.base
/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...]

Completed in 459 milliseconds

1234