HomeSort by relevance Sort by last modified time
    Searched defs:test (Results 51 - 75 of 9198) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libcxx/test/std/strings/basic.string/string.ops/string_find.last.not.of/
string_view_size.pass.cpp 21 test(const S& s, SV sv, typename S::size_type pos, typename S::size_type x) function
30 test(const S& s, SV sv, typename S::size_type x) function
40 test(S(""), SV(""), 0, S::npos);
41 test(S(""), SV("laenf"), 0, S::npos);
42 test(S(""), SV("pqlnkmbdjo"), 0, S::npos);
43 test(S(""), SV("qkamfogpnljdcshbreti"), 0, S::npos);
44 test(S(""), SV(""), 1, S::npos);
45 test(S(""), SV("bjaht"), 1, S::npos);
46 test(S(""), SV("hjlcmgpket"), 1, S::npos);
47 test(S(""), SV("htaobedqikfplcgjsmrn"), 1, S::npos)
    [all...]
  /external/libcxx/test/std/strings/basic.string/string.ops/string_find.last.of/
char_size.pass.cpp 21 test(const S& s, typename S::value_type c, typename S::size_type pos, function
31 test(const S& s, typename S::value_type c, typename S::size_type x) function
42 test(S(""), 'm', 0, S::npos);
43 test(S(""), 'm', 1, S::npos);
44 test(S("kitcj"), 'm', 0, S::npos);
45 test(S("qkamf"), 'm', 1, S::npos);
46 test(S("nhmko"), 'm', 2, 2);
47 test(S("tpsaf"), 'm', 4, S::npos);
48 test(S("lahfb"), 'm', 5, S::npos);
49 test(S("irkhs"), 'm', 6, S::npos)
    [all...]
pointer_size.pass.cpp 21 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
31 test(const S& s, const typename S::value_type* str, typename S::size_type x) function
41 test(S(""), "", 0, S::npos);
42 test(S(""), "laenf", 0, S::npos);
43 test(S(""), "pqlnkmbdjo", 0, S::npos);
44 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos);
45 test(S(""), "", 1, S::npos);
46 test(S(""), "bjaht", 1, S::npos);
47 test(S(""), "hjlcmgpket", 1, S::npos);
48 test(S(""), "htaobedqikfplcgjsmrn", 1, S::npos)
    [all...]
string_size.pass.cpp 21 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function
30 test(const S& s, const S& str, typename S::size_type x) function
40 test(S(""), S(""), 0, S::npos);
41 test(S(""), S("laenf"), 0, S::npos);
42 test(S(""), S("pqlnkmbdjo"), 0, S::npos);
43 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos);
44 test(S(""), S(""), 1, S::npos);
45 test(S(""), S("bjaht"), 1, S::npos);
46 test(S(""), S("hjlcmgpket"), 1, S::npos);
47 test(S(""), S("htaobedqikfplcgjsmrn"), 1, S::npos)
    [all...]
string_view_size.pass.cpp 21 test(const S& s, SV sv, typename S::size_type pos, typename S::size_type x) function
30 test(const S& s, SV sv, typename S::size_type x) function
40 test(S(""), SV(""), 0, S::npos);
41 test(S(""), SV("laenf"), 0, S::npos);
42 test(S(""), SV("pqlnkmbdjo"), 0, S::npos);
43 test(S(""), SV("qkamfogpnljdcshbreti"), 0, S::npos);
44 test(S(""), SV(""), 1, S::npos);
45 test(S(""), SV("bjaht"), 1, S::npos);
46 test(S(""), SV("hjlcmgpket"), 1, S::npos);
47 test(S(""), SV("htaobedqikfplcgjsmrn"), 1, S::npos)
    [all...]
  /external/libcxx/test/std/strings/string.view/string.view.find/
find_first_not_of_char_size.pass.cpp 22 test(const S& s, typename S::value_type c, typename S::size_type pos, function
32 test(const S& s, typename S::value_type c, typename S::size_type x) function
43 test(S(""), 'q', 0, S::npos);
44 test(S(""), 'q', 1, S::npos);
45 test(S("kitcj"), 'q', 0, 0);
46 test(S("qkamf"), 'q', 1, 1);
47 test(S("nhmko"), 'q', 2, 2);
48 test(S("tpsaf"), 'q', 4, 4);
49 test(S("lahfb"), 'q', 5, S::npos);
50 test(S("irkhs"), 'q', 6, S::npos)
    [all...]
find_first_not_of_pointer_size.pass.cpp 22 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
32 test(const S& s, const typename S::value_type* str, typename S::size_type x) function
42 test(S(""), "", 0, S::npos);
43 test(S(""), "laenf", 0, S::npos);
44 test(S(""), "pqlnkmbdjo", 0, S::npos);
45 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos);
46 test(S(""), "", 1, S::npos);
47 test(S(""), "bjaht", 1, S::npos);
48 test(S(""), "hjlcmgpket", 1, S::npos);
49 test(S(""), "htaobedqikfplcgjsmrn", 1, S::npos)
    [all...]
