Home
last modified time | relevance | path

Searched refs:Sink (Results 1 – 25 of 192) sorted by relevance

12345678

/third_party/json/test/thirdparty/Fuzzer/test/
DSwitchTest.cpp11 static volatile int Sink; variable
19 case 1: Sink = __LINE__; break; in Switch()
20 case 101: Sink = __LINE__; break; in Switch()
21 case 1001: Sink = __LINE__; break; in Switch()
22 case 10001: Sink = __LINE__; break; in Switch()
25 case 10000001: Sink = __LINE__; break; in Switch()
36 case 42: Sink = __LINE__; break; in ShortSwitch()
37 case 402: Sink = __LINE__; break; in ShortSwitch()
38 case 4002: Sink = __LINE__; break; in ShortSwitch()
39 case 5002: Sink = __LINE__; break; in ShortSwitch()
[all …]
DLeakTimeoutTest.cpp8 static volatile int *Sink; variable
12 Sink = new int; in LLVMFuzzerTestOneInput()
13 Sink = new int; in LLVMFuzzerTestOneInput()
14 while (Sink) *Sink = 0; // Infinite loop. in LLVMFuzzerTestOneInput()
DTimeoutTest.cpp10 static volatile int Sink; variable
14 Sink = 1; in LLVMFuzzerTestOneInput()
16 Sink = 2; in LLVMFuzzerTestOneInput()
18 Sink = 2; in LLVMFuzzerTestOneInput()
19 while (Sink) in LLVMFuzzerTestOneInput()
DLeakTest.cpp8 static volatile void *Sink; variable
12 Sink = new int; in LLVMFuzzerTestOneInput()
13 Sink = nullptr; in LLVMFuzzerTestOneInput()
DNullDerefTest.cpp10 static volatile int Sink; variable
15 Sink = 1; in LLVMFuzzerTestOneInput()
17 Sink = 2; in LLVMFuzzerTestOneInput()
DSignedIntOverflowTest.cpp12 static volatile int Sink; variable
18 Sink = 1; in LLVMFuzzerTestOneInput()
20 Sink = 2; in LLVMFuzzerTestOneInput()
DSimpleTest.cpp11 static volatile int Sink; variable
16 Sink = 1; in LLVMFuzzerTestOneInput()
18 Sink = 2; in LLVMFuzzerTestOneInput()
DCustomMutatorTest.cpp13 static volatile int Sink; variable
18 Sink = 1; in LLVMFuzzerTestOneInput()
20 Sink = 2; in LLVMFuzzerTestOneInput()
DDivTest.cpp11 static volatile int Sink; variable
17 Sink = 12345678 / (987654 - a); in LLVMFuzzerTestOneInput()
DThreadedLeakTest.cpp9 static volatile int *Sink; variable
14 std::thread T([&] { Sink = new int; }); in LLVMFuzzerTestOneInput()
DStrncmpOOBTest.cpp12 static volatile int Sink; variable
18 Sink = strncmp(Ch + Size - 3, "abcdefg", 6); in LLVMFuzzerTestOneInput()
DLoadTest.cpp11 static volatile int Sink; variable
19 Sink = array[a % (kArraySize + 1)]; in LLVMFuzzerTestOneInput()
DShrinkValueProfileTest.cpp11 static volatile uint32_t Sink; variable
19 Sink = X == Y; in LLVMFuzzerTestOneInput()
DShrinkControlFlowTest.cpp11 static volatile int Sink; variable
23 Sink++; in LLVMFuzzerTestOneInput()
/third_party/flutter/skia/modules/skottie/src/
DSkottieTool.cpp35 class Sink { class
37 virtual ~Sink() = default;
38 Sink(const Sink&) = delete;
39 Sink& operator=(const Sink&) = delete;
55 Sink(const char* ext) : fExtension(ext) {} in Sink() function in __anon7ae8e0110111::Sink
63 class PNGSink final : public Sink {
98 using INHERITED = Sink;
101 class SKPSink final : public Sink {
121 using INHERITED = Sink;
177 std::unique_ptr<Sink> sink; in main()
/third_party/skia/modules/skottie/src/
DSkottieTool.cpp63 class Sink { class
65 Sink() = default;
66 virtual ~Sink() = default;
67 Sink(const Sink&) = delete;
68 Sink& operator=(const Sink&) = delete;
74 class PNGSink final : public Sink {
76 static std::unique_ptr<Sink> Make(const SkMatrix& scale_matrix) { in Make()
83 return std::unique_ptr<Sink>(new PNGSink(std::move(surface), scale_matrix)); in Make()
118 class SKPSink final : public Sink {
120 static std::unique_ptr<Sink> Make(const SkMatrix& scale_matrix) { in Make()
[all …]
/third_party/flutter/skia/dm/
DDMSrcSink.h85 struct Sink { struct
86 virtual ~Sink() {} in ~Sink() argument
320 class NullSink : public Sink {
329 class GPUSink : public Sink {
415 class PDFSink : public Sink {
425 class XPSSink : public Sink {
434 class RasterSink : public Sink {
453 class SKPSink : public Sink {
462 class DebugSink : public Sink {
469 class SVGSink : public Sink {
[all …]
/third_party/skia/dm/
DDMSrcSink.h110 struct Sink { struct
111 virtual ~Sink() {} in ~Sink() argument
376 class NullSink : public Sink {
385 class GPUSink : public Sink {
521 class PDFSink : public Sink {
531 class XPSSink : public Sink {
540 class RasterSink : public Sink {
554 class SKPSink : public Sink {
563 class DebugSink : public Sink {
570 class SVGSink : public Sink {
[all …]
/third_party/musl/ndk-test/sanitize/fuzz/src/
DSimpleTest.cpp13 static volatile int Sink; variable
18 Sink = 1; in LLVMFuzzerTestOneInput()
20 Sink = 2; in LLVMFuzzerTestOneInput()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationruleparser.h71 class U_I18N_API Sink : public UObject {
73 virtual ~Sink();
116 void setSink(Sink *sinkAlias) { in setSink()
188 Sink *sink;
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationruleparser.h71 class U_I18N_API Sink : public UObject {
73 virtual ~Sink();
116 void setSink(Sink *sinkAlias) { in setSink()
188 Sink *sink;
/third_party/node/deps/icu-small/source/i18n/
Dcollationruleparser.h71 class U_I18N_API Sink : public UObject {
73 virtual ~Sink();
116 void setSink(Sink *sinkAlias) { in setSink()
188 Sink *sink;
/third_party/icu/icu4c/source/i18n/
Dcollationruleparser.h71 class U_I18N_API Sink : public UObject {
73 virtual ~Sink();
116 void setSink(Sink *sinkAlias) { in setSink()
188 Sink *sink;
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-iter.hh679 template <typename Sink>
682 hb_sink_t (Sink s) : s (s) {} in hb_sink_t()
693 Sink s;
697 template <typename Sink> hb_sink_t<Sink>
698 operator () (Sink&& s) const in operator ()()
699 { return hb_sink_t<Sink> (s); } in operator ()()
701 template <typename Sink> hb_sink_t<Sink&>
702 operator () (Sink *s) const in operator ()()
703 { return hb_sink_t<Sink&> (*s); } in operator ()()
/third_party/harfbuzz/src/
Dhb-iter.hh786 template <typename Sink>
789 hb_sink_t (Sink s) : s (s) {} in hb_sink_t()
800 Sink s;
804 template <typename Sink> hb_sink_t<Sink>
805 operator () (Sink&& s) const in operator ()()
806 { return hb_sink_t<Sink> (s); } in operator ()()
808 template <typename Sink> hb_sink_t<Sink&>
809 operator () (Sink *s) const in operator ()()
810 { return hb_sink_t<Sink&> (*s); } in operator ()()

12345678