Searched refs:getValue (Results 276 - 300 of 729) sorted by relevance

<<11121314151617181920>>

/external/webkit/Source/WebCore/bridge/
H A Druntime_array.cpp102 descriptor.setDescriptor(slot.getValue(exec, propertyName), ReadOnly | DontDelete | DontEnum);
112 descriptor.setDescriptor(slot.getValue(exec, propertyName), DontDelete | DontEnum);
/external/llvm/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp199 return Dummy.getValue().getNode();
220 CurDAG->ReplaceAllUsesWith(SDValue(bvNode, 0), Dummy.getValue());
221 if (SDNode *N = SelectCode(Dummy.getValue().getNode()))
223 return Dummy.getValue().getNode();
695 if (SDNode *N = SelectCode(PromoteScalar.getValue().getNode()))
698 PromScalar = PromoteScalar.getValue();
706 if (SDNode *N = SelectCode(Dummy2.getValue().getNode()))
709 zextShuffle = Dummy2.getValue();
713 CurDAG->ReplaceAllUsesWith(N, Dummy.getValue().getNode());
714 SelectCode(Dummy.getValue()
[all...]
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DProvider2Test.java38 public Object getValue() { method in class:Provider2Test.MyEntry
/external/apache-http/src/org/apache/http/impl/auth/
H A DAuthSchemeBase.java90 String s = header.getValue();
/external/apache-http/src/org/apache/http/params/
H A DBasicHttpParams.java156 target.setParameter((String)me.getKey(), me.getValue());
/external/apache-http/src/org/apache/http/protocol/
H A DResponseConnControl.java99 response.setHeader(HTTP.CONN_DIRECTIVE, header.getValue());
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/pkcs/
H A DEncryptedData.java59 int version = ((DERInteger)seq.getObjectAt(0)).getValue().intValue();
H A DMacData.java48 this.iterationCount = ((DERInteger)seq.getObjectAt(2)).getValue();
/external/clang/tools/diagtool/
H A DDiagTool.cpp35 return (it == getTools(tools)->end()) ? 0 : it->getValue();
/external/collada/include/1.4/dom/
H A DdomSphere.h55 domFloat getValue() const { return _value; } function in class:domSphere::domRadius
/external/collada/include/dae/
H A DdomAny.h77 daeString getValue() const { return _value; } function in class:domAny
/external/easymock/src/org/easymock/internal/
H A DEasyMockProperties.java80 properties.put(entry.getKey(), entry.getValue());
/external/guava/src/com/google/common/collect/
H A DImmutableClassToInstanceMap.java81 T value = entry.getValue();
H A DImmutableMap.java185 put(entry.getKey(), entry.getValue());
245 entries[0].getKey(), entries[0].getValue()));
249 V v = entries[i].getValue();
363 values[i] = entry.getValue();
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DLoadPathToFileCache.java133 put(e.getKey(), e.getValue());
/external/llvm/include/llvm/ADT/
H A DOptional.h42 const T& getValue() const { assert(hasVal); return x; } function in class:llvm::Optional
H A DStatistic.h41 llvm::sys::cas_flag getValue() const { return Value; } function in class:llvm::Statistic
/external/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h109 /// getValue - Return the base address of the memory access. This may either
116 const Value *getValue() const { return PtrInfo.V; } function in class:llvm::MachineMemOperand
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp51 reassignSymbolAddress(i->getKey(), i->getValue());
/external/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp78 return CI1->getValue().slt(CI2->getValue());
147 << cast<ConstantInt>(Pivot.Low)->getValue() << " -"
148 << cast<ConstantInt>(Pivot.High)->getValue() << "\n");
/external/llvm/utils/TableGen/
H A DSetTheory.cpp78 apply2(ST, Expr, Set, II->getValue(), Elts);
150 Format = SI->getValue();
156 From = II->getValue();
163 To = II->getValue();
/external/proguard/src/proguard/optimize/info/
H A DFieldOptimizationInfo.java110 public Value getValue() method in class:FieldOptimizationInfo
/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DElement.java178 if (theAtts.getValue(i) == null || name == null ||
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAXParserImpl.java50 parser.setFeature((String) entry.getKey(), ((Boolean) entry.getValue()).booleanValue());
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DHttpCookieTest.java198 * @tests java.net.HttpCookie#getValue(), setValue(String)
204 assertEquals("value", cookie.getValue());
206 assertEquals("newValue", cookie.getValue());
209 assertNull(cookie.getValue());
212 assertEquals("na\u64DEme", cookie.getValue());
215 assertEquals("{(new value, 11)}", cookie.getValue());
633 assertEquals("null", cookie.getValue());
648 assertEquals("tes,t", cookie.getValue());
654 assertEquals("null\"", cookie.getValue());
667 assertEquals("tes,t", cookie.getValue());
[all...]

Completed in 2807 milliseconds

<<11121314151617181920>>