/frameworks/base/libs/utils/ |
CallStack.cpp | 288 String8 res; local 296 if (!ip) return res; 298 if (prefix) res.append(prefix); 300 res.append(tmp1); 308 res.append(tmp1); 309 res.append(name); 310 res.append(tmp2); 316 res.append(tmp); 318 res.append("\n"); 320 return res; 338 String8 res; local [all...] |
/system/core/toolbox/ |
getevent.c | 33 int res, res2; local 39 res = ioctl(fd, EVIOCGBIT(i, bits_size), bits); 40 if(res < bits_size) 42 bits_size = res + 16; 55 res2 = ioctl(fd, EVIOCGKEY(res), bits + bits_size); 68 res2 = ioctl(fd, EVIOCGLED(res), bits + bits_size); 72 res2 = ioctl(fd, EVIOCGSND(res), bits + bits_size); 92 for(j = 0; j < res; j++) { 229 int res; local 237 res = read(nfd, event_buf, sizeof(event_buf)) 311 int res; local [all...] |
/external/icu4c/i18n/ |
udat.cpp | 108 Format *res = ((DateFormat*)fmt)->clone(); 110 if(res == 0) { 115 return (UDateFormat*) res; 128 UnicodeString res; 132 res.setTo(result, 0, resultLength); 140 ((DateFormat*)format)->format(dateToFormat, res, fp); 147 return res.extract(result, resultLength, *status); 162 UDate res; local 170 res = ((DateFormat*)format)->parse(src, pp); 179 return res; 347 const UnicodeString *res = NULL; local [all...] |
/external/iproute2/lib/ |
utils.c | 34 long res; local 39 res = strtol(arg, &ptr, base); 40 if (!ptr || ptr == arg || *ptr || res > INT_MAX || res < INT_MIN) 42 *val = res; 83 unsigned long res; local 88 res = strtoul(arg, &ptr, base); 89 if (!ptr || ptr == arg || *ptr || res > UINT_MAX) 91 *val = res; 106 unsigned long res; local 161 unsigned long long res; local 175 unsigned long res; local 189 unsigned long res; local 203 unsigned long res; local 217 long res; local 231 long res; local [all...] |
/external/icu4c/common/ |
uresdata.h | 34 #define RES_GET_TYPE(res) ((UResType)((res)>>28UL)) 35 #define RES_GET_OFFSET(res) ((res)&0x0fffffff) 36 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) 39 #define RES_GET_INT(res) (((int32_t)((res)<<4L))>>4L) 40 #define RES_GET_UINT(res) ((res)&0x0fffffff [all...] |
/frameworks/base/docs/html/sdk/api_diff/3/changes/ |
android.content.res.AssetFileDescriptor.html | 10 android.content.res.AssetFileDescriptor 74 Class android.content.res.<A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html" target="_top"><font size="+2"><code>AssetFileDescriptor</code></font></A> 87 <A NAME="android.content.res.AssetFileDescriptor.createInputStream_added()"></A> 88 <nobr><code>FileInputStream</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#createInputStream()" target="_top"><code>createInputStream</code></A>()</nobr> 94 <A NAME="android.content.res.AssetFileDescriptor.createOutputStream_added()"></A> 95 <nobr><code>FileOutputStream</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#createOutputStream()" target="_top"><code>createOutputStream</code></A>()</nobr> 101 <A NAME="android.content.res.AssetFileDescriptor.describeContents_added()"></A> 102 <nobr><code>int</code> <A HREF="../../../../reference/android/content/res/AssetFileDescriptor.html#describeContents()" target="_top"><code>describeContents</code></A>()</nobr> 108 <A NAME="android.content.res.AssetFileDescriptor.getDeclaredLength_added()"></A [all...] |
/external/icu4c/data/ |
makedata.mak | 31 .SUFFIXES : .ucm .cnv .dll .dat .res .txt .c 249 BRK_RES_FILES = $(BRK_RES_SOURCE:.txt =.res brkitr\) 250 BRK_RES_FILES = $(BRK_RES_FILES:.txt=.res) 251 BRK_RES_FILES = $(ICUBRK)\root.res $(ICUBRK)\$(BRK_RES_FILES:brkitr\ =) 252 ALL_RES = $(ALL_RES) $(ICUBRK)\res_index.res 269 RB_FILES = root.res $(GENRB_ALIAS_SOURCE:.txt=.res) $(GENRB_ALIAS_SOURCE_LOCAL:.txt=.res) $(GENRB_SOURCE:.txt=.res) 270 ALL_RES = $(ALL_RES) res_index.res [all...] |
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/ |
InfoAccessSyntax.java | 89 StringBuilder res = new StringBuilder(); local 90 res.append("\n---- InfoAccessSyntax:"); //$NON-NLS-1$ 93 res.append('\n'); 94 res.append(it.next()); 97 res.append("\n---- InfoAccessSyntax END\n"); //$NON-NLS-1$ 98 return res.toString();
|
/external/webkit/WebKit/chromium/public/ |
WebNode.h | 110 T res; local 111 res.WebNode::assign(*this); 112 return res; 117 T res; local 118 res.WebNode::assign(*this); 119 return res;
|
/cts/tests/tests/content/src/android/content/res/cts/ |
Resources_NotFoundExceptionTest.java | 17 package android.content.res.cts; 19 import android.content.res.Resources; 20 import android.content.res.Resources.NotFoundException;
|
/dalvik/libcore/math/src/main/java/java/math/ |
Multiplication.java | 160 BigInteger res = powerOfFive; local 165 res = res.multiply(powerOfFive); 168 res = res.multiply(bigFivePows[1].pow(intExp)); 170 res = res.shiftLeft(Integer.MAX_VALUE); 173 res = res.shiftLeft(Integer.MAX_VALUE); 176 res = res.shiftLeft(intExp) [all...] |
/dalvik/libcore/security/src/test/java/tests/targets/security/ |
MessageDigestTest.java | 239 String res; local 242 res = Integer.toHexString(computedDigest[i] & 0xFF); 243 sb.append((res.length() == 1 ? "0" : "") + res); 275 String res; local 278 res = Integer.toHexString(computedDigest[i] & 0xFF); 279 sb.append((res.length() == 1 ? "0" : "") + res); 311 String res; local 314 res = Integer.toHexString(computedDigest[i] & 0xFF) [all...] |
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
SSLStreamedInput.java | 50 int res = in.read(); local 51 if (res < 0) { 54 return res;
|
/external/bluetooth/glib/gio/tests/ |
memory-input-stream.c | 38 gboolean res; local 62 res = g_seekable_seek (G_SEEKABLE (stream), 0, G_SEEK_SET, NULL, &error); 63 g_assert_cmpint (res, ==, TRUE);
|
/external/dropbear/libtomcrypt/src/math/ |
rand_prime.c | 22 int err, res, type; local 69 if ((err = mp_prime_is_prime(N, 8, &res)) != CRYPT_OK) { 73 } while (res == LTC_MP_NO);
|
/external/dropbear/libtommath/ |
bn_mp_div_2.c | 21 int x, res, oldused; local 25 if ((res = mp_grow (b, a->used)) != MP_OKAY) { 26 return res;
|
bn_mp_lshd.c | 21 int x, res; local 30 if ((res = mp_grow (a, a->used + b)) != MP_OKAY) { 31 return res;
|
bn_mp_mul_d.c | 24 int ix, res, olduse; local 28 if ((res = mp_grow (c, a->used + 1)) != MP_OKAY) { 29 return res;
|
/external/icu4c/samples/legacy/ |
newcol.cpp | 44 UCollationResult res = ucol_strcoll(compareCollator, (UChar *) string1, -1, (UChar *) string2, -1); local 45 if(res == UCOL_LESS) { 47 } else if(res == UCOL_GREATER) {
|
/external/kernel-headers/original/linux/ |
ktime.h | 88 /* Add two ktime_t variables. res = lhs + rhs: */ 94 * res = kt + nsval: 152 ktime_t res; local 154 res.tv64 = lhs.tv64 - rhs.tv64; 155 if (res.tv.nsec < 0) 156 res.tv.nsec += NSEC_PER_SEC; 158 return res; 170 ktime_t res; local 172 res.tv64 = add1.tv64 + add2.tv64; 181 if (res.tv.nsec >= NSEC_PER_SEC [all...] |
/external/stlport/test/unit/ |
transform_test.cpp | 68 string res; local 69 transform(n, n + count, trans, back_inserter(res), map_char); 70 CPPUNIT_ASSERT( res == "Hello World!" )
|
/external/v8/test/cctest/ |
test-assembler-arm.cc | 81 int res = reinterpret_cast<int>(CALL_GENERATED_CODE(f, 3, 4, 0, 0, 0)); variable 82 ::printf("f() = %d\n", res); 83 CHECK_EQ(7, res); 118 int res = reinterpret_cast<int>(CALL_GENERATED_CODE(f, 100, 0, 0, 0, 0)); variable 119 ::printf("f() = %d\n", res); 120 CHECK_EQ(5050, res); 164 int res = reinterpret_cast<int>(CALL_GENERATED_CODE(f, 10, 0, 0, 0, 0)); variable 165 ::printf("f() = %d\n", res); 166 CHECK_EQ(3628800, res); 215 int res = reinterpret_cast<int>(CALL_GENERATED_CODE(f, &t, 0, 0, 0, 0)) variable [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
AnimatedRotateDrawable.java | 22 import android.content.res.Resources; 23 import android.content.res.TypedArray; 51 private AnimatedRotateDrawable(AnimatedRotateState rotateState, Resources res) { 52 mState = new AnimatedRotateState(rotateState, this, res); 232 final int res = a.getResourceId(R.styleable.AnimatedRotateDrawable_drawable, 0); local 234 if (res > 0) { 235 drawable = r.getDrawable(res); 300 Resources res) { 302 if (res != null) { 303 mDrawable = source.mDrawable.getConstantState().newDrawable(res); [all...] |
RotateDrawable.java | 25 import android.content.res.Resources; 26 import android.content.res.TypedArray; 67 private RotateDrawable(RotateState rotateState, Resources res) { 68 mState = new RotateState(rotateState, this, res); 235 int res = a.getResourceId( local 238 if (res > 0) { 239 drawable = r.getDrawable(res); 308 public RotateState(RotateState source, RotateDrawable owner, Resources res) { 310 if (res != null) { 311 mDrawable = source.mDrawable.getConstantState().newDrawable(res); [all...] |
/packages/apps/AccountsAndSyncSettings/res/layout/ |
manage_accounts_screen.xml | 3 /* //device/apps/common/assets/res/layout/list_content.xml 20 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 25 <ListView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@android:id/list"
|