Searched refs:base (Results 26 - 50 of 160) sorted by relevance

1234567

/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java41 public ContextThemeWrapper(Context base, int themeres) { argument
42 super(base);
43 mBase = base;
/frameworks/base/core/java/android/content/
H A DSearchRecentSuggestionsProvider.java233 final String base = uri.getPathSegments().get(0);
235 if (base.equals(sSuggestions)) {
255 String base = uri.getPathSegments().get(0);
256 if (base.equals(sSuggestions)) {
281 String base = uri.getPathSegments().get(0);
283 if (base.equals(sSuggestions)) {
352 String base = uri.getPathSegments().get(0);
353 if (!base.equals(sSuggestions)) {
381 Cursor c = db.query(base, useProjection, whereClause.toString(),
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
H A DFrameStore.java18 package android.filterpacks.base;
H A DFrameBranch.java18 package android.filterpacks.base;
H A DFrameFetch.java18 package android.filterpacks.base;
H A DFrameSource.java18 package android.filterpacks.base;
/frameworks/base/services/jni/
H A DAndroid.mk25 frameworks/base/services \
26 frameworks/base/core/jni \
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameSlotSource.java17 package androidx.media.filterpacks.base;
H A DVariableSource.java17 package androidx.media.filterpacks.base;
H A DFilterGraph.java21 import androidx.media.filterpacks.base.BranchFilter;
22 import androidx.media.filterpacks.base.FrameSlotSource;
23 import androidx.media.filterpacks.base.FrameSlotTarget;
24 import androidx.media.filterpacks.base.GraphInputSource;
25 import androidx.media.filterpacks.base.GraphOutputTarget;
26 import androidx.media.filterpacks.base.ValueTarget;
27 import androidx.media.filterpacks.base.ValueTarget.ValueListener;
28 import androidx.media.filterpacks.base.VariableSource;
/frameworks/base/tools/aidl/
H A Dgenerate_java.h23 VariableFactory(const string& base); // base must be short
H A Dgenerate_java.cpp9 VariableFactory::VariableFactory(const string& base) argument
10 :m_base(base),
/frameworks/base/
H A DAndroid.mk282 LOCAL_MODULE := framework-base
301 LOCAL_STATIC_JAVA_LIBRARIES := framework-base
320 LOCAL_STATIC_JAVA_LIBRARIES := framework-base
342 frameworks/base/core/java/android/accounts/IAccountManager.aidl \
343 frameworks/base/core/java/android/accounts/IAccountManagerResponse.aidl \
344 frameworks/base/core/java/android/accounts/IAccountAuthenticator.aidl \
345 frameworks/base/core/java/android/accounts/IAccountAuthenticatorResponse.aidl \
346 frameworks/base/core/java/android/app/Notification.aidl \
347 frameworks/base/core/java/android/app/PendingIntent.aidl \
348 frameworks/base/cor
[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...]
/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_CharStar.h63 M4OSA_chrNumBase base);
67 M4OSA_chrNumBase base);
/frameworks/av/media/libstagefright/timedtext/test/
H A DAndroid.mk21 $(TOP)/frameworks/base/media/libstagefright/timedtext
/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/data/sounds/
H A Dgenerate-all-audio.sh37 LOCAL_PATH := frameworks/base/data/sounds
/frameworks/base/tools/layoutlib/
H A DAndroid.mk28 built_framework_dep := $(call java-lib-deps,framework-base)
29 built_framework_classes := $(call java-lib-files,framework-base)
/frameworks/native/cmds/installd/tests/
H A DAndroid.mk21 frameworks/base/cmds/installd
/frameworks/native/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 //ALOGD("mmap(fd=%d, base=%p, size=%lu)", fd, base, size);
136 mBase = base;
158 //ALOGD("munmap(fd=%d, base=%p, size=%lu)", fd, mBase, mSize);
/frameworks/ex/common/tools/
H A Dmake-iana-tld-pattern.py31 self.base=baseLetter
72 output += '%c%c' % (self.base, self.letters[0])
74 output += '%c[' % self.base
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp131 jint* base = (jint *)_env->GetPrimitiveArrayCritical(major_minor, (jboolean *)0); local
132 if (len >= 1) base[0] = 1;
133 if (len >= 2) base[1] = 0;
134 _env->ReleasePrimitiveArrayCritical(major_minor, base, JNI_ABORT);
152 jint* base = (jint *)_env->GetPrimitiveArrayCritical(value, (jboolean *)0); local
153 success = eglQueryContext(dpy, ctx, attribute, base);
154 _env->ReleasePrimitiveArrayCritical(value, base, JNI_ABORT);
172 jint* base = (jint *)_env->GetPrimitiveArrayCritical(value, (jboolean *)0); local
173 success = eglQuerySurface(dpy, sur, attribute, base);
174 _env->ReleasePrimitiveArrayCritical(value, base, JNI_ABOR
234 jint* base = beginNativeAttribList(_env, attrib_list); local
249 jint* base = beginNativeAttribList(_env, attrib_list); local
276 jint* base = 0; local
[all...]
/frameworks/native/cmds/screenshot/
H A Dscreenshot.c134 char base[PATH_MAX] = ""; local
137 if (!base[0]) {
140 strcpy(base, outfile);
142 snprintf(outfile, PATH_MAX, "%s-%d.png", base, ++i);
/frameworks/av/libvideoeditor/osal/src/
H A DM4OSA_CharStar.c129 * representation in base provided by the parameter base. pStrOut is
141 * @param base: (IN) Base of the character string representation.
154 M4OSA_chrNumBase base)
160 "M4OSA_Char** %x,M4OSA_chrNumBase %d)",pStrIn,pVal,pStrOut,base);
167 switch(base)
222 * representation in base provided by the parameter base. pStrOut is
234 * @param base: (IN) Base of the character string representation.
245 M4OSA_Char** pStrOut, M4OSA_chrNumBase base)
151 M4OSA_chrGetUInt32(M4OSA_Char* pStrIn, M4OSA_UInt32* pVal, M4OSA_Char** pStrOut, M4OSA_chrNumBase base) argument
244 M4OSA_chrGetUInt16(M4OSA_Char* pStrIn, M4OSA_UInt16 *pVal, M4OSA_Char** pStrOut, M4OSA_chrNumBase base) argument
[all...]

Completed in 2292 milliseconds

1234567