find_first_not_of_string_view_size.pass.cpp 19 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function
28 test(const S& s, const S& str, typename S::size_type x) function
38 test(S(""), S(""), 0, S::npos);
39 test(S(""), S("laenf"), 0, S::npos);
40 test(S(""), S("pqlnkmbdjo"), 0, S::npos);
41 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos);
42 test(S(""), S(""), 1, S::npos);
43 test(S(""), S("bjaht"), 1, S::npos);
44 test(S(""), S("hjlcmgpket"), 1, S::npos);
45 test(S(""), S("htaobedqikfplcgjsmrn"), 1, S::npos)
    [all...]
find_first_of_char_size.pass.cpp 22 test(const S& s, typename S::value_type c, typename S::size_type pos, function
32 test(const S& s, typename S::value_type c, typename S::size_type x) function
43 test(S(""), 'e', 0, S::npos);
44 test(S(""), 'e', 1, S::npos);
45 test(S("kitcj"), 'e', 0, S::npos);
46 test(S("qkamf"), 'e', 1, S::npos);
47 test(S("nhmko"), 'e', 2, S::npos);
48 test(S("tpsaf"), 'e', 4, S::npos);
49 test(S("lahfb"), 'e', 5, S::npos);
50 test(S("irkhs"), 'e', 6, S::npos)
    [all...]
find_first_of_pointer_size.pass.cpp 22 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
32 test(const S& s, const typename S::value_type* str, typename S::size_type x) function
42 test(S(""), "", 0, S::npos);
43 test(S(""), "laenf", 0, S::npos);
44 test(S(""), "pqlnkmbdjo", 0, S::npos);
45 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos);
46 test(S(""), "", 1, S::npos);
47 test(S(""), "bjaht", 1, S::npos);
48 test(S(""), "hjlcmgpket", 1, S::npos);
49 test(S(""), "htaobedqikfplcgjsmrn", 1, S::npos)
    [all...]
find_first_of_string_view_size.pass.cpp 19 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function
28 test(const S& s, const S& str, typename S::size_type x) function
38 test(S(""), S(""), 0, S::npos);
39 test(S(""), S("laenf"), 0, S::npos);
40 test(S(""), S("pqlnkmbdjo"), 0, S::npos);
41 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos);
42 test(S(""), S(""), 1, S::npos);
43 test(S(""), S("bjaht"), 1, S::npos);
44 test(S(""), S("hjlcmgpket"), 1, S::npos);
45 test(S(""), S("htaobedqikfplcgjsmrn"), 1, S::npos)
    [all...]
find_last_not_of_char_size.pass.cpp 22 test(const S& s, typename S::value_type c, typename S::size_type pos, function
32 test(const S& s, typename S::value_type c, typename S::size_type x) function
43 test(S(""), 'i', 0, S::npos);
44 test(S(""), 'i', 1, S::npos);
45 test(S("kitcj"), 'i', 0, 0);
46 test(S("qkamf"), 'i', 1, 1);
47 test(S("nhmko"), 'i', 2, 2);
48 test(S("tpsaf"), 'i', 4, 4);
49 test(S("lahfb"), 'i', 5, 4);
50 test(S("irkhs"), 'i', 6, 4)
    [all...]
find_last_not_of_pointer_size.pass.cpp 22 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
32 test(const S& s, const typename S::value_type* str, typename S::size_type x) function
42 test(S(""), "", 0, S::npos);
43 test(S(""), "laenf", 0, S::npos);
44 test(S(""), "pqlnkmbdjo", 0, S::npos);
45 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos);
46 test(S(""), "", 1, S::npos);
47 test(S(""), "bjaht", 1, S::npos);
48 test(S(""), "hjlcmgpket", 1, S::npos);
49 test(S(""), "htaobedqikfplcgjsmrn", 1, S::npos)
    [all...]
