HomeSort by relevance Sort by last modified time
    Searched full:setproperty (Results 76 - 100 of 771) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/oauth/core/src/main/java/net/oauth/
ConsumerProperties.java 109 consumer.setProperty("name", name);
111 consumer.setProperty("serviceProvider.baseURL", baseURL);
117 consumer.setProperty(c, prop.getValue());
  /external/chromium_org/ash/wm/
window_util.cc 110 window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MAXIMIZED);
114 window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_MINIMIZED);
118 window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL);
141 window->SetProperty(ash::internal::kWindowPositionManagedKey, managed);
150 window->SetProperty(ash::internal::kUserChangedWindowPositionOrSizeKey,
160 window->SetProperty(ash::internal::kPreAutoManagedWindowBoundsKey,
  /external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
KeyManagerFactoryImplTest.java 46 System.setProperty("javax.net.ssl.keyStore", "abc");
54 System.setProperty("javax.net.ssl.keyStore", def_keystore);
TrustManagerFactoryImplTest.java 45 System.setProperty("javax.net.ssl.trustStore", "abc");
54 System.setProperty("javax.net.ssl.trustStore", def_keystore);
  /external/chromium_org/ppapi/examples/file_chooser/
file_chooser.cc 71 console_.SetProperty("id", "console");
72 console_.GetProperty("style").SetProperty("backgroundColor", "lightgray");
  /external/chromium_org/ui/views/corewm/
visibility_controller.cc 76 window_->SetProperty(kChildWindowVisibilityChangesAnimatedKey, true);
82 window->SetProperty(kChildWindowVisibilityChangesAnimatedKey, true);
  /external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
JAXPTest.java 41 //System.setProperty("javax.xml.parsers.SAXParserFactory", SAXFactoryImpl.class.toString());
42 System.setProperty("javax.xml.parsers.SAXParserFactory", "org.ccil.cowan.tagsoup.jaxp.SAXFactoryImpl");
SAXParserImpl.java 88 public void setProperty(String name, Object value)
91 parser.setProperty(name, value);
  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
SAXParserImpl.java 105 public void setProperty(String name, Object value)
107 reader.setProperty(name, value);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPMetaImpl.java 771 setProperty(schemaNS, propName, propValue ? TRUESTR : FALSESTR, options);
781 setProperty(schemaNS, propName, propValue ? TRUESTR : FALSESTR, null);
800 setProperty(schemaNS, propName, new Integer(propValue), options);
810 setProperty(schemaNS, propName, new Integer(propValue), null);
829 setProperty(schemaNS, propName, new Long(propValue), options);
839 setProperty(schemaNS, propName, new Long(propValue), null);
858 setProperty(schemaNS, propName, new Double(propValue), options);
868 setProperty(schemaNS, propName, new Double(propValue), null);
888 setProperty(schemaNS, propName, propValue, options);
898 setProperty(schemaNS, propName, propValue, null)
    [all...]
  /cts/tools/signature-tools/test/signature/converter/dex/
DexExternalizerTest.java 36 System.setProperty("sun.io.serialization.extendedDebugInfo", "true");
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
LoginContextTest.java 135 Security.setProperty("auth.login.defaultCallbackHandler",
145 Security.setProperty("auth.login.defaultCallbackHandler", "");
162 Security.setProperty("auth.login.defaultCallbackHandler",
170 Security.setProperty("auth.login.defaultCallbackHandler", "");
185 .setProperty("auth.login.defaultCallbackHandler",
193 Security.setProperty("auth.login.defaultCallbackHandler", "");
244 .setProperty("auth.login.defaultCallbackHandler",
258 Security.setProperty("auth.login.defaultCallbackHandler", "");
345 .setProperty("auth.login.defaultCallbackHandler",
353 Security.setProperty("auth.login.defaultCallbackHandler", "")
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
dropdown_bar_host_aura.cc 37 host_->GetNativeView()->SetProperty(views::kHostViewKey, host_view);
  /external/chromium_org/chromeos/dbus/
mock_shill_ipconfig_client.h 33 MOCK_METHOD4(SetProperty, void(const dbus::ObjectPath& ipconfig_path,
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_bindings.h 47 bool SetProperty(NPObject* np_obj,
  /external/chromium_org/ppapi/cpp/dev/
scriptable_object_deprecated.cc 83 void SetProperty(void* object,
88 static_cast<ScriptableObject*>(object)->SetProperty(
134 &SetProperty,
160 void ScriptableObject::SetProperty(const Var& /*name*/,
  /external/chromium_org/ppapi/proxy/
url_request_info_resource.h 30 virtual PP_Bool SetProperty(PP_URLRequestProperty property,
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayEvent.h 47 virtual bool setProperty(int index, SkScriptValue& );
SkDisplayRandom.cpp 60 bool SkDisplayRandom::setProperty(int index, SkScriptValue& value) {
SkDrawBitmap.h 42 virtual bool setProperty(int index, SkScriptValue& value);
SkDrawMatrix.h 36 virtual bool setProperty(int index, SkScriptValue& );
SkDrawPath.h 33 virtual bool setProperty(int index, SkScriptValue& value);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
SystemProperty.java 25 System.setProperty(key, value);
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.h 22 HRESULT SetProperty(const wchar_t *name, const PROPVARIANT &value);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/util/
PropertiesHelper.java 47 properties.setProperty(propertyName, expandedPropertyValue);

Completed in 405 milliseconds

1 2 34 5 6 7 8 91011>>