Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 26) sorted by relevance

12

/ndk/sources/third_party/googletest/googletest/test/
Dgtest_stress_test.cc80 const std::vector<TestProperty>::const_iterator property = in ExpectKeyAndValueWereRecordedForId() local
82 ASSERT_TRUE(property != properties.end()) in ExpectKeyAndValueWereRecordedForId()
84 EXPECT_STREQ(IdToString(id).c_str(), property->value()); in ExpectKeyAndValueWereRecordedForId()
Dgtest-unittest-api_test.cc308 const TestProperty& property = tests[3]->result()->GetTestProperty(0); in TearDown() local
309 EXPECT_STREQ("key", property.key()); in TearDown()
310 EXPECT_STREQ("value", property.value()); in TearDown()
Dgtest_unittest.cc1084 TestProperty property("key", "1"); in TEST() local
1085 EXPECT_STREQ("key", property.key()); in TEST()
1086 EXPECT_STREQ("1", property.value()); in TEST()
1091 TestProperty property("key", "1"); in TEST() local
1092 EXPECT_STREQ("1", property.value()); in TEST()
1093 property.SetValue("2"); in TEST()
1094 EXPECT_STREQ("2", property.value()); in TEST()
1334 const TestProperty property("key", "value"); in TEST() local
1335 EXPECT_STREQ("key", property.key()); in TEST()
1336 EXPECT_STREQ("value", property.value()); in TEST()
[all …]
/ndk/docs/Getting_Started/html/
Ddoxygen.css193 -webkit-transition-property: background-color, box-shadow;
195 -moz-transition-property: background-color, box-shadow;
197 -ms-transition-property: background-color, box-shadow;
199 -o-transition-property: background-color, box-shadow;
201 transition-property: background-color, box-shadow;
428 -webkit-transition-property: background-color, box-shadow;
430 -moz-transition-property: background-color, box-shadow;
432 -ms-transition-property: background-color, box-shadow;
434 -o-transition-property: background-color, box-shadow;
436 transition-property: background-color, box-shadow;
/ndk/docs/Programmers_Guide/html/
Ddoxygen.css193 -webkit-transition-property: background-color, box-shadow;
195 -moz-transition-property: background-color, box-shadow;
197 -ms-transition-property: background-color, box-shadow;
199 -o-transition-property: background-color, box-shadow;
201 transition-property: background-color, box-shadow;
428 -webkit-transition-property: background-color, box-shadow;
430 -moz-transition-property: background-color, box-shadow;
432 -ms-transition-property: background-color, box-shadow;
434 -o-transition-property: background-color, box-shadow;
436 transition-property: background-color, box-shadow;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcwctype43 wctype_t wctype(const char* property);
47 wctrans_t wctrans(const char* property);
Drandom219 // property functions
271 // property functions
325 // property functions
394 // property functions
421 // property functions
468 // property functions
527 // property functions
583 // property functions
640 // property functions
697 // property functions
[all …]
Datomic34 // lock-free property
1774 // lock-free property
Dalgorithm2994 // property functions
/ndk/sources/cxx-stl/stlport/
DLICENSE3 …t or any portion thereof, Licensee agrees to abide by the intellectual property laws and all othe…
/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h1047 const TestProperty& property) { in RecordProperty() argument
1048 test_result->RecordProperty(xml_element, property); in RecordProperty()
Dgtest.cc3373 const TestProperty& property = result.GetTestProperty(i); in TestPropertiesAsXmlAttributes() local
3374 attributes << " " << property.key() << "=" in TestPropertiesAsXmlAttributes()
3375 << "\"" << EscapeXmlAttribute(property.value()) << "\""; in TestPropertiesAsXmlAttributes()
/ndk/sources/host-tools/make-3.81/
DCOPYING217 patents or other property right claims or to contest validity of any
/ndk/tests/build/test-stlport_static-exception-force-rebuild/
DCOPYING216 patents or other property right claims or to contest validity of any
/ndk/sources/host-tools/make-3.81/tests/
DCOPYING216 patents or other property right claims or to contest validity of any
/ndk/tests/device/test-stlport_static-exception/
DCOPYING216 patents or other property right claims or to contest validity of any
/ndk/build/tools/toolchain-licenses/
DCOPYING216 patents or other property right claims or to contest validity of any
DCOPYING3298 tangible personal property which is normally used for personal, family,
/ndk/tests/build/lambda-defarg3/
DCOPYING216 patents or other property right claims or to contest validity of any
/ndk/tests/abcc/jni/mman-win32/
DLICENSE.TXT216 patents or other property right claims or to contest validity of any
/ndk/tests/device/test-stlport_shared-exception/
DCOPYING216 patents or other property right claims or to contest validity of any
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DCOPYING299 tangible personal property which is normally used for personal, family,
/ndk/sources/host-tools/ndk-stack/binutils/
DCOPYING3298 tangible personal property which is normally used for personal, family,
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex2020 % this property, we can check that font parameter.
/ndk/sources/host-tools/make-3.81/doc/
Dmake.info-12964 Makefiles have the unusual property that there are really two distinct

12