Home
last modified time | relevance | path

Searched refs:five (Results 1 - 22 of 22) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
H A D054-if-with-macros.c4 #define five 5 macro
5 #if five < two
15 #if two + three <= five
20 #if five - two == three
30 #if one != five
/third_party/typescript/tests/baselines/reference/
H A DtypeUsedAsValueError.js21 let five = new TypeAliasForSomeClassNotFound();
38 var five = new TypeAliasForSomeClassNotFound();
H A DrecursiveConditionalTypes.js149 let five: Add<2, 3>;
204 let five;
288 declare let five: Add<2, 3>;
/third_party/skia/tests/
H A DSkTOptionalTest.cpp77 skstd::optional<int> five = 5; in DEF_TEST() local
101 REPORTER_ASSERT(r, v[index] <= five); in DEF_TEST()
102 REPORTER_ASSERT(r, o[index] <= five); in DEF_TEST()
103 REPORTER_ASSERT(r, five >= v[index]); in DEF_TEST()
104 REPORTER_ASSERT(r, five >= o[index]); in DEF_TEST()
137 REPORTER_ASSERT(r, o[index] != five); in DEF_TEST()
H A DSkVxTest.cpp122 float4 five = 5; in DEF_TEST()
123 REPORTER_ASSERT(r, all(five == 5.0f)); in DEF_TEST()
124 REPORTER_ASSERT(r, all(five == 5)); in DEF_TEST()
/third_party/python/Lib/unittest/test/
H A Dtest_runner.py89 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye')
93 [(cleanup1, (1, 2, 3), dict(four='hello', five='goodbye')),
97 self.assertEqual(cleanups, [(2, (), {}), (1, (1, 2, 3), dict(four='hello', five='goodbye'))])
258 four='hello', five='goodbye')
263 dict(four='hello', five='goodbye')),
268 dict(four='hello', five='goodbye'))])
590 four='hello', five='goodbye')
595 dict(four='hello', five='goodbye')),
600 dict(four='hello', five='goodbye'))])
614 four='hello', five
[all...]
/third_party/rust/crates/proc-macro-error/tests/ui/
H A Demit.rs4 emit!(one, two, three, four, five);
/third_party/libabigail/tests/data/test-annotate/
H A Dtest-anonymous-members-0.cc22 enum {five, six} e3; enumerator
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/
H A Dbind_front_test.cc209 static constexpr int five = 5; in TEST() local
210 constexpr auto plus5 = absl::bind_front(Plus, five); in TEST()
/third_party/icu/icu4c/source/test/cintltst/
H A Dchashtst.c218 static const UChar five[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */ in TestOtherAPI() local
219 static const UChar five2[6] = {0x0066, 0x0069, 0x0076, 0x0065, 0}; /* L"five" */ in TestOtherAPI()
243 uhash_puti(hash, (void*)five, 5, &status); in TestOtherAPI()
/third_party/python/Lib/lib2to3/tests/data/
H A Dpy3_test_grammar.py522 global one, two, three, four, five, six, seven, eight, nine, ten
749 x = {'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5, 'six': 6}
H A Dpy2_test_grammar.py516 global one, two, three, four, five, six, seven, eight, nine, ten
770 x = {'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5, 'six': 6}
/third_party/protobuf/src/google/protobuf/
H A Darena_unittest.cc131 const PleaseDontCopyMe* four, int five, in MustBeConstructedWithOneThroughEight()
139 five_(five), in MustBeConstructedWithOneThroughEight()
129 MustBeConstructedWithOneThroughEight(int one, const char* two, const std::string& three, const PleaseDontCopyMe* four, int five, const char* six, const std::string& seven, const std::string& eight) MustBeConstructedWithOneThroughEight() argument
/third_party/python/Lib/test/
H A Dtest_builtin.py2052 breakpoint(1, 2, 3, four=4, five=5)
2053 my_breakpointhook.assert_called_once_with(1, 2, 3, four=4, five=5)
2059 self.assertRaises(TypeError, breakpoint, 1, 2, 3, four=4, five=5)
H A 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
H A Dtest_grammar.py1238 global one, two, three, four, five, six, seven, eight, nine, ten
1649 x = {'one': 1, 'two': 2, 'three': 3, 'four': 4, 'five': 5, 'six': 6}
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daesv8-armx.pl2374 // the five ivs stored into, $iv0,$iv1,$iv2,$iv3,$iv4
2641 // If left 4 blocks, borrow the five block's processing.
3046 // the five ivs stored into, $iv0,$iv1,$iv2,$iv3,$iv4
3325 // After specially processing, utilize the five blocks processing again.
/third_party/openssl/crypto/aes/asm/
H A Daesv8-armx.pl2390 // the five ivs stored into, $iv0,$iv1,$iv2,$iv3,$iv4
2657 // If left 4 blocks, borrow the five block's processing.
3062 // the five ivs stored into, $iv0,$iv1,$iv2,$iv3,$iv4
3341 // After specially processing, utilize the five blocks processing again.
/third_party/protobuf/ruby/tests/
H A Dcommon_tests.rb785 m.repeated_string.push *['four', 'five']
786 assert_equal %w[one two three four five], m.repeated_string
789 assert_equal %w[one two three four five six seven], m.repeated_string
/third_party/libabigail/tools/
H A Dfedabipkgdiff746 :param int state: build state. There are five states of a build in
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs13902 /// example, `vec![Rc::new(1); 5]` will create a vector of five references
13903 /// to the same boxed integer value, not five references pointing to independently
15939 let five = Arc::new(5); in test_ptr_eq()
15940 let same_five = five.clone(); in test_ptr_eq()
15943 assert!(Arc::ptr_eq(&five, &same_five)); in test_ptr_eq()
15944 assert!(!Arc::ptr_eq(&five, &other_five)); in test_ptr_eq()
18423 /// let five = String::from("5");
18425 /// assert_eq!(five, i.to_string());
19834 /// let five = Rc::new(5);
19921 /// let mut five
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp1883 UnicodeString five((UChar32)0x10005); in TestSurrogateSupport()
1887 custom.setSymbol(DecimalFormatSymbols::kFiveDigitSymbol, five); in TestSurrogateSupport()

Completed in 76 milliseconds