Home
last modified time | relevance | path

Searched defs:five (Results 1 – 14 of 14) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DtypeUsedAsValueError.js21 let five = new TypeAliasForSomeClassNotFound(); variable
38 var five = new TypeAliasForSomeClassNotFound(); variable
DrecursiveConditionalTypes.js149 let five: Add<2, 3>; variable
204 let five; variable
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
D054-if-with-macros.c4 #define five 5 macro
/third_party/typescript/tests/cases/compiler/
DtypeUsedAsValueError.ts20 let five = new TypeAliasForSomeClassNotFound(); variable
DrecursiveConditionalTypes.ts152 let five: Add<2, 3>; variable
/third_party/libabigail/tests/data/test-annotate/
Dtest-anonymous-members-0.cc22 enum {five, six} e3; enumerator
/third_party/icu/icu4c/source/test/cintltst/
Dchashtst.c218 static const UChar five[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */ in TestOtherAPI() local
/third_party/skia/tests/
DSkTOptionalTest.cpp77 skstd::optional<int> five = 5; in DEF_TEST() local
DSkVxTest.cpp122 float4 five = 5; in DEF_TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/
Dbind_front_test.cc209 static constexpr int five = 5; in TEST() local
/third_party/python/Lib/test/
Dtest_enum.py2487 five = '5' variable in TestSpecial.test_strenum.DumbStrEnum
2549 five = '5' variable in TestSpecial.test_custom_strenum.DumbStrEnum
3319 five = auto() variable in OldTestFlag.test_unique_composite.TestFlag
3864 five = auto() variable in OldTestIntFlag.test_unique_composite.TestFlag
/third_party/protobuf/src/google/protobuf/
Darena_unittest.cc131 const PleaseDontCopyMe* four, int five, in MustBeConstructedWithOneThroughEight()
/third_party/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp1883 UnicodeString five((UChar32)0x10005); in TestSurrogateSupport() local
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs15939 let five = Arc::new(5); localVariable
26736 let five = Rc::new(5); localVariable