Searched defs:crash (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-crbug-134055.js30 function crash(obj) { function
48 crash(a); // Premonomorphic.
49 crash(a);
50 crash(b);
51 crash(c);
52 crash(d); // Polymorphic, degree 4.
62 %OptimizeFunctionOnNextCall(crash);
63 crash(a);
H A Dregress-crbug-285355.js36 function crash(array) { function
40 assertEquals(2, crash(new Array(1)));
41 assertEquals(2, crash(new Array(1)));
42 %OptimizeFunctionOnNextCall(crash)
43 assertEquals(2, crash(new Array(1)));
H A Dregress-crbug-258519.js35 function crash(x) { function
41 assertEquals("ok", crash(null));
42 assertEquals("ok", crash(null));
43 %OptimizeFunctionOnNextCall(crash);
45 assertEquals("ok", crash(1));
H A Dregress-crbug-196583.js42 function crash(obj) { function
47 crash(a);
48 crash(b);
49 crash(c);
51 %OptimizeFunctionOnNextCall(crash);
52 assertEquals(1, crash(a));
/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-array.cpp11 void crash() // Asserts function
H A Ddebug-info-globalinit.cpp3 void crash() { function
9 crash();
/external/chromium_org/content/browser/web_contents/
H A Ddebug_urls.cc24 bool crash = url == GURL(kChromeUIPpapiFlashCrashURL); local
30 if (crash)
46 // Induce an intentional crash in the browser process.
/external/clang/test/PCH/
H A Dchain-friend-instantiation.cpp46 struct crash { struct
49 crash(const TClass<std::s> p) function in struct:crash
59 crash c(p);
/external/chromium_org/chrome/browser/ui/webui/
H A Dcrashes_ui.cc137 DictionaryValue* crash = new DictionaryValue(); local
138 crash->SetString("id", i->id);
139 crash->SetString("time", base::TimeFormatFriendlyDateAndTime(i->time));
140 crash_list.Append(crash);
185 // Android has it's own setings for metrics / crash uploading.
/external/chromium/chrome/browser/ui/webui/
H A Dcrashes_ui.cc123 // Returns whether or not crash reporting is enabled.
175 DictionaryValue* crash = new DictionaryValue(); local
176 crash->SetString("id", i->crash_id);
177 crash->SetString("time",
179 crash_list.Append(crash);
/external/chromium_org/chrome_frame/test/
H A Dexception_barrier_unittest.cc76 // A simple crash over the exception barrier
93 // then crash to invoke it.
270 void RecurseAndCrashOverBarrier(int depth, bool crash) { argument
274 if (crash)
277 RecurseAndCrashOverBarrier(depth - 1, crash);
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp3.cpp91 int& crash = fail; variable
/external/chromium_org/base/win/
H A Dwin_util.cc196 void SetShouldCrashOnProcessDetach(bool crash) { argument
197 g_crash_on_process_detach = crash;
208 // don't get any crash.
211 // Set a SIGABRT handler for good measure. We will crash even if the default
212 // is left in place, however this allows us to crash earlier. And it also
213 // lets us crash in response to code which might directly call raise(SIGABRT)
/external/chromium_org/net/disk_cache/
H A Ddisk_format.h36 // In order to prevent dirty data to be used as valid (after a crash), every
82 int32 crash; // Signals a previous crash. member in struct:disk_cache::IndexHeader
/external/clang/test/Sema/
H A Denum.c114 void crash(enum E* e) // expected-warning {{declaration of 'enum E' will not be visible outside of this function}} \ function
/external/chromium/net/disk_cache/
H A Ddisk_format.h46 // In order to prevent dirty data to be used as valid (after a crash), every
93 int32 crash; // Signals a previous crash. member in struct:disk_cache::IndexHeader
/external/chromium_org/net/disk_cache/v3/
H A Ddisk_format_v3.h69 int32 crash; // Signals a previous crash. member in struct:disk_cache::IndexHeaderV3
/external/chromium/chrome/common/extensions/docs/examples/extensions/fx/
H A Dbg.js12 "about:crash": "sadtrombone.mp3",
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
H A Dbg.js16 "about:crash": "sadtrombone.mp3",
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp294 void Internals::crash() function in class:WebCore::Internals

Completed in 551 milliseconds