/ndk/build/awk/ |
D | extract-package-name.awk | 59 $0 = substr($0, _xml_p) # remove anything before '<' 67 if (substr($0, 1, 2) == "</") { # is it a closing tag ? 69 $0 = substr($0, 3); 72 $0 = substr($0, 2); 96 if (substr($0,1,2) == "=\"") { # value is ="something" 97 _xml_value = substr($0,3); 100 } else if (substr($0,1,2) == "='") { # value is ='something' 101 _xml_value = substr($0,3); 133 _xml_expected = substr(XML_RPATH, 1, _xml_p-1); 136 XML_RPATH = substr(XML_RPATH, _xml_p+1);
|
D | extract-minsdkversion.awk | 55 $0 = substr($0, _xml_p) # remove anything before '<' 63 if (substr($0, 1, 2) == "</") { # is it a closing tag ? 65 $0 = substr($0, 3); 68 $0 = substr($0, 2); 92 if (substr($0,1,2) == "=\"") { # value is ="something" 93 _xml_value = substr($0,3); 96 } else if (substr($0,1,2) == "='") { # value is ='something' 97 _xml_value = substr($0,3); 129 _xml_expected = substr(XML_RPATH, 1, _xml_p-1); 132 XML_RPATH = substr(XML_RPATH, _xml_p+1);
|
D | extract-debuggable.awk | 58 $0 = substr($0, _xml_p) # remove anything before '<' 66 if (substr($0, 1, 2) == "</") { # is it a closing tag ? 68 $0 = substr($0, 3); 71 $0 = substr($0, 2); 95 if (substr($0,1,2) == "=\"") { # value is ="something" 96 _xml_value = substr($0,3); 99 } else if (substr($0,1,2) == "='") { # value is ='something' 100 _xml_value = substr($0,3); 132 _xml_expected = substr(XML_RPATH, 1, _xml_p-1); 135 XML_RPATH = substr(XML_RPATH, _xml_p+1);
|
D | xml.awk | 43 $0 = substr($0, _xml_p) # remove anything before '<' 51 if (substr($0, 1, 2) == "</") { # is it a closing tag ? 53 $0 = substr($0, 3); 56 $0 = substr($0, 2); 80 if (substr($0,1,2) == "=\"") { # value is ="something" 81 _xml_value = substr($0,3); 84 } else if (substr($0,1,2) == "='") { # value is ='something' 85 _xml_value = substr($0,3); 117 _xml_expected = substr(XML_RPATH, 1, _xml_p-1); 120 XML_RPATH = substr(XML_RPATH, _xml_p+1);
|
D | extract-launchable.awk | 117 $0 = substr($0, _xml_p) # remove anything before '<' 125 if (substr($0, 1, 2) == "</") { # is it a closing tag ? 127 $0 = substr($0, 3); 130 $0 = substr($0, 2); 154 if (substr($0,1,2) == "=\"") { # value is ="something" 155 _xml_value = substr($0,3); 158 } else if (substr($0,1,2) == "='") { # value is ='something' 159 _xml_value = substr($0,3); 191 _xml_expected = substr(XML_RPATH, 1, _xml_p-1); 194 XML_RPATH = substr(XML_RPATH, _xml_p+1);
|
D | extract-platform.awk | 34 API=substr($0,RSTART,RLENGTH) 37 API="android-" substr($0,RSTART+1,RLENGTH)
|
D | gen-windows-host-path.awk | 77 letter = substr(host[nn],1,1) 86 cygwin[count] = substr(cygwin[nn],1,length(cygwin[nn])-1) up 95 cygwin[count] = substr(cygwin[nn],1,length(cygwin[nn])-1) lo
|
D | check-awk.awk | 33 s2=substr(s1,RSTART,RLENGTH)
|
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-spi.h | 101 const string& substr); 138 #define EXPECT_FATAL_FAILURE(statement, substr) \ argument 146 >est_failures, ::testing::TestPartResult::kFatalFailure, (substr));\ 155 #define EXPECT_FATAL_FAILURE_ON_ALL_THREADS(statement, substr) \ argument 163 >est_failures, ::testing::TestPartResult::kFatalFailure, (substr));\ 204 #define EXPECT_NONFATAL_FAILURE(statement, substr) \ argument 209 (substr));\ 218 #define EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS(statement, substr) \ argument 223 (substr));\
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | money_facets_test.cpp | 107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) || in _money_put_get2() 109 (str_res.substr(index, p_old) == rl.money_int_prefix_old)) ); in _money_put_get2() 110 if ( str_res.substr(index, p) == rl.money_int_prefix ) { in _money_put_get2() 202 …CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.negative_sign().size()) == dom_fmp.negative_sign() ); in _money_put_get2() 209 CPPUNIT_ASSERT( str_res.substr(index, p) == rl.money_prefix ); in _money_put_get2() 246 CPPUNIT_ASSERT( str_res.substr(index, strlen(rl.money_suffix)) == rl.money_suffix ); in _money_put_get2() 306 …CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.positive_sign().size()) == dom_fmp.positive_sign() ); in _money_put_X_bug() 313 CPPUNIT_ASSERT( str_res.substr(index, p) == rl.money_prefix ); in _money_put_X_bug() 345 CPPUNIT_ASSERT( str_res.substr(index, strlen(rl.money_suffix)) == rl.money_suffix ); in _money_put_X_bug() 368 …CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.positive_sign().size()) == dom_fmp.positive_sign() ); in _money_put_X_bug() [all …]
|
D | num_put_get_test.cpp | 434 CPPUNIT_CHECK(output.substr(0, 5) == "12345"); in num_put_float() 435 CPPUNIT_CHECK(output.substr(18) == ".000000"); in num_put_float() 444 CPPUNIT_CHECK(output.substr(0, 6) == "+12345"); in num_put_float() 445 CPPUNIT_CHECK(output.substr(19) == ".000000"); in num_put_float() 454 CPPUNIT_CHECK(output.substr(0, 6) == "+12345"); in num_put_float() 455 …CPPUNIT_CHECK(output.substr(19) == ".0000000000000000000000000000000000000000000000000000000000000… in num_put_float() 506 CPPUNIT_CHECK(output.substr(0, 6) == "+12345"); in num_put_float() 507 …CPPUNIT_CHECK(output.substr(19) == ".0000000000000000000000000000000000000000000000000000000000000… in num_put_float() 517 CPPUNIT_CHECK(output.substr(0, 6) == "+12345"); in num_put_float() 518 …CPPUNIT_CHECK(output.substr(19) == ".0000000000000000000000000000000000000000000000000000000000000… in num_put_float()
|
/ndk/tests/device/test-stlport/unit/ |
D | money_facets_test.cpp | 107 CPPUNIT_ASSERT( (str_res.substr(index, p) == rl.money_int_prefix) || in _money_put_get2() 109 (str_res.substr(index, p_old) == rl.money_int_prefix_old)) ); in _money_put_get2() 110 if ( str_res.substr(index, p) == rl.money_int_prefix ) { in _money_put_get2() 202 …CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.negative_sign().size()) == dom_fmp.negative_sign() ); in _money_put_get2() 209 CPPUNIT_ASSERT( str_res.substr(index, p) == rl.money_prefix ); in _money_put_get2() 246 CPPUNIT_ASSERT( str_res.substr(index, strlen(rl.money_suffix)) == rl.money_suffix ); in _money_put_get2() 306 …CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.positive_sign().size()) == dom_fmp.positive_sign() ); in _money_put_X_bug() 313 CPPUNIT_ASSERT( str_res.substr(index, p) == rl.money_prefix ); in _money_put_X_bug() 345 CPPUNIT_ASSERT( str_res.substr(index, strlen(rl.money_suffix)) == rl.money_suffix ); in _money_put_X_bug() 368 …CPPUNIT_ASSERT( str_res.substr(index, dom_fmp.positive_sign().size()) == dom_fmp.positive_sign() ); in _money_put_X_bug() [all …]
|
D | num_put_get_test.cpp | 434 CPPUNIT_CHECK(output.substr(0, 5) == "12345"); in num_put_float() 435 CPPUNIT_CHECK(output.substr(18) == ".000000"); in num_put_float() 444 CPPUNIT_CHECK(output.substr(0, 6) == "+12345"); in num_put_float() 445 CPPUNIT_CHECK(output.substr(19) == ".000000"); in num_put_float() 454 CPPUNIT_CHECK(output.substr(0, 6) == "+12345"); in num_put_float() 455 …CPPUNIT_CHECK(output.substr(19) == ".0000000000000000000000000000000000000000000000000000000000000… in num_put_float() 506 CPPUNIT_CHECK(output.substr(0, 6) == "+12345"); in num_put_float() 507 …CPPUNIT_CHECK(output.substr(19) == ".0000000000000000000000000000000000000000000000000000000000000… in num_put_float() 517 CPPUNIT_CHECK(output.substr(0, 6) == "+12345"); in num_put_float() 518 …CPPUNIT_CHECK(output.substr(19) == ".0000000000000000000000000000000000000000000000000000000000000… in num_put_float()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | unit_test_main.ipp | 60 m_value = in.substr( 1, in.size()-1 ); 64 m_value = in.substr( 1 ); 68 m_value = in.substr( 0, in.size()-1 ); 86 return name.substr( 0, m_value.size() ) == m_value; 89 … return name.size() >= m_value.size() && name.substr( name.size() - m_value.size() ) == m_value;
|
/ndk/build/gmsl/ |
D | gmsl-tests | 193 $(call start_test,substr) 194 $(call test_assert,$(call substr,xyz,1,1),x) 195 $(call test_assert,$(call substr,xyz,1,2),xy) 196 $(call test_assert,$(call substr,xyz,2,3),yz) 197 $(call test_assert,$(call substr,some string,1,1),s) 198 $(call test_assert,$(call substr,some string,1,2),so) 199 $(call test_assert,$(call substr,some string,1,3),som) 200 $(call test_assert,$(call substr,some string,1,4),some) 201 $(call test_assert,$(call substr,some string,1,5),some ) 202 $(call test_assert,$(call substr,some string,1,6),some s) [all …]
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-filepath.cc | 122 return FilePath(pathname_.substr( in RemoveExtension() 343 ? FilePath(pathname_.substr(0, pathname_.length() - 1)) in RemoveTrailingPathSeparator()
|
D | gtest-death-test.cc | 499 ret += output.substr(at); in FormatDeathTestOutput() 502 ret += output.substr(at, line_end + 1 - at); in FormatDeathTestOutput() 1215 parsed.push_back(str.substr(pos)); in SplitString() 1218 parsed.push_back(str.substr(pos, colon - pos)); in SplitString()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
D | validation.ipp | 49 msg << tr.input().substr( 0, 5 ) << BOOST_RT_PARAM_LITERAL( "..." );
|
D | argv_traverser.ipp | 137 return m_work_buffer.size() < str.size() ? false : m_work_buffer.substr( 0, str.size() ) == str;
|
/ndk/sources/host-tools/make-3.81/tests/scripts/options/ |
D | dash-I | 18 $mf2 = substr ($makefile2, index ($makefile2, $pathsep) + 1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.ops/string_substr/ |
D | substr.pass.cpp | 27 S str = s.substr(pos, n); in test()
|
/ndk/sources/host-tools/nawk-20071023/ |
D | proto.h | 169 extern Cell *substr(Node **, int);
|
/ndk/docs/text/ |
D | INSTALL.text | 47 the 'match' and 'substr' functions used by the NDK build system.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/ |
D | basic_cstring.hpp | 136 self_type substr( size_type beg_index, size_type end_index = npos ) const; 558 basic_cstring<CharT>::substr( size_type beg_index, size_type end_index ) const in substr() function in boost::unit_test::basic_cstring
|
/ndk/sources/host-tools/ndk-depends/ |
D | ndk-depends.cc | 224 return filepath.substr(0, sep); in path_dirname() 233 return filepath.substr(sep + 1); in path_basename() 1416 lib.substr(3, lib.size() - 6).c_str());
|