Home
last modified time | relevance | path

Searched refs:CRASH (Results 1 – 25 of 91) sorted by relevance

1234

/external/webkit/Source/WebCore/platform/graphics/android/context/
DRecordingContextCanvasProxy.h57 …Layer(const SkRect* bounds, const SkPaint*, SaveFlags) { /* NOT IMPLEMENTED*/ CRASH(); return -1; } in saveLayer()
58 virtual bool translate(SkScalar dx, SkScalar dy) { /* NOT IMPLEMENTED*/ CRASH(); return -1; } in translate()
59 virtual bool scale(SkScalar sx, SkScalar sy) { /* NOT IMPLEMENTED*/ CRASH(); return -1; } in scale()
60 virtual bool skew(SkScalar sx, SkScalar sy) { /* NOT IMPLEMENTED*/ CRASH(); return -1; } in skew()
61 virtual bool concat(const SkMatrix& matrix) { /* NOT IMPLEMENTED*/ CRASH(); return -1; } in concat()
62 virtual void setMatrix(const SkMatrix& matrix) { /* NOT IMPLEMENTED*/ CRASH(); } in setMatrix()
63 …virtual bool clipRect(const SkRect&, SkRegion::Op, bool) { /* NOT IMPLEMENTED*/ CRASH(); return -1… in clipRect()
64 …virtual bool clipPath(const SkPath&, SkRegion::Op, bool) { /* NOT IMPLEMENTED*/ CRASH(); return -1… in clipPath()
65 …virtual bool clipRegion(const SkRegion& region, SkRegion::Op op) { /* NOT IMPLEMENTED*/ CRASH(); r… in clipRegion()
66 virtual void clear(SkColor) { /* NOT IMPLEMENTED*/ CRASH(); } in clear()
[all …]
DGraphicsOperation.cpp44 CRASH(); in operator new()
51 CRASH(); in operator delete()
/external/webkit/Source/JavaScriptCore/wtf/
DOSAllocatorWin.cpp45 CRASH(); in reserveUncommitted()
53 CRASH(); in reserveAndCommit()
61 CRASH(); in commit()
68 CRASH(); in decommit()
77 CRASH(); in releaseDecommitted()
DAssertions.h170 #ifndef CRASH
172 #define CRASH() do { \ macro
177 #define CRASH() do { \ macro
183 #define CRASH() do { \ macro
253 CRASH(); \
259 CRASH(); \
278 CRASH(); \
295 CRASH(); \
317 CRASH(); \
DOSRandomSource.cpp66 CRASH(); // We need /dev/urandom for this API to work... in cryptographicallyRandomValuesFromOS()
69 CRASH(); in cryptographicallyRandomValuesFromOS()
75 CRASH(); in cryptographicallyRandomValuesFromOS()
77 CRASH(); in cryptographicallyRandomValuesFromOS()
DTCSpinLock.h245 if (pthread_mutex_init(&private_lock_, NULL) != 0) CRASH(); in Init()
248 if (pthread_mutex_destroy(&private_lock_) != 0) CRASH(); in Finalize()
251 if (pthread_mutex_lock(&private_lock_) != 0) CRASH(); in Lock()
254 if (pthread_mutex_unlock(&private_lock_) != 0) CRASH(); in Unlock()
DThreadIdentifierDataPthreads.cpp84 CRASH(); in initializeKeyOnceHelper()
91 CRASH(); in initializeKeyOnce()
DOSAllocatorPosix.cpp85 CRASH(); in reserveAndCommit()
118 CRASH(); in releaseDecommitted()
/external/webkit/Source/JavaScriptCore/runtime/
DUStringConcatenate.h65 CRASH(); in makeUString()
74 CRASH(); in makeUString()
83 CRASH(); in makeUString()
92 CRASH(); in makeUString()
101 CRASH(); in makeUString()
110 CRASH(); in makeUString()
119 CRASH(); in makeUString()
/external/webkit/Source/WebCore/bindings/scripts/test/V8/
DV8TestCallback.cpp90 CRASH(); in callbackWithClass1Param()
117 CRASH(); in callbackWithClass2Param()
122 CRASH(); in callbackWithClass2Param()
150 CRASH(); in callbackWithStringList()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Dtest_expectations_unittest.py53 self.assertEquals(result_was_expected(CRASH, set([FAIL]),
57 self.assertEquals(result_was_expected(SKIP, set([CRASH]),
59 self.assertEquals(result_was_expected(SKIP, set([CRASH]),
77 self.assertEquals(remove_pixel_failures(set([PASS, IMAGE, CRASH])),
78 set([PASS, CRASH]))
139 set([TEXT, CRASH]))
185 s = self._exp._expected_failures.get_test_set(WONTFIX, CRASH)
188 s = self._exp._expected_failures.get_test_set(WONTFIX, CRASH,
236 self.assertFalse(match('failures/expected/text.html', CRASH, True))
237 self.assertFalse(match('failures/expected/text.html', CRASH, False))
/external/webkit/Tools/DumpRenderTree/mac/
DCheckedMalloc.cpp64 CRASH(); in protectionOfRegion()
79 CRASH(); in makeLargeMallocFailSilently()
89 CRASH(); in makeLargeMallocFailSilently()
/external/webkit/Source/WebKit/chromium/src/
DResourceHandle.cpp104 CRASH(); in start()
158 CRASH(); in didReceiveResponse()
167 CRASH(); in didReceiveData()
177 CRASH(); in didReceiveCachedMetadata()
186 CRASH(); in didFinishLoading()
/external/webkit/Source/JavaScriptCore/wtf/text/
DStringImpl.cpp53 CRASH(); in ~StringImpl()
85 CRASH(); in createUninitialized()
124 CRASH(); in create()
212 CRASH(); in lower()
248 CRASH(); in upper()
293 CRASH(); in foldCase()
538 CRASH(); in find()
587 CRASH(); in findIgnoringCase()
807 CRASH(); in replace()
839 CRASH(); in replace()
[all …]
DStringBuffer.h45 CRASH(); in StringBuffer()
64 CRASH(); in resize()
DStringConcatenate.h102 CRASH(); in m_buffer()
512 CRASH(); in makeString()
521 CRASH(); in makeString()
530 CRASH(); in makeString()
539 CRASH(); in makeString()
548 CRASH(); in makeString()
557 CRASH(); in makeString()
566 CRASH(); in makeString()
575 CRASH(); in makeString()
/external/chromium/chrome/browser/userfeedback/proto/
Dchrome.proto30 CRASH = 3; enumerator
49 CRASH = 6; enumerator
/external/clang/test/Index/
Dcrash-recovery-modules.m6 // RUN: FileCheck < %t.err -check-prefix=CHECK-CRASH %s
7 // CHECK-CRASH: crash-recovery-modules.m:16:9:{16:2-16:14}: fatal error: could not build module 'Cr…
/external/webkit/Source/JavaScriptCore/jit/
DExecutableAllocator.h85 CRASH(); // Allocation is too large in roundUpAllocationSize()
189 CRASH(); in ExecutableAllocator()
351 CRASH(); // Failed to allocate in ExecutablePool()
361 CRASH(); // Failed to allocate in poolAllocate()
DExecutableAllocatorFixedVMPool.cpp415 CRASH(); in FixedVMPoolAllocator()
427 CRASH(); in alloc()
429 CRASH(); in alloc()
433 CRASH(); in alloc()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerTilerChromium.cpp333 CRASH(); in updateFromPixels()
335 CRASH(); in updateFromPixels()
340 CRASH(); in updateFromPixels()
342 CRASH(); in updateFromPixels()
344 CRASH(); in updateFromPixels()
346 CRASH(); in updateFromPixels()
/external/webkit/Source/WebCore/bridge/
Dnpruntime.cpp90 CRASH(); in NPN_InitializeVariantWithStringCopy()
121 CRASH(); in _NPN_CreateObject()
/external/webkit/Source/WebCore/xml/
DXSLTProcessorLibxslt.cpp329 CRASH(); in transformToString()
331 CRASH(); in transformToString()
333 CRASH(); in transformToString()
335 CRASH(); in transformToString()
/external/clang/test/Index/Inputs/Headers/
Dcrash.h2 #ifdef CRASH
/external/clang/test/Driver/
Doutput-file-cleanup.c19 #ifdef CRASH

1234