find_last_not_of_string_view_size.pass.cpp 19 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function
28 test(const S& s, const S& str, typename S::size_type x) function
38 test(S(""), S(""), 0, S::npos);
39 test(S(""), S("laenf"), 0, S::npos);
40 test(S(""), S("pqlnkmbdjo"), 0, S::npos);
41 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos);
42 test(S(""), S(""), 1, S::npos);
43 test(S(""), S("bjaht"), 1, S::npos);
44 test(S(""), S("hjlcmgpket"), 1, S::npos);
45 test(S(""), S("htaobedqikfplcgjsmrn"), 1, S::npos)
    [all...]
find_last_of_char_size.pass.cpp 22 test(const S& s, typename S::value_type c, typename S::size_type pos, function
32 test(const S& s, typename S::value_type c, typename S::size_type x) function
43 test(S(""), 'm', 0, S::npos);
44 test(S(""), 'm', 1, S::npos);
45 test(S("kitcj"), 'm', 0, S::npos);
46 test(S("qkamf"), 'm', 1, S::npos);
47 test(S("nhmko"), 'm', 2, 2);
48 test(S("tpsaf"), 'm', 4, S::npos);
49 test(S("lahfb"), 'm', 5, S::npos);
50 test(S("irkhs"), 'm', 6, S::npos)
    [all...]
find_last_of_pointer_size.pass.cpp 22 test(const S& s, const typename S::value_type* str, typename S::size_type pos, function
32 test(const S& s, const typename S::value_type* str, typename S::size_type x) function
42 test(S(""), "", 0, S::npos);
43 test(S(""), "laenf", 0, S::npos);
44 test(S(""), "pqlnkmbdjo", 0, S::npos);
45 test(S(""), "qkamfogpnljdcshbreti", 0, S::npos);
46 test(S(""), "", 1, S::npos);
47 test(S(""), "bjaht", 1, S::npos);
48 test(S(""), "hjlcmgpket", 1, S::npos);
49 test(S(""), "htaobedqikfplcgjsmrn", 1, S::npos)
    [all...]
find_last_of_string_view_size.pass.cpp 19 test(const S& s, const S& str, typename S::size_type pos, typename S::size_type x) function
28 test(const S& s, const S& str, typename S::size_type x) function
38 test(S(""), S(""), 0, S::npos);
39 test(S(""), S("laenf"), 0, S::npos);
40 test(S(""), S("pqlnkmbdjo"), 0, S::npos);
41 test(S(""), S("qkamfogpnljdcshbreti"), 0, S::npos);
42 test(S(""), S(""), 1, S::npos);
43 test(S(""), S("bjaht"), 1, S::npos);
44 test(S(""), S("hjlcmgpket"), 1, S::npos);
45 test(S(""), S("htaobedqikfplcgjsmrn"), 1, S::npos)
    [all...]
  /external/llvm/test/MC/ARM/
2013-03-18-Br-to-label-named-like-reg.s 3 @ CHECK: test:
5 test: label
  /external/ltp/testcases/network/nfsv4/acl/
cleangroups.py 7 test = RandomGen() variable
8 test.getGroupList()
9 test.cleanGroups()
cleanusers.py 7 test = RandomGen() variable
8 test.getUserList()
9 test.getGroupList()
10 test.cleanUsers()
11 test.cleanGroups()
  /external/python/cpython3/Lib/test/encoded_modules/
module_iso_8859_1.py 0 # test iso-8859-1 encoding
3 test = ("Les hommes ont oubli? cette v?rit?, " variable
module_koi8_r.py 0 # test koi8-r encoding
3 test = "???????? ????????????? ??????? ???????????? ???????." variable
  /external/tensorflow/tensorflow/examples/learn/
examples_test.sh 34 function test() { function
35 echo "Test $1:"
39 echo "Test passed."
42 echo "Test failed."
47 test boston
48 test iris
49 test iris_custom_decay_dnn
50 test iris_custom_model
51 test iris_run_config
52 test random_forest_mnis
    [all...]
  /external/toolchain-utils/
perf-to-inst-page.sh 39 function test { function
51 test grep -A 2 PERF_RECORD_SAMPLE $profile | grep -A 1 -B 1 "thread: $binary" | \
58 test awk '{print $3}' out.txt | sort -n | uniq -c > inst-histo.txt
71 " | test gnuplot
85 " | test gnuplot
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/test/
test.go 1 package test package

Completed in 569 milliseconds

1 23 4 5 6 7 8 91011>>