/external/emma/ant/ant14/com/vladium/emma/ant/ |
GenericCfg.java | 23 import com.vladium.util.Property; 28 * that are set via generic 'properties=<file>' attribute and <property> 57 // generic property element: 63 final PropertyElement property = new PropertyElement (); local 64 m_genericPropertyElements.add (property); 66 return property; 78 fileSettings = EMMAProperties.wrap (Property.getPropertiesFromFile (m_settingsFile)); 83 + ": property file [" + m_settingsFile.getAbsolutePath () + "] could not be read" , ioe, m_task.getLocation ()).fillInStackTrace (); 103 final PropertyElement property = (PropertyElement) i.next (); local 105 final String name = property.getName () [all...] |
/external/google-breakpad/src/testing/gtest/test/ |
gtest-unittest-api_test.cc | 136 // Records a test property to verify TestResult::GetTestProperty(). 308 const TestProperty& property = tests[3]->result()->GetTestProperty(0); local 309 EXPECT_STREQ("key", property.key()); 310 EXPECT_STREQ("value", property.value());
|
gtest_stress_test.cc | 81 const std::vector<TestProperty>::const_iterator property = local 83 ASSERT_TRUE(property != properties.end()) 85 EXPECT_STREQ(IdToString(id).c_str(), property->value()); 106 // The shared_key forces property updates.
|
/external/gtest/test/ |
gtest-unittest-api_test.cc | 136 // Records a test property to verify TestResult::GetTestProperty(). 308 const TestProperty& property = tests[3]->result()->GetTestProperty(0); local 309 EXPECT_STREQ("key", property.key()); 310 EXPECT_STREQ("value", property.value());
|
gtest_stress_test.cc | 80 const std::vector<TestProperty>::const_iterator property = local 82 ASSERT_TRUE(property != properties.end()) 84 EXPECT_STREQ(IdToString(id).c_str(), property->value()); 105 // The shared_key forces property updates.
|
/external/protobuf/gtest/test/ |
gtest-unittest-api_test.cc | 142 // Records a test property to verify TestResult::GetTestProperty(). 309 const TestProperty& property = tests[3]->result()->GetTestProperty(0); local 310 EXPECT_STREQ("key", property.key()); 311 EXPECT_STREQ("value", property.value());
|
gtest_stress_test.cc | 81 const std::vector<TestProperty>::const_iterator property = local 83 ASSERT_TRUE(property != properties.end()) 85 EXPECT_STREQ(IdToString(id).c_str(), property->value()); 106 // The shared_key forces property updates.
|
/external/skia/bench/ |
ResultsWriter.h | 34 virtual void property(const char name[], const char value[]) {} function in class:ResultsWriter 93 void property(const char name[], const char value[]) override {
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest-unittest-api_test.cc | 136 // Records a test property to verify TestResult::GetTestProperty(). 308 const TestProperty& property = tests[3]->result()->GetTestProperty(0); local 309 EXPECT_STREQ("key", property.key()); 310 EXPECT_STREQ("value", property.value());
|
gtest_stress_test.cc | 80 const std::vector<TestProperty>::const_iterator property = local 82 ASSERT_TRUE(property != properties.end()) 84 EXPECT_STREQ(IdToString(id).c_str(), property->value()); 105 // The shared_key forces property updates.
|
/frameworks/base/core/java/android/view/ |
ViewPropertyAnimatorRT.java | 81 int property = RenderNodeAnimator.mapViewPropertyToRenderProperty(holder.mNameConstant); local 84 RenderNodeAnimator animator = new RenderNodeAnimator(property, finalValue); 91 mAnimators[property] = animator; 130 int property = RenderNodeAnimator.mapViewPropertyToRenderProperty(holder.mNameConstant); local 131 if (mAnimators[property] != null) { 132 mAnimators[property].cancel(); 133 mAnimators[property] = null;
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
hwc_uevents.cpp | 254 char property[PROPERTY_VALUE_MAX]; local 256 property, NULL) > 0) && 257 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 258 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
hwc_uevents.cpp | 262 char property[PROPERTY_VALUE_MAX]; local 264 property, NULL) > 0) && 265 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 266 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
|
/hardware/qcom/display/msm8909/libqdutils/ |
idle_invalidator.cpp | 70 char property[PROPERTY_VALUE_MAX] = {0}; local 71 if((property_get("debug.mdpcomp.idletime", property, NULL) > 0)) { 72 defaultIdleTime = atoi(property);
|
/hardware/qcom/display/msm8960/libhwcomposer/ |
hwc_uevents.cpp | 74 char property[PROPERTY_VALUE_MAX]; local 75 if((property_get("persist.sys.wfd.virtual", property, NULL) > 0) && 76 (!strncmp(property, "1", PROPERTY_VALUE_MAX ) || 77 (!strncasecmp(property,"true", PROPERTY_VALUE_MAX )))) {
|
hwc_vsync.cpp | 71 char property[PROPERTY_VALUE_MAX]; local 72 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) { 73 if(atoi(property) == 1) 77 if(property_get("debug.hwc.logvsync", property, 0) > 0) { 78 if(atoi(property) == 1)
|
/hardware/qcom/display/msm8994/libqdutils/ |
idle_invalidator.cpp | 70 char property[PROPERTY_VALUE_MAX] = {0}; local 71 if((property_get("debug.mdpcomp.idletime", property, NULL) > 0)) { 72 defaultIdleTime = atoi(property);
|
/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
hwc_debugger.cpp | 166 char property[PROPERTY_VALUE_MAX]; local 168 if (property_get(property_name, property, NULL) > 0) { 169 *value = atoi(property);
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest-unittest-api_test.cc | 136 // Records a test property to verify TestResult::GetTestProperty(). 308 const TestProperty& property = tests[3]->result()->GetTestProperty(0); local 309 EXPECT_STREQ("key", property.key()); 310 EXPECT_STREQ("value", property.value());
|
gtest_stress_test.cc | 80 const std::vector<TestProperty>::const_iterator property = local 82 ASSERT_TRUE(property != properties.end()) 84 EXPECT_STREQ(IdToString(id).c_str(), property->value()); 105 // The shared_key forces property updates.
|
/packages/services/Car/libvehiclenetwork/native/ |
IVehicleNetworkHalMock.cpp | 128 virtual status_t onPropertySubscribe(int32_t property, float sampleRate, int32_t zones) { 131 data.writeInt32(property); 138 virtual void onPropertyUnsubscribe(int32_t property) { 141 data.writeInt32(property); 144 ALOGI("onPropertyUnsubscribe property %d failed %d", property, status); 157 // for now. There can be per property based UID check built-in as well. 180 if (holder.get() == NULL) { // given property not found 251 int32_t property = data.readInt32(); local 254 r = onPropertySubscribe(property, sampleRate, zones) 260 int32_t property = data.readInt32(); local [all...] |
/packages/services/Car/tests/vehiclenetworkservice_unit_tests/ |
VehiclePropertyAccessControlTest.cpp | 55 "<PROPERTY name=\"PROP1\" value=\"0xA\">" 57 "</PROPERTY>" 58 "<PROPERTY name=\"PROP2\" value=\"0xB\">" 60 "</PROPERTY>" 61 "<PROPERTY name=\"PROP3\" value=\"0xC\">" 63 "</PROPERTY>" 97 static const char* property = "property"; local 111 (const xmlChar*)property, (const xmlChar*)uid, 118 (const xmlChar*)property, (const xmlChar*)uid, (const xmlChar*)h)) [all...] |
/system/bt/btcore/test/ |
property_test.cpp | 24 #include "btcore/include/property.h" 31 bt_property_t *property = property_new_addr(&addr0); local 33 EXPECT_EQ(addr0.address[0], ((uint8_t*)property->val)[0]); 34 EXPECT_EQ(addr0.address[1], ((uint8_t*)property->val)[1]); 35 EXPECT_EQ(addr0.address[2], ((uint8_t*)property->val)[2]); 36 EXPECT_EQ(addr0.address[3], ((uint8_t*)property->val)[3]); 37 EXPECT_EQ(addr0.address[4], ((uint8_t*)property->val)[4]); 38 EXPECT_EQ(addr0.address[5], ((uint8_t*)property->val)[5]); 39 EXPECT_EQ(BT_PROPERTY_BDADDR, property->type); 40 EXPECT_EQ((int)sizeof(bt_bdaddr_t), property->len) 50 bt_property_t *property = property_new_device_class(&dc0); local 67 bt_property_t *property = property_new_device_type(dt0); local 81 bt_property_t *property = property_new_discovery_timeout(timeout0); local 95 bt_property_t *property = property_new_name(name0); local 109 bt_property_t *property = property_new_rssi(rssi0); local 123 bt_property_t *property = property_new_scan_mode(mode0); local 144 bt_property_t *property = property_new_uuids(&uuid0, 1); local [all...] |
/system/bt/service/hal/ |
fake_bluetooth_interface.cpp | 38 int FakeHALSetAdapterProperty(const bt_property_t* /* property */) { 113 bt_property_t property; local 114 property.len = sizeof(hal_name); 115 property.val = &hal_name; 116 property.type = BT_PROPERTY_BDNAME; 118 NotifyAdapterPropertiesChanged(1, &property); 123 bt_property_t property; local 124 property.len = sizeof(bt_bdaddr_t); 125 property.val = (void*)address; 126 property.type = BT_PROPERTY_BDADDR 133 bt_property_t property; local [all...] |
/system/connectivity/shill/ |
static_ip_parameters.cc | 46 const StaticIPParameters::Property StaticIPParameters::kProperties[] = { 47 { kAddressProperty, Property::kTypeString }, 48 { kGatewayProperty, Property::kTypeString }, 49 { kMtuProperty, Property::kTypeInt32 }, 50 { kNameServersProperty, Property::kTypeStrings }, 51 { kPeerAddressProperty, Property::kTypeString }, 52 { kPrefixlenProperty, Property::kTypeInt32 } 63 const Property& property = kProperties[i]; local 64 const string name(string(kConfigKeyPrefix) + property.name) 153 const Property& property = kProperties[i]; local 200 const Property& property = kProperties[i]; local [all...] |