HomeSort by relevance Sort by last modified time
    Searched refs:res (Results 426 - 450 of 9831) sorted by null

<<11121314151617181920>>

  /external/apache-xml/src/main/java/org/apache/xml/utils/res/
XResources_it.java 21 package org.apache.xml.utils.res;
XResources_sv.java 21 package org.apache.xml.utils.res;
  /external/autotest/client/site_tests/hardware_Resolution/
hardware_Resolution.py 37 def is_lvds_res(self, res, xrandr_output):
42 search_str = r'LVDS\d+ connected ' + res
60 res = item.split()
61 return '%s%s%s' % (res[1], res[2], res[3])
68 res = self.get_current_res(xrandr_output)
69 if not res or not re.match(r'\d+x\d+$', res):
70 raise error.TestFail('%s is not a valid resolution' % res)
    [all...]
  /external/autotest/client/tests/aio_dio_bugs/src/
aio-free-ring-with-bogus-nr-pages.c 41 long res; local
56 res = io_setup(10000, &ctx);
57 if (res != -ENOMEM) {
59 basename(argv[0]), res);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
NullDigest.java 35 byte[] res = bOut.toByteArray();
37 System.arraycopy(res, 0, out, outOff, res.length);
41 return res.length;
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
inspector_runtime.py 45 res = self._inspector_websocket.SyncRequest(request, timeout)
46 if 'error' in res:
47 raise exceptions.EvaluateException(res['error']['message'])
49 if 'exceptionDetails' in res['result']:
50 details = res['result']['exceptionDetails']
56 if res['result']['result']['type'] == 'undefined':
58 return res['result']['result']['value']
82 res = self._inspector_websocket.SyncRequest(command, timeout)
83 return res
  /external/compiler-rt/test/asan/TestCases/Linux/
shmctl.cc 16 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/asan/TestCases/Posix/
wait4.cc 25 int res; local
27 res = wait4(pid, status, WNOHANG, NULL);
31 res = wait4(pid, &good_status, WNOHANG, ru);
39 return res == -1 ? 1 : 0;
  /external/compiler-rt/test/msan/Linux/
sunrpc.cc 27 bool_t res = FN(&xdrs, &x); local
30 assert(res == TRUE);
35 res = FN(&xdrs, &y);
36 assert(res == TRUE);
  /external/compiler-rt/test/sanitizer_common/TestCases/Posix/
getpass.cc 24 int res = read(master, buf, sizeof(buf)); local
25 write(1, buf, res);
27 while ((res = read(master, buf, sizeof(buf))) > 0) write(1, buf, res);
  /external/curl/docs/examples/
post-callback.c 58 CURLcode res; local
66 res = curl_global_init(CURL_GLOBAL_DEFAULT);
68 if(res != CURLE_OK) {
70 curl_easy_strerror(res));
104 res = curl_easy_setopt(curl, CURLOPT_HTTPHEADER, chunk);
127 res = curl_easy_setopt(curl, CURLOPT_HTTPHEADER, chunk);
133 /* Perform the request, res will get the return code */
134 res = curl_easy_perform(curl);
136 if(res != CURLE_OK)
138 curl_easy_strerror(res));
    [all...]
smtp-expn.c 43 CURLcode res; local
59 res = curl_easy_perform(curl);
62 if(res != CURLE_OK)
64 curl_easy_strerror(res));
  /external/curl/tests/libtest/
lib519.c 28 CURLcode res; local
48 res = curl_easy_perform(curl);
53 res = curl_easy_perform(curl);
60 return (int)res;
  /external/elfutils/libdw/
