HomeSort by relevance Sort by last modified time
    Searched defs:Fuzz (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/ipc_fuzzer/mutate/
mutate.cc 40 // Interface implemented by those who fuzz basic types. The types all
209 // Partially-specialized class that knows how to fuzz a given type.
212 static void Fuzz(P* p, Fuzzer *fuzzer) {
214 // to fuzz. It simply does nothing to the type. We might want to
222 FuzzTraits<P>::Fuzz(p, fuzzer);
225 // Specializations to fuzz primitive types.
228 static void Fuzz(bool* p, Fuzzer* fuzzer) {
235 static void Fuzz(int* p, Fuzzer* fuzzer) {
242 static void Fuzz(unsigned int* p, Fuzzer* fuzzer) {
249 static void Fuzz(long* p, Fuzzer* fuzzer)
    [all...]
  /external/chromium_org/v8/test/cctest/
test-types.cc 153 types.push_back(Fuzz());
261 TypeHandle Fuzz(int depth = 4) {
299 TypeHandle element = Fuzz(depth / 2);
304 TypeHandle result = Fuzz(depth / 2);
305 TypeHandle receiver = Fuzz(depth / 2);
309 TypeHandle parameter = Fuzz(depth / 2);
318 TypeHandle operand = Fuzz(depth - 1);
    [all...]
test-api.cc 108 ApiTestFuzzer::Fuzz();
122 ApiTestFuzzer::Fuzz();
    [all...]

Completed in 115 milliseconds