OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reference_count
(Results
1 - 14
of
14
) sorted by null
/external/mesa3d/src/glx/apple/
apple_glx_drawable.c
122
d->
reference_count
++;
130
d->
reference_count
--;
143
if (d->
reference_count
> 0) {
205
apple_glx_diagnostic("%s: %p ->
reference_count
before -- %d\n", __func__,
206
(void *) d, d->
reference_count
);
208
d->
reference_count
--;
210
if (d->
reference_count
> 0) {
245
d->
reference_count
= 0;
385
if (d->
reference_count
> 0) {
508
* if the
reference_count
is > 0
[
all
...]
apple_glx_drawable.h
102
int
reference_count
;
member in struct:apple_glx_drawable
apple_glx_context.c
601
* It also subtracts 1 from the
reference_count
.
/art/runtime/jdwp/
object_registry.cc
29
<< ",count=" << rhs.
reference_count
94
++entry->
reference_count
;
99
entry->
reference_count
= 0;
111
entry->
reference_count
= 1;
247
void ObjectRegistry::DisposeObject(JDWP::ObjectId id, uint32_t
reference_count
) {
255
entry->
reference_count
-=
reference_count
;
256
if (entry->
reference_count
<= 0) {
object_registry.h
45
int32_t
reference_count
;
member in struct:art::ObjectRegistryEntry
102
void DisposeObject(JDWP::ObjectId id, uint32_t
reference_count
)
jdwp_handler.cc
307
uint32_t
reference_count
= request->ReadUnsigned32("
reference_count
");
local
308
Dbg::DisposeObject(object_id,
reference_count
);
[
all
...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/
SegmentIndexBox.java
29
* unsigned int(16)
reference_count
;
30
* for(i=1; i <=
reference_count
; i++)
/external/libmicrohttpd/src/microhttpd/
response.c
265
response->
reference_count
= 1;
448
response->
reference_count
= 1;
495
if (0 != --(response->
reference_count
))
520
(response->
reference_count
)++;
internal.h
277
* @e
reference_count
.
312
unsigned int
reference_count
;
member in struct:MHD_Response
[
all
...]
/external/harfbuzz_ng/src/
hb-object-private.hh
48
/*
reference_count
*/
/external/clang/test/Analysis/
NewDelete-checker-test.cpp
262
namespace
reference_count
{
namespace
/art/runtime/
debugger.h
361
static void DisposeObject(JDWP::ObjectId object_id, uint32_t
reference_count
)
[
all
...]
debugger.cc
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar
Completed in 456 milliseconds