/external/nos/test/system-test-harness/src/ |
D | avb_tests.cc | 120 uint8_t locks[4]; in SetUp() local 317 uint8_t locks[4]; in TEST_F() local 378 uint8_t locks[4]; in TEST_F() local 423 uint8_t locks[4]; in TEST_F() local 526 uint8_t locks[4]; in TEST_F() local 584 uint8_t locks[4]; in TEST_F() local 664 uint8_t locks[4]; in TEST_F() local 834 uint8_t locks[4]; in TEST_F() local
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LockSupportMap.java | 17 private final ConcurrentMap<E, Object> locks = new ConcurrentHashMap<>(); field in LockSupportMap
|
/external/tensorflow/tensorflow/core/kernels/ |
D | training_ops.cc | 469 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local 511 auto locks = MaybeLockVariableInputMutexesInOrder<SYCLDevice, T>( in Compute() local 921 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local 991 auto locks = MaybeLockVariableInputMutexesInOrder<CPUDevice, T>( in Compute() local 1137 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local 1231 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local 1334 auto locks = MaybeLockVariableInputMutexesInOrder<CPUDevice, T>( in Compute() local 1475 auto locks = MaybeLockVariableInputMutexesInOrder<CPUDevice, T>( in Compute() local 1648 auto locks = MaybeLockVariableInputMutexesInOrder<Device, T>( in Compute() local 1750 auto locks = MaybeLockVariableInputMutexesInOrder<CPUDevice, T>( in Compute() local [all …]
|
D | training_op_helpers.h | 170 std::unique_ptr<std::vector<mutex_lock>> locks = in MaybeLockVariableInputMutexesInOrder() local
|
/external/nos/test/system-test-harness/tools/ |
D | avb_tools.cc | 50 bool *production, uint8_t *locks) { in GetState() 147 uint8_t locks[4]; in ResetProduction() local
|
/external/compiler-rt/lib/builtins/ |
D | atomic.c | 74 static Lock locks[SPINLOCK_COUNT] = { [0 ... SPINLOCK_COUNT-1] = {0,1,0} }; variable 87 static Lock locks[SPINLOCK_COUNT]; // initialized to OS_SPINLOCK_INIT which is 0 variable 104 static Lock locks[SPINLOCK_COUNT]; variable
|
/external/guava/guava-tests/benchmark/com/google/common/util/concurrent/ |
D | CycleDetectingLockFactoryBenchmark.java | 76 private void lockAndUnlockNested(Lock[] locks, int reps) { in lockAndUnlockNested()
|
D | StripedBenchmark.java | 94 final List<Lock> locks = new ArrayList<Lock>(numStripes); field in StripedBenchmark
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
D | StripedTest.java | 151 Iterable<?> locks = striped.bulkGet(objects); in testBulkGetReturnsSorted() local
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
D | StructuredLockingTest.java | 142 Set<Integer> locks; field in StructuredLockingTest.LockFrame
|
/external/curl/tests/libtest/ |
D | lib506.c | 40 static int locks[3]; variable
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_deadlock_detector_test.cc | 165 set<uptr> locks; in RunRemoveNodeTest() local 249 set<uptr> locks; in RunMultipleEpochsTest() local
|
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/ |
D | stats_ops.cc | 152 std::unordered_map<int32, std::unique_ptr<mutex>>* locks, in UpdateStats() 276 std::unordered_map<int, std::unique_ptr<mutex>> locks; in Compute() local
|
/external/libese/apps/boot/card/src/com/android/verifiedboot/storage/ |
D | Storage.java | 68 private LockInterface[] locks; field in Storage
|
/external/nos/host/generic/nugget/proto/nugget/app/avb/ |
D | avb.proto | 62 bytes locks = 5; field
|
/external/toybox/toys/pending/ |
D | lsof.c | 42 char *name, fd[8], rw, locks, type[10], device[32], size_off[32], node[32]; member
|
/external/curl/tests/python_dependencies/impacket/ |
D | smb3.py | 1188 def lock(self, treeId, fileId, locks, lockSequence = 0): argument
|
/external/libevent/test/ |
D | regress_bufferevent.c | 224 lock_wrapper *locks; member
|