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

<<11121314151617181920>>

  /frameworks/base/services/java/com/android/server/am/
AppNotRespondingDialog.java 25 import android.content.res.Resources;
48 Resources res = context.getResources(); local
77 ? res.getString(resid, name1.toString(), name2.toString())
78 : res.getString(resid, name1.toString()));
81 res.getText(com.android.internal.R.string.force_close),
84 res.getText(com.android.internal.R.string.wait),
89 res.getText(com.android.internal.R.string.report),
93 setTitle(res.getText(com.android.internal.R.string.anr_title));
  /packages/apps/Email/res/anim/
footer_appear.xml 3 /* //device/apps/common/assets/res/layout/list_content.xml
21 <set xmlns:android="http://schemas.android.com/apk/res/android" >
footer_disappear.xml 3 /* //device/apps/common/assets/res/layout/list_content.xml
21 <set xmlns:android="http://schemas.android.com/apk/res/android" >
header_appear.xml 3 /* //device/apps/common/assets/res/layout/list_content.xml
21 <set xmlns:android="http://schemas.android.com/apk/res/android" >
header_disappear.xml 3 /* //device/apps/common/assets/res/layout/list_content.xml
21 <set xmlns:android="http://schemas.android.com/apk/res/android" >
  /packages/apps/Gallery/res/anim/
transition_in.xml 3 /* //device/apps/common/res/anim/fade_in.xml
21 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
transition_out.xml 3 /* //device/apps/common/res/anim/fade_out.xml
21 <alpha xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/apps/Phone/res/xml/
gsm_umts_additional_options.xml 2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:phone="http://schemas.android.com/apk/res/com.android.phone"
gsm_umts_call_options.xml 2 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
3 xmlns:phone="http://schemas.android.com/apk/res/com.android.phone"
  /packages/apps/Settings/res/xml/
apn_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_type.xml 17 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
18 xmlns:settings="http://schemas.android.com/apk/res/com.android.settings"
  /development/apps/GraphicsLab/
AndroidManifest.xml 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.graphicslab">
  /development/apps/NinePatchLab/
AndroidManifest.xml 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.ninepatchlab">
  /development/apps/OBJViewer/
AndroidManifest.xml 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.objviewer">
  /development/samples/ApiDemos/res/layout/
mediaplayer_2.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  /external/bluetooth/bluez/sbc/
sbc_math.h 51 #define MULA(a, b, res) ({ \
52 int tmp = res; \
59 #define MULA(a, b, res) ((a) * (b) + (res))
  /external/bluetooth/glib/gio/
goutputstream.c 191 gssize res; local
221 res = class->write_fn (stream, buffer, count, cancellable, error);
228 return res;
265 gssize res; local
273 res = g_output_stream_write (stream, (char *)buffer + _bytes_written, count - _bytes_written,
275 if (res == -1)
282 if (res == 0)
285 _bytes_written += res;
317 gboolean res; local
326 res = TRUE
364 gboolean res; local
406 gboolean res; local
515 gboolean res; local
1157 GSimpleAsyncResult *res; local
1224 GSimpleAsyncResult *res; local
1282 GSimpleAsyncResult *res; local
1328 GSimpleAsyncResult *res; local
    [all...]
  /external/dropbear/libtommath/
bn_mp_div_3.c 25 int res, ix; local
30 if ((res = mp_init_size(&q, a->used)) != MP_OKAY) {
31 return res;
72 return res;
  /external/elfutils/libebl/
eblmachineflagname.c 31 const char *res; local
34 res = "";
72 res = buf;
75 return res;
  /external/emma/pregenerated/
ANDROID-CHANGES.txt 2 pregenerated/res/com/vladium/emma/rt/RTExitHook.closure, which is normally
  /external/libffi/testsuite/libffi.call/
closure_stdcall.c 36 int res; local
61 res = (*(closure_test_type0)pcl)(0, 1, 2, 3);
65 printf("res: %d\n",res);
  /external/v8/test/mjsunit/regress/
regress-227.js 29 var res = re.exec("!"); variable
30 assertEquals(null, res, "Throwing away high bits on ASCII string");
32 res = re.exec("!x");
33 assertEquals(["x"], res, "Throwing away high bits on ASCII string");
  /frameworks/base/core/java/android/widget/
package.html 14 <li><b>XML definition file</b> - An XML file in res/values/ that defines
19 res/layout/ that describes the layout of your widget. You could also do
27 <li><strong>res/values/attrs.xml</strong> - Definition file</li>
28 <li><strong>res/layout/custom_view_1.xml</strong> - Layout
  /frameworks/base/media/tests/SoundPoolTest/
AndroidManifest.xml 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
  /frameworks/base/opengl/tests/lighting1709/
AndroidManifest.xml 1 <manifest xmlns:android="http://schemas.android.com/apk/res/android"

Completed in 677 milliseconds

<<11121314151617181920>>