HomeSort by relevance Sort by last modified time
    Searched full:setvalue (Results 1 - 25 of 1581) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/nist-sip/java/javax/sip/header/
ExtensionHeader.java 7 void setValue(String value) throws ParseException;
  /external/chromium_org/base/prefs/
pref_value_map_unittest.cc 13 TEST(PrefValueMapTest, SetValue) {
19 EXPECT_TRUE(map.SetValue("key", new StringValue("test")));
20 EXPECT_FALSE(map.SetValue("key", new StringValue("test")));
21 EXPECT_TRUE(map.SetValue("key", new StringValue("hi mom!")));
29 ASSERT_TRUE(map.SetValue("key", new FundamentalValue(5)));
42 ASSERT_TRUE(map.SetValue("key", new FundamentalValue(5.5)));
55 EXPECT_TRUE(map.SetValue("key", new StringValue("test")));
66 EXPECT_TRUE(map.SetValue("key", new StringValue("test")));
76 EXPECT_TRUE(reference.SetValue("b", new StringValue("test")));
77 EXPECT_TRUE(reference.SetValue("c", new StringValue("test")))
    [all...]
overlay_user_pref_store_unittest.cc 51 underlay_->SetValue(overlay_key, new FundamentalValue(42));
55 underlay_->SetValue(overlay_key, new FundamentalValue(43));
59 overlay_->SetValue(overlay_key, new FundamentalValue(44));
63 underlay_->SetValue(overlay_key, new FundamentalValue(45));
81 underlay_->SetValue(overlay_key, new FundamentalValue(47));
82 overlay_->SetValue(overlay_key, new FundamentalValue(48));
91 underlay_->SetValue(overlay_key, new FundamentalValue(42));
100 overlay_->SetValue(overlay_key, new FundamentalValue(43));
120 underlay_->SetValue(overlay_key, new DictionaryValue);
149 underlay_->SetValue(regular_key, new FundamentalValue(42))
    [all...]
writeable_pref_store.h 24 virtual void SetValue(const std::string& key, base::Value* value) = 0;
35 // value. SetValue takes care of notifications itself. Note that
39 // Same as SetValue, but doesn't generate notifications. This is used by
41 // into the user pref store. Using SetValue is not an option since existing
value_map_pref_store.cc 31 void ValueMapPrefStore::SetValue(const std::string& key, base::Value* value) {
32 if (prefs_.SetValue(key, value))
52 prefs_.SetValue(key, value);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
ImageGoodnessFilterTest.java 43 sharpnessFrame.setValue(10f);
45 oEFrame.setValue(0.39f);
47 uEFrame.setValue(0.25f);
49 colorFrame.setValue(2.1f);
51 contrastFrame.setValue(0.18f);
54 motionFrame.setValue(motionFloatArray);
71 sharpnessFrame.setValue(10f);
73 oEFrame.setValue(0.39f);
75 uEFrame.setValue(0.25f);
77 colorFrame.setValue(2.1f)
    [all...]
  /external/lldb/test/lang/objc/objc-checker/
main.m 8 - (void) setValue: (int) newValue;
17 - (void) setValue: (int) newValue
  /external/lzma/CPP/Windows/
Registry.h 13 LONG SetValue(HKEY parentKey, LPCTSTR keyName, LPCTSTR valueName, LPCTSTR value);
48 LONG SetValue(LPCTSTR valueName, UInt32 value);
49 LONG SetValue(LPCTSTR valueName, bool value);
50 LONG SetValue(LPCTSTR valueName, LPCTSTR value);
51 // LONG SetValue(LPCTSTR valueName, const CSysString &value);
53 LONG SetValue(LPCWSTR name, LPCWSTR value);
54 // LONG SetValue(LPCWSTR name, const UString &value);
57 LONG SetValue(LPCTSTR name, const void *value, UInt32 size);
  /external/chromium_org/chrome/browser/sync/
about_sync_util.cc 64 void SetValue(const std::string& value);
65 void SetValue(const base::string16& value);
81 void StringSyncStat::SetValue(const std::string& value) {
86 void StringSyncStat::SetValue(const base::string16& value) {
94 void SetValue(bool value);
109 void BoolSyncStat::SetValue(bool value) {
117 void SetValue(int value);
132 void IntSyncStat::SetValue(int value) {
320 client_version.SetValue(GetVersionString());
323 summary_string.SetValue("Sync service does not exist")
    [all...]
  /external/doclava/src/com/google/doclava/
DocFile.java 95 hdf.setValue(key, value);
140 hdf.setValue(key, value);
170 hdf.setValue("commentText", commentText);
177 hdf.setValue("online-pdk", "true");
187 hdf.setValue("design", "true");
188 hdf.setValue("page.type", "design");
190 hdf.setValue("develop", "true");
191 hdf.setValue("page.type", "develop");
193 hdf.setValue("guide", "true");
194 hdf.setValue("page.type", "guide")
    [all...]
AttributeInfo.java 84 data.setValue(base + ".name", name());
85 data.setValue(base + ".anchor", anchor());
86 data.setValue(base + ".href", htmlPage());
87 data.setValue(base + ".R.name", attrField.name());
88 data.setValue(base + ".R.href", attrField.htmlPage());
96 data.setValue(s + ".href", m.htmlPage());
97 data.setValue(s + ".name", m.prettySignature());
Hierarchy.java 59 hdf.setValue("classes.0", "");
60 hdf.setValue("colspan", "" + depth);
98 hdf.setValue("indent", "" + (totalDepth - remainingDepth - 1));
99 hdf.setValue("colspan", "" + remainingDepth);
103 hdf.setValue("class.label", cl.name());
104 hdf.setValue("class.qualified", cl.qualifiedName());
106 hdf.setValue("class.link", cl.htmlPage());
110 hdf.setValue("exists", "1");
115 hdf.setValue("interfaces." + i + ".class.label", iface.name());
116 hdf.setValue("interfaces." + i + ".class.qualified", iface.qualifiedName())
    [all...]
TodoFile.java 51 data.setValue(base + ".pos", pos.toString());
52 data.setValue(base + ".name", name);
53 data.setValue(base + ".descr", descr);
151 data.setValue(classBase + ".qualified", cl.qualifiedName());
152 data.setValue(classBase + ".errorCount", "" + errors);
153 data.setValue(classBase + ".totalCount", "" + total);
154 data.setValue(classBase + ".percentGood", percent(errors, total));
176 data.setValue("packages." + i + ".name", "" + ps.name);
177 data.setValue("packages." + i + ".errorCount", "" + ps.errors);
178 data.setValue("packages." + i + ".totalCount", "" + ps.total)
    [all...]
SampleCode.java 116 hdf.setValue("samples_toc_tree", Doclava.samplesNavTree.getValue("samples_toc_tree", ""));
118 hdf.setValue("samples", "true");
119 hdf.setValue("projectDir", mProjectDir);
123 hdf.setValue("parentdirs.0.Name", name);
216 hdf.setValue(key + i + ".Type", "img");
217 hdf.setValue(key + i + ".Name", name);
218 hdf.setValue(key + i + ".Href", link);
219 hdf.setValue(key + i + ".RelPath", relative);
230 hdf.setValue(key + i + ".Type", "video");
231 hdf.setValue(key + i + ".Name", name)
    [all...]
KeywordEntry.java 29 data.setValue(base + ".label", this.label);
30 data.setValue(base + ".href", this.href);
31 data.setValue(base + ".comment", this.comment);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java 81 PRESET.setValue(PRESET_BASIC);
115 public void setValue(Object value) {
136 item.setValue(null);
137 STYLE.setValue(STYLE_NONE);
139 SMALL_ICON.setValue(android.R.drawable.stat_notify_chat);
140 CONTENT_TITLE.setValue("Basic title");
141 CONTENT_TEXT.setValue("Basic text");
143 SMALL_ICON.setValue(R.drawable.ic_notification_multiple_mail_holo_dark);
144 LARGE_ICON.setValue(LARGE_ICON.getAvailableValues()[3]);
145 CONTENT_TITLE.setValue("3 new messages")
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/examples/basic/
Iterate.java 37 data.setValue("query", "Fruit");
38 data.setValue("results.0.title", "Banana");
39 data.setValue("results.0.url", "http://banana.com/");
40 data.setValue("results.1.title", "Apple");
41 data.setValue("results.1.url", "http://apple.com/");
42 data.setValue("results.2.title", "Lemon");
43 data.setValue("results.2.url", "http://lemon.com/");
  /external/chromium_org/mojo/bindings/js/
core.cc 263 .SetValue("RESULT_OK", MOJO_RESULT_OK)
264 .SetValue("RESULT_CANCELLED", MOJO_RESULT_CANCELLED)
265 .SetValue("RESULT_UNKNOWN", MOJO_RESULT_UNKNOWN)
266 .SetValue("RESULT_INVALID_ARGUMENT", MOJO_RESULT_INVALID_ARGUMENT)
267 .SetValue("RESULT_DEADLINE_EXCEEDED", MOJO_RESULT_DEADLINE_EXCEEDED)
268 .SetValue("RESULT_NOT_FOUND", MOJO_RESULT_NOT_FOUND)
269 .SetValue("RESULT_ALREADY_EXISTS", MOJO_RESULT_ALREADY_EXISTS)
270 .SetValue("RESULT_PERMISSION_DENIED", MOJO_RESULT_PERMISSION_DENIED)
271 .SetValue("RESULT_RESOURCE_EXHAUSTED", MOJO_RESULT_RESOURCE_EXHAUSTED)
272 .SetValue("RESULT_FAILED_PRECONDITION", MOJO_RESULT_FAILED_PRECONDITION
    [all...]
  /art/test/084-class-init/src/
SlowInit.java 32 FIELD0.setValue(111);
33 FIELD1.setValue(222);
37 FIELD2.setValue(333);
38 FIELD3.setValue(444);
  /packages/apps/Settings/src/com/android/settings/
AppListSwitchPreference.java 37 setValue(null);
45 setValue(value);
53 public void setValue(String value) {
54 super.setValue(value);
  /frameworks/compile/mclinker/lib/Script/
BinaryOp.cpp 27 res->setValue(m_pOperand[0]->value() * m_pOperand[1]->value());
36 res->setValue(m_pOperand[0]->value() / m_pOperand[1]->value());
45 res->setValue(m_pOperand[0]->value() % m_pOperand[1]->value());
54 res->setValue(m_pOperand[0]->value() + m_pOperand[1]->value());
63 res->setValue(m_pOperand[0]->value() - m_pOperand[1]->value());
72 res->setValue(m_pOperand[0]->value() << m_pOperand[1]->value());
81 res->setValue(m_pOperand[0]->value() >> m_pOperand[1]->value());
90 res->setValue(m_pOperand[0]->value() < m_pOperand[1]->value());
99 res->setValue(m_pOperand[0]->value() <= m_pOperand[1]->value());
108 res->setValue(m_pOperand[0]->value() > m_pOperand[1]->value())
    [all...]
  /external/chromium_org/components/policy/core/common/
registry_dict_win_unittest.cc 22 test_dict.SetValue("one", scoped_ptr<base::Value>(int_value.DeepCopy()));
27 test_dict.SetValue("two", scoped_ptr<base::Value>(string_value.DeepCopy()));
50 test_dict.SetValue("One", scoped_ptr<base::Value>(int_value.DeepCopy()));
58 test_dict.SetValue("ONE", scoped_ptr<base::Value>(string_value.DeepCopy()));
74 subdict->SetValue("one", scoped_ptr<base::Value>(int_value.DeepCopy()));
82 subdict->SetValue("three", scoped_ptr<base::Value>(string_value.DeepCopy()));
115 subdict->SetValue("two", scoped_ptr<base::Value>(int_value.DeepCopy()));
137 dict_a.SetValue("one", scoped_ptr<base::Value>(int_value.DeepCopy()));
139 subdict->SetValue("two", scoped_ptr<base::Value>(string_value.DeepCopy()));
142 dict_b.SetValue("four", scoped_ptr<base::Value>(string_value.DeepCopy()))
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
FilterVignetteRepresentation.java 78 mParamVignette.setValue(rep.mParamVignette.getValue());
79 mParamExposure.setValue(rep.mParamExposure.getValue());
80 mParamSaturation.setValue(rep.mParamSaturation.getValue());
81 mParamContrast.setValue(rep.mParamContrast.getValue());
82 mParamFalloff.setValue(rep.mParamFalloff.getValue());
89 public void setValue(int mode, int value) {
90 mAllParam[mode].setValue(value);
229 mParamVignette.setValue(sreader.nextInt());
231 mParamExposure.setValue(sreader.nextInt());
233 mParamSaturation.setValue(sreader.nextInt())
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/
HeaderProperty.java 28 public void setValue(String value) {
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
PluginFlyoutPreferences.java 71 m_store.setValue(m_dockLocationKey, location);
75 m_store.setValue(m_stateKey, state);
79 m_store.setValue(m_widthKey, width);

Completed in 1542 milliseconds

1 2 3 4 5 6 7 8 91011>>