/sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/packages/ |
MinToolsPackageTest.java | 127 props.setProperty(PkgProps.MIN_TOOLS_REV, "3.0.1");
|
/system/bluetooth/data/ |
main.conf | 41 # SetProperty(Powered, ...) hasn't been called yet. Defaults to true
|
main.le.conf | 41 # SetProperty(Powered, ...) hasn't been called yet. Defaults to true
|
main.nonsmartphone.conf | 41 # SetProperty(Powered, ...) hasn't been called yet. Defaults to true
|
main.nonsmartphone.le.conf | 41 # SetProperty(Powered, ...) hasn't been called yet. Defaults to true
|
/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/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/opencv/otherlibs/highgui/ |
cvcap_socket.cpp | 90 virtual bool setProperty(int, double); 288 bool CVCapture_Socket::setProperty(int id, double value)
|
/frameworks/base/docs/html/sdk/api_diff/14/changes/ |
android.animation.ObjectAnimator.html | 108 <nobr><code>void</code> <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", ":)");
|
/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);
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ |
ProjectPropertiesWorkingCopy.java | 39 * <p/>This copy gives access to modification method such as {@link #setProperty(String, String)} 74 public synchronized void setProperty(String name, String value) {
|
/external/webkit/Source/WebCore/css/ |
CSSMutableStyleDeclaration.cpp | 537 void CSSMutableStyleDeclaration::setProperty(int propertyID, const String& value, bool important, ExceptionCode& ec) 540 setProperty(propertyID, value, important, true); 549 bool CSSMutableStyleDeclaration::setProperty(int propertyID, const String& value, bool important, bool notifyChanged) 586 bool CSSMutableStyleDeclaration::setProperty(int propertyID, int value, bool important, bool notifyChanged) 595 bool CSSMutableStyleDeclaration::setProperty(int propertyID, double value, CSSPrimitiveValue::UnitTypes unit, bool important, bool notifyChanged) 661 setProperty(propertyId, value, important); [all...] |
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/ |
master.cfg | 42 self.setProperty("platform", self.platform) 43 self.setProperty("fullPlatform", self.fullPlatform) 44 self.setProperty("configuration", self.configuration) 45 self.setProperty("architecture", self.architecture) 46 self.setProperty("buildOnly", self.buildOnly) 329 self.setProperty("configuration_pretty", self.getProperty("configuration").title())
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
VideoDumpView.java | 491 prop.setProperty("width", Integer.toString(mWidth)); 492 prop.setProperty("height", Integer.toString(mHeight)); 493 prop.setProperty("startX", Integer.toString(mStartX)); 494 prop.setProperty("startY", Integer.toString(mStartY)); 495 prop.setProperty("bytesPerPixel", 497 prop.setProperty("frameRate", Integer.toString(VideoDumpConfig.FRAME_RATE));
|
/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...] |
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/packages/ |
Package.java | 256 props.setProperty(PkgProps.PKG_LICENSE, mLicense); 259 props.setProperty(PkgProps.PKG_DESC, mDescription); 262 props.setProperty(PkgProps.PKG_DESC_URL, mDescUrl); 266 props.setProperty(PkgProps.PKG_RELEASE_NOTE, mReleaseNote); 269 props.setProperty(PkgProps.PKG_RELEASE_URL, mReleaseUrl); 272 props.setProperty(PkgProps.PKG_OBSOLETE, mObsolete); 275 props.setProperty(PkgProps.PKG_SOURCE_URL, mSource.getUrl());
|
/external/skia/src/animator/ |
SkDisplayable.cpp | 87 copy->setProperty(propIndex, value); 521 bool SkDisplayable::setProperty(int index, SkScriptValue& ) { 531 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,
|