/external/libcxxabi/src/ |
D | cxa_guard.cpp | 75 typedef uint32_t lock_type; typedef 80 lock_type 83 return static_cast<lock_type>(x >> 32); in get_lock() 88 set_lock(uint64_t& x, lock_type y) in set_lock() 96 lock_type 99 return static_cast<lock_type>(x); in get_lock() 104 set_lock(uint64_t& x, lock_type y) in set_lock() 113 typedef bool lock_type; typedef 118 inline lock_type get_lock(uint64_t x) in get_lock() 128 inline void set_lock(uint64_t& x, lock_type y) in set_lock() [all …]
|
/external/llvm-project/flang/test/Semantics/ |
D | resolve87.f90 | 10 type lock_type type 18 type(lock_type) :: grandParentField 33 type(lock_type) :: childField 40 type, extends(lock_type) :: goodChildType3 45 type(lock_type) :: childField 50 type(lock_type) :: childField 74 type(lock_type) :: parentField 82 type(lock_type) :: childField
|
D | allocate13.f90 | 7 type lock_type type 19 type(lock_type), pointer :: lock 40 type(lock_type), allocatable :: lock 44 type(lock_type) :: lock 78 type(lock_type), allocatable :: lock(:)[:] 93 type(lock_type), allocatable :: locksrc(:)[:] 156 type(lock_type) :: lock 162 class(lock_type), allocatable :: lock[:] 167 type(lock_type), allocatable :: locksrc[:]
|
D | call04.f90 | 53 use ISO_FORTRAN_ENV, only: lock_type 55 type(lock_type), intent(out) :: x
|
D | critical02.f90 | 85 type(lock_type) :: l
|
D | doconcurrent01.f90 | 92 type(lock_type) :: l
|
/external/autotest/client/site_tests/cellular_SIMLocking/ |
D | cellular_SIMLocking.py | 109 lock_type = lock_status.get( 112 if lock_type is None: 115 return lock_type == self.test_env.shill.VALUE_SIM_LOCK_TYPE_PIN 121 lock_type = lock_status.get( 124 if lock_type is None: 127 return lock_type == self.test_env.shill.VALUE_SIM_LOCK_TYPE_PUK
|
/external/llvm-project/flang/test/Lower/ |
D | pre-fir-tree04.f90 | 7 use iso_fortran_env, only: team_type, event_type, lock_type 10 type(lock_type) :: alock
|
/external/ltp/testcases/kernel/device-drivers/locking/ |
D | lock_torture.sh | 68 lock_type="spin_lock spin_lock_irq rw_lock rw_lock_irq mutex_lock rwsem_lock" 73 for type in $lock_type; do
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | sim.py | 174 def lock_type(self): member in SIM 310 def _ResetRetries(self, lock_type): argument 311 if lock_type == mm1_constants.MM_MODEM_LOCK_SIM_PIN: 313 elif lock_type == mm1_constants.MM_MODEM_LOCK_SIM_PUK: 317 self._lock_data[lock_type]['retries'] = value
|
D | modem.py | 355 self.sim.lock_type)
|
/external/llvm-project/lldb/source/Host/posix/ |
D | LockFilePosix.cpp | 21 Status fileLock(int fd, int cmd, int lock_type, const uint64_t start, in fileLock() argument 25 fl.l_type = lock_type; in fileLock()
|
/external/toolchain-utils/binary_search_tool/ |
D | bisect_driver.py | 75 lock_type = fcntl.LOCK_SH 77 lock_type = fcntl.LOCK_EX 80 fcntl.lockf(f, lock_type)
|
/external/python/oauth2client/tests/contrib/ |
D | test_keyring_storage.py | 40 lock_type = type(threading.Lock()) 41 self.assertIsInstance(store._lock, lock_type)
|
/external/ltp/testcases/kernel/sched/sched_stress/ |
D | sched_tc6.c | 357 int lock_file(int fd, short lock_type, char *file) in lock_file() argument 377 flock_ptr->l_type = lock_type; in lock_file()
|
/external/llvm-project/flang/module/ |
D | iso_fortran_env.f90 | 18 lock_type => __builtin_lock_type, &
|
/external/rust/crates/nix/test/ |
D | test_fcntl.rs | 317 let lock_type = parts[1]; in lock_info() localVariable 322 return Some((lock_type.to_string(), lock_access.to_string())); in lock_info()
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | PR25042-libgdbm-clang-dwarf5.so.6.0.0.abi | 202 …<var-decl name='lock_type' type-id='type-id-26' visibility='default' filepath='./gdbmdefs.h' line=… 546 …<var-decl name='lock_type' type-id='type-id-26' visibility='default' filepath='./gdbmdefs.h' line=…
|