/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/ |
D | __scan_keyword.pass.cpp | 49 std::string keys[] = {"a", "abb"}; in main() local 52 keys, keys+sizeof(keys)/sizeof(keys[0]), in main() 54 assert(k - keys == 0); in main() 61 std::string keys[] = {"a", "abb"}; in main() local 64 keys, keys+sizeof(keys)/sizeof(keys[0]), in main() 66 assert(k - keys == 2); in main() 73 std::string keys[] = {"a", "abb"}; in main() local 76 keys, keys+sizeof(keys)/sizeof(keys[0]), in main() 78 assert(k - keys == 1); in main() 85 std::string keys[] = {"Mon", "Monday", "Tue", "Tuesday"}; in main() local [all …]
|
/ndk/tests/device/test-stlport/unit/ |
D | find_test.cpp | 90 Key keys[10] = { {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0} }; in findif0() local 91 Key const* k = find(keys + 0, keys + 10, 5); in findif0() 92 CPPUNIT_ASSERT( k == keys + 10 ); in findif0()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | find_test.cpp | 90 Key keys[10] = { {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0}, {0} }; in findif0() local 91 Key const* k = find(keys + 0, keys + 10, 5); in findif0() 92 CPPUNIT_ASSERT( k == keys + 10 ); in findif0()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/ |
D | environment.ipp | 45 typedef std::list<dstring> keys; 48 BOOST_RT_PARAM_INLINE keys& s_keys() { static keys instance; return instance; } 53 // save the name in list of keys
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest_xml_test_utils.py | 84 actual_node.tagName, expected_attributes.keys(), 85 actual_attributes.keys()))
|
D | gtest_test_utils.py | 244 for key in dest.keys():
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/ |
D | compiler.py | 25 if '__clang__' in macros.keys(): 28 if '__apple_build_version__' in macros.keys(): 33 elif '__GNUC__' in macros.keys():
|
/ndk/build/gmsl/ |
D | __gmsl | 761 # Function: keys 763 # Returns: Returns a list of all defined keys in the array 765 keys = $(__gmsl_tr1)$(call assert_no_dollar,$0,$1)$(sort $(patsubst __gmsl_aa_$1_%,%, \
|
D | gmsl-tests | 409 $(call test_assert,$(call keys,myarray),key1 key2) 410 $(call test_assert,$(call keys,myarray1),)
|
/ndk/ |
D | ndk-gdb.py | 367 if len(set(new_abi_props).intersection(device_props.keys())) == 0:
|
/ndk/tests/ |
D | tests.py | 89 results = {suite: [] for suite in self.tests.keys()}
|
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/ |
D | COPYING | 312 procedures, authorization keys, or other information required to install
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | COPYING3 | 311 procedures, authorization keys, or other information required to install
|
/ndk/build/tools/toolchain-licenses/ |
D | COPYING3 | 311 procedures, authorization keys, or other information required to install
|