/external/deqp/modules/gles2/stress/ |
D | es2sVertexArrayTests.cpp | 213 int firsts[] = {6, 24}; in init() local 225 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++) in init() 244 spec.first = firsts[firstNdx]; in init() 247 …y::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_off… in init()
|
D | es2sDrawTests.cpp | 228 const int firsts[] = { 0, 7, 13 }; in init() local 318 …hooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), fi… in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 392 const int firsts[] = in init() local 400 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx) in init() 402 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]); in init() 403 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]); in init() 406 spec.first = firsts[firstNdx]; in init() 514 static const int firsts[] = { 0, 7, 13 }; in init() local 604 …hooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), fi… in init()
|
D | es2fVertexArrayTest.cpp | 212 int firsts[] = {6, 24}; in init() local 224 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++) in init() 243 spec.first = firsts[firstNdx]; in init() 246 …y::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_off… in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sVertexArrayTests.cpp | 279 int firsts[] = {6, 24}; in init() local 289 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++) in init() 296 …std::string name = "first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[o… in init() 312 spec.first = firsts[firstNdx]; in init()
|
D | es3sDrawTests.cpp | 417 const int firsts[] = { 0, 7, 13 }; in init() local 532 …hooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), fi… in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 493 const int firsts[] = in init() local 501 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx) in init() 503 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]); in init() 504 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]); in init() 507 spec.first = firsts[firstNdx]; in init() 919 static const int firsts[] = { 0, 7, 13 }; in init() local 1039 …hooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), fi… in init()
|
D | es3fVertexArrayTest.cpp | 276 int firsts[] = {6, 24}; in init() local 286 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++) in init() 293 …std::string name = "first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[o… in init() 309 spec.first = firsts[firstNdx]; in init()
|
/external/python/cpython3/Lib/ |
D | tabnanny.py | 271 firsts = (str(tup[0]) for tup in w) 275 return prefix + " " + ', '.join(firsts)
|
/external/python/cpython2/Lib/ |
D | tabnanny.py | 267 firsts = map(lambda tup: str(tup[0]), w) 271 return prefix + " " + ', '.join(firsts)
|
/external/deqp/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 341 const int firsts[] = { 0, 7, 13 }; in init() local 464 …hooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), fi… in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 624 const int firsts[] = in init() local 632 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx) in init() 634 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]); in init() 635 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]); in init() 638 spec.first = firsts[firstNdx]; in init() 2046 const int firsts[] = { 0, 7, 13 }; in init() local 2169 …hooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), fi… in init()
|
/external/libchrome/base/containers/ |
D | span_unittest.cc | 1156 constexpr span<const int> firsts = constexpr_span.first(size); in TEST() local 1157 for (size_t i = 0; i < firsts.size(); ++i) in TEST() 1158 EXPECT_EQ(kArray[i], firsts[i]); in TEST()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | AlphabeticIndexTest.java | 256 Collection<String> firsts = alphabeticIndex.getFirstCharactersInScripts(); in TestFirstCharacters() local 264 for (String index : firsts) { in TestFirstCharacters()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | AlphabeticIndexTest.java | 253 Collection<String> firsts = alphabeticIndex.getFirstCharactersInScripts(); in TestFirstCharacters() local 261 for (String index : firsts) { in TestFirstCharacters()
|
/external/scapy/doc/scapy/ |
D | build_dissect.rst | 978 For the two firsts, when a packet is being dissected, their lengths are deduced from a lenfield alr…
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | internal_raw_IPA.txt | 60171 firsts %30613 fərs, fərss, fərsts
|
D | internal_raw_IPA-old.txt | 71266 firsts %19795 fərs, fərss, fərsts
|