Searched refs:ctf (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
D | TimingFunctionTestHelper.cpp | 64 const ChainedTimingFunction& ctf = toChainedTimingFunction(rhs); in equals() local 65 if (lhs.m_segments.size() != ctf.m_segments.size()) in equals() 69 if (!equals(lhs.m_segments[i], ctf.m_segments[i])) in equals() 196 const CubicBezierTimingFunction& ctf = toCubicBezierTimingFunction(rhs); in operator ==() local 197 …if ((lhs.subType() == CubicBezierTimingFunction::Custom) && (ctf.subType() == CubicBezierTimingFun… in operator ==() 198 …return (lhs.x1() == ctf.x1()) && (lhs.y1() == ctf.y1()) && (lhs.x2() == ctf.x2()) && (lhs.y2() == … in operator ==() 200 return lhs.subType() == ctf.subType(); in operator ==()
|
/external/clang/test/SemaCXX/ |
D | overloaded-operator.cpp | 208 void test_funcptr_call(ConvertToFunc ctf, ConvertToFuncDerived ctfd) { in test_funcptr_call() argument 209 int &i1 = ctf(1.0f, 2.0); in test_funcptr_call() 210 float &f1 = ctf((short int)1, 1.0f); in test_funcptr_call() 211 ctf((long int)17, 2.0); // expected-error{{call to object of type 'ConvertToFunc' is ambiguous}} in test_funcptr_call() 212 ctf(); in test_funcptr_call()
|
/external/libnfc-nci/src/nfc/ndef/ |
D | ndef_cho_utils.c | 125 char *p_id_str, UINT8 ctf, in NDEF_MsgAddWktHc() argument 140 UINT8_TO_STREAM (p, (ctf & 0x07)); in NDEF_MsgAddWktHc()
|
/external/libnfc-nci/src/nfc/include/ |
D | ndef_utils.h | 420 char *p_id_str, UINT8 ctf,
|