Home
last modified time | relevance | path

Searched refs:IsClose (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/lang/render/
Drender.go113 if lineTokens[0].ID.IsClose() {
248 return x.IsClose() || x.IsIdent(tm) || x.IsLiteral(tm)
252 return x.IsClose() || x.IsIdent(tm) || x.IsStrLiteral(tm)
/third_party/mindspore/tests/ut/python/numpy_native/
Dtest_numpy_ops.py151 class IsClose(Cell): class
280 'block': IsClose(),
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dlist.go107 func (x ID) IsClose() bool { return minClose <= x && x <= maxClose } func
114 return x.IsClose() || x.IsKeyword() || x.IsIdent(m) || x.IsLiteral(m)