HomeSort by relevance Sort by last modified time
    Searched defs:propertyValue (Results 1 - 25 of 26) sorted by null

1 2

  /cts/tests/tests/car/src/android/car/cts/
CarPropertyValueTest.java 56 for (CarPropertyValue propertyValue : mCarPropertyValues) {
57 int propId = propertyValue.getPropertyId();
65 for (CarPropertyValue propertyValue : mCarPropertyValues) {
66 int areaId = propertyValue.getAreaId();
67 CarPropertyConfig cfg = mPropIdToConfig.get(propertyValue.getPropertyId());
82 for (CarPropertyValue propertyValue : mCarPropertyValues) {
83 propertyValue.getTimestamp();
93 for (CarPropertyValue propertyValue : mCarPropertyValues) {
94 int status = propertyValue.getStatus();
101 for (CarPropertyValue propertyValue : mCarPropertyValues)
    [all...]
  /external/v8/src/inspector/
v8-value-utils.cc 89 std::unique_ptr<protocol::Value> propertyValue;
91 toProtocolValue(context, property, maxDepth, &propertyValue);
95 std::move(propertyValue));
  /external/emma/core/java12/com/vladium/util/exception/
ExceptionCommon.java 403 String propertyValue = null;
406 propertyValue = rb.getString (propertyName);
409 if (propertyValue != null) return propertyValue;
420 String propertyValue = null;
423 propertyValue = ROOT_RESOURCE_BUNDLE.getString (propertyName);
426 if (propertyValue != null) return propertyValue;
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/beans/
HasPropertyWithValueTest.java 116 private final String propertyValue;
118 public BeanWithInfo(String propertyValue) {
119 this.propertyValue = propertyValue;
123 return propertyValue;
  /external/proguard/src/proguard/
ConfigurationParser.java     [all...]
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
BaseDevicePolicyTest.java 491 String propertyValue = getDevice().getProperty(key);
492 if (propertyValue == null || propertyValue.isEmpty()) {
495 if (Arrays.asList(positiveValues).contains(propertyValue)) {
498 if (Arrays.asList(negativeValues).contains(propertyValue)) {
501 fail("Unexpected value of boolean system property '" + key + "': " + propertyValue);
    [all...]
  /external/desugar/java/com/google/devtools/build/android/desugar/
Desugar.java     [all...]
  /external/testng/src/main/java/org/testng/xml/
TestNGContentHandler.java 794 String propertyValue = System.getProperty(property);
795 if (propertyValue == null) {
796 propertyValue = System.getenv(property);
798 if (propertyValue != null) {
799 result.append(propertyValue);
  /external/nanohttpd/core/src/main/java/fi/iki/elonen/
NanoHTTPD.java     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.contenttype_3.7.0.v20180426-1644.jar 
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 
  /external/pdfium/fxjs/
cfxjse_formcalc_context.cpp 668 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate);
669 argValue->GetObjectPropertyByIdx(1, propertyValue.get());
672 if (propertyValue->IsNull()) {
688 propertyValue->ToString().AsStringView(), newPropertyValue.get());
746 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate);
749 argValue->GetObjectPropertyByIdx(1, propertyValue.get());
751 if (propertyValue->IsNull()) {
762 propertyValue->ToString().AsStringView(), newPropertyValue.get());
818 auto propertyValue = pdfium::MakeUnique<CFXJSE_Value>(pIsolate);
821 argValue->GetObjectPropertyByIdx(1, propertyValue.get())
    [all...]
  /external/guice/lib/build/
spring-beans.jar 
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c     [all...]
  /external/guice/extensions/struts2/lib/
struts2-core-2.2.1.jar 
core-3.1.1.jar 
xwork-core-2.2.1.jar 
  /external/junit-params/lib/
assertj-core-1.7.1.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
hibernate3.jar 
xwork-2.0.4.jar 
  /external/testng/ant/
ivy-2.1.0.jar 
  /external/kotlinc/lib/
kotlin-main-kts.jar 

Completed in 1153 milliseconds

1 2