Home
last modified time | relevance | path

Searched refs:refcounts (Results 1 – 25 of 26) sorted by relevance

12

/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dstatic_metadata.cc141 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/
Darena_planner.cc92 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/
Dmod.rs411 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__.py112 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/
Dc_annotations.py102 refcounts = Annotations.fromfile(
104 app.connect('doctree-read', refcounts.add_annotations)
/external/python/cpython2/Doc/tools/extensions/
Dc_annotations.py102 refcounts = Annotations.fromfile(
104 app.connect('doctree-read', refcounts.add_annotations)
/external/mesa3d/docs/relnotes/
D20.1.8.rst50 - radv: Fix threading issue with submission refcounts.
D13.0.4.rst97 - mesa/shaderobj: Fix races on refcounts
D8.0.5.rst200 refcounts.
D7.9.1.rst262 - mesa: Make metaops use program refcounts instead of names.
D7.10.rst1263 - mesa: Make metaops use program refcounts instead of names.
D19.1.0.rst2777 - iris: print refcounts in INTEL_DEBUG=submit
D20.3.0.rst845 - radv: Fix threading issue with submission refcounts.
/external/libchrome/base/
Dbind_unittest.nc103 // We require refcounts unless you have Unretained().
115 // We require refcounts unless you have Unretained().
/external/python/cpython2/Misc/
Dgdbinit8 # refcounts: 1
DSpecialBuilds.txt34 Return current total of all refcounts.
/external/python/cpython3/Misc/
Dgdbinit8 # refcounts: 1
DSpecialBuilds.txt38 Return current total of all refcounts.
/external/python/cpython3/Misc/NEWS.d/
D3.9.1rc1.rst612 Update the refcounts info of ``PyType_FromModuleAndSpec``.
D3.8.0a4.rst1409 allocated Type objects. Also fix the refcounts of the heap-allocated types
/external/python/cpython2/Doc/c-api/
Dintro.rst109 .. _api-refcounts:
/external/python/cpython3/Doc/c-api/
Dintro.rst250 .. _api-refcounts:
/external/python/cpython3/Doc/library/
Dtest.rst987 for the duration of the test to prevent unexpected refcounts caused by
/external/python/cpython3/Doc/extending/
Dextending.rst539 in section :ref:`refcounts`.
/external/python/cpython2/Doc/extending/
Dextending.rst493 in section :ref:`refcounts`.

12