Searched refs:res (Results 151 - 175 of 3022) sorted by relevance

1234567891011>>

/external/elfutils/0.153/libebl/
H A Deblsymboltypename.c66 const char *res; local
68 res = ebl != NULL ? ebl->symbol_type_name (symbol, buf, len) : NULL;
69 if (res == NULL)
84 res = stt_names[symbol];
100 res = buf;
104 return res;
H A Debldynamictagcheck.c64 bool res = ebl != NULL ? ebl->dynamic_tag_check (tag) : false; local
66 if (!res
74 res = true;
76 return res;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/reference/
H A DBaseFieldReference.java61 int res = getDefiningClass().compareTo(o.getDefiningClass());
62 if (res != 0) return res;
63 res = getName().compareTo(o.getName());
64 if (res != 0) return res;
/external/valgrind/main/none/tests/amd64/
H A Dbug132918.c10 static void do_fprem ( Res* res, double x, double y ) argument
31 res->d = f64;
32 res->i = (int)(c3210 & 0x4700); /* mask for C3,2,1,0 */
35 static void show ( char* s, Res* res )
37 printf("%s -> 0x%04x %f\n", s, (int)res->i, (double)res->d);
/external/valgrind/main/none/tests/arm/
H A Dintdiv.c9 UInt res; local
12 : "=r"(res) : "r"(x), "r"(y) : "r3", "r9", "r10"
14 return res;
19 UInt res; local
22 : "=r"(res) : "r"(x), "r"(y) : "r3", "r9", "r10"
24 return res;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc40 // COMMON_SYSCALL_POST_FORK(long res)
84 # define COMMON_SYSCALL_POST_FORK(res) {}
159 POST_SYSCALL(recvmsg)(long res, long sockfd, sanitizer_kernel_msghdr *msg,
161 if (res >= 0) {
176 POST_SYSCALL(recvmmsg)(long res, long fd, sanitizer_kernel_mmsghdr *msg,
178 if (res >= 0) {
197 POST_SYSCALL(read)(long res, long fd, void *buf, uptr count) {
198 if (res > 0 && buf) {
199 POST_WRITE(buf, res);
205 POST_SYSCALL(time)(long res, voi
[all...]
/external/deqp/framework/delibs/dethread/unix/
H A DdeNamedSemaphoreUnix.c74 int res; local
78 res = sem_close(sem->semaphore);
79 DE_ASSERT(res == 0);
80 res = sem_unlink(name);
81 DE_ASSERT(res == 0);
82 DE_UNREF(res);
89 int res = sem_post(sem); local
90 DE_ASSERT(res == 0);
91 DE_UNREF(res);
97 int res local
[all...]
/external/lzma/CPP/Common/
H A DMyString.cpp24 wchar_t *res = CharUpperW((LPWSTR)(UINT_PTR)(unsigned int)c); local
25 if (res != 0 || ::GetLastError() != ERROR_CALL_NOT_IMPLEMENTED)
26 return (wchar_t)(unsigned int)(UINT_PTR)res;
42 wchar_t *res = CharLowerW((LPWSTR)(UINT_PTR)(unsigned int)c); local
43 if (res != 0 || ::GetLastError() != ERROR_CALL_NOT_IMPLEMENTED)
44 return (wchar_t)(unsigned int)(UINT_PTR)res;
60 wchar_t *res = CharUpperW(s); local
61 if (res != 0 || ::GetLastError() != ERROR_CALL_NOT_IMPLEMENTED)
62 return res;
72 wchar_t *res local
[all...]
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.c112 res_write16(struct SRBRoot *bundle, struct SResource *res,
131 struct SRBRoot *bundle, struct SResource *res,
141 struct SRBRoot *bundle, struct SResource *res,
220 string_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) { argument
222 if ((same = res->u.fString.fSame) != NULL) {
228 res->fRes = same->fRes;
229 res->fWritten = same->fWritten;
234 array_write16(struct SRBRoot *bundle, struct SResource *res, argument
242 if (res->u.fArray.fCount == 0 && gFormatVersion > 1) {
243 res
266 table_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
340 res_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
376 string_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
385 bin_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
400 array_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
416 table_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
439 res_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
493 string_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
504 alias_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
513 array_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
535 intvector_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
546 bin_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
565 table_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
604 res_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
839 struct SResource *res; local
870 struct SResource *res = res_open(bundle, tag, comment, status); local
880 struct SResource *res = res_open(bundle, tag, comment, status); local
890 const struct SResource *res = (struct SResource *)key.pointer; local
904 struct SResource *res = res_open(bundle, tag, comment, status); local
972 struct SResource *res = res_open(bundle, tag, comment, status); local
997 struct SResource *res = res_open(bundle, tag, comment, status); local
1014 struct SResource *res = res_open(bundle, tag, comment, status); local
1026 struct SResource *res = res_open(bundle, tag, comment, status); local
1182 res_close(struct SResource *res) argument
1234 table_add(struct SResource *table, struct SResource *res, int linenumber, UErrorCode *status) argument
1305 array_add(struct SResource *array, struct SResource *res, UErrorCode *status) argument
1364 res_getKeyString(const struct SRBRoot *bundle, const struct SResource *res, char temp[8]) argument
1637 string_writeUTF16v2(struct SRBRoot *bundle, struct SResource *res, int32_t utf16Length) argument
1714 struct SResource *res = array[i]; local
1757 struct SResource *res = array[i]; local
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.c118 res_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet,
126 res_write16(struct SRBRoot *bundle, struct SResource *res,
145 struct SRBRoot *bundle, struct SResource *res,
155 struct SRBRoot *bundle, struct SResource *res,
159 string_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, argument
161 res->u.fString.fSame = uhash_get(stringSet, res);
162 if (res->u.fString.fSame != NULL) {
166 uhash_put(stringSet, res, res, statu
189 array_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, UErrorCode *status) argument
202 table_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, UErrorCode *status) argument
215 res_preflightStrings(struct SRBRoot *bundle, struct SResource *res, UHashtable *stringSet, UErrorCode *status) argument
320 string_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
331 array_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
363 table_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
437 res_write16(struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
473 string_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
482 bin_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
497 array_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
513 table_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
536 res_preWrite(uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
590 string_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
601 alias_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
610 array_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
632 intvector_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
643 bin_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
662 table_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
701 res_write(UNewDataMemory *mem, uint32_t *byteOffset, struct SRBRoot *bundle, struct SResource *res, UErrorCode *status) argument
936 struct SResource *res; local
967 struct SResource *res = res_open(bundle, tag, comment, status); local
977 struct SResource *res = res_open(bundle, tag, comment, status); local
987 const struct SResource *res = (struct SResource *)key.pointer; local
1004 struct SResource *res = res_open(bundle, tag, comment, status); local
1039 struct SResource *res = res_open(bundle, tag, comment, status); local
1056 struct SResource *res = res_open(bundle, tag, comment, status); local
1068 struct SResource *res = res_open(bundle, tag, comment, status); local
1222 res_close(struct SResource *res) argument
1266 table_add(struct SResource *table, struct SResource *res, int linenumber, UErrorCode *status) argument
1337 array_add(struct SResource *array, struct SResource *res, UErrorCode *status) argument
1396 res_getKeyString(const struct SRBRoot *bundle, const struct SResource *res, char temp[8]) argument
1669 string_writeUTF16v2(struct SRBRoot *bundle, struct SResource *res, int32_t utf16Length) argument
1755 struct SResource *res = array[i]; local
1798 struct SResource *res = array[i]; local
[all...]
/external/apache-http/src/org/apache/http/cookie/
H A DCookieIdentityComparator.java57 int res = c1.getName().compareTo(c2.getName());
58 if (res == 0) {
68 res = d1.compareToIgnoreCase(d2);
70 return res;
/external/apache-xml/src/main/java/org/apache/xml/utils/res/
H A DXResources_de.java21 package org.apache.xml.utils.res;
H A DXResources_en.java21 package org.apache.xml.utils.res;
H A DXResources_es.java21 package org.apache.xml.utils.res;
H A DXResources_fr.java21 package org.apache.xml.utils.res;
H A DXResources_it.java21 package org.apache.xml.utils.res;
H A DXResources_sv.java21 package org.apache.xml.utils.res;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DNullDigest.java35 byte[] res = bOut.toByteArray();
37 System.arraycopy(res, 0, out, outOff, res.length);
41 return res.length;
/external/ceres-solver/internal/ceres/
H A Dsplit.h44 vector<string>* res);
/external/chromium_org/v8/test/mjsunit/es6/debug-promises/
H A Dthrow-eventually-caught.js15 var p0 = new Promise(function(res, rej) { resolve = res; reject = rej; });
24 var q = new Promise(function(res, rej) {
25 res();
/external/clang/test/CodeGenCXX/
H A Dvirtual-base-destructor-call.cpp14 basic_iostream<char> res; variable
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dshmctl.cc16 int res = shmctl(id, IPC_STAT, &ds); local
17 assert(res > -1);
23 res = shmctl(0, SHM_INFO, (struct shmid_ds *)&shmInfo);
24 assert(res > -1);
/external/compiler-rt/test/msan/Linux/
H A Dsunrpc.cc27 bool_t res = FN(&xdrs, &x); local
30 assert(res == TRUE);
35 res = FN(&xdrs, &y);
36 assert(res == TRUE);
/external/ppp/pppd/plugins/radius/
H A Dlock.c19 int res; local
27 res = fcntl(fd, F_SETLK, &fl);
29 if ((res == -1) && (errno == EAGAIN))
32 return res;
/external/smack/src/org/jivesoftware/smack/util/dns/
H A DSRVRecord.java68 int res = other.priority - this.priority;
69 if (res == 0) {
70 res = this.weight - other.weight;
72 return res;

Completed in 397 milliseconds

1234567891011>>