/third_party/typescript/tests/baselines/reference/ |
H A D | normalizedIntersectionTooComplex.js | 13 interface Big { 14 "0": { common?: string; "0"?: number, ref?: Obj<Big["0"]> | Func<Big["0"]>; } 15 "1": { common?: string; "1"?: number, ref?: Obj<Big["1"]> | Func<Big["1"]>; } 16 "2": { common?: string; "2"?: number, ref?: Obj<Big["2"]> | Func<Big["2"]>; } 17 "3": { common?: string; "3"?: number, ref?: Obj<Big["3"]> | Func<Big["3"]>; } 18 "4": { common?: string; "4"?: number, ref?: Obj<Big[" [all...] |
/third_party/rust/crates/nom/src/number/ |
H A D | streaming.rs | 707 /// If the parameter is `nom::number::Endianness::Big`, parse a big endian u16 integer, 717 /// u16::<_, (_, ErrorKind)>(nom::number::Endianness::Big)(s) 736 crate::number::Endianness::Big => be_u16, in u16() 747 /// If the parameter is `nom::number::Endianness::Big`, parse a big endian u24 integer, 756 /// u24::<_,(_, ErrorKind)>(nom::number::Endianness::Big)(s) 775 crate::number::Endianness::Big => be_u24, in u24() 786 /// If the parameter is `nom::number::Endianness::Big`, parse a big endian u32 integer, 795 /// u32::<_, (_, ErrorKind)>(nom::number::Endianness::Big)(s) 814 crate::number::Endianness::Big => be_u32, in u32() 825 /// If the parameter is `nom::number::Endianness::Big`, pars [all...] |
H A D | complete.rs | 733 /// If the parameter is `nom::number::Endianness::Big`, parse a big endian u16 integer, 743 /// u16(nom::number::Endianness::Big)(s) 762 crate::number::Endianness::Big => be_u16, in u16() 773 /// If the parameter is `nom::number::Endianness::Big`, parse a big endian u24 integer, 782 /// u24(nom::number::Endianness::Big)(s) 801 crate::number::Endianness::Big => be_u24, in u24() 812 /// If the parameter is `nom::number::Endianness::Big`, parse a big endian u32 integer, 821 /// u32(nom::number::Endianness::Big)(s) 840 crate::number::Endianness::Big => be_u32, in u32() 851 /// If the parameter is `nom::number::Endianness::Big`, pars [all...] |
H A D | mod.rs | 9 /// Big endian 10 Big,
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | overflowed_enum.hpp | 11 Big = 65538,
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | overflowed_enum.rs | 19 Big = 2,
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | binary_endianness_test.cpp | 40 TEST(BinaryEndianness, Big) { in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | binary_endianness_test.cpp | 40 TEST(BinaryEndianness, Big) { in TEST()
|
/third_party/spirv-tools/test/ |
H A D | binary_endianness_test.cpp | 40 TEST(BinaryEndianness, Big) { in TEST()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
H A D | CommandAllocatorTests.cpp | 28 Big, member in CommandType 211 CommandBig* big = allocator.Allocate<CommandBig>(CommandType::Big); in TEST() 222 ASSERT_EQ(type, CommandType::Big); in TEST()
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_bitfields.py | 285 class Big(BigEndianStructure): class 290 x = Big.from_buffer(b)
|
/third_party/rust/crates/rustix/src/process/ |
H A D | prctl.rs | 379 /// Big endian mode. 380 Big = PR_ENDIAN_BIG, 392 PR_ENDIAN_BIG => Ok(Self::Big), in try_from()
|
/third_party/skia/tests/ |
H A D | GrTextBlobTest.cpp | 178 struct Big { in DEF_TEST() struct 181 // bob.alignedBytes(sizeof(Big), 1); // this should fail in DEF_TEST() 182 // bob.allocateBytesFor<Big>(); // this should not compile in DEF_TEST()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-printers-test.cc | 1285 struct Big { struct 1286 Big() { memset(array, 0, sizeof(array)); } in Big() function 1299 Print(Big())); in TEST()
|
/third_party/python/Lib/test/ |
H A D | test_collections.py | 544 Big = namedtuple('Big', names) 545 b = Big(*range(n)) 547 self.assertEqual(Big._make(range(n)), tuple(range(n)))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 10122 CaseCluster &Big = *W.LastCluster; in lowerWorkItem() local 10124 if (Small.Low == Small.High && Big.Low == Big.High && in lowerWorkItem() 10125 Small.MBB == Big.MBB) { in lowerWorkItem() 10127 const APInt &BigValue = Big.Low->getValue(); in lowerWorkItem() 10143 // Both Small and Big will jump to Small.BB, so we sum up the in lowerWorkItem() 10145 addSuccessorWithProb(SwitchMBB, Small.MBB, Small.Prob + Big.Prob); in lowerWorkItem()
|
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 2942 Big, 2952 return Big;
|
/third_party/libabigail/tests/lib/ |
H A D | catch.hpp | 15031 enum Arch { Big, Little }; 15038 return value ? Little : Big;
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 5674 template<typename T> struct nk_alignof{struct Big {T x; char c;}; enum { struct 5675 diff = sizeof(Big) - sizeof(T), value = nk_helper<Big, diff>::value};}; 25771 /// Big thank you to Omar Cornut (ocornut@github) for his [imgui library](https://github.com/ocornut/imgui) and
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |