/third_party/mesa3d/src/compiler/glsl/glcpp/tests/ |
H A D | 054-if-with-macros.c | 4 #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 D | typeUsedAsValueError.js | 21 let five = new TypeAliasForSomeClassNotFound(); 38 var five = new TypeAliasForSomeClassNotFound();
|
H A D | recursiveConditionalTypes.js | 149 let five: Add<2, 3>; 204 let five;
288 declare let five: Add<2, 3>;
|
/third_party/skia/tests/ |
H A D | SkTOptionalTest.cpp | 77 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 D | SkVxTest.cpp | 122 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 D | test_runner.py | 89 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 D | emit.rs | 4 emit!(one, two, three, four, five);
|
/third_party/libabigail/tests/data/test-annotate/ |
H A D | test-anonymous-members-0.cc | 22 enum {five, six} e3; enumerator
|
/third_party/skia/third_party/externals/abseil-cpp/absl/functional/ |
H A D | bind_front_test.cc | 209 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 D | chashtst.c | 218 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 D | py3_test_grammar.py | 522 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 D | py2_test_grammar.py | 516 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 D | arena_unittest.cc | 131 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 D | test_builtin.py | 2052 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 D | test_enum.py | 2487 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 D | test_grammar.py | 1238 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 D | aesv8-armx.pl | 2374 // 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 D | aesv8-armx.pl | 2390 // 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 D | common_tests.rb | 785 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 D | fedabipkgdiff | 746 :param int state: build state. There are five states of a build in
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 13902 /// 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 D | numfmtst.cpp | 1883 UnicodeString five((UChar32)0x10005); in TestSurrogateSupport() 1887 custom.setSymbol(DecimalFormatSymbols::kFiveDigitSymbol, five); in TestSurrogateSupport()
|