HomeSort by relevance Sort by last modified time
    Searched defs:res (Results 276 - 300 of 6075) sorted by null

<<11121314151617181920>>

  /external/curl/tests/libtest/
lib547.c 82 CURLcode res; local
122 res = curl_easy_perform(curl);
129 return (int)res;
lib570.c 33 int res; local
60 res = TEST_ERR_MAJOR_BAD;
67 res = curl_easy_perform(curl);
68 if(res != (int)CURLE_RTSP_CSEQ_ERROR) {
70 res = TEST_ERR_MAJOR_BAD;
81 res = TEST_ERR_MAJOR_BAD;
88 res = curl_easy_perform(curl);
89 if(res)
96 res = TEST_ERR_MAJOR_BAD;
103 res = curl_easy_perform(curl)
    [all...]
lib578.c 54 CURLcode res = CURLE_OK; local
95 /* Perform the request, res will get the return code */
96 res = curl_easy_perform(curl);
104 return res;
lib599.c 45 CURLcode res = CURLE_OK; local
76 /* Perform the request, res will get the return code */
77 res = curl_easy_perform(curl);
79 if(!res) {
81 res = curl_easy_getinfo(curl, CURLINFO_CONTENT_LENGTH_DOWNLOAD,
96 return res;
  /external/curl/tests/unit/
unit1600.c 31 int res = CURLE_OK; local
37 return res;
unit1605.c 30 int res = CURLE_OK; local
36 return res;
  /external/elfutils/libasm/
disasm_str.c 68 int res = INTUSE(disasm_cb) (ctx, startp, end, addr, fmt, buffer_cb, &buffer, local
71 return res;
  /external/elfutils/libebl/
ebldynamictagname.c 42 const char *res = ebl != NULL ? ebl->dynamic_tag_name (tag, buf, len) : NULL; local
44 if (res == NULL)
59 res = stdtags[tag];
62 res = "VERSYM";
72 res = valrntags[tag - DT_GNU_PRELINKED];
83 res = addrrntags[tag - DT_GNU_HASH];
93 res = suntags[tag - DT_RELACOUNT];
96 res = "AUXILIARY";
98 res = "FILTER";
103 res = buf
    [all...]
eblmachineflagname.c 42 const char *res; local
45 res = "";
83 res = buf;
86 return res;
  /external/glide/library/src/main/java/com/bumptech/glide/manager/
ConnectivityMonitorFactory.java 13 final int res = context.checkCallingOrSelfPermission("android.permission.ACCESS_NETWORK_STATE"); local
14 final boolean hasPermission = res == PackageManager.PERMISSION_GRANTED;
  /external/icu/icu4c/source/i18n/
udateintervalformat.cpp 83 UnicodeString res; local
87 res.setTo(result, 0, resultCapacity);
95 ((const DateIntervalFormat*)formatter)->format( &interval, res, fp, *status );
104 return res.extract(result, resultCapacity, *status);
  /external/libcxx/test/std/utilities/tuple/tuple.general/
ignore.pass.cpp 25 auto& res = (std::ignore = 42); local
26 assert(&res == &std::ignore);
  /external/libopus/silk/arm/
SigProc_FIX_armv5e.h 35 opus_int32 res; local
39 : "=r"(res)
42 return res;
50 opus_int32 res; local
54 : "=r"(res)
57 return res;
  /external/libxml2/python/tests/
reader.py 307 res = ""
309 res=res + "%s (%s) [%s] %d %d\n" % (reader.NodeType(),reader.Name(),
314 res = res + "-- %s (%s) [%s] %d %d\n" % (reader.NodeType(),
317 return res
328 res = tst_reader(doc) variable
329 if res != expect:
331 print(res)
340 res = tst_reader(doc variable
356 res = tst_reader(doc) variable
366 res = tst_reader(doc) variable
380 res = tst_reader(doc) variable
392 res = tst_reader(doc) variable
402 res = tst_reader(doc) variable
427 res = tst_reader(doc) variable
    [all...]
reader3.py 125 res="" variable
139 res = res + "%s %s %d %d\n" % (reader.NodeType(),reader.Name(),
142 if res != expect:
144 print(res)
tstxpath.py 26 res = ctxt.xpathEval("//*") variable
27 if len(res) != 2:
30 if res[0].name != "doc" or res[1].name != "foo":
37 res = ctxt.xpathEval("foo(1)")
38 if res != 2:
44 res = ctxt.xpathEval("bar(1)") variable
45 if res != "3":
xpathext.py 16 res = ctxt.xpathEval("//*") variable
17 if len(res) != 2:
20 if res[0].name != "doc" or res[1].name != "foo":
28 res = ctxt.xpathEval("foo(1)")
29 if res != 2:
35 res = ctxt.xpathEval("bar(1)") variable
36 if res != "3":
xpathret.py 28 res = ctxt.xpathEval("foo('hello')") variable
29 if type(res) != type([]):
32 if len(res) != 1:
35 node = res[0]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock_getres/
6-2.c 33 struct timespec res; local
42 printf("clock_getres(%d, &res);\n", invalid_tests[i]);
43 if (clock_getres(invalid_tests[i], &res) == -1) {
  /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/mesa3d/src/gallium/auxiliary/util/
u_debug_describe.c 70 char res[128]; local
71 debug_describe_resource(res, ptr->texture);
72 util_sprintf(buf, "pipe_surface<%s,%u,%u,%u>", res, ptr->u.tex.level, ptr->u.tex.first_layer, ptr->u.tex.last_layer);
78 char res[128]; local
79 debug_describe_resource(res, ptr->texture);
80 util_sprintf(buf, "pipe_sampler_view<%s,%s>", res, util_format_short_name(ptr->format));
86 char res[128]; local
87 debug_describe_resource(res, ptr->resource);
88 util_sprintf(buf, "pipe_image_view<%s,%s>", res,
96 char res[128] local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_resource.c 28 struct pipe_resource *res = nv50_miptree_from_handle(screen, local
30 if (res)
31 nv04_resource(res)->vtbl = &nvc0_miptree_vtbl;
32 return res;
  /external/parameter-framework/upstream/utility/
convert.hpp 165 Via res; local
167 if (!convertTo<Via>(str, res)) {
171 if ((res > std::numeric_limits<T>::max()) or (res < std::numeric_limits<T>::min())) {
175 result = static_cast<T>(res);
  /external/perfetto/src/base/test/
vm_test_utils.cc 45 int res = mincore(start, size, page_states.get()); local
48 if (res == -1 && errno == ENOMEM)
50 EXPECT_EQ(0, res);
  /external/python/cpython3/Programs/
python.c 24 int i, res; local
69 res = Py_Main(argc, argv_copy);
80 return res;

Completed in 716 milliseconds

<<11121314151617181920>>