Searched refs:This (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/tests/SmokeTest/
H A DAndroid.mk6 # This builds "SmokeTestApp"
15 # This builds "SmokeTest"
/frameworks/base/core/jni/
H A Dandroid_text_format_Time.cpp97 #define ACQUIRE_TIMEZONE(This, t) \
98 jstring timezoneString_##This \
99 = (jstring) env->GetObjectField(This, g_timezoneField); \
100 t.timezone = env->GetStringUTFChars(timezoneString_##This, NULL);
102 #define RELEASE_TIMEZONE(This, t) \
103 env->ReleaseStringUTFChars(timezoneString_##This, t.timezone);
108 static jlong android_text_format_Time_normalize(JNIEnv* env, jobject This, argument
112 if (!java2time(env, &t, This)) return 0L;
113 ACQUIRE_TIMEZONE(This, t)
117 time2java(env, This,
123 android_text_format_Time_switchTimezone(JNIEnv* env, jobject This, jstring timezoneObject) argument
161 android_text_format_Time_format2445(JNIEnv* env, jobject This) argument
187 android_text_format_Time_format(JNIEnv* env, jobject This, jstring formatObject) argument
308 android_text_format_Time_toString(JNIEnv* env, jobject This) argument
321 android_text_format_Time_setToNow(JNIEnv* env, jobject This) argument
333 android_text_format_Time_toMillis(JNIEnv* env, jobject This, jboolean ignoreDst) argument
347 android_text_format_Time_set(JNIEnv* env, jobject This, jlong millis) argument
394 android_text_format_Time_parse(JNIEnv* env, jobject This, jstring strObj) argument
475 android_text_format_Time_parse3339(JNIEnv* env, jobject This, jstring strObj) argument
[all...]
/frameworks/base/packages/WAPPushManager/
H A DAndroid.mk19 # This finds and builds the test apk as well, so a single make does both.
/frameworks/base/tools/aidl/
H A DAndroid.mk5 # This tool is prebuilt if we're doing an app-only build.
/frameworks/compile/libbcc/runtime/lib/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/frameworks/compile/libbcc/runtime/lib/arm/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/frameworks/compile/libbcc/runtime/lib/i386/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/frameworks/compile/libbcc/runtime/lib/ppc/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/frameworks/compile/libbcc/runtime/lib/x86_64/
H A DMakefile.mk5 # This file is distributed under the University of Illinois Open Source
/frameworks/compile/libbcc/runtime/make/
H A Doptions.mk3 # This list of such variables should be kept up to date with AvailableOptions in
18 # Whether function definitions should use hidden visibility. This adds the
H A Dlib_info.mk3 # This should be included once the subdirectory information has been loaded, and
6 # This defines the following variables describing compiler-rt:
11 # 'arch'. This does not include any config specific
H A Dlib_util.mk3 # This should be included following 'lib_info.mk'.
H A Dlib_platforms.mk3 # This should be included following 'lib_util.mk'.
H A Dsubdir.mk0 # This file is intended to be included from each subdirectory makefile.
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk3 # This section must define:
10 # This section must define one of:
12 # support (e.g., on Darwin). This should only be used to build fat
31 # This section may override any of the variables in make/options.mk, using:
/frameworks/base/data/keyboards/
H A DAndroid.mk15 # This makefile performs build time validation of framework keymap files.
H A Dcommon.mk15 # This is the list of framework provided keylayouts and key character maps to include.
/frameworks/base/packages/SystemUI/tests/
H A DAndroid.mk27 # UI it doesn't own. This is necessary to allow screenshots to be taken
/frameworks/base/tools/aapt/
H A DAndroid.mk7 # This tool is prebuilt if we're doing an app-only build.
/frameworks/base/core/java/android/view/
H A DKeyCharacterMap.java36 * @deprecated This constant should no longer be used because there is no
63 * This type of keyboard is generally designed for thumb typing.
71 * This type of keyboard is generally designed for thumb typing.
86 * This type of keyboard is generally designed for thumb typing.
98 * This type of keyboard is generally designed for full two hand typing.
113 * This private-use character is used to trigger Unicode character
119 * This private-use character is used to bring up a character picker for
140 * This bit will be set in the return value of {@link #get(int, int)} if the
410 * This method is intended to to support dial pads and other numeric or
412 * as alphabetic and symbolic keys. This metho
[all...]
/frameworks/rs/
H A DAndroid.mk65 # TODO: This should go into build/core/config.mk
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.h12 #error This file was generated by a newer version of protoc which is
17 #error This file was generated by an older version of protoc which is
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp527 * stored data. It is either 1 or 2 characters of length data. This allows a
549 * stored data. It is either 1 or 2 characters of length data. This allows a
2379 // This is for finding typeStrings and other common package stuff.
3143 // This can fail if the resource being referenced is a style...
3276 // This is what we are building.
3421 // This is a new attribute... figure out what to do with it.
4189 accessor->reportError(accessorCookie, "This attribute must be localized.");
4862 TABLE_GETENTRY(ALOGI("This config is worse than last!\n"));

Completed in 596 milliseconds