Searched refs:isUpdating (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/ |
D | MediaSource.cpp | 58 static bool throwExceptionIfClosedOrUpdating(bool isOpen, bool isUpdating, ExceptionState& exceptio… in throwExceptionIfClosedOrUpdating() argument 64 if (isUpdating) { in throwExceptionIfClosedOrUpdating() 217 bool MediaSource::isUpdating() const in isUpdating() function in blink::MediaSource 382 if (throwExceptionIfClosedOrUpdating(isOpen(), isUpdating(), exceptionState)) in setDuration() 466 if (throwExceptionIfClosedOrUpdating(isOpen(), isUpdating(), exceptionState)) in endOfStreamInternal()
|
D | MediaSource.h | 118 bool isUpdating() const;
|
D | SourceBuffer.cpp | 59 static bool throwExceptionIfRemovedOrUpdating(bool isRemoved, bool isUpdating, ExceptionState& exce… in throwExceptionIfRemovedOrUpdating() argument 65 if (isUpdating) { in throwExceptionIfRemovedOrUpdating()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 218 SDNode *SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs, 226 SDNode *SelectVST(SDNode *N, bool isUpdating, unsigned NumVecs, 234 bool isUpdating, unsigned NumVecs, 240 SDNode *SelectVLDDup(SDNode *N, bool isUpdating, unsigned NumVecs, 1772 SDNode *ARMDAGToDAGISel::SelectVLD(SDNode *N, bool isUpdating, unsigned NumVecs, in SelectVLD() argument 1780 unsigned AddrOpIdx = isUpdating ? 1 : 2; in SelectVLD() 1819 if (isUpdating) in SelectVLD() 1834 if (isUpdating) { in SelectVLD() 1868 if (isUpdating) { in SelectVLD() 1899 if (isUpdating) in SelectVLD() [all …]
|
D | ARMExpandPseudoInsts.cpp | 108 bool isUpdating; member 405 if (TableEntry->isUpdating) in ExpandVLD() 457 if (TableEntry->isUpdating) in ExpandVST() 539 if (TableEntry->isUpdating) in ExpandLaneOp()
|