Searched refs:hasValue (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/Modules/webaudio/
H A DAudioParam.cpp47 bool hasValue; local
48 float timelineValue = m_timeline.valueForContextTime(context(), narrowPrecisionToFloat(m_value), hasValue);
50 if (hasValue)
128 bool hasValue; local
129 float timelineValue = m_timeline.valueForContextTime(context(), narrowPrecisionToFloat(m_value), hasValue);
131 if (hasValue)
H A DAudioParamTimeline.h54 // hasValue is set to true if a valid timeline value is returned.
56 float valueForContextTime(AudioContext*, float defaultValue, bool& hasValue);
H A DAudioParamTimeline.cpp116 float AudioParamTimeline::valueForContextTime(AudioContext* context, float defaultValue, bool& hasValue) argument
123 hasValue = false;
136 hasValue = true;
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dstringtriebuilder.cpp86 UBool hasValue=FALSE; local
95 hasValue=TRUE;
127 return writeValueAndType(hasValue, value, type);
210 UBool hasValue=FALSE; local
218 hasValue=TRUE;
245 if(hasValue && node!=NULL) {
423 return hasValue==o.hasValue && (!hasValue || value==o.value);
609 offset=builder.writeValueAndType(hasValue, valu
[all...]
H A Ducharstriebuilder.cpp308 offset=b.writeValueAndType(hasValue, value, b.getMinLinearMatch()+length-1);
397 UCharsTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { argument
398 if(!hasValue) {
H A Dbytestriebuilder.cpp460 BytesTrieBuilder::writeValueAndType(UBool hasValue, int32_t value, int32_t node) { argument
462 if(hasValue) {
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dstringtriebuilder.h265 ValueNode(int32_t initialHash) : Node(initialHash), hasValue(FALSE), value(0) {}
268 hasValue=TRUE;
273 UBool hasValue; member in class:StringTrieBuilder::ValueNode
393 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node) = 0;
H A Dbytestriebuilder.h160 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node);
H A Ducharstriebuilder.h164 virtual int32_t writeValueAndType(UBool hasValue, int32_t value, int32_t node);
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DOptional.h45 bool hasValue() const { return hasVal; } function in class:llvm::Optional
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Daccess.c296 static Bool hasValue( AttVal* av ) function
528 if ( hasValue(av) )
549 if ( errcode && hasValue(av) )
747 if ( hasValue(av) )
768 if ( hasValue(av) && atoi(av->value) < 30 )
778 if ( hasValue(av) && TY_(tmbstrlen)(av->value) > 1 )
788 if ( hasValue(av) )
1108 if ( hasValue(av) && TY_(tmbstrlen)(av->value) > 1 )
1117 if ( hasValue(av) && !IsValidSrcExtension(av->value) )
1126 if ( hasValue(a
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSValueList.h59 bool hasValue(CSSValue*) const;
H A DCSSValueList.cpp67 bool CSSValueList::hasValue(CSSValue* val) const function in class:WebCore::CSSValueList
/macosx-10.9.5/Security-55471.14.18/include/security_keychain/
H A DDLDBListCFPref.h169 bool hasValue() const { return mRef; } function in class:Security::CCFValue
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/Security/
H A DDLDBListCFPref.h169 bool hasValue() const { return mRef; } function in class:Security::CCFValue
/macosx-10.9.5/Security-55471.14.18/libsecurity_keychain/lib/
H A DDLDBListCFPref.h169 bool hasValue() const { return mRef; } function in class:Security::CCFValue
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dwsml.vim18 syn keyword wsmlOntology hasValue memberOf ofType impliesType subConceptOf
25 syn keyword wsmlKeywordsInsideLEs true false memberOf hasValue subConceptOf ofType impliesType and or implies impliedBy equivalent neg naf forall exists
/macosx-10.9.5/objc4-551.1/runtime/
H A Dobjc-references.mm165 bool hasValue() { return _value != nil; }
311 if (old_association.hasValue()) ReleaseValue()(old_association);
/macosx-10.9.5/CPANInternal-140/XML-LibXML/t/
H A D40reader.t48 ok(! $reader->hasValue, "hasValue");
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditingStyle.cpp221 return matches(element) && styleValue && styleValue->isValueList() && static_cast<CSSValueList*>(styleValue.get())->hasValue(m_primitiveValue.get());
1033 if (valueToMerge->hasValue(underline.get()) && !mergedValue->hasValue(underline.get()))
1036 if (valueToMerge->hasValue(lineThrough.get()) && !mergedValue->hasValue(lineThrough.get()))
/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c2774 Boolean hasValue = false; local
2778 hasValue = CFSetContainsValue(rl->_commonModeItems, rls);
2783 hasValue = (rlm->_sources0 ? CFSetContainsValue(rlm->_sources0, rls) : false) || (rlm->_sources1 ? CFSetContainsValue(rlm->_sources1, rls) : false);
2788 return hasValue;
2959 Boolean hasValue = false; local
2963 hasValue = CFSetContainsValue(rl->_commonModeItems, rlo);
2968 hasValue = CFArrayContainsValue(rlm->_observers, CFRangeMake(0, CFArrayGetCount(rlm->_observers)), rlo);
2975 return hasValue;
3061 Boolean hasValue = false;
3065 hasValue
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCommandLine.h338 bool hasValue() const { return false; } function in struct:llvm::cl::OptionValueBase
359 bool hasValue() const { return Valid; } function in class:llvm::cl::OptionValueCopy
375 if (!VC.hasValue()) return false;
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DCommandLine.cpp1150 if (D.hasValue()) \
1173 if (D.hasValue())
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A DLibXML.xs7832 hasValue(reader)

Completed in 171 milliseconds