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

<<11121314151617181920>>

  /external/chromium_org/ppapi/api/
ppb_url_request_info.idl 194 * SetProperty() sets a request property. The value of the property must be
206 PP_Bool SetProperty(
  /external/chromium_org/ppapi/c/
ppb_url_request_info.h 200 * SetProperty() sets a request property. The value of the property must be
212 PP_Bool (*SetProperty)(PP_Resource request,
  /external/emma/core/java12/com/vladium/emma/
Command.java 155 cmdOverrides.setProperty (on, opt.getFirstValue ());
322 propertyOverrides.setProperty (key, value);
  /external/skia/tools/
download_baselines.py 169 repo_to_modify.SetProperty(sorted(fnmatch.filter(modified_files, '*.png')),
171 repo_to_modify.SetProperty(sorted(fnmatch.filter(modified_files, '*.pdf')),
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
android.animation.PropertyValuesHolder.html 115 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/animation/PropertyValuesHolder.html#setProperty(android.util.Property)" target="_top"><code>setProperty</code></A>(<code>Property</code>)</nobr>
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeXmlBlockParser.java 122 public void setProperty(String name, Object value) throws XmlPullParserException {
123 throw new XmlPullParserException("setProperty() not supported");
  /libcore/luni/src/main/java/java/sql/
DriverManager.java 208 theProperties.setProperty("user", user);
211 theProperties.setProperty("password", password);
  /libcore/luni/src/test/java/tests/api/javax/xml/parsers/
SAXParserFactoryTest.java 124 System.setProperty("javax.xml.parsers.SAXParserFactory",
138 System.setProperty("javax.xml.parsers.SAXParserFactory", "");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 290 def setProperty(self, name, value):
291 self._parent.setProperty(name, value)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
saxutils.py 290 def setProperty(self, name, value):
291 self._parent.setProperty(name, value)
  /external/chromium_org/v8/test/cctest/
test-heap.cc 271 Isolate::Current()->context()->global_object()->SetProperty(
275 obj->SetProperty(
277 obj->SetProperty(
299 Isolate::Current()->context()->global_object()->SetProperty(
301 obj->SetProperty(
630 obj->SetProperty(
634 function->SetProperty(
659 obj->SetProperty(
668 obj->SetProperty(
670 obj->SetProperty(
    [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 140 System.setProperty(USR_HOME_KEY, HOMEPATH);
152 System.setProperty(TMP_DIR_KEY, TEMPPATH);
171 System.setProperty(TMP_DIR_KEY, TEMPPATH);
174 System.setProperty(USR_HOME_KEY, HOMEPATH);
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 118 public void setProperty(QName key, String value)
120 setProperty(key.toNamespacedString(), value);
130 public void setProperty(String key, String value)
341 setProperty(key, value.toNamespacedString());
  /external/chromium/chrome/browser/ui/cocoa/
constrained_html_delegate_mac.mm 84 ConstrainedHtmlUI::GetPropertyAccessor().SetProperty(
  /external/chromium/chrome/browser/ui/views/
html_dialog_view.cc 222 HtmlDialogUI::GetPropertyAccessor().SetProperty(tab_contents_->property_bag(),
  /external/chromium/webkit/glue/
cpp_bound_class.h 167 bool SetProperty(NPIdentifier ident, const NPVariant* value);
  /external/chromium_org/build/android/ant/
apk-codegen.xml 56 project.setProperty("project.library.packages", before.replaceAll(" ", ";"));
apk-package-resources.xml 84 project.setProperty("project.library.packages", before.replaceAll(" ", ";"));
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate_browsertest.cc 94 browser_window->GetNativeWindow()->SetProperty(aura::client::kCanMaximizeKey,
  /external/chromium_org/chromeos/dbus/
shill_device_client_stub.h 35 virtual void SetProperty(const dbus::ObjectPath& device_path,
shill_manager_client.cc 60 virtual void SetProperty(const std::string& name,
shill_manager_client_stub.h 33 virtual void SetProperty(const std::string& name,
shill_service_client_stub.h 41 virtual void SetProperty(const dbus::ObjectPath& service_path,
  /external/chromium_org/chromeos/network/
cros_network_functions.cc 331 DBusThreadManager::Get()->GetShillServiceClient()->SetProperty(
347 DBusThreadManager::Get()->GetShillDeviceClient()->SetProperty(
355 DBusThreadManager::Get()->GetShillIPConfigClient()->SetProperty(
362 DBusThreadManager::Get()->GetShillManagerClient()->SetProperty(
cros_network_functions_unittest.cc 208 SetProperty(dbus::ObjectPath(service_path), property,
230 SetProperty(dbus::ObjectPath(device_path), StrEq(property),
242 SetProperty(dbus::ObjectPath(ipconfig_path), property,
251 SetProperty(property, IsEqualTo(&value), _, _)).Times(1);

Completed in 726 milliseconds

<<11121314151617181920>>