HomeSort by relevance Sort by last modified time
    Searched full:res (Results 601 - 625 of 6406) sorted by null

<<21222324252627282930>>

  /packages/apps/Phone/res/xml/
cdma_options.xml 17 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:settings="http://schemas.android.com/apk/res/com.android.phone">
data_usage_settings.xml 17 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:settings="http://schemas.android.com/apk/res/com.android.phone">
  /packages/apps/Settings/res/drawable/
wifi_signal.xml 17 <selector xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
  /packages/apps/Settings/res/layout/
display.xml 3 /* //device/apps/Settings/res/layout/display.xml
21 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" style="@style/info_layout">
list_content_with_empty_view.xml 18 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
22 <ListView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/list"
  /packages/apps/Settings/res/xml/
accessibility_settings.xml 17 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
dock_settings.xml 18 xmlns:android="http://schemas.android.com/apk/res/android"
19 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
keyboard_settings.xml 17 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
sim_lock_settings.xml 17 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
vpn_edit.xml 17 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings">
  /packages/apps/Stk/res/layout/
stk_menu_list.xml 18 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
28 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputLanguageSelection.java 26 import android.content.res.Configuration;
27 import android.content.res.Resources;
96 Resources res = getResources(); local
97 Configuration conf = res.getConfiguration();
101 res.updateConfiguration(conf, res.getDisplayMetrics());
110 res.updateConfiguration(conf, res.getDisplayMetrics());
  /packages/wallpapers/MagicSmoke/res/values-fr/
strings.xml 20 <resources xmlns:android="http://schemas.android.com/apk/res/android"
25 <string name="magicsmoke_desc" msgid="4882321171007683983">"Représente de la fumée, des nuages, de l\'eau et des matières liquides."</string>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/resources/
ResourcesContentAssist.java 23 * Content Assist Processor for /res/values and /res/drawable XML files
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/build/
BaseBuilderTest.java 28 String s = "C:\\java\\workspace-android\\AndroidApp\\res\\values\\strings.xml:11: WARNING: empty 'some warning text";
32 assertEquals("C:\\java\\workspace-android\\AndroidApp\\res\\values\\strings.xml", m.group(1));
  /frameworks/base/docs/html/
sitemap.txt 181 http://developer.android.com/reference/android/content/res/package-summary.html
313 http://developer.android.com/resources/samples/Wiktionary/res/index.html
320 http://developer.android.com/resources/samples/ApiDemos/res/index.html
325 http://developer.android.com/resources/samples/NotePad/res/index.html
337 http://developer.android.com/resources/samples/SearchableDictionary/res/index.html
416 http://developer.android.com/resources/samples/ApiDemos/res/layout/custom_view_1.html
    [all...]
  /external/qemu/
softmmu_header.h 86 int res; local
113 : "=r" (res)
122 return res;
128 int res; local
159 : "=r" (res)
168 return res;
230 RES_TYPE res; local
240 res = glue(glue(__ld, SUFFIX), MMUSUFFIX)(addr, mmu_idx);
243 res = glue(glue(ld, USUFFIX), _raw)((uint8_t *)physaddr);
245 return res;
251 int res, page_index; local
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/dec/
AVCDecoder.cpp 262 AVCDec_Status res = local
267 if (res != AVCDEC_SUCCESS) {
279 res = PVAVCDecSeqParamSet(
283 if (res != AVCDEC_SUCCESS) {
338 res = PVAVCDecPicParamSet(
345 if (res != AVCDEC_SUCCESS) {
357 res = PVAVCDecodeSlice(
361 if (res == AVCDEC_PICTURE_OUTPUT_READY) {
385 if (res == AVCDEC_PICTURE_READY || res == AVCDEC_SUCCESS)
    [all...]
  /external/ipsec-tools/src/racoon/
eaytest.c 742 vchar_t *key, *data, *data1, *data2, *res; local
764 res = eay_hmacmd5_one(key, data);
765 PVDUMP(res);
767 if (memcmp(res->v, mod.v, mod.l)) {
772 vfree(res);
779 res = eay_hmacmd5_final(ctx);
780 PVDUMP(res);
782 if (memcmp(res->v, mod.v, mod.l)) {
787 vfree(res);
791 res = eay_hmacsha1_one(key, data)
845 vchar_t *buf, *res; local
882 vchar_t *buf, *res; local
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
FractionTest.java 17 package android.content.res.cts;
19 import android.content.res.Resources;
79 float res = mValue.getFraction(base, pbase); local
80 float diff = Math.abs(expected - res);
86 assertFalse("Expecting value " + expected + " got " + res + ": in resource 0x"
Resources_ThemeTest.java 17 package android.content.res.cts;
21 import android.content.res.Resources;
22 import android.content.res.TypedArray;
23 import android.content.res.Resources.Theme;
61 args = {android.content.res.Resources.Theme.class}
  /development/tools/findunused/
findunusedresources 35 if [ -d $app/res ]
39 for res in $(echo $app/res/* $(find $ANDROID_BUILD_TOP/vendor -type d -wholename $ANDROID_BUILD_TOP/vendor/*/$appname/res | grep overlay))
41 resources="$resources $(echo $res | grep -v '\-mcc\|[a-z]*-[a-z][a-z]$\|[a-z]*-[a-z][a-z]-.*')"
  /external/bluetooth/glib/gio/
gasynchelper.c 42 GAsyncResultData *res = data; local
44 if (res->error)
45 g_error_free (res->error);
47 g_object_unref (res->async_object);
49 g_free (res);
  /external/dropbear/libtomcrypt/src/pk/dsa/
dsa_verify_key.c 29 int res, err; local
38 if ((err = mp_prime_is_prime(key->q, 8, &res)) != CRYPT_OK) {
41 if (res == 0) {
45 if ((err = mp_prime_is_prime(key->p, 8, &res)) != CRYPT_OK) {
48 if (res == 0) {
  /external/dropbear/libtommath/
bn_mp_prime_random_ex.c 37 int res, err, bsize, maskOR_msb_offset; local
93 if ((err = mp_prime_is_prime(a, t, &res)) != MP_OKAY) { goto error; }
94 if (res == MP_NO) {
104 if ((err = mp_prime_is_prime(a, t, &res)) != MP_OKAY) { goto error; }
106 } while (res == MP_NO);

Completed in 651 milliseconds

<<21222324252627282930>>