/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | static_metadata.cc | 141 StaticSliceRefcount refcounts[GRPC_STATIC_MDSTR_COUNT] = { member 202 grpc_core::StaticMetadataSlice(&refcounts[0].base, 5, g_bytes + 0), 203 grpc_core::StaticMetadataSlice(&refcounts[1].base, 7, g_bytes + 5), 204 grpc_core::StaticMetadataSlice(&refcounts[2].base, 7, g_bytes + 12), 205 grpc_core::StaticMetadataSlice(&refcounts[3].base, 10, g_bytes + 19), 206 grpc_core::StaticMetadataSlice(&refcounts[4].base, 7, g_bytes + 29), 207 grpc_core::StaticMetadataSlice(&refcounts[5].base, 2, g_bytes + 36), 208 grpc_core::StaticMetadataSlice(&refcounts[6].base, 12, g_bytes + 38), 209 grpc_core::StaticMetadataSlice(&refcounts[7].base, 11, g_bytes + 50), 210 grpc_core::StaticMetadataSlice(&refcounts[8].base, 16, g_bytes + 61), [all …]
|
/external/tensorflow/tensorflow/lite/ |
D | arena_planner.cc | 92 std::vector<int> refcounts(graph_info_->num_tensors(), 0); in PlanAllocations() local 119 refcounts[tensor_index]++; in PlanAllocations() 127 refcounts[tensor_index]++; in PlanAllocations() 140 refcounts[tensor_index]++; in PlanAllocations() 153 refcounts[tensor_index]++; in PlanAllocations() 176 refcounts[tensor_index]--; in PlanAllocations() 177 if (refcounts[tensor_index] == 0) { in PlanAllocations()
|
/external/crosvm/disk/src/qcow/ |
D | mod.rs | 411 refcounts: RefCount, field 538 let refcounts = RefCount::new( in from() localVariable 555 refcounts, in from() 670 &self.refcounts.ref_table() in ref_table() 675 self.refcounts in refcount_block() 693 .refcounts in first_zero_refcount() 716 .refcounts in find_avail_clusters() 729 fn add_ref(refcounts: &mut [u16], cluster_size: u64, cluster_address: u64) -> Result<()> { in rebuild_refcounts() 731 if idx >= refcounts.len() { in rebuild_refcounts() 734 refcounts[idx] += 1; in rebuild_refcounts() [all …]
|
/external/python/cpython2/Lib/ctypes/test/ |
D | __init__.py | 112 refcounts = [None] * COUNT 117 refcounts[i] = sys.gettotalrefcount() - rc 118 if filter(None, refcounts): 119 print "%s leaks:\n\t" % testcase, refcounts
|
/external/python/cpython3/Doc/tools/extensions/ |
D | c_annotations.py | 102 refcounts = Annotations.fromfile( 104 app.connect('doctree-read', refcounts.add_annotations)
|
/external/python/cpython2/Doc/tools/extensions/ |
D | c_annotations.py | 102 refcounts = Annotations.fromfile( 104 app.connect('doctree-read', refcounts.add_annotations)
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.8.rst | 50 - radv: Fix threading issue with submission refcounts.
|
D | 13.0.4.rst | 97 - mesa/shaderobj: Fix races on refcounts
|
D | 8.0.5.rst | 200 refcounts.
|
D | 7.9.1.rst | 262 - mesa: Make metaops use program refcounts instead of names.
|
D | 7.10.rst | 1263 - mesa: Make metaops use program refcounts instead of names.
|
D | 19.1.0.rst | 2777 - iris: print refcounts in INTEL_DEBUG=submit
|
D | 20.3.0.rst | 845 - radv: Fix threading issue with submission refcounts.
|
/external/libchrome/base/ |
D | bind_unittest.nc | 103 // We require refcounts unless you have Unretained(). 115 // We require refcounts unless you have Unretained().
|
/external/python/cpython2/Misc/ |
D | gdbinit | 8 # refcounts: 1
|
D | SpecialBuilds.txt | 34 Return current total of all refcounts.
|
/external/python/cpython3/Misc/ |
D | gdbinit | 8 # refcounts: 1
|
D | SpecialBuilds.txt | 38 Return current total of all refcounts.
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.9.1rc1.rst | 612 Update the refcounts info of ``PyType_FromModuleAndSpec``.
|
D | 3.8.0a4.rst | 1409 allocated Type objects. Also fix the refcounts of the heap-allocated types
|
/external/python/cpython2/Doc/c-api/ |
D | intro.rst | 109 .. _api-refcounts:
|
/external/python/cpython3/Doc/c-api/ |
D | intro.rst | 250 .. _api-refcounts:
|
/external/python/cpython3/Doc/library/ |
D | test.rst | 987 for the duration of the test to prevent unexpected refcounts caused by
|
/external/python/cpython3/Doc/extending/ |
D | extending.rst | 539 in section :ref:`refcounts`.
|
/external/python/cpython2/Doc/extending/ |
D | extending.rst | 493 in section :ref:`refcounts`.
|