Home
last modified time | relevance | path

Searched refs:ASSERT_UNUSED (Results 1 – 25 of 107) sorted by relevance

12345

/external/webkit/Source/JavaScriptCore/runtime/
DJSNotAnObject.cpp42 ASSERT_UNUSED(exec, exec->hadException()); in toPrimitive()
48 ASSERT_UNUSED(exec, exec->hadException()); in getPrimitiveNumber()
54 ASSERT_UNUSED(exec, exec->hadException()); in toBoolean()
60 ASSERT_UNUSED(exec, exec->hadException()); in toNumber()
66 ASSERT_UNUSED(exec, exec->hadException()); in toString()
72 ASSERT_UNUSED(exec, exec->hadException()); in toObject()
79 ASSERT_UNUSED(exec, exec->hadException()); in getOwnPropertySlot()
85 ASSERT_UNUSED(exec, exec->hadException()); in getOwnPropertySlot()
91 ASSERT_UNUSED(exec, exec->hadException()); in getOwnPropertyDescriptor()
97 ASSERT_UNUSED(exec, exec->hadException()); in put()
[all …]
/external/webkit/Source/WebCore/websockets/
DWorkerThreadableWebSocketChannel.cpp137 ASSERT_UNUSED(context, context->isWorkerContext()); in workerContextDidSend()
152 ASSERT_UNUSED(context, context->isWorkerContext()); in workerContextDidGetBufferedAmount()
201 ASSERT_UNUSED(context, context->isWorkerContext()); in workerContextDidConnect()
213 ASSERT_UNUSED(context, context->isWorkerContext()); in workerContextDidReceiveMessage()
225 ASSERT_UNUSED(context, context->isWorkerContext()); in workerContextDidClose()
238 ASSERT_UNUSED(context, context->isWorkerContext()); in setWebSocketChannel()
246 ASSERT_UNUSED(context, context->isDocument()); in mainThreadCreateWebSocketChannel()
274 ASSERT_UNUSED(context, context->isDocument()); in mainThreadConnect()
290 ASSERT_UNUSED(context, context->isDocument()); in mainThreadSend()
312 ASSERT_UNUSED(context, context->isDocument()); in mainThreadBufferedAmount()
[all …]
/external/webkit/Source/WebCore/loader/
DWorkerThreadableLoader.cpp122 ASSERT_UNUSED(context, context->isDocument()); in mainThreadDestroy()
138 ASSERT_UNUSED(context, context->isDocument()); in mainThreadCancel()
167 ASSERT_UNUSED(context, context->isWorkerContext()); in workerContextDidSendData()
178 ASSERT_UNUSED(context, context->isWorkerContext()); in workerContextDidReceiveResponse()
190 ASSERT_UNUSED(context, context->isWorkerContext()); in workerContextDidReceiveData()
203 ASSERT_UNUSED(context, context->isWorkerContext()); in workerContextDidReceiveCachedMetadata()
216 ASSERT_UNUSED(context, context->isWorkerContext()); in workerContextDidFinishLoading()
227 ASSERT_UNUSED(context, context->isWorkerContext()); in workerContextDidFail()
238 ASSERT_UNUSED(context, context->isWorkerContext()); in workerContextDidFailRedirectCheck()
249 ASSERT_UNUSED(context, context->isWorkerContext()); in workerContextDidReceiveAuthenticationCancellation()
DDocumentThreadableLoader.cpp182 ASSERT_UNUSED(loader, loader == m_loader); in willSendRequest()
197 ASSERT_UNUSED(loader, loader == m_loader); in didSendData()
205 ASSERT_UNUSED(loader, loader == m_loader); in didReceiveResponse()
238 ASSERT_UNUSED(loader, loader == m_loader); in didReceiveData()
250 ASSERT_UNUSED(loader, loader == m_loader); in didReceiveCachedMetadata()
280 ASSERT_UNUSED(loader, loader == m_loader || !m_loader); in didFail()
287 ASSERT_UNUSED(loader, loader == m_loader || !m_loader); in getShouldUseCredentialStorage()
317 ASSERT_UNUSED(loader, loader == m_loader); in receivedCancellation()
/external/webkit/Source/JavaScriptCore/wtf/
DThreadingPthreads.cpp270 ASSERT_UNUSED(result, !result); in lock()
289 ASSERT_UNUSED(result, !result); in unlock()
306 ASSERT_UNUSED(result, !result); in readLock()
325 ASSERT_UNUSED(result, !result); in writeLock()
344 ASSERT_UNUSED(result, !result); in unlock()
361 ASSERT_UNUSED(result, !result); in wait()
387 ASSERT_UNUSED(result, !result); in signal()
393 ASSERT_UNUSED(result, !result); in broadcast()
DTCSystemAlloc.cpp448ASSERT_UNUSED(newAddress, newAddress == start || newAddress == reinterpret_cast<void*>(MAP_FAILED)… in TCMalloc_SystemRelease()
468 ASSERT_UNUSED(resultSize, resultSize == sizeof(info)); in TCMalloc_SystemRelease()
472 ASSERT_UNUSED(success, success); in TCMalloc_SystemRelease()
508 ASSERT_UNUSED(resultSize, resultSize == sizeof(info)); in TCMalloc_SystemCommit()
512 ASSERT_UNUSED(newAddress, newAddress == ptr); in TCMalloc_SystemCommit()
DAssertions.h243 #define ASSERT_UNUSED(variable, assertion) (assertUnused(variable)) macro
245 #define ASSERT_UNUSED(variable, assertion) ((void)variable) macro
262 #define ASSERT_UNUSED(variable, assertion) ASSERT(assertion) macro
DDecimalNumber.cpp104 ASSERT_UNUSED(bufferLength, bufferLength >= bufferLengthForStringDecimal()); in toStringDecimal()
160 ASSERT_UNUSED(bufferLength, bufferLength >= bufferLengthForStringExponential()); in toStringExponential()
/external/webkit/Source/JavaScriptCore/dfg/
DDFGAliasTracker.h76ASSERT_UNUSED(putByVal, m_graph[putByVal].op == PutByVal || m_graph[putByVal].op == PutByValAlias); in recordPutByVal()
82 ASSERT_UNUSED(getById, m_graph[getById].op == GetById); in recordGetById()
88 ASSERT_UNUSED(putById, m_graph[putById].op == PutById); in recordPutById()
94 ASSERT_UNUSED(putByVal, m_graph[putByVal].op == PutByIdDirect); in recordPutByIdDirect()
/external/webkit/Source/WebCore/storage/
DIDBSQLiteBackingStore.cpp249 ASSERT_UNUSED(ok, ok); // FIXME: Better error handling? in getObjectStores()
288 ASSERT_UNUSED(ok, ok); // FIXME: Better error handling. in doDelete()
291 ASSERT_UNUSED(ok, ok); // FIXME: Better error handling. in doDelete()
400 ASSERT_UNUSED(ok, ok); // FIXME: Better error handling? in getObjectStoreRecord()
484 ASSERT_UNUSED(ok, ok); // FIXME: Better error handling? in deleteObjectStoreRecord()
489 ASSERT_UNUSED(ok, ok); in deleteObjectStoreRecord()
496 ASSERT_UNUSED(ok, ok); in nextAutoIncrementNumber()
513 ASSERT_UNUSED(ok, ok); // FIXME: Better error handling? in keyExistsInObjectStore()
548 ASSERT_UNUSED(ok, ok); // FIXME: Better error handling? in getIndexes()
626 ASSERT_UNUSED(ok, ok); // FIXME: Better error handling? in getObjectViaIndex()
[all …]
/external/webkit/Source/WebCore/platform/audio/mkl/
DFFTFrameMKL.cpp177 ASSERT_UNUSED(status, DftiErrorClass(status, DFTI_NO_ERROR)); in doFFT()
202 ASSERT_UNUSED(status, DftiErrorClass(status, DFTI_NO_ERROR)); in doInverseFFT()
217 ASSERT_UNUSED(status, DftiErrorClass(status, DFTI_NO_ERROR)); in cleanup()
/external/webkit/Source/WebKit2/Shared/cg/
DShareableBitmapCG.cpp90 ASSERT_UNUSED(typelessData, bitmap->data() == typelessData); in releaseBitmapContextData()
97 ASSERT_UNUSED(typelessData, bitmap->data() == typelessData); in releaseDataProviderData()
/external/webkit/Source/WebCore/dom/
DEventQueue.cpp76 ASSERT_UNUSED(wasAdded, wasAdded); // It should not have already been in the list. in enqueueEvent()
125 ASSERT_UNUSED(wasAdded, wasAdded); // It should not have already been in the list. in pendingEventTimerFired()
/external/webkit/Source/WebCore/platform/mock/
DGeolocationClientMock.cpp111 ASSERT_UNUSED(timer, timer == &m_permissionTimer); in permissionTimerFired()
171 ASSERT_UNUSED(timer, timer == &m_controllerTimer); in controllerTimerFired()
DDeviceOrientationClientMock.cpp67 ASSERT_UNUSED(timer, timer == &m_timer); in timerFired()
/external/webkit/Source/JavaScriptCore/API/
DAPICast.h65 ASSERT_UNUSED(exec, exec); in toJS()
81 ASSERT_UNUSED(exec, exec); in toJSForGC()
/external/webkit/Source/WebKit2/Platform/mac/
DSharedMemoryMac.cpp158 ASSERT_UNUSED(kr, kr == KERN_SUCCESS); in ~SharedMemory()
163 ASSERT_UNUSED(kr, kr == KERN_SUCCESS); in ~SharedMemory()
/external/webkit/Source/WebCore/page/
DCrypto.cpp66 ASSERT_UNUSED(array, array); in getRandomValues()
DPerformanceTiming.cpp69 ASSERT_UNUSED(lowerBound, skewedTime >= lowerBound); in getPossiblySkewedTimeInKnownRange()
70 ASSERT_UNUSED(upperBound, skewedTime <= upperBound); in getPossiblySkewedTimeInKnownRange()
/external/webkit/Source/WebCore/webaudio/
DJavaScriptAudioNode.cpp79 ASSERT_UNUSED(numberOfInputs, numberOfInputs == 1); in JavaScriptAudioNode()
80 ASSERT_UNUSED(numberOfOutputs, numberOfOutputs == 1); in JavaScriptAudioNode()
DAudioChannelSplitter.cpp58 ASSERT_UNUSED(framesToProcess, framesToProcess == source->length()); in process()
/external/webkit/Source/WebCore/html/
DRangeInputType.cpp96 ASSERT_UNUSED(value, parseToDouble(value, numeric_limits<double>::quiet_NaN()) >= minimum()); in rangeUnderflow()
103 ASSERT_UNUSED(value, parseToDouble(value, numeric_limits<double>::quiet_NaN()) <= maximum()); in rangeOverflow()
/external/webkit/Source/WebCore/wml/
DWMLAnchorElement.cpp79 ASSERT_UNUSED(task, m_task == task); in deregisterTask()
/external/webkit/Source/WebCore/platform/text/
DSegmentedString.h152 ASSERT_UNUSED(expectedCharacter, *current() == expectedCharacter); in advanceAndASSERT()
158ASSERT_UNUSED(expectedCharacter, WTF::Unicode::foldCase(*current()) == WTF::Unicode::foldCase(expe… in advanceAndASSERTIgnoringCase()
/external/webkit/Source/WebCore/platform/
DTimer.cpp143 ASSERT_UNUSED(offset, m_index + offset >= 0); in checkConsistency()
144 ASSERT_UNUSED(offset, m_index + offset <= static_cast<int>(timerHeap().size())); in checkConsistency()

12345