Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 4318) sorted by relevance

12345678910>>...173

/external/flac/oss-fuzz/
Dencoder.cc69 const bool res = encoder.set_streamable_subset(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local
73 const bool res = encoder.set_ogg_serial_number(ds.Get<long>()); in LLVMFuzzerTestOneInput() local
77 const bool res = encoder.set_verify(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local
81 const bool res = encoder.set_compression_level(ds.Get<uint8_t>()); in LLVMFuzzerTestOneInput() local
85 const bool res = encoder.set_do_exhaustive_model_search(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local
89 const bool res = encoder.set_do_mid_side_stereo(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local
93 const bool res = encoder.set_loose_mid_side_stereo(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local
98 const bool res = encoder.set_apodization(s.data()); in LLVMFuzzerTestOneInput() local
102 const bool res = encoder.set_max_lpc_order(ds.Get<uint8_t>()); in LLVMFuzzerTestOneInput() local
106 const bool res = encoder.set_qlp_coeff_precision(ds.Get<uint32_t>()); in LLVMFuzzerTestOneInput() local
[all …]
Dreencoder.cc141 const bool res = encoder.set_streamable_subset(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local
145 const bool res = encoder.set_ogg_serial_number(ds.Get<long>()); in LLVMFuzzerTestOneInput() local
149 const bool res = encoder.set_verify(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local
153 const bool res = encoder.set_compression_level(ds.Get<uint8_t>()); in LLVMFuzzerTestOneInput() local
157 const bool res = encoder.set_do_mid_side_stereo(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local
161 const bool res = encoder.set_loose_mid_side_stereo(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local
165 const bool res = encoder.set_max_lpc_order(ds.Get<uint8_t>()); in LLVMFuzzerTestOneInput() local
169 const bool res = encoder.set_qlp_coeff_precision(ds.Get<uint32_t>()); in LLVMFuzzerTestOneInput() local
173 const bool res = encoder.set_do_escape_coding(ds.Get<bool>()); in LLVMFuzzerTestOneInput() local
177 const bool res = encoder.set_min_residual_partition_order(ds.Get<uint32_t>()); in LLVMFuzzerTestOneInput() local
[all …]
Ddecoder.cc286 const bool res = decoder.flush(); in LLVMFuzzerTestOneInput() local
295 const bool res = decoder.reset(); in LLVMFuzzerTestOneInput() local
304 const bool res = decoder.process_single(); in LLVMFuzzerTestOneInput() local
313 const bool res = decoder.process_until_end_of_metadata(); in LLVMFuzzerTestOneInput() local
322 const bool res = decoder.process_until_end_of_stream(); in LLVMFuzzerTestOneInput() local
331 const bool res = decoder.skip_single_frame(); in LLVMFuzzerTestOneInput() local
340 const bool res = decoder.seek_absolute(ds.Get<uint64_t>()); in LLVMFuzzerTestOneInput() local
349 const bool res = decoder.get_md5_checking(); in LLVMFuzzerTestOneInput() local
358 const bool res = decoder.get_total_samples(); in LLVMFuzzerTestOneInput() local
367 const bool res = decoder.get_channels(); in LLVMFuzzerTestOneInput() local
[all …]
/external/rust/crates/nix/src/
Dunistd.rs294 let res = libc::fork(); localVariable
333 let res = unsafe { libc::setpgid(pid.into(), pgid.into()) }; localVariable
338 let res = unsafe { libc::getpgid(pid.unwrap_or(Pid(0)).into()) }; localVariable
357 let res = unsafe { libc::getsid(pid.unwrap_or(Pid(0)).into()) }; localVariable
371 let res = unsafe { libc::tcgetpgrp(fd) }; localVariable
381 let res = unsafe { libc::tcsetpgrp(fd, pgrp.into()) }; localVariable
429 let res = unsafe { libc::dup(oldfd) }; localVariable
442 let res = unsafe { libc::dup2(oldfd, newfd) }; localVariable
481 let res = path.with_nix_path(|cstr| { localVariable
497 let res = unsafe { libc::fchdir(dirfd) }; localVariable
[all …]
Dfcntl.rs226 let res = old_path.with_nix_path(|old_cstr| { localVariable
264 let res = old_path.with_nix_path(|old_cstr| { localVariable
312 let res = readlink_maybe_at(dirfd, path, &mut v)?; localVariable
345 let res = readlink_maybe_at(dirfd, path, &mut v)?; localVariable
458 let res = unsafe { localVariable
510 let res = unsafe { localVariable
689 let res = unsafe { libc::fallocate(fd, mode.bits(), offset, len) }; localVariable
759 let res = unsafe { libc::fspacectl( localVariable
805 let res = unsafe { libc::fspacectl( localVariable
854 let res = unsafe { libc::posix_fadvise(fd, offset, len, advice as libc::c_int) }; localVariable
[all …]
/external/skia/infra/bots/recipe_modules/flavor/resources/
Dwin_run_and_check_log.ps118 $res = $LastExitCode variable
24 if ($res -ne 0) { variable
25 $res = 1 variable
39 if ($res -eq 0) { variable
40 $res = 2 variable
45 if ($res -ne 0) { variable
47 exit $res variable
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkTypeUtil.inl9 VkOffset2D res; local
17 VkOffset3D res; local
26 VkExtent2D res; local
34 VkExtent3D res; local
43 VkViewport res; local
55 VkComponentMapping res; local
65 VkAllocationCallbacks res; local
77 VkMemoryRequirements res; local
86 VkDescriptorBufferInfo res; local
95 VkDescriptorImageInfo res; local
[all …]
/external/rust/crates/der-parser/tests/
Dprimitive.rs88 let res = parse_ber(&bytes).expect("parsing failed"); in test_unknown_tag() localVariable
98 let res = parse_der(&bytes).expect("parsing failed"); in test_unknown_tag() localVariable
113 let res = parse_ber(&bytes).expect("parsing failed"); in test_unknown_context_specific() localVariable
128 let res = parse_ber(&bytes).expect("parsing failed"); in test_unknown_long_tag() localVariable
147 let res = parse_ber(&bytes).expect("parsing failed"); in test_unknown_longer_tag() localVariable
166 let res = parse_ber(&bytes); in test_incomplete_tag() localVariable
173 let res = parse_ber(&bytes); in test_overflow_tag() localVariable
180 let res = parse_ber(&bytes).err().expect("expected error"); in test_incomplete_length() localVariable
182 let res = parse_der(&bytes).err().expect("expected error"); in test_incomplete_length() localVariable
185 let res = parse_ber(&bytes).err().expect("expected error"); in test_incomplete_length() localVariable
[all …]
/external/eigen/unsupported/test/
Dbessel_functions.cpp34 ArrayType res(21); in array_bessel_functions() local
54 ArrayType res(21); in array_bessel_functions() local
74 ArrayType res(21); in array_bessel_functions() local
94 ArrayType res(21); in array_bessel_functions() local
114 ArrayType res(77); in array_bessel_functions() local
150 ArrayType res(81); in array_bessel_functions() local
186 ArrayType res(42); in array_bessel_functions() local
211 ArrayType res(42); in array_bessel_functions() local
238 ArrayType res(42); in array_bessel_functions() local
265 ArrayType res(42); in array_bessel_functions() local
[all …]
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkTypeUtil.inl9 VkExtent2D res; local
17 VkExtent3D res; local
26 VkOffset2D res; local
34 VkOffset3D res; local
43 VkDispatchIndirectCommand res; local
52 VkDrawIndexedIndirectCommand res; local
63 VkDrawIndirectCommand res; local
73 VkImageSubresourceRange res; local
84 VkAllocationCallbacks res; local
96 VkMemoryRequirements res; local
[all …]
/external/crosvm/serde_keyvalue/src/
Dkey_values.rs936 let res = from_key_values::<SingleStruct<usize>>("m=54").unwrap(); in deserialize_number() localVariable
939 let res = from_key_values::<SingleStruct<isize>>("m=-54").unwrap(); in deserialize_number() localVariable
943 let res = from_key_values::<SingleStruct<u32>>("m=-54").unwrap_err(); in deserialize_number() localVariable
954 let res = from_key_values::<SingleStruct<i32>>(&format!("m={}", val)).unwrap_err(); in deserialize_number() localVariable
964 let res = from_key_values::<SingleStruct<usize>>("m=test").unwrap_err(); in deserialize_number() localVariable
974 let res: SingleStruct<usize> = in deserialize_number() localVariable
977 let res: SingleStruct<isize> = in deserialize_number() localVariable
982 let res: ParseError = from_key_values::<SingleStruct<usize>>("m=0xg").unwrap_err(); in deserialize_number() localVariable
992 let res: SingleStruct<usize> = from_key_values::<SingleStruct<usize>>("m=0o755").unwrap(); in deserialize_number() localVariable
994 let res: SingleStruct<isize> = from_key_values::<SingleStruct<isize>>("m=-0o755").unwrap(); in deserialize_number() localVariable
[all …]
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h26 #define __sanitizer_syscall_post_time(res, tloc) \ argument
30 #define __sanitizer_syscall_post_stime(res, tptr) \ argument
34 #define __sanitizer_syscall_post_gettimeofday(res, tv, tz) \ argument
38 #define __sanitizer_syscall_post_settimeofday(res, tv, tz) \ argument
42 #define __sanitizer_syscall_post_adjtimex(res, txc_p) \ argument
46 #define __sanitizer_syscall_post_times(res, tbuf) \ argument
49 #define __sanitizer_syscall_post_gettid(res) \ argument
53 #define __sanitizer_syscall_post_nanosleep(res, rqtp, rmtp) \ argument
57 #define __sanitizer_syscall_post_alarm(res, seconds) \ argument
60 #define __sanitizer_syscall_post_getpid(res) \ argument
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/c.strings/
Dcstring.pass.cpp55 const char* res = std::strchr(s, 'l'); in main() local
63 char* res = std::strchr(s, 'l'); in main() local
72 const char* res = std::strpbrk(s, "el"); in main() local
80 char* res = std::strpbrk(s, "el"); in main() local
89 const char* res = std::strrchr(s, 'l'); in main() local
97 char* res = std::strrchr(s, 'l'); in main() local
107 const void* res = std::memchr(s, 'l', count); in main() local
116 void* res = std::memchr(s, 'l', count); in main() local
125 const char* res = std::strstr(s, "wor"); in main() local
133 char* res = std::strstr(s, "wor"); in main() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dstring_h.pass.cpp53 const char* res = strchr(s, 'l'); in main() local
61 char* res = strchr(s, 'l'); in main() local
70 const char* res = strpbrk(s, "el"); in main() local
78 char* res = strpbrk(s, "el"); in main() local
87 const char* res = strrchr(s, 'l'); in main() local
95 char* res = strrchr(s, 'l'); in main() local
105 const void* res = memchr(s, 'l', count); in main() local
114 void* res = memchr(s, 'l', count); in main() local
123 const char* res = strstr(s, "wor"); in main() local
131 char* res = strstr(s, "wor"); in main() local
/external/crosvm/vhost/tests/
Dunix.rs49 let res = vhost_net.set_owner(); in set_owner() localVariable
56 let res = vhost_net.get_features(); in get_features() localVariable
63 let res = vhost_net.set_features(0); in set_features() localVariable
71 let res = vhost_net.set_mem_table(&gm); in set_mem_table() localVariable
78 let res = vhost_net.set_vring_num(0, 1); in set_vring_num() localVariable
86 let res = vhost_net.set_vring_addr( in set_vring_addr() localVariable
103 let res = vhost_net.set_vring_base(0, 1); in set_vring_base() localVariable
110 let res = vhost_net.set_vring_call(0, &Event::new().unwrap()); in set_vring_call() localVariable
117 let res = vhost_net.set_vring_kick(0, &Event::new().unwrap()); in set_vring_kick() localVariable
/external/perfetto/src/protozero/filtering/
Dstring_filter_unittest.cc30 std::string res = "B|1234|foo 1234 bar baz"; in TEST() local
40 std::string res = "B|1234|foo 1234"; in TEST() local
50 std::string res = "B|1234|fooo"; in TEST() local
60 std::string res = "B|1234|foo 1234 bar baz"; in TEST() local
70 std::string res = "B|1234|"; in TEST() local
80 std::string res = "B|1234|foo 1234 bar baz"; in TEST() local
90 std::string res = "B|1234|foo 1234"; in TEST() local
100 std::string res = "B|1234|foo 1234 bar baz"; in TEST() local
110 std::string res = "B|1234|foo 1234 bar baz"; in TEST() local
120 std::string res = "E|1234"; in TEST() local
[all …]
/external/python/cpython3/Python/
DPython-ast.c795 int res = -1; in ast_type_init() local
5359 int res; in obj2ast_mod() local
5396 int res; in obj2ast_mod() local
5445 int res; in obj2ast_mod() local
5494 int res; in obj2ast_mod() local
5524 int res; in obj2ast_mod() local
5561 int res; in obj2ast_mod() local
5606 int res; in obj2ast_stmt() local
5623 int res; in obj2ast_stmt() local
5640 int res; in obj2ast_stmt() local
[all …]
/external/python/cpython2/Modules/
Dparsermodule.c336 PyObject *res = 0; in parser_st2tuple() local
392 PyObject *res = 0; in parser_st2list() local
445 PyObject* res = 0; in parser_compilest() local
493 PyObject* res = 0; in parser_isexpr() local
516 PyObject* res = 0; in parser_issuite() local
565 PyObject* res = 0; in parser_do_parse() local
721 Py_ssize_t res; in parser_sizeof() local
875 node* res = 0; in build_node_tree() local
1058 int res = (validate_ntype(terminal, type) in validate_terminal() local
1076 int res = (nch && validate_ntype(tree, ntype) in validate_repeating_list() local
[all …]
/external/virglrenderer/src/
Dvirgl_resource.c45 struct virgl_resource *res = (struct virgl_resource *)val; in virgl_resource_destroy_func() local
88 struct virgl_resource *res; in virgl_resource_create() local
116 struct virgl_resource *res; in virgl_resource_create_from_pipe() local
139 struct virgl_resource *res; in virgl_resource_create_from_fd() local
165 struct virgl_resource *res; in virgl_resource_create_from_opaque_handle() local
190 struct virgl_resource *res; in virgl_resource_create_from_iov() local
218 virgl_resource_attach_iov(struct virgl_resource *res, in virgl_resource_attach_iov()
239 virgl_resource_detach_iov(struct virgl_resource *res) in virgl_resource_detach_iov()
252 virgl_resource_export_fd(struct virgl_resource *res, int *fd) in virgl_resource_export_fd()
275 virgl_resource_get_size(struct virgl_resource *res) in virgl_resource_get_size()
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/concurrent/
DMultiBackgroundInitializerTest.java96 final MultiBackgroundInitializer.MultiBackgroundInitializerResults res = initializer in testInitializeNoChildren() local
118 final MultiBackgroundInitializer.MultiBackgroundInitializerResults res = initializer in checkInitialize() local
212 final MultiBackgroundInitializer.MultiBackgroundInitializerResults res = checkInitialize(); in testResultGetInitializerUnknown() local
224 final MultiBackgroundInitializer.MultiBackgroundInitializerResults res = checkInitialize(); in testResultGetResultObjectUnknown() local
236 final MultiBackgroundInitializer.MultiBackgroundInitializerResults res = checkInitialize(); in testResultGetExceptionUnknown() local
248 final MultiBackgroundInitializer.MultiBackgroundInitializerResults res = checkInitialize(); in testResultIsExceptionUnknown() local
260 final MultiBackgroundInitializer.MultiBackgroundInitializerResults res = initializer in testResultInitializerNamesModify() local
293 final MultiBackgroundInitializer.MultiBackgroundInitializerResults res = initializer in testInitializeEx() local
313 final MultiBackgroundInitializer.MultiBackgroundInitializerResults res = initializer in testInitializeResultsIsSuccessfulTrue() local
331 final MultiBackgroundInitializer.MultiBackgroundInitializerResults res = initializer in testInitializeResultsIsSuccessfulFalse() local
[all …]
/external/python/cpython2/Python/
DPython-ast.c391 int res = -1; in ast_type_init() local
442 PyObject *res; in ast_type_reduce() local
3338 int res; in obj2ast_mod() local
3378 int res; in obj2ast_mod() local
3418 int res; in obj2ast_mod() local
3441 int res; in obj2ast_mod() local
3496 int res; in obj2ast_stmt() local
3508 int res; in obj2ast_stmt() local
3530 int res; in obj2ast_stmt() local
3542 int res; in obj2ast_stmt() local
[all …]
/external/python/cpython3/PC/
Dmsvcrtmodule.c357 int res; in msvcrt_ungetch_impl() local
360 res = _ungetch(char_value); in msvcrt_ungetch_impl() local
381 int res; in msvcrt_ungetwch_impl() local
384 res = _ungetwch(unicode_char); in msvcrt_ungetwch_impl() local
409 HANDLE res; in msvcrt_CrtSetReportFile_impl() local
412 res = _CrtSetReportFile(type, file); in msvcrt_CrtSetReportFile_impl() local
434 int res; in msvcrt_CrtSetReportMode_impl() local
437 res = _CrtSetReportMode(type, mode); in msvcrt_CrtSetReportMode_impl() local
459 long res; in msvcrt_set_error_mode_impl() local
462 res = _set_error_mode(mode); in msvcrt_set_error_mode_impl() local
[all …]
/external/cronet/net/dns/
Ddns_config_service_linux_unittest.cc68 void InitializeResState(res_state res) { in InitializeResState()
230 explicit TestScopedResState(std::unique_ptr<struct __res_state> res) in TestScopedResState()
327 auto res = std::make_unique<struct __res_state>(); in TEST_F() local
348 auto res = std::make_unique<struct __res_state>(); in TEST_F() local
376 auto res = std::make_unique<struct __res_state>(); in TEST_F() local
430 auto res = std::make_unique<struct __res_state>(); in TEST_F() local
447 auto res = std::make_unique<struct __res_state>(); in TEST_F() local
464 auto res = std::make_unique<struct __res_state>(); in TEST_F() local
482 auto res = std::make_unique<struct __res_state>(); in TEST_F() local
502 auto res = std::make_unique<struct __res_state>(); in TEST_F() local
[all …]
/external/speex/libspeexdsp/
Dfixed_debug.h52 int res; in NEG16() local
65 long long res; in NEG32() local
80 int res; in _EXTRACT16() local
93 int res; in _EXTEND32() local
106 int res; in _SHR16() local
120 int res; in _SHL16() local
134 long long res; in SHR32() local
149 long long res; in SHL32() local
176 int res; in _ADD16() local
193 int res; in _SUB16() local
[all …]
/external/perfetto/src/trace_processor/util/
Dzip_reader_unittest.cc90 auto res = zr.files()[0].Decompress(&dec); in ValidateTestZip() local
108 base::Status res = zr.Parse(kTestZip, sizeof(kTestZip)); in TEST() local
116 base::Status res = zr.Parse(&kTestZip[i], 1); in TEST() local
127 base::Status res = zr.Parse(content, sizeof(kTestZip)); in TEST() local
137 base::Status res = zr.Parse(content, sizeof(kTestZip)); in TEST() local
144 base::Status res = zr.Parse(kTestZip, 40); in TEST() local
150 base::Status res = zr.Parse(kTestZip, sizeof(kTestZip)); in TEST() local
164 base::Status res = zr.Parse(kTestZip, sizeof(kTestZip)); in TEST() local
190 base::Status res = zr.Parse(content, sizeof(kTestZip)); in TEST() local

12345678910>>...173