Searched
full:res (Results
526 -
550 of
6406) sorted by null
<<21222324252627282930>>
/development/tools/findunused/ |
findunusedstrings | 28 if [ -d $app/res ] 32 for i in $(grep -Rs "\(string\|plurals\) name=" res | sed 's/.*string name=\"//' | sed 's/.*plurals name=\"//'|sed 's/".*$//'|sort -u)
|
/device/sample/apps/client/src/com/example/android/platform_library/client/ |
Client.java | 35 int res = pl.getInt(false); local 39 tv.setText("Got from lib: " + res);
|
/external/icu4c/samples/ufortune/ |
fortunedefs.mk | 15 # files - will use separate files, such as es.res, fi.res, etc.
|
/external/libffi/testsuite/libffi.call/ |
return_ll1.c | 39 printf("res: %lld, %lld\n", rlonglong, ll0 + ll1 + ll2); 40 /* { dg-output "res: 11111133333222, 11111133333222" } */
|
/external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/ |
milenage.h | 20 u8 *ck, u8 *res, size_t *res_len); 26 const u8 *autn, u8 *ik, u8 *ck, u8 *res, size_t *res_len,
|
/frameworks/base/core/res/res/anim/ |
app_starting_exit.xml | 3 /* //device/apps/common/res/anim/options_panel_exit.xml 21 <set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@anim/decelerate_interpolator">
|
grow_fade_in.xml | 3 /* //device/apps/common/res/anim/fade_in.xml 21 <set xmlns:android="http://schemas.android.com/apk/res/android">
|
grow_fade_in_center.xml | 3 /* //device/apps/common/res/anim/fade_in.xml 21 <set xmlns:android="http://schemas.android.com/apk/res/android">
|
grow_fade_in_from_bottom.xml | 3 /* //device/apps/common/res/anim/fade_in.xml 21 <set xmlns:android="http://schemas.android.com/apk/res/android">
|
input_method_enter.xml | 3 /* //device/apps/common/res/anim/fade_in.xml 21 <set xmlns:android="http://schemas.android.com/apk/res/android"
|
input_method_exit.xml | 3 /* //device/apps/common/res/anim/fade_out.xml 20 <set xmlns:android="http://schemas.android.com/apk/res/android"
|
input_method_fancy_enter.xml | 3 /* //device/apps/common/res/anim/fade_in.xml 21 <set xmlns:android="http://schemas.android.com/apk/res/android"
|
input_method_fancy_exit.xml | 3 /* //device/apps/common/res/anim/fade_out.xml 20 <set xmlns:android="http://schemas.android.com/apk/res/android"
|
options_panel_enter.xml | 3 /* //device/apps/common/res/anim/options_panel_enter.xml 21 <set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@anim/decelerate_interpolator">
|
options_panel_exit.xml | 3 /* //device/apps/common/res/anim/options_panel_exit.xml 21 <set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@anim/accelerate_interpolator">
|
search_bar_enter.xml | 3 /* //device/apps/common/res/anim/options_panel_enter.xml 21 <set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@anim/decelerate_interpolator">
|
search_bar_exit.xml | 3 /* //device/apps/common/res/anim/options_panel_exit.xml 21 <set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@anim/accelerate_interpolator">
|
shrink_fade_out.xml | 3 /* //device/apps/common/res/anim/fade_out.xml 20 <set xmlns:android="http://schemas.android.com/apk/res/android">
|
shrink_fade_out_center.xml | 3 /* //device/apps/common/res/anim/fade_out.xml 20 <set xmlns:android="http://schemas.android.com/apk/res/android">
|
shrink_fade_out_from_bottom.xml | 3 /* //device/apps/common/res/anim/fade_out.xml 20 <set xmlns:android="http://schemas.android.com/apk/res/android">
|
slide_in_child_bottom.xml | 3 /* //device/apps/common/res/anim/slide_in_child_bottom.xml 21 <set xmlns:android="http://schemas.android.com/apk/res/android" android:interpolator="@anim/decelerate_interpolator">
|
slide_in_left.xml | 3 /* //device/apps/common/res/anim/slide_in_left.xml 21 <set xmlns:android="http://schemas.android.com/apk/res/android">
|
slide_in_right.xml | 3 /* //device/apps/common/res/anim/slide_in_right.xml 21 <set xmlns:android="http://schemas.android.com/apk/res/android">
|
slide_out_left.xml | 3 /* //device/apps/common/res/anim/slide_out_left.xml 21 <set xmlns:android="http://schemas.android.com/apk/res/android">
|
slide_out_right.xml | 3 /* //device/apps/common/res/anim/slide_out_right.xml 21 <set xmlns:android="http://schemas.android.com/apk/res/android">
|
Completed in 113 milliseconds
<<21222324252627282930>>