OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsReference
(Results
1 - 13
of
13
) sorted by null
/frameworks/av/media/libstagefright/codecs/avc/common/src/
dpb.cpp
92
dpb->fs[num_fs]->
IsReference
= 0;
98
dpb->fs[num_fs]->frame.
isReference
= 0;
126
dpb->fs[ii]->
IsReference
= 0;
246
if (dpb->fs[ii]->
IsReference
== 0 && dpb->fs[ii]->IsOutputted == 3)
278
video->currFS->
IsReference
= 0;
280
video->currFS->frame.
isReference
= FALSE;
358
dpb->fs[ii]->
IsReference
= 0; /* mark as unused for reference */
370
video->currPic->
isReference
= TRUE;
371
video->currFS->
IsReference
= 3;
403
if (video->currPic->
isReference
== TRUE
[
all
...]
reflist.cpp
42
if ((dpb->fs[i]->
IsReference
== 3) && (!dpb->fs[i]->IsLongTerm))
66
if ((dpb->fs[i]->
IsReference
== 3) && (!dpb->fs[i]->IsLongTerm))
84
dpb->fs[0]->
IsReference
= 3;
362
if (dpb->fs[i]->
IsReference
== 3)
383
if (dpb->fs[i]->
IsReference
== 3)
397
return ((s->
isReference
) && !(s->isLongTerm));
402
return ((s->
isReference
) && (s->isLongTerm));
/art/runtime/verifier/
reg_type_test.cc
94
EXPECT_FALSE(bool_reg_type.
IsReference
());
126
EXPECT_FALSE(byte_reg_type.
IsReference
());
158
EXPECT_FALSE(char_reg_type.
IsReference
());
190
EXPECT_FALSE(short_reg_type.
IsReference
());
222
EXPECT_FALSE(int_reg_type.
IsReference
());
254
EXPECT_FALSE(long_reg_type.
IsReference
());
286
EXPECT_FALSE(float_reg_type.
IsReference
());
318
EXPECT_FALSE(double_reg_type.
IsReference
());
reg_type.h
63
virtual bool
IsReference
() const { return false; }
792
bool
IsReference
() const {
reg_type_cache.cc
384
if (cur_entry->
IsReference
() && cur_entry->GetClass() == klass) {
reg_type.cc
680
return
IsReference
() && GetClass()->IsObjectClass();
/external/clang/lib/AST/
APValue.cpp
382
bool
IsReference
= Ty->isReferenceType();
384
=
IsReference
? Ty.getNonReferenceType() : Ty->getPointeeType();
393
if (
IsReference
)
400
} else if (!
IsReference
)
409
if (
IsReference
)
416
if (!
IsReference
)
462
if (
IsReference
)
/external/clang/utils/analyzer/
SATestBuild.py
547
IsReference
= False
551
IsReference
= True
553
IsReference
= True
561
testAll(
IsReference
, UpdateSVN)
/frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h
495
uint
isReference
;
518
int
IsReference
; /* 0=not used for ref; 1=top used; 2=bottom used; 3=both fields (or frame) used */
520
/* if IsLongTerm is true,
IsReference
can be ignored. */
521
/* if
IsReference
is true, IsLongterm will be checked for short-term or long-term. */
522
/* IsUsed must be true to enable the validity of
IsReference
and IsLongTerm */
[
all
...]
/external/clang/lib/Analysis/
CFG.cpp
736
bool
IsReference
= false;
744
IsReference
= FD->getType()->isReferenceType();
750
IsReference
);
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/tools/common/ant/
ant.jar
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
Completed in 782 milliseconds