/external/libchrome/base/synchronization/ |
D | condition_variable_posix.cc | 25 int rv = 0; in ConditionVariable() local 61 int rv = pthread_cond_destroy(&condition_); in ~ConditionVariable() local 71 int rv = pthread_cond_wait(&condition_, user_mutex_); in Wait() local 92 int rv = pthread_cond_timedwait_relative_np( in TimedWait() local 117 int rv = pthread_cond_timedwait_monotonic_np( in TimedWait() local 120 int rv = pthread_cond_timedwait(&condition_, user_mutex_, &absolute_time); in TimedWait() local 133 int rv = pthread_cond_broadcast(&condition_); in Broadcast() local 138 int rv = pthread_cond_signal(&condition_); in Signal() local
|
D | lock_impl_posix.cc | 59 int rv = pthread_mutexattr_init(&mta); in LockImpl() local 79 int rv = pthread_mutex_destroy(&native_handle_); in ~LockImpl() local 84 int rv = pthread_mutex_trylock(&native_handle_); in Try() local 102 int rv = pthread_mutex_lock(&native_handle_); in Lock() local
|
/external/clang/lib/Headers/ |
D | __clang_cuda_intrinsics.h | 133 c2 rv = __nvvm_ldg_c2(reinterpret_cast<const c2 *>(ptr)); in __ldg() local 141 c4 rv = __nvvm_ldg_c4(reinterpret_cast<const c4 *>(ptr)); in __ldg() local 151 s2 rv = __nvvm_ldg_s2(reinterpret_cast<const s2 *>(ptr)); in __ldg() local 159 s4 rv = __nvvm_ldg_s4(reinterpret_cast<const s4 *>(ptr)); in __ldg() local 169 i2 rv = __nvvm_ldg_i2(reinterpret_cast<const i2 *>(ptr)); in __ldg() local 177 i4 rv = __nvvm_ldg_i4(reinterpret_cast<const i4 *>(ptr)); in __ldg() local 187 ll2 rv = __nvvm_ldg_ll2(reinterpret_cast<const ll2 *>(ptr)); in __ldg() local 196 uc2 rv = __nvvm_ldg_uc2(reinterpret_cast<const uc2 *>(ptr)); in __ldg() local 204 uc4 rv = __nvvm_ldg_uc4(reinterpret_cast<const uc4 *>(ptr)); in __ldg() local 214 us2 rv = __nvvm_ldg_us2(reinterpret_cast<const us2 *>(ptr)); in __ldg() local [all …]
|
/external/libchrome/base/memory/ |
D | discardable_shared_memory_unittest.cc | 39 bool rv = memory.CreateAndMap(kDataSize); in TEST() local 49 bool rv = memory1.CreateAndMap(kDataSize); in TEST() local 65 bool rv = memory1.CreateAndMap(kDataSize); in TEST() local 117 bool rv = memory1.CreateAndMap(kDataSize); in TEST() local 157 bool rv = memory1.CreateAndMap(kDataSize); in TEST() local 223 bool rv = memory1.CreateAndMap(kDataSize); in TEST() local 283 bool rv = memory1.CreateAndMap(data_size_in_bytes); in TEST() local 341 bool rv = memory.CreateAndMap(kDataSize); in TEST() local 356 bool rv = memory.CreateAndMap(kDataSize); in TEST() local 376 bool rv = memory.CreateAndMap(0); in TEST() local [all …]
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.cpp | 54 GenericValue rv; in runFunction() local 67 GenericValue rv; in runFunction() local 75 GenericValue rv; in runFunction() local 86 GenericValue rv; in runFunction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.cpp | 53 GenericValue rv; in runFunction() local 66 GenericValue rv; in runFunction() local 74 GenericValue rv; in runFunction() local 85 GenericValue rv; in runFunction() local
|
/external/oj-libjdwp/src/solaris/transport/socket/ |
D | socket_md.c | 53 int rv = connect(fd, name, namelen); in dbgsysConnect() local 63 int rv = dbgsysPoll(fd, 0, 1, timeout); in dbgsysFinishConnect() local 75 int rv; in dbgsysAccept() local 90 int rv; in dbgsysRecvFrom() local 101 int rv; in dbgsysSendTo() local 111 int rv; in dbgsysRecv() local 121 int rv; in dbgsysSend() local 145 int rv; in dbgsysSocketClose() local 247 int rv; in dbgsysPoll() local
|
/external/vboot_reference/firmware/2lib/ |
D | 2misc.c | 36 int rv; in vb2_read_gbb_header() local 182 int rv; in vb2_fw_parse_gbb() local 210 int rv; in vb2_check_dev_switch() local 289 int rv; in vb2_check_tpm_clear() local
|
/external/mksh/src/ |
D | funcs.c | 74 int rv; in bi_getn() local 656 int rv = 0; in do_whence() local 776 int rv = 0, prefix = 0; in c_alias() local 928 int optc, rv = 0; in c_unalias() local 988 int rv = 1; in c_let() local 1008 int optc, flag = 0, nflag = 0, rv = 0; in c_jobs() local 1045 int rv = 0; in c_fgbg() local 1083 int i, n, rv, sig; in c_kill() local 1210 int argc, optc, rv; in c_getopts() local 1302 int optc, rv = 0; in c_bind() local [all …]
|
/external/python/cpython2/Modules/ |
D | imageop.c | 126 PyObject *rv; in imageop_crop() local 182 PyObject *rv; in imageop_scale() local 228 PyObject *rv; in imageop_tovideo() local 279 PyObject *rv; in imageop_grey2mono() local 317 PyObject *rv; in imageop_grey2grey4() local 354 PyObject *rv; in imageop_grey2grey2() local 391 PyObject *rv; in imageop_dither2mono() local 433 PyObject *rv; in imageop_dither2grey2() local 473 PyObject *rv; in imageop_mono2grey() local 512 PyObject *rv; in imageop_grey22grey() local [all …]
|
D | binascii.c | 196 PyObject *rv; in binascii_a2b_uu() local 282 PyObject *rv; in binascii_b2a_uu() local 367 PyObject *rv; in binascii_a2b_base64() local 474 PyObject *rv; in binascii_b2a_base64() local 539 PyObject *rv; in binascii_a2b_hqx() local 619 PyObject *rv; in binascii_rlecode_hqx() local 684 PyObject *rv; in binascii_b2a_hqx() local 737 PyObject *rv; in binascii_rledecode_hqx() local 1186 PyObject *rv; in binascii_a2b_qp() local 1292 PyObject *rv; in binascii_b2a_qp() local
|
/external/python/cpython2/Mac/Modules/cf/ |
D | pycfbridge.c | 35 PyObject *rv; in PyCF_CF2Python_sequence() local 60 PyObject *rv = NULL; in PyCF_CF2Python_mapping() local 131 PyObject *rv; in PyCF_CF2Python_string() local 160 CFMutableArrayRef rv = NULL; in PyCF_Python2CF_sequence() local 198 CFMutableDictionaryRef rv = NULL; in PyCF_Python2CF_mapping() local
|
/external/vboot_reference/firmware/lib20/ |
D | api.c | 20 int rv; in vb2api_fw_phase3() local 46 int rv; in vb2api_init_hash() local 136 int rv; in vb2api_check_hash() local
|
/external/vboot_reference/firmware/lib21/ |
D | api.c | 21 int rv; in vb2api_fw_phase3() local 50 int i, rv; in vb2api_init_hash2() local 128 int rv; in vb2api_check_hash() local
|
D | misc.c | 39 int rv; in vb2_read_resource_object() local 76 int rv; in vb2_load_fw_keyblock() local 165 int rv; in vb2_load_fw_preamble() local
|
D | common.c | 103 int rv; in vb2_verify_common_subobject() local 180 int rv; in vb2_verify_signature() local 270 int rv; in vb2_verify_data() local 314 int rv, i; in vb2_verify_keyblock() local 383 int rv, i; in vb2_verify_fw_preamble() local
|
/external/compiler-rt/test/dfsan/ |
D | custom.cc | 69 int rv = fstat(fd, &s); in test_fstat() local 79 int rv = memcmp(str1, str2, sizeof(str1)); in test_memcmp() local 116 int rv = strcmp(str1, str2); in test_strcmp() local 129 int rv = strlen(str1); in test_strlen() local 176 int rv = strncmp(str1, str2, sizeof(str1)); in test_strncmp() local 195 int rv = strcasecmp(str1, str2); in test_strcasecmp() local 217 int rv = strncasecmp(str1, str2, sizeof(str1)); in test_strncasecmp() local 278 int rv = read(fd, buf, sizeof(buf)); in test_read() local 295 int rv = pread(fd, buf, sizeof(buf), 0); in test_pread() local 661 char *rv = strrchr(str1, 'r'); in test_strrchr() local [all …]
|
/external/linux-kselftest/tools/testing/selftests/proc/ |
D | read.c | 42 ssize_t rv; in f_reg() local 56 ssize_t rv; in f_reg_write() local 69 ssize_t rv; in f_lnk() local
|
/external/clang/test/CodeGenCXX/ |
D | mips-size_t-ptrdiff_t.cpp | 9 long *rv = new long; // size_t is implicit in the new operator in alloc_long() local 22 long *rv = new long[2]; in alloc_long_array() local
|
/external/clang/test/Sema/ |
D | ext_vector_comparisons.c | 6 int4 vec, rv; in test1() local 21 float4 vec, rv; in test2() local
|
/external/libchrome/mojo/core/test/ |
D | test_utils.cc | 19 int rv = HANDLE_EINTR(dup(fileno(fp.get()))); in PlatformHandleFromFILE() local 26 base::ScopedFILE rv(fdopen(h.ReleaseFD(), mode)); in FILEFromPlatformHandle() local
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | buffer.cc | 66 MojoResult rv = MojoAppendMessageData( in Allocate() local 93 MojoResult rv = MojoAppendMessageData( in AttachHandles() local 118 MojoResult rv = MojoAppendMessageData(message_.value(), in Seal() local
|
D | connector.cc | 226 MojoResult rv = MOJO_RESULT_UNKNOWN; in WaitForIncomingMessage() local 291 MojoResult rv = in Accept() local 398 MojoResult rv = handle_watcher_->Watch( in WaitToReadMore() local 433 const MojoResult rv = ReadMessage(message_pipe_.get(), &message); in ReadSingleMessage() local 483 MojoResult rv; in ReadAllAvailableMessages() local
|
/external/libchrome/mojo/public/cpp/system/ |
D | simple_watcher.cc | 133 MojoResult rv = CreateTrap(&Context::CallNotify, &trap_handle_); in SimpleWatcher() local 197 MojoResult rv = in Cancel() local 211 MojoResult rv = MojoArmTrap(trap_handle_.get().value(), nullptr, in Arm() local 238 MojoResult rv = Arm(&ready_result, &ready_state); in ArmOrNotify() local
|
/external/ltp/testcases/kernel/io/disktest/ |
D | parse.c | 807 int rv; in make_assumptions() local 999 int rv; in check_conclusions() local
|