OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctf
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/animation/
TimingFunction.cpp
111
const CubicBezierTimingFunction&
ctf
= toCubicBezierTimingFunction(rhs);
local
112
if ((lhs.subType() == CubicBezierTimingFunction::Custom) && (
ctf
.subType() == CubicBezierTimingFunction::Custom))
113
return (lhs.x1() ==
ctf
.x1()) && (lhs.y1() ==
ctf
.y1()) && (lhs.x2() ==
ctf
.x2()) && (lhs.y2() ==
ctf
.y2());
115
return lhs.subType() ==
ctf
.subType();
/external/clang/test/SemaCXX/
overloaded-operator.cpp
208
void test_funcptr_call(ConvertToFunc
ctf
, ConvertToFuncDerived ctfd) {
209
int &i1 =
ctf
(1.0f, 2.0);
210
float &f1 =
ctf
((short int)1, 1.0f);
211
ctf
((long int)17, 2.0); // expected-error{{call to object of type 'ConvertToFunc' is ambiguous}}
212
ctf
();
/external/libnfc-nci/src/nfc/ndef/
ndef_cho_utils.c
125
char *p_id_str, UINT8
ctf
,
140
UINT8_TO_STREAM (p, (
ctf
& 0x07));
/external/libnfc-nci/src/nfc/include/
ndef_utils.h
420
char *p_id_str, UINT8
ctf
,
Completed in 1108 milliseconds