Searched defs:crash (Results 1 - 23 of 23) 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-349079.js12 function crash() { function
20 crash();
21 crash();
22 %OptimizeFunctionOnNextCall(crash);
23 crash();
H A Dregress-crbug-350434.js15 function crash(o, timeout) { function
26 crash(o, 100000);
27 crash(o, 100000);
28 crash(p, 100000);
29 %OptimizeFunctionOnNextCall(crash);
30 crash(o, 100000);
33 crash({}, 0);
H A Dpost-increment-close-context.js31 function crash() { function
34 assertFalse(crash());
36 %OptimizeFunctionOnNextCall(crash);
37 assertFalse(crash());
39 assertTrue(crash());
41 assertFalse(crash());
H A Dregress-crbug-349853.js11 function crash() { function
21 crash();
H A Dregress-crbug-351320.js13 function crash() { function
19 crash();
20 %OptimizeFunctionOnNextCall(crash);
21 crash();
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/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);
H A Dcxx-templates.h323 void crash() { function in namespace:rdar15468709a
339 void crash() { function in namespace:rdar15468709b
355 void crash() { function in namespace:rdar15468709c
/external/chromium_org/content/browser/frame_host/
H A Ddebug_urls.cc30 const char kAsanCrashDomain[] = "crash";
41 bool crash = url == GURL(kChromeUIPpapiFlashCrashURL); local
48 if (crash)
129 // Induce an intentional crash in the browser process.
/external/chromium_org/chrome/browser/ui/webui/
H A Dcrashes_ui.cc89 // Asynchronously triggers crash uploading. Called from JS.
159 // Chrome OS has a system crash reporter.
169 base::DictionaryValue* crash = new base::DictionaryValue(); local
170 crash->SetString("id", i->id);
171 crash->SetString("time", base::TimeFormatFriendlyDateAndTime(i->time));
172 crash->SetString("local_id", i->local_id);
173 crash_list.Append(crash);
/external/chromium_org/components/metrics/serialization/
H A Dserialization_utils_unittest.cc90 scoped_ptr<MetricSample> crash = MetricSample::CrashSample("mycrash"); local
92 SerializationUtils::WriteMetricToFile(*crash.get(), filename);
96 // 5 bytes for crash
105 // As we are adding extra character (crash, \0s, etc), if the name is
109 scoped_ptr<MetricSample> crash = MetricSample::CrashSample(name); local
110 EXPECT_FALSE(SerializationUtils::WriteMetricToFile(*crash.get(), filename));
127 scoped_ptr<MetricSample> crash = MetricSample::CrashSample("test"); local
128 SerializationUtils::WriteMetricToFile(*crash.get(), filename);
134 EXPECT_TRUE(crash->IsEqual(*samples[0]));
140 scoped_ptr<MetricSample> crash local
[all...]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
H A Dp3.cpp91 int& crash = fail; variable
/external/chromium_org/net/disk_cache/blockfile/
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
H A Ddisk_format_v3.h74 int32 crash; // Signals a previous crash. member in struct:disk_cache::IndexHeaderV3
/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_org/base/win/
H A Dwin_util.cc204 void SetShouldCrashOnProcessDetach(bool crash) { argument
205 g_crash_on_process_detach = crash;
216 // don't get any crash.
219 // Set a SIGABRT handler for good measure. We will crash even if the default
220 // is left in place, however this allows us to crash earlier. And it also
221 // lets us crash in response to code which might directly call raise(SIGABRT)
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
H A Dbg.js16 "about:crash": "sadtrombone.mp3",
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 424 milliseconds