| /external/toybox/tests/ |
| D | find.test | 3 [ -f testing.sh ] && . testing.sh 9 # fs timestamp granularity isn't always enough for -newer to tell, so wait 11 ln -s fifo link 16 touch perm/all-read-only 17 chmod a=r perm/all-read-only 23 testing "-type l -a -type d -o -type p" \ 24 "find dir -type l -a -type d -o -type p" "dir/fifo\n" "" "" 25 testing "-type l -type d -o -type p" "find dir -type l -type d -o -type p" \ 27 testing "-type l -o -type d -a -type p" \ 28 "find dir -type l -o -type d -a -type p" "dir/link\n" "" "" [all …]
|
| /external/cronet/third_party/libc++/src/test/std/containers/associative/multiset/ |
| D | find.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 // iterator find(const key_type& k); 14 // const_iterator find(const key_type& k) const; 42 R r = m.find(5); in main() 44 r = m.find(6); in main() 46 r = m.find(7); in main() 48 r = m.find(8); in main() 50 r = m.find(9); in main() [all …]
|
| /external/cronet/third_party/libc++/src/test/std/containers/associative/set/ |
| D | find.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 // iterator find(const key_type& k); 14 // const_iterator find(const key_type& k) const; 42 R r = m.find(5); in main() 44 r = m.find(6); in main() 46 r = m.find(7); in main() 48 r = m.find(8); in main() 50 r = m.find(9); in main() [all …]
|
| /external/libcxx/test/std/containers/associative/multiset/ |
| D | find.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 14 // iterator find(const key_type& k); 15 // const_iterator find(const key_type& k) const; 43 R r = m.find(5); in main() 45 r = m.find(6); in main() 47 r = m.find(7); in main() 49 r = m.find(8); in main() 51 r = m.find(9); in main() 53 r = m.find(10); in main() [all …]
|
| /external/libcxx/test/std/containers/associative/set/ |
| D | find.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 14 // iterator find(const key_type& k); 15 // const_iterator find(const key_type& k) const; 43 R r = m.find(5); in main() 45 r = m.find(6); in main() 47 r = m.find(7); in main() 49 r = m.find(8); in main() 51 r = m.find(9); in main() 53 r = m.find(10); in main() [all …]
|
| /external/cronet/third_party/libc++/src/test/std/containers/associative/map/map.ops/ |
| D | find.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 // iterator find(const key_type& k); 14 // const_iterator find(const key_type& k) const; 43 R r = m.find(5); in main() 45 r = m.find(6); in main() 47 r = m.find(7); in main() 49 r = m.find(8); in main() 51 r = m.find(9); in main() [all …]
|
| /external/libcxx/test/std/containers/associative/map/map.ops/ |
| D | find.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 14 // iterator find(const key_type& k); 15 // const_iterator find(const key_type& k) const; 44 R r = m.find(5); in main() 46 r = m.find(6); in main() 48 r = m.find(7); in main() 50 r = m.find(8); in main() 52 r = m.find(9); in main() 54 r = m.find(10); in main() [all …]
|
| /external/cronet/third_party/libc++/src/test/std/containers/unord/unord.multimap/ |
| D | swap_member.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 85 assert(c1.find(10)->second == "ten"); in main() 86 assert(c1.find(20)->second == "twenty"); in main() 87 assert(c1.find(30)->second == "thirty"); in main() 88 assert(c1.find(40)->second == "forty"); in main() 89 assert(c1.find(50)->second == "fifty"); in main() 90 assert(c1.find(60)->second == "sixty"); in main() 91 assert(c1.find(70)->second == "seventy"); in main() [all …]
|
| /external/libcxx/test/std/containers/unord/unord.multimap/ |
| D | swap_member.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 85 assert(c1.find(10)->second == "ten"); in main() 86 assert(c1.find(20)->second == "twenty"); in main() 87 assert(c1.find(30)->second == "thirty"); in main() 88 assert(c1.find(40)->second == "forty"); in main() 89 assert(c1.find(50)->second == "fifty"); in main() 90 assert(c1.find(60)->second == "sixty"); in main() 91 assert(c1.find(70)->second == "seventy"); in main() 92 assert(c1.find(80)->second == "eighty"); in main() [all …]
|
| /external/cronet/third_party/libc++/src/test/std/containers/associative/multimap/multimap.ops/ |
| D | find.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 13 // iterator find(const key_type& k); 14 // const_iterator find(const key_type& k) const; 44 R r = m.find(5); in main() 46 r = m.find(6); in main() 48 r = m.find(7); in main() 50 r = m.find(8); in main() 52 r = m.find(9); in main() [all …]
|
| /external/libcxx/test/std/containers/associative/multimap/multimap.ops/ |
| D | find.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 14 // iterator find(const key_type& k); 15 // const_iterator find(const key_type& k) const; 45 R r = m.find(5); in main() 47 r = m.find(6); in main() 49 r = m.find(7); in main() 51 r = m.find(8); in main() 53 r = m.find(9); in main() 55 r = m.find(10); in main() [all …]
|
| /external/sdv/vsomeip/third_party/boost/unordered/examples/ |
| D | case_insensitive_test.cpp | 2 // Copyright 2006-2009 Daniel James. 23 BOOST_TEST(idictionary.find("ONE") != idictionary.end() && in test1() 24 idictionary.find("ONE") == idictionary.find("one")); in test1() 28 BOOST_TEST(idictionary.find("ONE") != idictionary.end() && in test1() 29 idictionary.find("ONE")->first == "one" && in test1() 30 idictionary.find("ONE")->second.tag == 1); in test1() 34 BOOST_TEST(idictionary.find("ONE") != idictionary.end() && in test1() 35 idictionary.find("ONE")->first == "one" && in test1() 36 idictionary.find("ONE")->second.tag == 3); in test1() 40 BOOST_TEST(idictionary.find("two") != idictionary.end() && in test1() [all …]
|
| /external/elfutils/tests/ |
| D | run-debuginfod-response-headers.sh | 21 . $srcdir/debuginfod-subr.sh # includes set -e 24 set -x 30 # This variable is essential and ensures no time-race for claiming ports occurs 31 # set base to a unique multiple of 100 not used in any other 'run-debuginfod-*' test 35 …FOD_URLS= ${abs_builddir}/../debuginfod/debuginfod $VERBOSE -F -R -d $DB -p $PORT1 -t0 -g0 -v R F … 44 # Compile a simple program, strip its debuginfo and save the build-id. 46 # cannot find it without debuginfod. 51 gcc -Wl,--build-id -g -o prog ${PWD}/foobar///./../prog.c 55 cp -rvp ${abs_srcdir}/debuginfod-rpms R 57 rm -vrf R/debuginfod-rpms/fedora31 [all …]
|
| /external/sdv/vsomeip/third_party/boost/unordered/doc/src_code/ |
| D | dictionary.cpp | 2 // Copyright 2006-2007 Daniel James. 49 BOOST_TEST(dictionary.find("ONE") == dictionary.end()); in main() 53 BOOST_TEST(dictionary.find("ONE") != dictionary.end() && in main() 54 dictionary.find("ONE")->first == "ONE" && in main() 55 dictionary.find("ONE")->second == 2); in main() 59 BOOST_TEST(dictionary.find("One") != dictionary.end() && in main() 60 dictionary.find("One")->first == "One" && in main() 61 dictionary.find("One")->second == 3); in main() 65 BOOST_TEST(dictionary.find("Two") == dictionary.end() && in main() 66 dictionary.find("two") != dictionary.end() && in main() [all …]
|
| /external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.swap/ |
| D | swap_non_member.pass.cpp | 1 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===// 83 assert(c1.find(10)->second == "ten"); in main() 84 assert(c1.find(20)->second == "twenty"); in main() 85 assert(c1.find(30)->second == "thirty"); in main() 86 assert(c1.find(40)->second == "forty"); in main() 87 assert(c1.find(50)->second == "fifty"); in main() 88 assert(c1.find(60)->second == "sixty"); in main() 89 assert(c1.find(70)->second == "seventy"); in main() 90 assert(c1.find(80)->second == "eighty"); in main() [all …]
|
| /external/mesa3d/src/gfxstream/guest/OpenglSystemCommon/ |
| D | HostConnectionGles.cpp | 8 * http://www.apache.org/licenses/LICENSE-2.0 22 #include "android-base/properties.h" 43 m_glEnc->setContextAccessor(s_getGLContext); in glEncoder() 52 m_gl2Enc->setContextAccessor(s_getGL2Context); in gl2Encoder() 53 m_gl2Enc->setNoHostError(m_noHostError); in gl2Encoder() 54 m_gl2Enc->setDrawCallFlushInterval(getDrawCallFlushIntervalFromProperty()); in gl2Encoder() 55 m_gl2Enc->setHasAsyncUnmapBuffer(m_rcEnc->hasAsyncUnmapBuffer()); in gl2Encoder() 56 m_gl2Enc->setHasSyncBufferData(m_rcEnc->hasSyncBufferData()); in gl2Encoder() 96 rcEnc->rcSetPuid(rcEnc, getPuid()); in rcEncoder() 103 if (ti->hostConn) { in s_getGLContext() [all …]
|
| /external/protobuf/ |
| D | update_version.py | 6 # => Version will become 3.7.1-rc-2 (beta) 37 RC_VERSION = -1 42 def Find(elem, tagname): function 50 return Find(elem, tagname).cloneNode(True) 57 def GetFullVersion(rc_suffix = '-rc-'): 87 file_handle.write(b'<?xml version="1.0" encoding="UTF-8"?>\n') 88 file_handle.write(content.encode('utf-8')) 108 'cmake/libprotobuf-lite.cmake', 114 r'SOVERSION ([0-9]+)$', 132 if RC_VERSION != -1: [all …]
|
| /external/angle/src/libANGLE/renderer/d3d/ |
| D | ShaderD3D.cpp | 3 // Use of this source code is governed by a BSD-style license that can be 77 state->compilerOutputType = sh::GetShaderOutputType(compiler); in postTranslate() 79 state->usesMultipleRenderTargets = in postTranslate() 80 translatedSource.find("GL_USES_MRT") != std::string::npos; in postTranslate() 81 state->usesFragColor = translatedSource.find("GL_USES_FRAG_COLOR") != std::string::npos; in postTranslate() 82 state->usesFragData = translatedSource.find("GL_USES_FRAG_DATA") != std::string::npos; in postTranslate() 83 state->usesSecondaryColor = in postTranslate() 84 translatedSource.find("GL_USES_SECONDARY_COLOR") != std::string::npos; in postTranslate() 85 state->usesFragCoord = translatedSource.find("GL_USES_FRAG_COORD") != std::string::npos; in postTranslate() 86 state->usesFrontFacing = translatedSource.find("GL_USES_FRONT_FACING") != std::string::npos; in postTranslate() [all …]
|
| /external/sdv/vsomeip/third_party/boost/spirit/test/x3/ |
| D | symbols2.cpp | 2 Copyright (c) 2001-2015 Joel de Guzman 13 // Custom string type with a C-style string conversion. 76 // const and non-const std::string in main() 87 // non-const C-style string in main() 93 // const and non-const custom string type in main() 102 { // find in main() 107 BOOST_TEST(!sym.find("c")); in main() 109 BOOST_TEST(sym.find("a") && *sym.find("a") == 1); in main() 110 BOOST_TEST(sym.find("b") && *sym.find("b") == 2); in main() 116 BOOST_TEST(sym.find("a") && *sym.find("a") == 1); in main() [all …]
|
| /external/sdv/vsomeip/third_party/boost/unordered/test/unordered/ |
| D | insert_tests.cpp | 2 // Copyright 2006-2010 Daniel James. 8 // clang-format off 13 // clang-format on 547 x[it->first] = it->second; in map_tests() 548 tracker[it->first] = it->second; in map_tests() 578 std::pair<iterator, bool> r = x.insert_or_assign(it->first, it->second); in map_tests2() 581 tracker[it->first] = it->second; in map_tests2() 606 iterator r = x.insert_or_assign(x.begin(), it->first, it->second); in map_tests2() 609 tracker[it->first] = it->second; in map_tests2() 634 iterator r = x.insert_or_assign(x.end(), it->first, it->second); in map_tests2() [all …]
|
| /external/cronet/third_party/libc++/src/test/std/containers/unord/unord.multimap/unord.multimap.swap/ |
| D | swap_non_member.pass.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 86 assert(c1.find(10)->second == "ten"); in main() 87 assert(c1.find(20)->second == "twenty"); in main() 88 assert(c1.find(30)->second == "thirty"); in main() 89 assert(c1.find(40)->second == "forty"); in main() 90 assert(c1.find(50)->second == "fifty"); in main() 91 assert(c1.find(60)->second == "sixty"); in main() 92 assert(c1.find(70)->second == "seventy"); in main() [all …]
|
| /external/sdv/vsomeip/third_party/boost/exception/test/ |
| D | diagnostic_information_test.cpp | 1 //Copyright (c) 2006-2009 Emil Dotchevski and Reverge Studios, Inc. 28 return '[' +boost::error_info_name(x) + "] = " + (x.value()==42 ? "fourty-two" : "bad value"); in to_string() 77 BOOST_TEST(di1.find("type:")!=std::string::npos); in test1() 78 BOOST_TEST(di1.find("error1")!=std::string::npos); in test1() 80 BOOST_TEST(di1.find("test_tag1")!=std::string::npos); in test1() 81 BOOST_TEST(di1.find("test_tag2")!=std::string::npos); in test1() 82 BOOST_TEST(di1.find("fourty-two")!=std::string::npos); in test1() 84 BOOST_TEST(di2.find("type:")!=std::string::npos); in test1() 85 BOOST_TEST(di2.find("error1")!=std::string::npos); in test1() 87 BOOST_TEST(di2.find("test_tag1")!=std::string::npos); in test1() [all …]
|
| /external/cronet/third_party/protobuf/ |
| D | update_version.py | 6 # => Version will become 3.7.1-rc-2 (beta) 37 RC_VERSION = -1 42 def Find(elem, tagname): function 50 return Find(elem, tagname).cloneNode(True) 57 def GetFullVersion(rc_suffix = '-rc-'): 87 file_handle.write(b'<?xml version="1.0" encoding="UTF-8"?>\n') 88 file_handle.write(content.encode('utf-8')) 108 'cmake/libprotobuf-lite.cmake', 114 r'SOVERSION ([0-9]+)$', 132 if RC_VERSION != -1: [all …]
|
| /external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/ |
| D | android_info.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 45 info_out->android_sdk_version = GetPropertyValue("ro.build.version.sdk"); in RequestAndroidInfo() 46 info_out->device = GetPropertyValue("ro.product.device"); in RequestAndroidInfo() 47 info_out->model = GetPropertyValue("ro.product.model"); in RequestAndroidInfo() 48 info_out->manufacturer = GetPropertyValue("ro.product.manufacturer"); in RequestAndroidInfo() 55 const std::string& device = info_out->device; in RequestAndroidInfo() 58 const std::string& model = info_out->model; in RequestAndroidInfo() 59 const std::string& manufacturer = info_out->manufacturer; in RequestAndroidInfo() 62 info_out->is_emulator = in RequestAndroidInfo() 63 ((brand.find("generic") == 0 && device.find("generic") == 0) || // NOLINT in RequestAndroidInfo() [all …]
|
| /external/google-fruit/tests/data_structures/ |
| D | test_semistatic_map.py | 8 # http://www.apache.org/licenses/LICENSE-2.0 11 # distributed under the License is distributed on an "AS-IS" BASIS, 37 Assert(map.find(0) == nullptr); 38 Assert(map.find(2) == nullptr); 39 Assert(map.find(5) == nullptr); 54 Assert(map.find(0) == nullptr); 55 Assert(map.find(2) != nullptr); 57 Assert(map.find(5) == nullptr); 76 Assert(map.find(0) == nullptr); 77 Assert(map.find(2) != nullptr); [all …]
|