Home
last modified time | relevance | path

Searched defs:large (Results 1 – 25 of 52) sorted by relevance

123

/third_party/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc58 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/skia/third_party/externals/abseil-cpp/absl/container/
Dfixed_array_exception_safety_test.cc58 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/skia/docs/examples/
DIRect_width64.cpp7 SkIRect large = { -2147483647, 1, 2147483644, 2 }; in draw() local
DIRect_height64.cpp7 SkIRect large = { 1, -2147483647, 2, 2147483644 }; in draw() local
DRect_height.cpp9 SkRect large = { 1, -2147483647.f, 2, 2147483644.f }; in draw() local
DIRect_height.cpp9 SkIRect large = { 1, -2147483647, 2, 2147483644 }; in draw() local
DRRect_width.cpp9 SkRRect large = SkRRect::MakeRect({ -FLT_MAX, 1, FLT_MAX, 2 }); in draw() local
DRect_width.cpp9 SkRect large = { -2147483647.f, 1, 2147483644.f, 2 }; in draw() local
DIRect_width.cpp9 SkIRect large = { -2147483647, 1, 2147483644, 2 }; in draw() local
DRRect_height.cpp9 SkRRect large = SkRRect::MakeRect({ 1, -FLT_MAX, 2, FLT_MAX }); in draw() local
/third_party/flutter/skia/docs/examples/
DIRect_width64.cpp7 SkIRect large = { -2147483647, 1, 2147483644, 2 }; in draw() local
DIRect_height64.cpp7 SkIRect large = { 1, -2147483647, 2, 2147483644 }; in draw() local
DRect_width.cpp9 SkRect large = { -2147483647.f, 1, 2147483644.f, 2 }; in draw() local
DIRect_height.cpp9 SkIRect large = { 1, -2147483647, 2, 2147483644 }; in draw() local
DRRect_height.cpp9 SkRRect large = SkRRect::MakeRect({ 1, -FLT_MAX, 2, FLT_MAX }); in draw() local
DRect_height.cpp9 SkRect large = { 1, -2147483647.f, 2, 2147483644.f }; in draw() local
DRRect_width.cpp9 SkRRect large = SkRRect::MakeRect({ -FLT_MAX, 1, FLT_MAX, 2 }); in draw() local
DIRect_width.cpp9 SkIRect large = { -2147483647, 1, 2147483644, 2 }; in draw() local
/third_party/python/Include/internal/
Dpycore_accu.h25 PyObject *large; /* A list of previously accumulated large strings */ member
/third_party/jerryscript/tests/jerry-test-suite/es2015/22/22.02/22.02.03/
D22.02.03-007.js19 "large":0 property
D22.02.03-014.js19 "large":0 property
/third_party/skia/src/core/
DSkPictureRecord.h26 #define UNPACK_8_24(combined, small, large) \ argument
29 #define PACK_8_24(small, large) ((small << 24) | large) argument
/third_party/boost/tools/build/src/util/
Dset.py31 def contains (small, large): argument
/third_party/flutter/skia/src/core/
DSkRectPriv.h21 const int32_t large = 1 << 29; in MakeILarge() local
/third_party/boost/boost/histogram/accumulators/
Dsum.hpp49 sum(const_reference large, const_reference small) noexcept in sum()
99 const_reference large() const noexcept { return large_; } in large() function in boost::histogram::accumulators::sum

123