/external/skia/src/animator/ |
SkDisplayTypes.cpp | 152 bool SkDisplayString::getProperty(int index, SkScriptValue* scriptValue) const { 203 bool SkDisplayArray::getProperty(int index, SkScriptValue* value) const {
|
SkAnimateBase.h | 36 virtual bool getProperty(int index, SkScriptValue* value) const;
|
SkDisplayApply.h | 54 virtual bool getProperty(int index, SkScriptValue* value) const;
|
/frameworks/native/services/batteryservice/ |
IBatteryPropertiesRegistrar.cpp | 48 status_t getProperty(int id, struct BatteryProperty *val) { 93 status_t result = getProperty(id, &val);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
BootCompletedReceiver.java | 59 String dbTime = ContactsDatabaseHelper.getInstance(context).getProperty( 67 dbTime = ContactsDatabaseHelper.getInstance(context).getProperty(
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/build/ |
CtsBuildProvider.java | 32 private String mCtsRootDirPath = System.getProperty("CTS_ROOT");
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/device/ |
DeviceInfoCollectorFuncTest.java | 39 System.getProperty("java.io.tmpdir")), testListener);
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_NetworkInterface.java | 31 String platform = System.getProperty("os.name");
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
CRLDistPoint.java | 87 String sep = System.getProperty("line.separator");
|
GeneralNames.java | 95 String sep = System.getProperty("line.separator");
|
/external/chromium_org/ash/wm/ |
always_on_top_controller.cc | 37 if (window->GetProperty(aura::client::kAlwaysOnTopKey))
|
/external/chromium_org/ash/wm/overview/ |
scoped_transform_overview_window.cc | 84 if (window->GetProperty(aura::client::kModalKey) == ui::MODAL_TYPE_WINDOW) 96 minimized_(window->GetProperty(aura::client::kShowStateKey) == 109 if (minimized_ && window_->GetProperty(aura::client::kShowStateKey) != 154 if (minimized_ && window_->GetProperty(aura::client::kShowStateKey) ==
|
/external/chromium_org/third_party/skia/src/animator/ |
SkAnimateBase.h | 36 virtual bool getProperty(int index, SkScriptValue* value) const;
|
SkDisplayApply.h | 54 virtual bool getProperty(int index, SkScriptValue* value) const;
|
/external/clang/test/SemaObjC/ |
nsobject-attribute.m | 30 id getProperty(id self) {
|
/external/conscrypt/src/test/java/org/conscrypt/ |
FileClientSessionCacheTest.java | 27 String tmpDir = System.getProperty("java.io.tmpdir");
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/ |
ReflectionUtils.java | 292 if (System.getProperty("wbp.ReflectionUtils.propagate().InstantiationException") != null) { 295 if (System.getProperty("wbp.ReflectionUtils.propagate().IllegalAccessException") != null) { 302 if (System.getProperty("wbp.ReflectionUtils.propagate().dontThrow") == null) { 322 if (System.getProperty("wbp.ReflectionUtils.propagate().forceReturn") == null) {
|
/external/lzma/CPP/7zip/Archive/ |
SplitHandler.cpp | 156 RINOK(openVolumeCallback->GetProperty(kpidName, &prop));
217 RINOK(openVolumeCallback->GetProperty(kpidSize, &prop));
244 RINOK(openVolumeCallback->GetProperty(kpidSize, &prop));
282 STDMETHODIMP CHandler::GetProperty(UInt32 /* index */, PROPID propID, PROPVARIANT *value)
|
/external/oauth/core/src/main/java/net/oauth/ |
OAuthConsumer.java | 50 public Object getProperty(String name) {
|
/external/proguard/examples/gradle/ |
retrace.gradle | 37 libraryjars "${System.getProperty('java.home')}/lib/rt.jar"
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/bytecode/ |
RobolectricClassLoader.java | 26 final String classCachePath = System.getProperty("cached.robolectric.classes.path");
|
/frameworks/base/tests/CoreTests/android/core/ |
JniLibTest.java | 52 + System.getProperty("java.library.path"));
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/org/xml/sax/support/ |
NoInstanceXMLReader.java | 54 public Object getProperty(String name) {
|
/libcore/luni/src/test/java/libcore/dalvik/system/ |
PathClassLoaderTest.java | 32 File tmp = new File(System.getProperty("java.io.tmpdir"));
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/ |
TempStorage.java | 37 String clazz = System.getProperty("org.apache.james.mime4j.tempStorage");
|