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

123456

/frameworks/base/media/mca/filterpacks/
H A DAndroid.mk19 # base
26 LOCAL_SRC_FILES := native/base/geometry.cpp \
27 native/base/time_util.cpp
/frameworks/base/media/tests/omxjpegdecoder/
H A DAndroid.mk41 $(TOP)/frameworks/base/media/libstagefright \
42 $(TOP)/frameworks/base/include/ \
43 $(TOP)/frameworks/base/ \
/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/data/videos/
H A DVideoPackage1.mk19 LOCAL_PATH := frameworks/base/data/videos
H A DVideoPackage2.mk19 LOCAL_PATH := frameworks/base/data/videos
/frameworks/base/services/jni/
H A DAndroid.mk23 frameworks/base/services \
24 frameworks/base/core/jni \
/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/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/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/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
277 jint* base = 0; local
[all...]
/frameworks/base/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/base/cmds/installd/tests/
H A DAndroid.mk21 frameworks/base/cmds/installd \
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Dbuild_clcore.sh9 scriptc_path=../../../../base/libs/rs/scriptc
/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...]
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java44 public DynamicLayout(CharSequence base, argument
49 this(base, base, paint, width, align, spacingmult, spacingadd,
56 * that will be updated as the base text is changed.
58 public DynamicLayout(CharSequence base, CharSequence display, argument
63 this(base, display, paint, width, align, spacingmult, spacingadd,
70 * that will be updated as the base text is changed.
74 public DynamicLayout(CharSequence base, CharSequence display, argument
80 this(base, display, paint, width, align, TextDirectionHeuristics.FIRSTSTRONG_LTR,
87 * that will be updated as the base tex
93 DynamicLayout(CharSequence base, CharSequence display, TextPaint paint, int width, Alignment align, TextDirectionHeuristic textDir, float spacingmult, float spacingadd, boolean includepad, TextUtils.TruncateAt ellipsize, int ellipsizedWidth) argument
[all...]

Completed in 1102 milliseconds

123456