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

  /external/clang/test/SemaObjCXX/Inputs/
nullability-consistency-6.h 14 @property (readonly, weak) ClassWithWeakProperties *prop3; variable
  /packages/services/Car/tests/vehiclenetworkservice_unit_tests/
VehiclePropertyAccessControlTest.cpp 40 static const int32_t prop3; member in class:android::VehiclePropertyAccessControlTest
61 "<PROPERTY name=\"PROP3\" value=\"0xC\">"
68 const int32_t VehiclePropertyAccessControlTest::prop3 = 0xc; member in class:android::VehiclePropertyAccessControlTest
205 ASSERT_TRUE(mVehiclePropertyAccessControl.testAccess(prop3, uid3, 1));
206 ASSERT_TRUE(mVehiclePropertyAccessControl.testAccess(prop3, uid3, 0));
  /external/libweave/src/
component_manager_unittest.cc 1058 "prop3": { "type": "string" },
1082 ASSERT_TRUE(manager_.SetStateProperty("comp1", "trait2.prop3", p2, nullptr));
1089 "trait2": { "prop3": 2 }
1101 value = manager_.GetStateProperty("comp1", "trait2.prop3", nullptr);
    [all...]

Completed in 235 milliseconds