HomeSort by relevance Sort by last modified time
    Searched refs:Fuzz (Results 1 - 8 of 8) 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-accessors.cc 48 ApiTestFuzzer::Fuzz();
54 ApiTestFuzzer::Fuzz();
60 ApiTestFuzzer::Fuzz();
103 ApiTestFuzzer::Fuzz();
149 ApiTestFuzzer::Fuzz();
236 ApiTestFuzzer::Fuzz();
274 ApiTestFuzzer::Fuzz();
312 ApiTestFuzzer::Fuzz();
377 ApiTestFuzzer::Fuzz();
423 ApiTestFuzzer::Fuzz();
    [all...]
test-api.cc 108 ApiTestFuzzer::Fuzz();
122 ApiTestFuzzer::Fuzz();
    [all...]
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...]
cctest.h 192 // A test is augmented with calls to ApiTestFuzzer::Fuzz() in its
215 static void Fuzz();
  /external/chromium_org/crypto/
p224_spake_unittest.cc 72 TEST(MutualAuth, Fuzz) {
  /external/chromium_org/third_party/re2/re2/testing/
re2_test.cc 482 TEST(EmptyCharset, Fuzz) {
    [all...]
  /external/regex-re2/re2/testing/
re2_test.cc 475 TEST(EmptyCharset, Fuzz) {
    [all...]

Completed in 157 milliseconds