HomeSort by relevance Sort by last modified time
    Searched full:fuzz (Results 1 - 25 of 205) sorted by null

1 2 3 4 5 6 7 8 9

  /external/lldb/test/python_api/default-constructor/
sb_event.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
12 # Do fuzz testing on the broadcaster obj, it should not crash lldb.
sb_function.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
14 # Do fuzz testing on the address obj, it should not crash lldb.
sb_breakpointlocation.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
26 # Do fuzz testing on the breakpoint obj, it should not crash lldb.
TestDefaultConstructorForAPIObjects.py 30 # Do fuzz testing on the invalid obj, it should not crash lldb.
40 # Do fuzz testing on the invalid obj, it should not crash lldb.
50 # Do fuzz testing on the invalid obj, it should not crash lldb.
60 # Do fuzz testing on the invalid obj, it should not crash lldb.
70 # Do fuzz testing on the invalid obj, it should not crash lldb.
88 # Do fuzz testing on the invalid obj, it should not crash lldb.
98 # Do fuzz testing on the invalid obj, it should not crash lldb.
108 # Do fuzz testing on the invalid obj, it should not crash lldb.
118 # Do fuzz testing on the invalid obj, it should not crash lldb.
130 # Do fuzz testing on the invalid obj, it should not crash lldb
    [all...]
sb_block.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
sb_compileunit.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
sb_filespec.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
sb_inputreader.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
sb_instruction.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
sb_instructionlist.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
sb_lineentry.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
sb_stringlist.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
sb_symbol.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
sb_symbolcontext.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
sb_valuelist.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
sb_communication.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
10 # Do fuzz testing on the broadcaster obj, it should not crash lldb.
sb_error.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
sb_section.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
sb_watchpoint.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
sb_address.py 2 Fuzz tests an object after the default construction to make sure it does not crash lldb.
  /external/chromium_org/third_party/sqlite/src/test/
fuzz.test 13 # (a.k.a. "fuzz") and sending it into the parser to try to
22 # $Id: fuzz.test,v 1.19 2009/04/28 11:10:39 danielk1977 Exp $
40 do_test fuzz-1.1 {
45 do_test fuzz-1.2 {
50 do_test fuzz-1.3 {
55 do_test fuzz-1.4 {
60 do_test fuzz-1.5 {
67 do_test fuzz-1.6 {
73 do_test fuzz-1.7 {
81 do_test fuzz-1.8
    [all...]
fuzz_common.tcl 14 proc fuzz {TemplateList} { procedure
45 fuzz $TemplateList
52 fuzz $TemplateList
62 fuzz $TemplateList
106 set res [fuzz $TemplateList]
116 fuzz $TemplateList
129 fuzz $TemplateList
193 fuzz $TemplateList
225 set res [fuzz $TemplateList]
238 fuzz $TemplateLis
    [all...]
  /external/chromium_org/v8/test/webkit/
dfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function.js 49 function fuzz() { function
50 debug("fuzz!");
51 return "fuzz";
54 shouldBe("bar.call({f:baz}, fuzz)", "\"fuzz\"");
  /docs/source.android.com/src/devices/tech/input/
getevent.jd 57 ABS (0003): 0028 : value 223, min 0, max 255, fuzz 0, flat 0, resolution 0
58 0029 : value 0, min 0, max 255, fuzz 0, flat 0, resolution 0
59 002a : value 0, min 0, max 255, fuzz 0, flat 0, resolution 0
60 002b : value 0, min 0, max 255, fuzz 0, flat 0, resolution 0
73 ABS (0003): ABS_MT_SLOT : value 0, min 0, max 9, fuzz 0, flat 0, resolution 0
74 ABS_MT_TOUCH_MAJOR : value 0, min 0, max 30, fuzz 0, flat 0, resolution 0
75 ABS_MT_POSITION_X : value 0, min 0, max 720, fuzz 0, flat 0, resolution 0
76 ABS_MT_POSITION_Y : value 0, min 0, max 1280, fuzz 0, flat 0, resolution 0
77 ABS_MT_TRACKING_ID : value 0, min 0, max 65535, fuzz 0, flat 0, resolution 0
78 ABS_MT_PRESSURE : value 0, min 0, max 255, fuzz 0, flat 0, resolution
    [all...]
  /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...]

Completed in 648 milliseconds

1 2 3 4 5 6 7 8 9