/external/llvm/test/Transforms/JumpThreading/ |
D | landing-pad.ll | 54 %_ref.i.i.i = getelementptr inbounds i8, i8* %call, i64 8 55 %1 = bitcast i8* %_ref.i.i.i to i32* 103 …%_ref.i.i = getelementptr inbounds %class.D, %class.D* %p1, i64 0, i32 0, i32 0, i32 1, i32 0, i32… 104 %0 = load i32, i32* %_ref.i.i, align 4 106 store i32 %inc.i.i, i32* %_ref.i.i, align 4 129 …%_ref.i.i = getelementptr inbounds %class.D, %class.D* %0, i64 0, i32 0, i32 0, i32 1, i32 0, i32 0 130 %1 = load i32, i32* %_ref.i.i, align 4 151 %_ref.i = getelementptr inbounds %class.D, %class.D* %0, i64 0, i32 0, i32 0, i32 1, i32 0, i32 0 152 %1 = load i32, i32* %_ref.i, align 4 169 %_ref = getelementptr inbounds %class.A, %class.A* %this, i64 0, i32 0 [all …]
|
/external/kotlinx.atomicfu/atomicfu/src/commonTest/kotlin/kotlinx/atomicfu/test/ |
D | VolatileOnlyTest.kt | 10 private val _ref = atomic<String?>(null) constant 15 _ref.value = "OK" in testVolatileOnly() 16 assertEquals("OK", _ref.value) in testVolatileOnly()
|
D | DelegatedPropertiesTest.kt | 38 private val _ref = atomic(A(B(77))) constant in kotlinx.atomicfu.test.DelegatedProperties 39 var ref: A by _ref 85 _ref.lazySet(A(B(66))) in testDelegatedAtomicRef() 87 assertTrue(_ref.compareAndSet(_ref.value, A(B(56)))) in testDelegatedAtomicRef() 90 assertEquals(99, _ref.value.b.n) in testDelegatedAtomicRef()
|
/external/python/cpython3/Tools/peg_generator/scripts/ |
D | grammar_grapher.py | 58 return [_ref for _item in item.items for _ref in references_for_item(_item)] 83 return [_ref for alt in item.alts for _ref in references_for_item(alt)]
|
/external/lzma/CPP/7zip/UI/Common/ |
D | ArchiveExtractCallback.h | 379 CArchiveExtractCallback *_ref; member 381 CArchiveExtractCallback_Closer(CArchiveExtractCallback *ref): _ref(ref) {} in CArchiveExtractCallback_Closer() 386 if (_ref) in Close() 388 res = _ref->CloseArc(); in Close() 389 _ref = NULL; in Close()
|
/external/emma/core/java12/com/vladium/util/ |
D | SoftValueMap.java | 546 next: for (Reference _ref; (_ref = m_valueReferenceQueue.poll ()) != null; ) in removeClearedValues() 551 final int bucketIndex = ((IndexedSoftReference) _ref).m_bucketIndex; in removeClearedValues() 560 if (entry.m_softValue == _ref) in removeClearedValues() 585 …uffer msg = new StringBuffer ("removeClearedValues(): soft reference [" + _ref + "] did not match … in removeClearedValues()
|
/external/tensorflow/tensorflow/core/function/trace_type/ |
D | default_types.py | 109 self._ref = ref 120 return self._ref() 129 if self._ref() is None or other._ref() is None: 132 if self._ref() is other._ref(): 135 return self._ref == other._ref
|
/external/python/cpython3/Lib/xml/sax/ |
D | expatreader.py | 58 self._ref = _mkproxy(parser) 61 parser = self._ref 67 parser = self._ref 73 parser = self._ref 79 parser = self._ref
|
/external/python/cpython2/Lib/xml/sax/ |
D | expatreader.py | 58 self._ref = _mkproxy(parser) 61 parser = self._ref 67 parser = self._ref 73 parser = self._ref 79 parser = self._ref
|
/external/libjpeg-turbo/ |
D | croptest.in | 79 … convert -crop $CROPSPEC $OUTDIR/${basename}_${samp}_full.ppm $OUTDIR/${basename}_${samp}_ref.ppm 81 runme cmp $OUTDIR/${basename}_${samp}.ppm $OUTDIR/${basename}_${samp}_ref.ppm
|
/external/lzma/CPP/7zip/Common/ |
D | StreamObjects.h | 42 CMyComPtr<IUnknown> _ref; variable 49 _ref = ref;
|
/external/tensorflow/tensorflow/python/trackable/ |
D | base.py | 51 self._ref = ref 59 return self._ref 88 return self._ref()
|
/external/tensorflow/tensorflow/python/ops/ |
D | variables.py | 1041 return v._ref() # pylint: disable=protected-access 1941 def _ref(self): member in RefVariable 1963 self._ref().set_shape(shape) 2539 ref=self._ref(), 2584 return v._ref() # pylint: disable=protected-access
|
D | gradients_test.py | 320 gradient = gradients.gradients(var._ref(), var)
|
/external/rust/crates/grpcio/src/task/ |
D | executor.rs | 42 let _ref = self.call.cq.borrow()?; in kick() localVariable
|
/external/tensorflow/tensorflow/python/kernel_tests/control_flow/ |
D | control_flow_ops_py_test.py | 198 v1 = control_flow_ops._SwitchRefOrTensor(v._ref(), p) # pylint: disable=protected-access 1596 x = variables.VariableV1(0)._ref() # pylint: disable=protected-access 3829 x = variables.VariableV1(0.)._ref() # pylint: disable=protected-access 3841 grad_ys = [variables.VariableV1(73)._ref()] # pylint: disable=protected-access 4348 output_tensor=v._ref(), # pylint: disable=protected-access 4844 …control_flow_ops.with_dependencies([v1.initializer], v1._ref()), # pylint: disable=protected-acce… 4848 …control_flow_ops.with_dependencies([v2.initializer], v2._ref()), # pylint: disable=protected-acce… 4877 …control_flow_ops.with_dependencies([v1.initializer], v1._ref()), # pylint: disable=protected-acce… 4884 …control_flow_ops.with_dependencies([v2.initializer], v2._ref()), # pylint: disable=protected-acce…
|
/external/tensorflow/tensorflow/python/training/ |
D | optimizer.py | 117 return self._v._ref() # pylint: disable=protected-access
|
/external/libxkbcommon/src/ |
D | registry.c | 170 XKB_EXPORT struct type_ * type_##_ref(struct type_ *object) { \
|
/external/tensorflow/tensorflow/python/kernel_tests/variables/ |
D | variables_test.py | 250 self.assertEqual([], var_x._ref().op.control_inputs) # pylint: disable=protected-access
|
/external/tensorflow/tensorflow/python/framework/ |
D | function_test.py | 114 call = MyIdentityFunc(var._ref()) # pylint: disable=protected-access
|
/external/tensorflow/ |
D | RELEASE.md | 9490 shape function registration instead. * Deprecated `_ref` dtypes from the python
|