dwarf_decl_line.c 55 int res = INTUSE(dwarf_formudata) (INTUSE(dwarf_attr_integrate) local
58 if (res == 0)
63 res = -1;
69 return res;
  /external/elfutils/libebl/
ebldynamictagcheck.c 41 bool res = ebl != NULL ? ebl->dynamic_tag_check (tag) : false; local
43 if (!res
51 res = true;
53 return res;
  /external/ltp/testcases/kernel/syscalls/futex/
futex_wake03.c 43 int res, i, cnt; local
45 res = futex_wake(futex, nr_children, 0);
47 if (res != nr_children) {
50 res, nr_children);
55 while (waitpid(-1, &res, WNOHANG) > 0)
74 int i, res; local
96 res = futex_wake(futex, 1, 0);
98 if (res) {
100 res);
futex_wake04.c 120 int res; local
122 res = futex_wait(futex2, *futex2, &to, 0);
123 if (!res)
134 int hpsz, pgsz, res; local
163 res = pthread_create(&th1, NULL, wait_thread1, NULL);
164 if (res) {
166 tst_strerrno(res));
169 res = pthread_create(&th2, NULL, wait_thread2, NULL);
170 if (res) {
172 tst_strerrno(res));
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
5-1.c 36 void *res; local
48 pthread_join(new_th, &res);
50 if ((long)res != i) {
52 (long)res, i);
  /external/ppp/pppd/plugins/radius/
lock.c 19 int res; local
27 res = fcntl(fd, F_SETLK, &fl);
29 if ((res == -1) && (errno == EAGAIN))
32 return res;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/reference/
BaseMethodReference.java 65 int res = getDefiningClass().compareTo(o.getDefiningClass()); local
66 if (res != 0) return res;
67 res = getName().compareTo(o.getName());
68 if (res != 0) return res;
69 res = getReturnType().compareTo(o.getReturnType());
70 if (res != 0) return res;
  /external/squashfs-tools/squashfs-tools/
lzma_wrapper.c 38 int res; local
40 res = LzmaCompress(dest + LZMA_HEADER_SIZE, &outlen, src, size, dest,
43 if(res == SZ_ERROR_OUTPUT_EOF) {
50 if(res != SZ_OK) {
55 *error = res;
87 int res; local
99 res = LzmaUncompress(dest, &outlen, src + LZMA_HEADER_SIZE, &inlen, src,
102 if(res == SZ_OK)
105 *error = res;
  /external/valgrind/VEX/test/
test-i386.h 9 #define EXECOP2(size, res, s1, flags) \
15 : "=q" (res), "=g" (flags)\
16 : "q" (s1), "0" (res), "1" (flags));
18 #define EXECOP1(size, res, flags) \
24 : "=q" (res), "=g" (flags)\
25 : "0" (res), "1" (flags));
30 int res, flags; local
31 res = s0;
33 EXECOP1("", res, flags);
36 stringify(OP) "l", s0, res, iflags, flags & CC_MASK)
44 int res, flags; local
58 int res, flags; local
73 int res, flags; local
87 int res, flags; local
101 int res, flags; local
    [all...]
  /external/valgrind/drd/tests/
pth_barrier_thr_cr.c 31 int res, i; local
34 res = pthread_barrier_init(s_barrier, NULL, barrier_participants);
35 assert(res == 0);
40 res = pthread_create(&tid[i], NULL, thread, NULL);
41 assert(res == 0);
44 res = pthread_join(tid[i], NULL);
45 assert(res == 0);
49 res = pthread_barrier_destroy(s_barrier);
50 assert(res == 0);
  /external/valgrind/memcheck/tests/x86-linux/
scalar_exit_group.c 8 int res __attribute__((unused)); local
  /external/webp/src/dsp/
cost_mips_dsp_r2.c 18 static int GetResidualCost(int ctx0, const VP8Residual* const res) {
21 int n = res->first;
23 int p0 = res->prob[n][ctx0][0];
24 CostArrayPtr const costs = res->costs;
30 const int16_t* res_coeffs = res->coeffs;
31 const int res_last = res->last;
37 if (res->last < 0) {
81 const int v = abs(res->coeffs[n]);
87 const int last_p0 = res->prob[b][ctx][0];

Completed in 643 milliseconds

<<11121314151617181920>>