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

<<11121314151617181920>>

  /external/chromium_org/v8/src/
typedarray.js 255 %SetProperty(constructor, "BYTES_PER_ELEMENT", elementSize,
257 %SetProperty(constructor.prototype,
259 %SetProperty(constructor.prototype,
562 %SetProperty($DataView.prototype, "constructor", $DataView, DONT_ENUM);
  /external/opencv/otherlibs/highgui/
_highgui.h 73 virtual bool setProperty(int, double) { return 0; }
cvcap_socket.cpp 90 virtual bool setProperty(int, double);
288 bool CVCapture_Socket::setProperty(int id, double value)
  /external/skia/src/animator/
SkDisplayable.h 88 virtual bool setProperty(int index, SkScriptValue& );
SkDrawBitmap.cpp 98 bool SkDrawBitmap::setProperty(int index, SkScriptValue& value)
SkDrawRectangle.cpp 95 bool SkDrawRect::setProperty(int index, SkScriptValue& value) {
SkDump.cpp 146 bool SkDump::setProperty(int index, SkScriptValue&) {
  /external/v8/src/
liveobjectlist.cc 599 { MaybeObject* maybe_result = detail->SetProperty(*id_sym,
605 { MaybeObject* maybe_result = detail->SetProperty(*desc_sym,
611 { MaybeObject* maybe_result = detail->SetProperty(*size_sym,
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
XMLFilterImpl.java 68 * setFeature or setProperty, unless you use this as a pure event
72 * @see org.xml.sax.XMLReader#setProperty
200 public void setProperty (String name, Object value)
204 parent.setProperty(name, value);
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
StringResourceMap.java 49 parser.setProperty("http://xml.org/sax/properties/lexical-handler", handler);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertPathBuilder1Test.java 118 Security.setProperty(DEFAULT_TYPE_PROPERTY, "MyType");
121 Security.setProperty(DEFAULT_TYPE_PROPERTY, "AnotherType");
CertPathBuilder2Test.java 94 Security.setProperty(propName, invalidValues[i]);
100 Security.setProperty(propName, dt);
CertPathValidator2Test.java 94 Security.setProperty(propName, invalidValues[i]);
98 Security.setProperty(propName, dt);
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TrAXFilter.java 52 * setFeature or setProperty.</p>
55 * @see org.xml.sax.XMLReader#setProperty
  /external/chromium_org/ash/wm/
base_layout_manager.cc 89 child->SetProperty(aura::client::kShowStateKey,
173 window->SetProperty(aura::client::kRestoreShowStateKey, last_show_state);
  /external/chromium_org/chrome/browser/chromeos/net/
proxy_config_handler.cc 191 shill_service_client->SetProperty(
197 "SetProxyConfig.SetProperty Failed",
  /external/chromium_org/chromeos/dbus/
shill_manager_client.h 132 // Calls SetProperty method.
134 virtual void SetProperty(const std::string& name,
shill_service_client_unittest.cc 114 TEST_F(ShillServiceClientTest, SetProperty) {
129 client_->SetProperty(dbus::ObjectPath(kExampleServicePath),
  /external/chromium_org/chromeos/network/
network_cert_migrator.cc 164 ->SetProperty(dbus::ObjectPath(service_path),
169 "MigrationTask.SetProperty failed",
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/
Natives.java 222 System.setProperty("org.lwjgl.librarypath", libraryPath);
226 System.setProperty("net.java.games.input.librarypath", libraryPath);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ViewGroupTest.java 61 System.setProperty("line.separator", "\n");
66 System.setProperty("line.separator", defaultLineSeparator);
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
android.animation.ObjectAnimator.html 108 <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/android/animation/ObjectAnimator.html#setProperty(android.util.Property)" target="_top"><code>setProperty</code></A>(<code>Property</code>)</nobr>
  /libcore/luni/src/main/java/org/xml/sax/ext/
LexicalHandler.java 32 * {@link org.xml.sax.XMLReader#setProperty setProperty} method
  /libcore/luni/src/test/java/libcore/java/net/
OldServerSocketTest.java 203 System.setProperty("socksProxyHost", "127.0.0.1");
204 System.setProperty("socksProxyPort", "12345");
  /libcore/luni/src/test/java/tests/api/org/xml/sax/helpers/
ParserAdapterTest.java 87 System.setProperty("org.xml.sax.parser",
139 adapter.setProperty("http://argle.bargle", ":)");

Completed in 1410 milliseconds

<<11121314151617181920>>