/external/skia/infra/bots/recipe_modules/flavor/resources/ |
D | win_run_and_check_log.ps1 | 18 $res = $LastExitCode variable 24 if ($res -ne 0) { variable 25 $res = 1 variable 40 if ($res -eq 0) { variable 41 $res = 2 variable 46 if ($res -ne 0) { variable 48 exit $res variable
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkTypeUtil.inl | 7 VkAllocationCallbacks res; local 19 VkExtent3D res; local 28 VkMemoryRequirements res; local 37 VkSparseMemoryBind res; local 48 VkSparseBufferMemoryBindInfo res; local 57 VkSparseImageOpaqueMemoryBindInfo res; local 66 VkImageSubresource res; local 75 VkOffset3D res; local 84 VkSparseImageMemoryBindInfo res; local 93 VkSubresourceLayout res; local [all …]
|
/external/u-boot/drivers/bios_emulator/x86emu/ |
D | prim_ops.c | 132 static void set_parity_flag(u32 res) in set_parity_flag() 137 static void set_szp_flags_8(u8 res) in set_szp_flags_8() 144 static void set_szp_flags_16(u16 res) in set_szp_flags_16() 151 static void set_szp_flags_32(u32 res) in set_szp_flags_32() 158 static void no_carry_byte_side_eff(u8 res) in no_carry_byte_side_eff() 166 static void no_carry_word_side_eff(u16 res) in no_carry_word_side_eff() 174 static void no_carry_long_side_eff(u32 res) in no_carry_long_side_eff() 182 static void calc_carry_chain(int bits, u32 d, u32 s, u32 res, int set_carry) in calc_carry_chain() 194 static void calc_borrow_chain(int bits, u32 d, u32 s, u32 res, int set_carry) in calc_borrow_chain() 212 u16 res; in aaa_word() local [all …]
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 26 #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/speex/libspeexdsp/ |
D | fixed_bfin.h | 44 spx_word32_t res, bb; in PDIV32_16() local 69 spx_word32_t res, bb; in DIV32_16() local 96 spx_word32_t res; in MAX16() local 111 spx_word32_t res; in MULT16_32_Q15() local 127 spx_word32_t res; in MAC16_32_Q15() local 144 spx_word32_t res; in MULT16_32_Q14() local 161 spx_word32_t res; in MAC16_32_Q14() local
|
D | fixed_arm5e.h | 40 int res; in MULT16_16() local 49 int res; in MAC16_16() local 58 int res; in MULT16_32_Q15() local 67 int res; in MAC16_32_Q15() local 76 int res; in MULT16_32_Q11() local 85 int res; in MAC16_32_Q11() local 95 int res=0; in DIV32_16() local
|
D | fixed_debug.h | 52 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/libxml2/python/tests/ |
D | reader2.py | 88 res="" variable 98 res = res + "%s,%s\n" % (reader.NodeType(),reader.Name()) variable 132 res="" variable 148 res = res + "%s %s\n" % (reader.NodeType(),reader.Name()) variable 192 res="" variable 202 res = res + "%s %s %d\n" % (reader.NodeType(),reader.Name(),reader.Depth()) variable 237 res="" variable 244 res = res + "%s %s %d\n" % (reader.NodeType(),reader.Name(),reader.Depth()) variable
|
/external/crosvm/sys_util/src/ |
D | handle_eintr.rs | 125 let res; localVariable 147 let mut res; localVariable 167 let mut res; localVariable 195 let res = handle_eintr_rc!(dummy()); in i32_eintr_rc() localVariable 212 let res = handle_eintr_errno!(dummy()); in i32_eintr_errno() localVariable 228 let res = handle_eintr!(dummy()); in sys_eintr() localVariable 247 let res = handle_eintr!(dummy()); in io_eintr() localVariable
|
/external/python/cpython2/Modules/ |
D | parsermodule.c | 336 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/python/cpython3/Python/ |
D | Python-ast.c | 567 int res = -1; in ast_type_init() local 4203 int res; in obj2ast_mod() local 4233 int res; in obj2ast_mod() local 4274 int res; in obj2ast_mod() local 4315 int res; in obj2ast_mod() local 4340 int res; in obj2ast_mod() local 4370 int res; in obj2ast_mod() local 4394 int res; in obj2ast_mod() local 4450 int res; in obj2ast_stmt() local 4463 int res; in obj2ast_stmt() local [all …]
|
/external/python/cpython2/Python/ |
D | Python-ast.c | 391 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/libopus/silk/arm/ |
D | macros_armv5e.h | 41 int res; in silk_SMULWB_armv5e() local 57 int res; in silk_SMLAWB_armv5e() local 72 int res; in silk_SMULWT_armv5e() local 88 int res; in silk_SMLAWT_armv5e() local 103 int res; in silk_SMULBB_armv5e() local 119 int res; in silk_SMLABB_armv5e() local 134 int res; in silk_SMULBT_armv5e() local 150 int res; in silk_SMLABT_armv5e() local 165 int res; in silk_ADD_SAT32_armv5e() local 179 int res; in silk_SUB_SAT32_armv5e() local [all …]
|
/external/webrtc/webrtc/p2p/base/ |
D | stunrequest_unittest.cc | 34 void OnResponse(StunMessage* res) { in OnResponse() 38 void OnErrorResponse(StunMessage* res) { in OnErrorResponse() 82 virtual void OnResponse(StunMessage* res) { in OnResponse() 85 virtual void OnErrorResponse(StunMessage* res) { in OnErrorResponse() 104 StunMessage* res = CreateStunMessage(STUN_BINDING_RESPONSE, req); in TEST_F() local 119 StunMessage* res = CreateStunMessage(STUN_BINDING_ERROR_RESPONSE, req); in TEST_F() local 134 StunMessage* res = CreateStunMessage(STUN_BINDING_RESPONSE, NULL); in TEST_F() local 151 StunMessage* res = CreateStunMessage(STUN_BINDING_RESPONSE, req); in TEST_F() local 172 StunMessage* res = CreateStunMessage(STUN_BINDING_RESPONSE, req); in TEST_F() local 194 StunMessage* res = CreateStunMessage(STUN_BINDING_RESPONSE, &dummy_req); in TEST_F() local
|
/external/python/cpython2/Modules/_multiprocessing/ |
D | socket_connection.c | 33 int res; in check_signals() local 48 Py_ssize_t res; in _conn_sendall() local 105 Py_ssize_t res; in conn_send_string() local 121 res = _conn_sendall(conn->handle, message, length+4); in conn_send_string() local 132 res = _conn_sendall(conn->handle, (char*)&lenbuff, 4) || in conn_send_string() local 149 Py_ssize_t res; in conn_recv_string() local 155 res = _conn_recvall(conn->handle, (char*)&ulength, 4); in conn_recv_string() local 171 res = _conn_recvall(conn->handle, buffer, (size_t)ulength); in conn_recv_string() local 191 int res; in conn_poll() local
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
D | SparseFieldVector.java | 141 SparseFieldVector<T> res = (SparseFieldVector<T>)copy(); in add() local 161 SparseFieldVector<T> res = new SparseFieldVector<T>(field,getDimension()); in add() local 174 SparseFieldVector<T> res = new SparseFieldVector<T>(this, v.getDimension()); in append() local 194 FieldVector<T> res = new SparseFieldVector<T>(this, 1); in append() local 201 FieldVector<T> res = new SparseFieldVector<T>(this, a.length); in append() local 216 T res = field.getZero(); in dotProduct() local 228 T res = field.getZero(); in dotProduct() local 245 SparseFieldVector<T> res = new SparseFieldVector<T>(this); in ebeDivide() local 257 SparseFieldVector<T> res = new SparseFieldVector<T>(this); in ebeDivide() local 269 SparseFieldVector<T> res = new SparseFieldVector<T>(this); in ebeMultiply() local [all …]
|
/external/python/cpython3/PC/ |
D | msvcrtmodule.c | 361 int res; in msvcrt_ungetch_impl() local 364 res = _ungetch(char_value); in msvcrt_ungetch_impl() local 385 int res; in msvcrt_ungetwch_impl() local 388 res = _ungetwch(unicode_char); in msvcrt_ungetwch_impl() local 413 HANDLE res; in msvcrt_CrtSetReportFile_impl() local 416 res = _CrtSetReportFile(type, file); in msvcrt_CrtSetReportFile_impl() local 438 int res; in msvcrt_CrtSetReportMode_impl() local 441 res = _CrtSetReportMode(type, mode); in msvcrt_CrtSetReportMode_impl() local 463 long res; in msvcrt_set_error_mode_impl() local 466 res = _set_error_mode(mode); in msvcrt_set_error_mode_impl() local [all …]
|
/external/wpa_supplicant_8/hs20/server/www/ |
D | terms.php | 24 $res = $db->prepare("SELECT identity FROM pending_tc WHERE mac_addr=?"); variable 38 $res = $db->prepare("UPDATE users SET t_c_timestamp=? WHERE identity=?"); variable 43 $res = $db->prepare("DELETE FROM pending_tc WHERE mac_addr=?"); variable 57 …$res = $db->prepare("SELECT waiting_coa_ack,coa_ack_received FROM current_sessions WHERE mac_addr=… variable
|
/external/libvpx/libvpx/vpx/src/ |
D | vpx_decoder.c | 28 vpx_codec_err_t res; in vpx_codec_dec_init_ver() local 69 vpx_codec_err_t res; in vpx_codec_peek_stream_info() local 87 vpx_codec_err_t res; in vpx_codec_get_stream_info() local 107 vpx_codec_err_t res; in vpx_codec_decode() local 137 vpx_codec_err_t res; in vpx_codec_register_put_frame_cb() local 156 vpx_codec_err_t res; in vpx_codec_register_put_slice_cb() local 175 vpx_codec_err_t res; in vpx_codec_set_frame_buffer_functions() local
|
/external/lzma/CPP/Windows/ |
D | Registry.cpp | 28 LONG res = RegCreateKeyEx(parentKey, keyName, 0, keyClass, in Create() local 44 LONG res = RegOpenKeyEx(parentKey, keyName, 0, accessMask, &key); in Open() local 56 LONG res = ERROR_SUCCESS; in Close() local 76 LONG res = key.Open(_object, subKeyName, KEY_READ | KEY_WRITE); in RecurseDeleteKey() local 176 LONG res = key.Create(parentKey, keyName); in SetValue() local 186 LONG res = key.Create(_object, keyName); in SetKeyValue() local 196 LONG res = RegQueryValueEx(_object, (LPTSTR)name, NULL, &type, in QueryValue() local 206 LONG res = QueryValue(name, uintValue); in QueryValue() local 214 LONG res = QueryValue(name, newVal); in GetValue_IfOk() local 223 LONG res = QueryValue(name, newVal); in GetValue_IfOk() local [all …]
|
/external/mesa3d/src/gallium/winsys/virgl/vtest/ |
D | virgl_vtest_winsys.c | 53 static uint32_t vtest_get_transfer_size(struct virgl_hw_res *res, in vtest_get_transfer_size() 79 struct virgl_hw_res *res, in virgl_vtest_transfer_put() 107 struct virgl_hw_res *res, in virgl_vtest_transfer_get_internal() 164 struct virgl_hw_res *res, in virgl_vtest_transfer_get() 175 struct virgl_hw_res *res) in virgl_hw_res_destroy() 191 struct virgl_hw_res *res) in virgl_vtest_resource_is_busy() 238 struct virgl_hw_res *res; in virgl_vtest_winsys_resource_create() local 302 struct virgl_hw_res *res) in virgl_vtest_resource_map() 321 struct virgl_hw_res *res) in virgl_vtest_resource_unmap() 332 struct virgl_hw_res *res) in virgl_vtest_resource_wait() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | shader_query.cpp | 151 struct gl_program_resource *res = in _mesa_GetActiveAttrib() local 202 struct gl_program_resource *res = in _mesa_GetAttribLocation() local 220 struct gl_program_resource *res = shProg->data->ProgramResourceList; in _mesa_count_active_attribs() local 240 struct gl_program_resource *res = shProg->data->ProgramResourceList; in _mesa_longest_attribute_name_length() local 424 struct gl_program_resource *res = in _mesa_GetFragDataLocation() local 435 _mesa_program_resource_name(struct gl_program_resource *res) in _mesa_program_resource_name() 471 _mesa_program_resource_array_size(struct gl_program_resource *res) in _mesa_program_resource_array_size() 563 struct gl_program_resource *res = (struct gl_program_resource *) in search_resource_hash() local 582 struct gl_program_resource *res = NULL; in _mesa_program_resource_find_name() local 726 struct gl_program_resource *res = shProg->data->ProgramResourceList; in program_resource_find_binding_offset() local [all …]
|
/external/perfetto/src/protozero/ |
D | proto_utils_unittest.cc | 120 uint8_t* res = WriteVarInt<uint64_t>(exp.int_value, buf); in TEST() local 139 uint8_t* res = WriteVarInt<int8_t>(-100, buf); in TEST() local 145 uint8_t* res = WriteVarInt<int16_t>(-100, buf); in TEST() local 151 uint8_t* res = WriteVarInt<int32_t>(-100, buf); in TEST() local 157 uint8_t* res = WriteVarInt<int64_t>(-100, buf); in TEST() local 187 const uint8_t* res = ParseVarInt( in TEST() local 203 const uint8_t* res = ParseVarInt(buf, buf + i, &value); in TEST() local 218 const uint8_t* res = ParseVarInt(&good[0], &good[sizeof(good)], &value); in TEST() local
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_resolve.c | 97 struct iris_resource *res = isv->res; in resolve_sampler_views() local 129 struct iris_resource *res = (void *) pview->resource; in resolve_image_views() local 223 struct iris_resource *res = (void *) cso_fb->cbufs[i]->texture; in iris_predraw_resolve_framebuffer() local 239 struct iris_resource *res = (void *) surf->base.texture; in iris_predraw_resolve_framebuffer() local 319 struct iris_resource *res = (void *) surf->base.texture; in iris_postdraw_update_resolve_tracking() local 387 struct iris_resource *res, in iris_resolve_color() 438 struct iris_resource *res, in iris_mcs_partial_resolve() 463 const struct iris_resource *res) in iris_sample_with_depth_aux() 515 struct iris_resource *res, in iris_hiz_exec() 603 level_has_aux(const struct iris_resource *res, uint32_t level) in level_has_aux() [all …]
|
/external/libopus/celt/ |
D | fixed_debug.h | 72 int res; in NEG16() local 93 opus_int64 res; in NEG32() local 116 int res; in EXTRACT16_() local 132 int res; in EXTEND32_() local 148 int res; in SHR16_() local 170 int res; in SHL16_() local 192 opus_int64 res; in SHR32() local 214 opus_int64 res; in SHL32_() local 246 int res; in ADD16_() local 269 int res; in SUB16_() local [all …]
|