HomeSort by relevance Sort by last modified time
    Searched refs:propVal (Results 1 - 14 of 14) sorted by null

  /frameworks/av/media/libmedia/
MediaUtils.cpp 61 int64_t propVal = property_get_int64(property, maxMem);
62 if (propVal > 0 && uint64_t(propVal) <= SIZE_MAX) {
63 maxMem = propVal;
  /packages/services/Car/car-lib/src/android/car/hardware/property/
CarPropertyManagerBase.java 208 CarPropertyValue<E> propVal = mService.getProperty(propId, area);
209 if (propVal != null && propVal.getValue() != null) {
210 Class<?> actualClass = propVal.getValue().getClass();
216 return propVal;
270 CarPropertyValue propVal = event.getCarPropertyValue();
273 listener.onChangeEvent(propVal);
276 listener.onErrorEvent(propVal.getPropertyId(), propVal.getAreaId());
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
AppUtils.java 96 String propVal = SystemProperties.get("settingsdebug.instant.packages");
97 if (propVal != null && !propVal.isEmpty() && info.packageName != null) {
98 String[] searchTerms = propVal.split(",");
  /packages/services/Car/service/src/com/android/car/hal/
PropertyHalServiceBase.java 186 CarPropertyValue<?> propVal = toCarPropertyValue(v, mgrPropId);
188 propVal);
  /external/testng/src/main/java/org/testng/
TestNGAntTask.java 679 String propVal = getProject().getUserProperty(propName);
681 log("Excluding ant property: " + propName + ": " + propVal, Project.MSG_DEBUG);
683 log("Including user property: " + propName + ": " + propVal, Project.MSG_DEBUG);
686 var.setValue(propVal);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 172 virtual std::string getHumanReadablePropertyString (glw::GLint propVal) const;
199 std::string PropValidator::getHumanReadablePropertyString (glw::GLint propVal) const
201 return de::toString(propVal);
357 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
367 std::string TypeValidator::getHumanReadablePropertyString (glw::GLint propVal) const
369 return de::toString(glu::getShaderVarTypeStr(propVal));
637 std::string getHumanReadablePropertyString (glw::GLint propVal) const;
646 std::string IsRowMajorValidator::getHumanReadablePropertyString (glw::GLint propVal) const
648 return de::toString(glu::getBooleanStr(propVal));
    [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 83 ScopedLocalRef<jbyteArray> propVal(
85 if (!propVal.get()) {
90 callbackEnv->SetByteArrayRegion(propVal.get(), 0, properties[i].len,
92 callbackEnv->SetObjectArrayElement(*props, i, propVal.get());
    [all...]
  /test/vts-testcase/hal/automotive/vehicle/V2_0/host/
VtsHalAutomotiveVehicleV2_0HostTest.py 468 propVal = self.readVhalProperty(c["prop"], a["areaId"])
470 if propVal is None:
472 val = propVal["value"]
  /external/guice/lib/build/
spring-core.jar 
spring-beans.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 
  /external/guice/extensions/persist/lib/
xwork-2.0.4.jar 
  /external/guice/extensions/struts2/lib/
xwork-core-2.2.1.jar 

Completed in 944 milliseconds