Home
last modified time | relevance | path

Searched refs:getProperty (Results 1 – 25 of 64) sorted by relevance

123

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
DVolumeLoader.java47 map.put(prop[i].getProperty("name"), prop[i]); in VolumeLoader()
70 String dir = p.getProperty("dir"); in getVolume()
73 if ("dicom".equalsIgnoreCase(p.getProperty("format"))) { in getVolume()
76 String [] looks = p.getProperty("looks").split(","); in getVolume()
78 String look_color = p.getProperty(looks[j]+".color"); in getVolume()
79 String look_opacity = p.getProperty(looks[j]+".opacity"); in getVolume()
83 } else if ("raw".equalsIgnoreCase(p.getProperty("format"))) { in getVolume()
86 String [] looks = p.getProperty("looks").split(","); in getVolume()
88 String look_color = p.getProperty(looks[j]+".color"); in getVolume()
89 String look_opacity = p.getProperty(looks[j]+".opacity"); in getVolume()
DLoaderRaw.java53 String[] dim = prop.getProperty("dim").split("x"); in buildRSVolume()
58 String[] voxeldim = prop.getProperty("voxeldim").split(","); in buildRSVolume()
/frameworks/base/services/core/java/com/android/server/location/
DGpsXtraDownloader.java49 String server1 = properties.getProperty("XTRA_SERVER_1"); in GpsXtraDownloader()
50 String server2 = properties.getProperty("XTRA_SERVER_2"); in GpsXtraDownloader()
51 String server3 = properties.getProperty("XTRA_SERVER_3"); in GpsXtraDownloader()
57 String agent = properties.getProperty("XTRA_USER_AGENT"); in GpsXtraDownloader()
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
DRgbPlayerActivity.java119 mStartX = Integer.parseInt(prop.getProperty("startX")); in RgbView()
120 mStartY = Integer.parseInt(prop.getProperty("startY")); in RgbView()
121 mWidth = Integer.parseInt(prop.getProperty("width")); in RgbView()
122 mHeight = Integer.parseInt(prop.getProperty("height")); in RgbView()
123 mBytesPerPixel = Integer.parseInt(prop.getProperty("bytesPerPixel")); in RgbView()
124 mFrameRate = Integer.parseInt(prop.getProperty("frameRate")); in RgbView()
/frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
DViewDumpParser.java41 Object name = getProperty(props, "__name__"); in getFirstView()
42 Object hash = getProperty(props, "__hash__"); in getFirstView()
51 private Object getProperty(Map<Short, Object> props, String key) { in getProperty() method in ViewDumpParser
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
DSlideKitkat.java63 Property<View, Float> getProperty(); in getProperty() method
73 public Property<View, Float> getProperty() { in getProperty() method in SlideKitkat.CalculateSlideHorizontal
85 public Property<View, Float> getProperty() { in getProperty() method in SlideKitkat.CalculateSlideVertical
236 return createAnimation(view, mSlideCalculator.getProperty(), start, end, end, sDecelerate, in onAppear()
251 return createAnimation(view, mSlideCalculator.getProperty(), start, end, start, in onDisappear()
/frameworks/compile/libbcc/lib/Support/
DCompilerConfig.cpp146 if (!getProperty("debug.rs.arm-no-hwdiv")) { in initializeArch()
163 if (!getProperty("debug.rs.arm-no-tune-for-cpu")) { in initializeArch()
183 if (!getProperty("debug.rs.arm-no-tune-for-cpu")) { in initializeArch()
/frameworks/base/test-runner/src/junit/runner/
DTestCaseClassLoader.java43 this(System.getProperty("java.class.path")); in TestCaseClassLoader()
56 String separator= System.getProperty("path.separator"); in scanPath()
216 String path= p.getProperty(key); in readExcludedPackages()
DClassPathTestCollector.java23 String classPath= System.getProperty("java.class.path"); in collectTests()
59 String separator= System.getProperty("path.separator"); in splitClassPath()
/frameworks/native/services/batteryservice/
DIBatteryPropertiesRegistrar.cpp48 status_t getProperty(int id, struct BatteryProperty *val) { in getProperty() function in android::BpBatteryPropertiesRegistrar
93 status_t result = getProperty(id, &val); in onTransact()
/frameworks/compile/libbcc/include/bcc/Support/
DProperties.h27 static inline uint32_t getProperty(const char *str) { in getProperty() function
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
DMain.java100 PLATFORM_DIR_PROPERTY, System.getProperty(PLATFORM_DIR_PROPERTY)));
106 RESOURCE_DIR_PROPERTY, System.getProperty(RESOURCE_DIR_PROPERTY)));
111 String platformDir = System.getProperty(PLATFORM_DIR_PROPERTY); in getPlatformDir()
123 String workingDirString = System.getProperty("user.dir"); in getPlatformDir()
246 String resourceDir = System.getProperty(RESOURCE_DIR_PROPERTY); in getTestResDir()
/frameworks/base/core/java/android/os/
DIBatteryPropertiesRegistrar.aidl29 int getProperty(in int id, out BatteryProperty prop); in getProperty() method
DBatteryManager.java230 if (mBatteryPropertiesRegistrar.getProperty(id, prop) == 0) in queryProperty()
/frameworks/base/core/java/android/net/
DNetwork.java76 Boolean.parseBoolean(System.getProperty("http.keepAlive", "true"));
78 httpKeepAlive ? Integer.parseInt(System.getProperty("http.maxConnections", "5")) : 0;
80 Long.parseLong(System.getProperty("http.keepAliveDuration", "300000")); // 5 minutes.
DProxy.java169 String host = System.getProperty("http.proxyHost"); in getDefaultHost()
185 return Integer.parseInt(System.getProperty("http.proxyPort")); in getDefaultPort()
/frameworks/base/tests/CoreTests/android/core/
DJniLibTest.java52 + System.getProperty("java.library.path")); in testNativeCall()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridgeRenderSession.java77 public Result getProperty(Object objectView, String propertyName) { in getProperty() method in BridgeRenderSession
79 return super.getProperty(objectView, propertyName); in getProperty()
/frameworks/native/include/batteryservice/
DIBatteryPropertiesRegistrar.h38 virtual status_t getProperty(int id, struct BatteryProperty *val) = 0;
/frameworks/base/core/jni/
DAndroidRuntime.cpp365 std::string getProperty(const char* key, const char* defaultValue) { in getProperty() function
390 const std::string locale = getProperty("persist.sys.locale", ""); in readLocale()
395 const std::string language = getProperty("persist.sys.language", ""); in readLocale()
397 const std::string country = getProperty("persist.sys.country", ""); in readLocale()
398 const std::string variant = getProperty("persist.sys.localevar", ""); in readLocale()
412 const std::string productLocale = getProperty("ro.product.locale", ""); in readLocale()
419 const std::string productLanguage = getProperty("ro.product.locale.language", "en"); in readLocale()
420 const std::string productRegion = getProperty("ro.product.locale.region", "US"); in readLocale()
/frameworks/base/core/java/android/ddm/
DDdmHandleHello.java121 String vmName = System.getProperty("java.vm.name", "?"); in handleHELO()
122 String vmVersion = System.getProperty("java.vm.version", "?"); in handleHELO()
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl69 String getProperty(String name); in getProperty() method
/frameworks/data-binding/plugins-repo/com/android/databinding/bintray/1.0/
Dbintray-1.0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/data-binding/plugins-repo/com/android/databinding/localizemaven/1.0/
Dlocalizemaven-1.0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/base/test-runner/src/android/test/
DClassPathPackageInfoSource.java304 String classPath = System.getProperty("java.class.path"); in getClassPath()
305 String separator = System.getProperty("path.separator", ":"); in getClassPath()

123