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

<<11121314151617181920>>

  /libcore/luni/src/test/java/tests/security/cert/
CertPathBuilder2Test.java 86 Security.setProperty(propName, invalidValues[i]);
92 Security.setProperty(propName, dt);
CertPathValidator2Test.java 85 Security.setProperty(propName, invalidValues[i]);
89 Security.setProperty(propName, dt);
  /frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
VideoDumpView.java 496 prop.setProperty("width", Integer.toString(mWidth));
497 prop.setProperty("height", Integer.toString(mHeight));
498 prop.setProperty("startX", Integer.toString(mStartX));
499 prop.setProperty("startY", Integer.toString(mStartY));
500 prop.setProperty("bytesPerPixel",
502 prop.setProperty("frameRate", Integer.toString(VideoDumpConfig.FRAME_RATE));
  /external/chromium_org/v8/src/
v8natives.js 55 %SetProperty(object, key, f, attributes);
98 %SetProperty(prototype, fields[i], void 0, DONT_ENUM | DONT_DELETE);
104 %SetProperty(prototype, key, f, DONT_ENUM | DONT_DELETE | READ_ONLY);
201 %SetProperty(global, "NaN", $NaN, DONT_ENUM | DONT_DELETE | READ_ONLY);
204 %SetProperty(global, "Infinity", 1/0, DONT_ENUM | DONT_DELETE | READ_ONLY);
207 %SetProperty(global, "undefined", void 0,
    [all...]
  /external/chromium_org/ash/shelf/
shelf_layout_manager_unittest.cc 287 window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_NORMAL);
526 window->SetProperty(ash::internal::kFullscreenUsesMinimalChromeKey, true);
560 window->SetProperty(ash::internal::kFullscreenUsesMinimalChromeKey, false);
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMeta.java 196 void setProperty(
204 * @see XMPMeta#setProperty(String, String, Object, PropertyOptions)
211 void setProperty(
231 * <code>setProperty()</code>.
272 * propValue in <code>setProperty()</code>.
    [all...]
  /external/chromium_org/remoting/host/plugin/
host_script_object.cc     [all...]
  /external/chromium_org/chromeos/dbus/
shill_service_client_stub.cc 108 void ShillServiceClientStub::SetProperty(const dbus::ObjectPath& service_path,
217 base::Bind(&ShillServiceClientStub::SetProperty,
230 base::Bind(&ShillServiceClientStub::SetProperty,
259 base::Bind(&ShillServiceClientStub::SetProperty,
392 VLOG(1) << "Service.SetProperty: " << property << " = " << value
shill_device_client_stub.cc 70 void ShillDeviceClientStub::SetProperty(const dbus::ObjectPath& device_path,
212 SetProperty(dbus::ObjectPath(device_path), name, value,
shill_device_client_unittest.cc 158 TEST_F(ShillDeviceClientTest, SetProperty) {
173 client_->SetProperty(dbus::ObjectPath(kExampleDevicePath),
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc 116 window->SetProperty(aura::client::kShowStateKey, ui::SHOW_STATE_FULLSCREEN);
188 window->SetProperty(aura::client::kShowStateKey,
200 window->SetProperty(aura::client::kShowStateKey,
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
mount_http_test.cc 231 ON_CALL(*request_, SetProperty(request_resource_, _, _))
245 EXPECT_CALL(*request_, SetProperty(request_resource_, NAME, VAR))
270 EXPECT_CALL(*request_, SetProperty(request_resource_,
  /external/chromium_org/ppapi/proxy/
ppb_var_deprecated_proxy.cc 146 void SetProperty(PP_Var var,
310 &SetProperty,
453 ppb_var_impl_->SetProperty(var.Get(dispatcher()),
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayable.cpp 87 copy->setProperty(propIndex, value);
505 bool SkDisplayable::setProperty(int index, SkScriptValue& ) {
515 setProperty(info->propertyIndex(), scriptValue);
  /external/chromium_org/v8/src/extensions/i18n/
date-format.js 316 %SetProperty(Intl, 'DateTimeFormat', function() {
334 %SetProperty(Intl.DateTimeFormat.prototype, 'resolvedOptions', function() {
391 %SetProperty(Intl.DateTimeFormat, 'supportedLocalesOf', function(locales) {
  /external/skia/src/animator/
SkDisplayable.cpp 87 copy->setProperty(propIndex, value);
505 bool SkDisplayable::setProperty(int index, SkScriptValue& ) {
515 setProperty(info->propertyIndex(), scriptValue);
  /external/v8/test/cctest/
test-mark-compact.cc 197 Isolate::Current()->context()->global()->SetProperty(
215 Isolate::Current()->context()->global()->SetProperty(
219 obj->SetProperty(prop_name,
  /external/chromium_org/ash/display/
display_controller.cc 537 primary_root->SetProperty(internal::kDisplayIdKey, new_primary_display.id());
540 non_primary_root->SetProperty(internal::kDisplayIdKey,
683 primary_root_window_for_replace_->SetProperty(
723 root_to_delete->SetProperty(internal::kDisplayIdKey, display.id());
727 primary_root->SetProperty(internal::kDisplayIdKey, primary_display_id);
823 root_window->SetProperty(internal::kDisplayIdKey, display.id());
    [all...]
mirror_window_controller.cc 177 root_window_->SetProperty(internal::kDisplayIdKey, display_info.id());
202 root_window_->SetProperty(internal::kDisplayIdKey, display_info.id());
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
HttpsURLConnectionTest.java 707 System.setProperty("javax.net.ssl.keyStoreType", type);
708 System.setProperty("javax.net.ssl.keyStore", getKeyStoreFileName());
709 System.setProperty("javax.net.ssl.keyStorePassword", KS_PASSWORD);
711 System.setProperty("javax.net.ssl.trustStoreType", type);
712 System.setProperty("javax.net.ssl.trustStore", getKeyStoreFileName());
713 System.setProperty("javax.net.ssl.trustStorePassword", KS_PASSWORD);
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertStore1Test.java 150 Security.setProperty("certstore.type", def);
153 Security.setProperty("certstore.type", sn);
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
KeyManagerFactory1Test.java 110 Security.setProperty("ssl.KeyManagerFactory.algorithm", defA);
116 Security.setProperty("ssl.KeyManagerFactory.algorithm", def);
TrustManagerFactory1Test.java 109 Security.setProperty("ssl.TrustManagerFactory.algorithm", defA);
115 Security.setProperty("ssl.TrustManagerFactory.algorithm", def);
  /external/chromium/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 90 $(id).style.setProperty('-webkit-transition',
95 $(id).style.setProperty(
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news/javascript/
options.js 90 $(id).style.setProperty('-webkit-transition',
95 $(id).style.setProperty(

Completed in 648 milliseconds

<<11121314151617181920>>