Home
last modified time | relevance | path

Searched defs:these (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRule.java490 RuleSegment[] these = new RuleSegment[] {input, subst, backtrack, lookAhead}; in equals() local
/third_party/typescript/tests/baselines/reference/
Dparserharness.js2878 Type.prototype.assertThisCanBeAssignedTo = function (desc, these, notThese) { argument
/third_party/python/Lib/test/
Dtest_enum.py416 these = auto() variable in _EnumTests.test_dir_with_added_behavior.Test
1443 these = 'those' variable in TestSpecial.test_exclude_methods.whatever