Searched defs:Fuzz (Results 1 - 4 of 4) sorted by relevance

/external/skia/fuzz/
H A DFuzz.h15 class Fuzz : SkNoncopyable { class in inherits:SkNoncopyable
17 explicit Fuzz(SkData*);
46 void (*fn)(Fuzz*);
50 static void fuzz_##name(Fuzz*); \
52 static void fuzz_##name(Fuzz* f)
H A Dfuzz.cpp8 #include "Fuzz.h"
93 Fuzz fuzz(bytes);
379 Fuzz::Fuzz(SkData* bytes) : fBytes(SkSafeRef(bytes)), fNextByte(0) {} function in class:Fuzz
381 void Fuzz::signalBug () { raise(SIGSEGV); }
382 void Fuzz::signalBoring() { exit(0); }
385 T Fuzz::nextT() {
396 uint8_t Fuzz::nextB() { return this->nextT<uint8_t >(); }
397 bool Fuzz::nextBool() { return nextB()&1; }
398 uint32_t Fuzz
[all...]
/external/v8/test/cctest/
H A Dtypes-fuzz.h117 types.push_back(Fuzz());
217 Type* Fuzz(int depth = 4) { function in class:v8::internal::Types
265 Type* element = Fuzz(depth / 2);
270 Type* result = Fuzz(depth / 2);
271 Type* receiver = Fuzz(depth / 2);
275 Type* parameter = Fuzz(depth / 2);
298 Type* operand = Fuzz(depth - 1);
H A Dtest-api.cc111 ApiTestFuzzer::Fuzz();
911 ApiTestFuzzer::Fuzz();
929 ApiTestFuzzer::Fuzz();
946 ApiTestFuzzer::Fuzz();
1025 ApiTestFuzzer::Fuzz();
1831 ApiTestFuzzer::Fuzz();
1838 ApiTestFuzzer::Fuzz();
1947 ApiTestFuzzer::Fuzz();
1953 ApiTestFuzzer::Fuzz();
2206 ApiTestFuzzer::Fuzz();
13650 void ApiTestFuzzer::Fuzz() { function in class:ApiTestFuzzer
[all...]

Completed in 119 milliseconds