/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
D | fixed_array_exception_safety_test.cc | 58 auto large = FixedArr(kLargeSize); in TEST() local 66 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local 112 auto large = FixedArr(kLargeSize); in TEST() local 120 auto large = FixedArrWithAlloc(kLargeSize); in TEST() local
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | derive-partialeq-base.hpp | 4 int large[33]; member in Base
|
D | derive-clone_1_0.h | 6 int large[33]; member
|
D | derive-clone.h | 6 int large[33]; member
|
D | derive-bitfield-method-same-name.hpp | 7 int large[33]; member
|
/third_party/skia/docs/examples/ |
D | IRect_width64.cpp | 7 SkIRect large = { -2147483647, 1, 2147483644, 2 }; in draw() local
|
D | IRect_height64.cpp | 7 SkIRect large = { 1, -2147483647, 2, 2147483644 }; in draw() local
|
D | IRect_height.cpp | 9 SkIRect large = { 1, -2147483647, 2, 2147483644 }; in draw() local
|
D | Rect_height.cpp | 9 SkRect large = { 1, -2147483647.f, 2, 2147483644.f }; in draw() local
|
D | Rect_width.cpp | 9 SkRect large = { -2147483647.f, 1, 2147483644.f, 2 }; in draw() local
|
D | IRect_width.cpp | 9 SkIRect large = { -2147483647, 1, 2147483644, 2 }; in draw() local
|
D | RRect_width.cpp | 9 SkRRect large = SkRRect::MakeRect({ -FLT_MAX, 1, FLT_MAX, 2 }); in draw() local
|
D | RRect_height.cpp | 9 SkRRect large = SkRRect::MakeRect({ 1, -FLT_MAX, 2, FLT_MAX }); in draw() local
|
/third_party/python/Include/internal/ |
D | pycore_accu.h | 25 PyObject *large; /* A list of previously accumulated large strings */ member
|
/third_party/jerryscript/tests/jerry-test-suite/es2015/22/22.02/22.02.03/ |
D | 22.02.03-014.js | 19 "large":0 property
|
D | 22.02.03-007.js | 19 "large":0 property
|
/third_party/skia/src/core/ |
D | SkPictureRecord.h | 26 #define UNPACK_8_24(combined, small, large) \ argument 29 #define PACK_8_24(small, large) ((small << 24) | large) argument
|
D | SkRectPriv.h | 21 const int32_t large = 1 << 29; in MakeILarge() local
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | derive-clone.rs | 12 pub large: [::std::os::raw::c_int; 33usize], field
|
D | derive-clone_1_0.rs | 13 pub large: [::std::os::raw::c_int; 33usize], field
|
D | derive-partialeq-base.rs | 11 pub large: [::std::os::raw::c_int; 33usize], field
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | sorttest.c | 35 uint32_t large[]={ 21, 10, 20, 19, 11, 12, 13, 10, 10, 10, 10, in SortTest() local
|
/third_party/protobuf/src/google/protobuf/util/ |
D | time_util_test.cc | 290 Duration large = TimeUtil::SecondsToDuration(int64{315576000000}) - one_nano; in TEST() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | VersionInfoTest.java | 145 VersionInfo large = VersionInfo.getInstance(222); // >=128 in TestCompareLarge() local
|
/third_party/rust/crates/bindgen/bindgen-integration/src/ |
D | lib.rs | 153 let mut large: bindings::bitfields::Seventh = unsafe { mem::zeroed() }; in test_bitfields_seventh() localVariable
|