Searched defs:hasValue (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSValueList.cpp66 bool CSSValueList::hasValue(CSSValue* val) const function in class:WebCore::CSSValueList
/external/chromium_org/third_party/WebKit/Source/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.cpp116 float AudioParamTimeline::valueForContextTime(AudioContext* context, float defaultValue, bool& hasValue) argument
123 hasValue = false;
136 hasValue = true;
/external/clang/lib/Analysis/
H A DFormatStringParsing.h63 bool hasValue() const { return Start != 0; } function in class:clang::analyze_format_string::SpecifierResult
65 assert(hasValue());
/external/llvm/include/llvm/ADT/
H A DOptional.h119 bool hasValue() const { return hasVal; } function in class:llvm::Optional
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DDictionary.cpp168 bool Dictionary::get(const String& key, double& value, bool& hasValue) const
172 hasValue = false;
176 hasValue = true;
194 bool hasValue = false; local
195 if (!get(key, value, hasValue) && hasValue) {
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeNumericFieldElement.cpp140 bool DateTimeNumericFieldElement::hasValue() const function in class:WebCore::DateTimeNumericFieldElement
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DTestCallbackHelperContainer.java104 public boolean hasValue() { method in class:TestCallbackHelperContainer.OnEvaluateJavaScriptResultHelper
114 assert hasValue();
128 return hasValue();
140 return hasValue();
145 return hasValue();
149 assert !hasValue();
/external/doclava/src/com/google/doclava/
H A DFieldInfo.java472 public boolean hasValue() { method in class:FieldInfo
476 public void setHasValue(boolean hasValue) { argument
477 mHasValue = hasValue;
/external/icu4c/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;
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DNormalizeAlgorithm.cpp351 bool getOptionalUint32(const Dictionary& raw, const char* propertyName, bool& hasValue, uint32_t& value, const ExceptionContext& context, ExceptionState& exceptionState) argument
354 if (!getOptionalInteger(raw, propertyName, hasValue, number, 0, 0xFFFFFFFF, context, exceptionState))
356 if (hasValue)
/external/icu4c/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) {
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseMultipleFieldsDateAndTimeInputType.cpp506 const bool hasValue = parseToDateComponents(element().value(), &date); local
507 if (!hasValue)
519 if (hasValue)
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp653 bool hasValue = false; local
671 hasValue = true;
678 if (!hasValue)
/external/llvm/include/llvm/Support/
H A DCommandLine.h364 bool hasValue() const { return false; } function in struct:llvm::cl::OptionValueBase
385 bool hasValue() const { return Valid; } function in class:llvm::cl::OptionValueCopy
401 if (!VC.hasValue()) return false;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.registry_3.5.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 610 milliseconds