Searched defs:getValue (Results 226 - 250 of 339) sorted by relevance

1234567891011>>

/external/stlport/stlport/stl/
H A D_string_sum.h30 _CharT getValue() const { return _Val; } function in struct:__char_wrapper
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.variables_3.2.400.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi.util_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DObjectOutputStreamTest.java667 public String getValue() { method in class:ObjectOutputStreamTest.ExternalTest
704 + t2.getValue(), t1.getValue().equals(t2.getValue()));
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DElemLiteralResult.java1053 public String getValue(){ method in class:ElemLiteralResult.Attribute
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js3459 key = element.name; value = $(element).getValue();
3576 var value = element.getValue();
3586 getValue: function(element) {
3635 var $F = Form.Element.Methods.getValue;
3708 this.lastValue = this.getValue();
3712 var value = this.getValue();
3722 getValue: function() {
3723 return Form.Element.getValue(this.element);
3728 getValue: function() {
3740 this.lastValue = this.getValue();
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.h236 return getValue<T>();
238 return getValue<T>() / 1000;
240 return getValue<T>();
242 return getValue<T>() * 1000;
270 float getFloatValue(unsigned short unitType, ExceptionState& es) const { return getValue<float>(unitType, es); }
271 float getFloatValue(unsigned short unitType) const { return getValue<float>(unitType); }
272 float getFloatValue() const { return getValue<float>(); }
274 int getIntValue(unsigned short unitType, ExceptionState& es) const { return getValue<int>(unitType, es); }
275 int getIntValue(unsigned short unitType) const { return getValue<int>(unitType); }
276 int getIntValue() const { return getValue<in
278 template<typename T> inline T getValue(unsigned short unitType, ExceptionState& es) const { return clampTo<T>(getDoubleValue(unitType, es)); } function in class:WebCore::CSSPrimitiveValue
279 template<typename T> inline T getValue(unsigned short unitType) const { return clampTo<T>(getDoubleValue(unitType)); } function in class:WebCore::CSSPrimitiveValue
280 template<typename T> inline T getValue() const { return clampTo<T>(getDoubleValue()); } function in class:WebCore::CSSPrimitiveValue
[all...]
/external/clang/lib/Analysis/
H A DUninitializedValues.cpp133 Value getValue(const CFGBlock *block, const CFGBlock *dstBlock, function in class:__anon15164::CFGBlockValues
137 return getValueVector(block)[idx.getValue()];
198 return scratch[idx.getValue()];
535 if (vals.getValue(Pred, B, vd) == Initialized)
572 vals.getValue(Block, Succ, vd) == Uninitialized) {
/external/dexmaker/src/test/java/com/google/dexmaker/stock/
H A DProxyBuilderTest.java410 public double getValue() { method in class:ProxyBuilderTest.DoubleReturn
417 assertEquals(2.0, proxyFor(DoubleReturn.class).build().getValue());
457 public abstract Object getValue(); method in class:ProxyBuilderTest.AbstractClass
461 assertEquals("fake result", proxyFor(AbstractClass.class).build().getValue());
516 public Object getValue() { method in class:ProxyBuilderTest.ReturnsObject
523 public String getValue() { method in class:ProxyBuilderTest.ReturnsString
531 assertSame(expected, proxyFor(ReturnsObject.class).build().getValue());
532 assertSame(expected, proxyFor(ReturnsString.class).build().getValue());
538 proxyFor(ReturnsString.class).build().getValue();
/external/llvm/lib/IR/
H A DDebugInfo.cpp691 Value *DITemplateValueParameter::getValue() const { function in class:DITemplateValueParameter
/external/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp128 Value *getValue() const { return OrigVal; } function in class:__anon21662::XorOpnd
214 ConstPart = C->getValue();
1024 if (FC1->getValue() == -FC2->getValue()) {
1157 if (!Opnd1->getValue()->hasOneUse())
1169 if (Instruction *T = dyn_cast<Instruction>(Opnd1->getValue()))
1193 if (Opnd1->getValue()->hasOneUse())
1195 if (Opnd2->getValue()->hasOneUse())
1249 if (Instruction *T = dyn_cast<Instruction>(Opnd1->getValue()))
1251 if (Instruction *T = dyn_cast<Instruction>(Opnd2->getValue()))
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java1291 public final String getValue() method in class:DTMNodeProxy
/external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
H A Dimage_editor.js987 numeric.textContent = Math.round(range.getValue() * scale) / scale;
995 range.getValue = function() {
1029 values[child.name] = child.getValue();
/external/chromium_org/chrome/browser/resources/file_manager/js/media/
H A Dmedia_controls.js295 this.onVolumeChange_(this.volume_.getValue());
353 this.media_.volume = this.volume_.getValue();
643 MediaControls.Slider.prototype.getValue = function() {
869 if (ratio < this.getValue()) {
944 this.getValue(), MediaControls.PreciseSlider.NO_AUTO_HIDE);
959 this.getValue(), MediaControls.PreciseSlider.NO_AUTO_HIDE);
964 this.getValue(), MediaControls.PreciseSlider.HIDE_AFTER_DRAG_DELAY);
1157 util.AppCache.getValue(this.media_.src, function(position) {
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Dutil.js910 util.AppCache.getValue = function(key, callback) {
/external/chromium_org/third_party/icu/source/common/
H A Dtriedict.cpp620 static inline uint16_t getValue(const CompactTrieHorizontalNode *hnode){ function
629 static inline uint16_t getValue(const CompactTrieVerticalNode *vnode){ function
635 static inline uint16_t getValue(const CompactTrieNode *node){ function
637 return getValue((const CompactTrieVerticalNode *)node);
639 return getValue((const CompactTrieHorizontalNode *)node);
700 values[mycount] = getValue(node);
1679 result->flags = getValue(equal);
1721 latest->flags = getValue(equal);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_ra.cpp625 inline LValue *getValue() const function in class:nv50_ir::GCRA::RIG_Node
731 INFO(" %%%i", RIG_Node::get(ei)->getValue()->id);
733 INFO(" %%%i", RIG_Node::get(ei)->getValue()->id);
1020 assert((*it)->getValue()->join == (*it)->getValue());
1093 LValue *val = nodes[i].getValue();
1126 a->getValue()->id, a->degree, a->degreeLimit,
1127 b->getValue()->id, b->degree, b->degreeLimit);
1133 int l = (b->getValue()->reg.size > 4) ? 1 : 0;
1149 stack.push(node->getValue()
[all...]
/external/clang/include/clang/AST/
H A DExprCXX.h439 bool getValue() const { return Value; } function in class:clang::CXXBoolLiteralExpr
2163 bool getValue() const { return Value; }
2233 bool getValue() const { assert(!isTypeDependent()); return Value; }
2293 bool getValue() const {
2398 uint64_t getValue() const { assert(!isTypeDependent()); return Value; }
2457 bool getValue() const { return Value; }
3529 bool getValue() const { return Value; }
H A DExprObjC.h71 bool getValue() const { return Value; } function in class:clang::ObjCBoolLiteralExpr
/external/emma/core/java12/com/vladium/util/args/
H A DOptsParser.java950 result = (OptDef) entry.getValue ();
1145 optdef.setValueMnemonic (m_token.getValue ());
1173 optdef.setDescription (accept (Token.TEXT_ID).getValue ());
1180 if ("0".equals (result.getValue ()))
1182 else if ("1".equals (result.getValue ()))
1192 _result.add (accept (Token.STRING_ID).getValue ());
1196 _result.add (accept (Token.STRING_ID).getValue ());
1387 KEYWORDS.put (Token.OPTIONAL.getValue (), Token.OPTIONAL);
1388 KEYWORDS.put (Token.REQUIRED.getValue (), Token.REQUIRED);
1389 KEYWORDS.put (Token.VALUES.getValue (), Toke
1447 String getValue () method in class:OptsParser.Token
[all...]
/external/jmdns/src/javax/jmdns/impl/
H A DJmDNSImpl.java143 public String getValue() { method in class:JmDNSImpl.ServiceTypeEntry.SubTypeEntry
169 return this.getKey().equals(((Map.Entry<?, ?>) entry).getKey()) && this.getValue().equals(((Map.Entry<?, ?>) entry).getValue());
269 entry.add(subTypeEntry.getValue());
/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java390 public T getValue() { method in class:LittleMock.ArgumentCaptorImpl
/external/llvm/include/llvm/ADT/
H A DImmutableSet.h68 /// getValue - Returns the data value associated with the tree node.
69 const value_type& getValue() const { return value; } function in class:llvm::ImutAVLTree
76 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
118 if (!ImutInfo::isEqual(ImutInfo::KeyOfValue(getValue()),
123 if (!ImutInfo::isDataEqual(ImutInfo::DataOfValue(getValue()),
131 return isElementEqual(RHS->getValue());
203 ImutInfo::isLess(ImutInfo::KeyOfValue(getLeft()->getValue()),
204 ImutInfo::KeyOfValue(getValue()))) &&
209 ImutInfo::isLess(ImutInfo::KeyOfValue(getValue()),
210 ImutInfo::KeyOfValue(getRight()->getValue())))
429 value_type_ref getValue(TreeTy* T) const { return T->value; } function in class:llvm::ImutAVLFactory
[all...]
/external/llvm/include/llvm/MC/
H A DMCAssembler.h369 int64_t getValue() const { return Value; } function in class:llvm::MCAlignFragment
410 int64_t getValue() const { return Value; } function in class:llvm::MCFillFragment
442 uint8_t getValue() const { return Value; } function in class:llvm::MCOrgFragment
469 const MCExpr &getValue() const { return *Value; } function in class:llvm::MCLEBFragment
H A DMCExpr.h126 int64_t getValue() const { return Value; } function in class:llvm::MCConstantExpr

Completed in 720 milliseconds

1234567891011>>