Searched refs:getProperty (Results 51 - 75 of 434) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DJSystem.cs66 public static string getProperty( string name ) method in class:Antlr.Runtime.JavaExtensions.JSystem
/external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
H A DNPDeallocateCalledBeforeNPShutdown.cpp58 bool getProperty(NPIdentifier propertyName, NPVariant* result) function in class:NPDeallocateCalledBeforeNPShutdown::ScriptableObject
H A DNPRuntimeObjectFromDestroyedPlugin.cpp65 bool getProperty(NPIdentifier propertyName, NPVariant* result) function in class:NPRuntimeObjectFromDestroyedPlugin::ScriptableObject
H A DPluginScriptableObjectOverridesAllProperties.cpp56 bool getProperty(NPIdentifier propertyName, NPVariant* result) function in class:PluginScriptableObjectOverridesAllProperties::PluginObject
H A DSlowNPPNew.cpp55 bool getProperty(NPIdentifier propertyName, NPVariant* result) function in class:SlowNPPNew::PluginObject
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayInput.cpp40 bool SkInput::getProperty(int index, SkScriptValue* value) const { function in class:SkInput
H A DSkDisplayNumber.cpp41 bool SkDisplayNumber::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayNumber
H A DSkDrawColor.h27 virtual bool getProperty(int index, SkScriptValue* value) const;
H A DSkDrawRectangle.h28 virtual bool getProperty(int index, SkScriptValue* value) const;
H A DSkDrawText.cpp50 bool SkText::getProperty(int index, SkScriptValue* value) const { function in class:SkText
/external/emma/core/java12/
H A Demma.java50 private static final String EOL = System.getProperty ("line.separator", "\n");
/external/jmdns/src/javax/jmdns/impl/constants/
H A DDNSConstants.java18 public static final int MDNS_PORT = Integer.parseInt(System.getProperty("net.mdns.port", "5353"));
/external/oauth/core/src/main/java/net/oauth/
H A DOAuthConsumer.java50 public Object getProperty(String name) { method in class:OAuthConsumer
/external/opencv/otherlibs/highgui/
H A Dcvcap.cpp82 return capture ? capture->getProperty(id) : 0;
/external/skia/src/animator/
H A DSkDisplayInput.cpp40 bool SkInput::getProperty(int index, SkScriptValue* value) const { function in class:SkInput
H A DSkDisplayNumber.cpp41 bool SkDisplayNumber::getProperty(int index, SkScriptValue* value) const { function in class:SkDisplayNumber
H A DSkDrawColor.h27 virtual bool getProperty(int index, SkScriptValue* value) const;
H A DSkDrawRectangle.h28 virtual bool getProperty(int index, SkScriptValue* value) const;
H A DSkDrawText.cpp50 bool SkText::getProperty(int index, SkScriptValue* value) const { function in class:SkText
/external/chromium_org/net/android/java/src/org/chromium/net/
H A DProxyChangeListener.java51 static public String getProperty(String property) { method in class:ProxyChangeListener
52 return System.getProperty(property);
/external/nist-sip/java/javax/sip/
H A DSipFactory.java37 String name = properties.getProperty(IP_ADDRESS_PROP);
39 name = properties.getProperty(STACK_NAME_PROP);
/external/smack/asmack-master/static-src/custom/org/jivesoftware/smack/
H A DAndroidConnectionConfiguration.java60 String path = System.getProperty("javax.net.ssl.trustStore");
62 path = System.getProperty("java.home") + File.separator + "etc"
/external/smack/src/org/jivesoftware/smack/
H A DAndroidConnectionConfiguration.java60 String path = System.getProperty("javax.net.ssl.trustStore");
62 path = System.getProperty("java.home") + File.separator + "etc"
/external/tagsoup/src/org/ccil/cowan/tagsoup/jaxp/
H A DSAXParserImpl.java94 public Object getProperty(String name) method in class:SAXParserImpl
97 return parser.getProperty(name);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DPropertyBoxParserImpl.java170 constructor = mapping.getProperty((parent) + "-uuid[" + Hex.encodeHex(userType).toUpperCase() + "]");
172 constructor = mapping.getProperty("uuid[" + Hex.encodeHex(userType).toUpperCase() + "]");
175 constructor = mapping.getProperty("uuid");
178 constructor = mapping.getProperty((parent) + "-" + (type));
180 constructor = mapping.getProperty((type));
184 constructor = mapping.getProperty("default");

Completed in 660 milliseconds

1234567891011>>