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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/docs/html/sdk/api_diff/8/changes/
android.content.res.Configuration.html 10 android.content.res.Configuration
74 Class android.content.res.<A HREF="../../../../reference/android/content/res/Configuration.html" target="_top"><font size="+2"><code>Configuration</code></font></A>
86 <A NAME="android.content.res.Configuration.readFromParcel_added(android.os.Parcel)"></A>
87 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/content/res/Configuration.html#readFromParcel(android.os.Parcel)" target="_top"><code>readFromParcel</code></A>(<code>Parcel</code>)</nobr>
93 <A NAME="android.content.res.Configuration.setTo_added(android.content.res.Configuration)"></A>
94 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/content/res/Configuration.html#setTo(android.content.res.Configuration)" target="_top"><code>setTo</code></A>(<code>Configuration</code>)</nobr>
109 <A NAME="android.content.res.Configuration.UI_MODE_NIGHT_MASK"></A
    [all...]
  /external/icu4c/test/intltest/
cntabcol.cpp 25 uint32_t i = 0, res = 0; local
39 res = uprv_cnttab_getCE(testTable, 0, i, &status);
44 if(res != i) {
45 errln("Error: expected %i, got %i\n", i, res);
76 uint32_t i = 0, res = 0; local
89 res = uprv_cnttab_getCE(testTable, i, 0, &status);
94 if(res != i) {
95 errln("Error: expected %i, got %i\n", i, res);
106 int32_t i = 0, res = 0; local
123 res = uprv_cnttab_getCE(testTable, i, 0, &status)
147 uint32_t i = 0, res = 0; local
174 uint32_t res = uprv_cnttab_changeLastCE(testTable, 1, 0xABCD, &status); local
    [all...]
  /cts/tests/res/xml/
base_attributes.xml 17 <alias xmlns:android="http://schemas.android.com/apk/res/android">
19 <Attributes xmlns:android="http://schemas.android.com/apk/res/android"
24 <Attributes xmlns:android="http://schemas.android.com/apk/res/android"
29 <Attributes xmlns:android="http://schemas.android.com/apk/res/android"
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/pkcs7/
SignedData.java 108 StringBuilder res = new StringBuilder(); local
109 res.append("---- SignedData:"); //$NON-NLS-1$
110 res.append("\nversion: "); //$NON-NLS-1$
111 res.append(version);
112 res.append("\ndigestAlgorithms: "); //$NON-NLS-1$
113 res.append(digestAlgorithms.toString());
114 res.append("\ncontentInfo: "); //$NON-NLS-1$
115 res.append(contentInfo.toString());
116 res.append("\ncertificates: "); //$NON-NLS-1$
118 res.append(certificates.toString())
    [all...]
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/tsp/
TimeStampReq.java 85 StringBuilder res = new StringBuilder(); local
86 res.append("-- TimeStampReq:");
87 res.append("\nversion : ");
88 res.append(version);
89 res.append("\nmessageImprint: ");
90 res.append(messageImprint);
91 res.append("\nreqPolicy: ");
92 res.append(reqPolicy);
93 res.append("\nnonce: ");
94 res.append(nonce)
    [all...]
  /development/samples/ApiDemos/res/layout/
videoview.xml 2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/res/layout/
notes_row.xml 3 xmlns:android="http://schemas.android.com/apk/res/android"
  /development/tutorials/NotepadCodeLab/Notepadv2/res/layout/
notes_row.xml 2 <TextView android:id="@+id/text1" xmlns:android="http://schemas.android.com/apk/res/android"
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/res/layout/
notes_row.xml 2 <TextView android:id="@+id/text1" xmlns:android="http://schemas.android.com/apk/res/android"
  /development/tutorials/NotepadCodeLab/Notepadv3/res/layout/
notes_row.xml 2 <TextView android:id="@+id/text1" xmlns:android="http://schemas.android.com/apk/res/android"
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/res/layout/
notes_row.xml 2 <TextView android:id="@+id/text1" xmlns:android="http://schemas.android.com/apk/res/android"
  /external/bison/data/
location.cc 95 operator+= (position& res, const int width)
97 res.columns (width);
98 return res;
105 position res = begin;
106 return res += width;
111 operator-= (position& res, const int width)
113 return res += -width;
208 location res = begin;
209 res.end = end.end;
210 return res;
    [all...]
  /external/bluetooth/glib/gmodule/
makefile.msc.in 29 gmodule.res : gmodule.rc
30 rc -DBUILDNUMBER=0 -r -fo gmodule.res gmodule.rc
32 libgmodule-2.0-@LT_CURRENT_MINUS_AGE@.dll : $(gmodule_OBJECTS) gmodule.def gmodule.res
33 $(CC) $(CFLAGS) -LD -Fe$@ $(gmodule_OBJECTS) gmodule.res \
  /external/bluetooth/glib/gthread/
makefile.msc.in 21 gthread.res : gthread.rc
22 rc -DBUILDNUMBER=0 -r -fo gthread.res gthread.rc
24 libgthread-2.0-@LT_CURRENT_MINUS_AGE@.dll : $(gthread_OBJECTS) gthread.def gthread.res
25 $(CC) $(CFLAGS) -LD -Fe$@ $(gthread_OBJECTS) gthread.res \
  /external/elfutils/libebl/
ebldynamictagcheck.c 28 bool res = ebl != NULL ? ebl->dynamic_tag_check (tag) : false; local
30 if (!res
38 res = true;
40 return res;
  /external/emma/
Android.mk 16 LOCAL_JAVA_RESOURCE_DIRS := core/res pregenerated/res
32 LOCAL_JAVA_RESOURCE_DIRS := core/res pregenerated/res
  /external/iproute2/tc/
p_icmp.c 30 int res = -1; local
40 res = parse_u8(&argc, &argv, 0);
45 res = parse_u8(&argc, &argv, 1);
54 return res;
  /external/kernel-headers/original/linux/
calc64.h 38 long res; local
41 res = -div_long_long_rem(-dividend, divisor, remainder);
44 res = div_long_long_rem(dividend, divisor, remainder);
46 return res;
  /external/libffi/testsuite/libffi.call/
cls_double.c 28 double res; local
45 res = (*((cls_ret_double)pcl))(21474.789);
47 printf("res: %.6f\n", res);
cls_float.c 29 float res; local
46 res = ((((cls_ret_float)pcl)(-2122.12)));
48 printf("res: %.6f\n", res);
cls_schar.c 29 signed char res; local
46 res = (*((cls_ret_schar)pcl))(127);
48 printf("res: %d\n", res);
cls_sint.c 27 signed int res; local
44 res = (*((cls_ret_sint)pcl))(65534);
46 printf("res: %d\n",res);
cls_sshort.c 27 signed short res; local
44 res = (*((cls_ret_sshort)pcl))(255);
46 printf("res: %d\n",res);
cls_uchar.c 27 unsigned char res; local
44 res = (*((cls_ret_uchar)pcl))(127);
46 printf("res: %d\n",res);
cls_uint.c 28 unsigned int res; local
45 res = (*((cls_ret_uint)pcl))(2147483647);
47 printf("res: %d\n",res);

Completed in 725 milliseconds

1 2 3 4 5 6 78 91011>>