Home
last modified time | relevance | path

Searched refs:kEqual (Results 1 – 9 of 9) sorted by relevance

/external/skia/legacy/src/animator/
DSkScript.h135 kEqual, enumerator
136 kEqualInt = kEqual,
DSkScript2.h64 kEqual, enumerator
DSkScriptTokenizer.cpp264 op = kEqual; in arithmeticOp()
270 op = kEqual; in arithmeticOp()
DSkScript.cpp245 op = kEqual; in arithmeticOp()
251 op = kEqual; in arithmeticOp()
/external/skia/src/animator/
DSkScript.h135 kEqual, enumerator
136 kEqualInt = kEqual,
DSkScript2.h64 kEqual, enumerator
DSkScriptTokenizer.cpp264 op = kEqual; in arithmeticOp()
270 op = kEqual; in arithmeticOp()
DSkScript.cpp245 op = kEqual; in arithmeticOp()
251 op = kEqual; in arithmeticOp()
/external/v8/test/cctest/
Dtest-assembler-ia32.cc349 enum { kEqual = 0, kGreater = 1, kLess = 2, kNaN = 3, kUndefined = 4 }; in TEST() enumerator
363 __ mov(eax, kEqual); in TEST()
392 CHECK_EQ(kEqual, f(2.2, 2.2)); in TEST()