HomeSort by relevance Sort by last modified time
    Searched refs:setValue (Results 76 - 100 of 1139) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/public/web/
WebPluginScrollbar.h 62 virtual void setValue(int position) = 0;
  /external/proguard/src/proguard/classfile/constant/
DoubleConstant.java 65 public void setValue(double value)
FloatConstant.java 65 public void setValue(float value)
IntegerConstant.java 65 public void setValue(int value)
LongConstant.java 65 public void setValue(long value)
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.cpp 43 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
55 llvm::cast<X86_32GOTEntry>(*it).setValue(plt_addr + 6);
82 (*(m_SectionData->getFragmentList().begin())).setValue(pAddress);
94 llvm::cast<X86_64GOTEntry>(*it).setValue(plt_addr + 6);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
DoubleObjectPropertyEditor.java 69 property.setValue(Property.UNKNOWN_VALUE);
74 property.setValue(null);
89 property.setValue(value);
IntegerObjectPropertyEditor.java 69 property.setValue(Property.UNKNOWN_VALUE);
74 property.setValue(null);
89 property.setValue(value);
LongObjectPropertyEditor.java 69 property.setValue(Property.UNKNOWN_VALUE);
74 property.setValue(null);
89 property.setValue(value);
ShortObjectPropertyEditor.java 69 property.setValue(Property.UNKNOWN_VALUE);
74 property.setValue(null);
89 property.setValue(value);
  /external/javassist/src/main/javassist/bytecode/annotation/
ClassMemberValue.java 51 setValue(className);
60 setValue("java.lang.Class");
107 public void setValue(String newClassName) {
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
ADecimalExpression.java 21 setValue(_value_);
42 public void setValue(TDecNumber node)
88 setValue((TDecNumber) newChild);
AHexExpression.java 21 setValue(_value_);
42 public void setValue(THexNumber node)
88 setValue((THexNumber) newChild);
AStringExpression.java 21 setValue(_value_);
42 public void setValue(TString node)
88 setValue((TString) newChild);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderMapEntryCollection.java 58 @Override public Integer setValue(Integer value) {
59 return BuilderMapEntryCollection.this.setValue(key, value);
88 protected abstract int setValue(@Nonnull Key key, int value);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsGOTPLT.cpp 72 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // PLT lazy resolver
73 llvm::cast<GOTPLTEntry>(*it++).setValue(0); // Module pointer
76 llvm::cast<GOTPLTEntry>(*it).setValue(pltAddr);
  /frameworks/compile/mclinker/include/mcld/ADT/
StringEntry.h 51 void setValue(const DataType& pVal)
101 void setValue(const std::string& pVal)
102 { setValue(pVal.c_str()); }
104 void setValue(const char* pVal);
106 void setValue(llvm::StringRef& pVal);
  /external/doclava/src/com/google/doclava/
NavTree.java 47 data.setValue("reference_tree", buf.toString());
96 data.setValue("docs.pages." + i + ".id", "" + i);
97 data.setValue("docs.pages." + i + ".label", pkg.name());
98 data.setValue("docs.pages." + i + ".shortname", "API");
99 data.setValue("docs.pages." + i + ".link", pkg.htmlPage());
100 data.setValue("docs.pages." + i + ".type", "package");
107 data.setValue("docs.pages." + i + ".id", "" + i);
118 data.setValue(base + ".label", cl.name());
119 data.setValue(base + ".shortname", cl.name().substring(cl.name().lastIndexOf(".")+1));
120 data.setValue(base + ".link", cl.htmlPage())
    [all...]
TagInfo.java 55 data.setValue(base + ".name", name());
60 data.setValue(base + ".text", text());
61 data.setValue(base + ".kind", kind());
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 441 commandline.createArgument().setValue(target.toString());
481 commandline.createArgument().setValue("-o");
482 commandline.createArgument().setValue(outputDirectory.toString());
484 commandline.createArgument().setValue("-lib");
485 commandline.createArgument().setValue(libDirectory.toString());
492 commandline.createArgument().setValue("-diagnostic");
507 commandline.createArgument().setValue("-debug");
510 commandline.createArgument().setValue("-report");
513 commandline.createArgument().setValue("-print");
516 commandline.createArgument().setValue("-profile")
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterChanSatRepresentation.java 127 public void setValue(int mode, int value) {
128 mAllParam[mode].setValue(value);
152 setValue(mParameterMode, value);
191 setValue(MODE_MASTER, sreader.nextInt());
193 setValue(MODE_RED, sreader.nextInt());
195 setValue(MODE_YELLOW, sreader.nextInt());
197 setValue(MODE_GREEN, sreader.nextInt());
199 setValue(MODE_CYAN, sreader.nextInt());
201 setValue(MODE_BLUE, sreader.nextInt());
203 setValue(MODE_MAGENTA, sreader.nextInt())
    [all...]
  /external/jsilver/src/org/clearsilver/jni/
JniHdf.java 190 public void setValue(String hdfname, String value) {
223 setValue(hdfname + ".sec", sec.length() == 1 ? "0" + sec : sec);
226 setValue(hdfname + ".min", min.length() == 1 ? "0" + min : min);
228 setValue(hdfname + ".24hour",
231 setValue(hdfname + ".hour",
234 setValue(hdfname + ".am",
236 setValue(hdfname + ".mday",
238 setValue(hdfname + ".mon",
240 setValue(hdfname + ".year",
242 setValue(hdfname + ".2yr"
    [all...]
  /external/llvm/lib/IR/
ValueSymbolTable.cpp 62 NewName.setValue(V);
83 Entry.setValue(V);
101 NewName.setValue(V);
  /cts/tools/signature-tools/src/signature/model/impl/
SigAnnotationElement.java 42 public void setValue(Object value) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
ArrayRegion.java 54 public void setValue(int index, Value value) {

Completed in 597 milliseconds

1 2 34 5 6 7 8 91011>>