OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:refvalue
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libstagefright/foundation/
AMessage.cpp
80
if (item->u.
refValue
!= NULL) {
81
item->u.
refValue
->decStrong(this);
169
item->u.
refValue
= obj.get();
185
item->u.
refValue
= obj.get();
212
*obj = item->u.
refValue
;
221
*buf = (ABuffer *)(item->u.
refValue
);
230
*obj = static_cast<AMessage *>(item->u.
refValue
);
299
to->u.
refValue
= from->u.
refValue
;
300
to->u.
refValue
->incStrong(msg.get())
[
all
...]
/external/llvm/lib/Support/
Regex.cpp
155
unsigned
RefValue
;
156
if (!Ref.getAsInteger(10,
RefValue
) &&
157
RefValue
< Matches.size())
158
Res += Matches[
RefValue
];
/external/eigen/test/
packetmath.cpp
21
template<typename Scalar> bool isApproxAbs(const Scalar& a, const Scalar& b, const typename NumTraits<Scalar>::Real&
refvalue
)
23
return internal::isMuchSmallerThan(a-b,
refvalue
);
26
template<typename Scalar> bool areApproxAbs(const Scalar* a, const Scalar* b, int size, const typename NumTraits<Scalar>::Real&
refvalue
)
30
if (!isApproxAbs(a[i],b[i],
refvalue
))
111
RealScalar
refvalue
= 0;
local
116
refvalue
= (std::max)(
refvalue
,internal::abs(data1[i]));
185
VERIFY(isApproxAbs(ref[0], internal::predux(internal::pload<Packet>(data1)),
refvalue
) && "internal::predux");
200
VERIFY(areApproxAbs(ref, data2, PacketSize,
refvalue
) && "internal::preduxp");
/external/srec/tools/parseStringTest/
parseStringTest.c
454
LCHAR
refValue
[MAX_LINE_LENGTH];
501
LSTRCPY(
refValue
, position);
523
if ((rc = ParseTestSet(grammar, trans, key,
refValue
, result, fout)) != ESR_SUCCESS)
528
if ((rc = ParseTestSet(grammar, trans, key,
refValue
, "PASS", fout)) != ESR_SUCCESS)
/frameworks/av/include/media/stagefright/foundation/
AMessage.h
132
RefBase *
refValue
;
/external/smack/src/org/jivesoftware/smack/util/collections/
AbstractReferenceMap.java
571
protected Reference<V>
refValue
;
591
refValue
= toReference(parent.valueType, value, hashCode); // the key hashCode is passed in deliberately
614
return (parent.valueType > HARD) ?
refValue
.get() : super.getValue();
626
refValue
.clear();
627
refValue
= toReference(parent.valueType, obj, hashCode);
702
r = r || ((parent.valueType > HARD) && (
refValue
== ref));
708
refValue
.clear();
[
all
...]
/external/clang/lib/AST/
ExprConstant.cpp
[
all
...]
Completed in 306 milliseconds