Home
last modified time | relevance | path

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

/third_party/flutter/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/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/python/Lib/test/
Dtest_enum.py194 these = 'those' variable in TestEnum.test_dir_with_added_behavior.Test
1083 these = 'those' variable in TestEnum.test_exclude_methods.whatever
/third_party/typescript/tests/baselines/reference/
Dparserharness.js2878 Type.prototype.assertThisCanBeAssignedTo = function (desc, these, notThese) { argument