Searched refs:language (Results 176 - 196 of 196) sorted by relevance

12345678

/frameworks/av/media/libstagefright/codecs/mp3dec/src/asm/
H A Dpvmp3_polyphase_filter_window_arm.s14 ; See the License for the specific language governing permissions
H A Dpvmp3_polyphase_filter_window_gcc.s14 @ See the License for the specific language governing permissions
H A Dpvmp3_polyphase_filter_window_wm.asm14 ; See the License for the specific language governing permissions
H A Dpvmp3_mdct_18_arm.s14 ; See the License for the specific language governing permissions
H A Dpvmp3_mdct_18_gcc.s14 @ See the License for the specific language governing permissions
H A Dpvmp3_mdct_18_wm.asm14 ; See the License for the specific language governing permissions
H A Dpvmp3_dct_16_gcc.s14 @ See the License for the specific language governing permissions
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
H A Dh264bsd_interpolate_chroma_hor.s12 ; See the License for the specific language governing permissions and
H A Dh264bsd_interpolate_chroma_hor_ver.s12 ; See the License for the specific language governing permissions and
H A Dh264bsd_interpolate_chroma_ver.s12 ; See the License for the specific language governing permissions and
H A Dh264bsd_interpolate_hor_quarter.s12 ; See the License for the specific language governing permissions and
H A Dh264bsd_interpolate_ver_half.s12 ; See the License for the specific language governing permissions and
H A Dh264bsd_interpolate_ver_quarter.s12 ; See the License for the specific language governing permissions and
H A Dh264bsd_interpolate_hor_ver_quarter.s12 ; See the License for the specific language governing permissions and
/frameworks/base/core/jni/
H A DAndroidRuntime.cpp13 * See the License for the specific language governing permissions and
377 static void readLocale(char* language, char* region) argument
381 property_get("persist.sys.language", propLang, "");
385 property_get("ro.product.locale.language", propLang, "en");
388 strncat(language, propLang, 2);
390 //ALOGD("language=%s region=%s\n", language, region);
743 char langOption[sizeof("-Duser.language=") + 3];
745 strcpy(langOption, "-Duser.language=");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneBase.java13 * See the License for the specific language governing permissions and
707 String language = l.substring(0, 2);
712 MccTable.setSystemLocale(mContext, language, country);
/frameworks/base/tools/aapt/
H A DResource.cpp129 mParams.language[0] ? mParams.language[0] : '-',
130 mParams.language[1] ? mParams.language[1] : '-',
H A DCommand.cpp520 config.language[0] = 'e';
521 config.language[1] = 'n';
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java13 * See the License for the specific language governing permissions and
286 int language = data[2];
569 // Each 2-bytes consists of one language
581 log ("Failed to parse SIM language records");
/frameworks/base/include/androidfw/
H A DResourceTypes.h13 * See the License for the specific language governing permissions and
832 char language[2]; member in struct:android::ResTable_config::__anon1074::__anon1075
/frameworks/base/data/sounds/
H A DAllAudio.mk12 # See the License for the specific language governing permissions and

Completed in 344 milliseconds

12345678