HomeSort by relevance Sort by last modified time
    Searched full:getproperty (Results 151 - 175 of 1831) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/skia/src/animator/
SkDrawPaint.h 39 virtual bool getProperty(int index, SkScriptValue* value) const;
SkDrawPath.h 32 virtual bool getProperty(int index, SkScriptValue* value) const;
SkDrawText.cpp 50 bool SkText::getProperty(int index, SkScriptValue* value) const {
  /external/chromium_org/ui/aura/client/
window_tree_client.cc 32 root_window->GetProperty(kRootWindowWindowTreeClientKey);
  /external/chromium_org/ui/wm/public/
dispatcher_client.cc 48 return root_window ? root_window->GetProperty(kDispatcherClientKey) : NULL;
  /external/lzma/CPP/7zip/Common/
CreateCoder.cpp 26 RINOK(codecsInfo->GetProperty(index, propID, &prop));
39 RINOK(codecsInfo->GetProperty(index, propID, &prop));
57 RINOK(codecsInfo->GetProperty(i, NMethodPropID::kID, &prop));
69 RINOK(codecsInfo->GetProperty(i, NMethodPropID::kName, &prop));
  /external/nanohttpd/samples/src/main/java/fi/iki/elonen/
TempFilesServer.java 31 tmpdir = System.getProperty("java.io.tmpdir");
  /external/objenesis/main/src/org/objenesis/
ObjenesisException.java 30 .getProperty("java.specification.version")) > 1.3);
  /external/skia/src/animator/
SkDisplayEvent.h 44 virtual bool getProperty(int index, SkScriptValue* ) const;
SkDisplayNumber.cpp 41 bool SkDisplayNumber::getProperty(int index, SkScriptValue* value) const {
SkDisplayRandom.cpp 45 bool SkDisplayRandom::getProperty(int index, SkScriptValue* value) const {
SkDrawBitmap.h 60 virtual bool getProperty(int index, SkScriptValue* value) const;
SkDrawMatrix.h 32 virtual bool getProperty(int index, SkScriptValue* value) const;
SkDrawPaint.h 39 virtual bool getProperty(int index, SkScriptValue* value) const;
SkDrawPath.h 32 virtual bool getProperty(int index, SkScriptValue* value) const;
SkDrawText.cpp 50 bool SkText::getProperty(int index, SkScriptValue* value) const {
  /frameworks/base/core/java/android/os/
BatteryProperty.java 23 * BatteryManager.getProperty()}
  /frameworks/base/services/core/java/com/android/server/location/
GpsXtraDownloader.java 60 String server1 = properties.getProperty("XTRA_SERVER_1");
61 String server2 = properties.getProperty("XTRA_SERVER_2");
62 String server3 = properties.getProperty("XTRA_SERVER_3");
68 String agent = properties.getProperty("XTRA_USER_AGENT");
  /frameworks/native/include/batteryservice/
IBatteryPropertiesRegistrar.h 38 virtual status_t getProperty(int id, struct BatteryProperty *val) = 0;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLContextSpiTest.java 157 String defaultAlgorithm = Security.getProperty("ssl.KeyManagerFactory.algorithm");
163 defaultAlgorithm = Security.getProperty("ssl.TrustManagerFactory.algorithm");
196 String defaultAlgorithm = Security.getProperty("ssl.KeyManagerFactory.algorithm");
202 defaultAlgorithm = Security.getProperty("ssl.TrustManagerFactory.algorithm");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/
DoNothingXMLReader.java 51 public Object getProperty(String name) {
NoAccessXMLReader.java 51 public Object getProperty(String name) {
NoSubclassXMLReader.java 51 public Object getProperty(String name) {
  /libcore/luni/src/test/java/libcore/java/io/
OldFileWriterTest.java 40 File dir = new File(System.getProperty("java.io.tmpdir"));
51 File dir = new File(System.getProperty("java.io.tmpdir"));
63 fw = new FileWriter(System.getProperty("java.io.tmpdir"));
73 fw = new FileWriter(System.getProperty("java.io.tmpdir"), false);
  /libcore/luni/src/test/java/libcore/java/sql/
ConnectionTest.java 51 String tmp = System.getProperty("java.io.tmpdir");

Completed in 1810 milliseconds

1 2 3 4 5 67 8 91011>>