Searched refs:firsts (Results 1 - 16 of 16) sorted by relevance

/external/bison/src/
H A Dclosure.c43 static bitsetv firsts = NULL; variable
47 #define FIRSTS(Var) firsts[(Var) - ntokens]
81 fprintf (stderr, "\t%s firsts\n", symbols[i]->tag);
129 firsts = bitsetv_create (nvars, nvars, BITSET_FIXED);
140 bitsetv_matrix_dump (stderr, "RTC: Firsts Input", firsts);
141 bitsetv_reflexive_transitive_closure (firsts);
143 bitsetv_matrix_dump (stderr, "RTC: Firsts Output", firsts);
178 bitsetv_free (firsts);
/external/deqp/modules/gles2/stress/
H A Des2sVertexArrayTests.cpp213 int firsts[] = {6, 24}; local
225 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++)
244 spec.first = firsts[firstNdx];
247 std::string name = Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
H A Des2sDrawTests.cpp228 const int firsts[] = { 0, 7, 13 }; local
318 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);
/external/deqp/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp279 int firsts[] = {6, 24}; local
289 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++)
296 std::string name = "first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
312 spec.first = firsts[firstNdx];
H A Des3sDrawTests.cpp417 const int firsts[] = { 0, 7, 13 }; local
532 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp392 const int firsts[] = local
400 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx)
402 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]);
403 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]);
406 spec.first = firsts[firstNdx];
514 static const int firsts[] = { 0, 7, 13 }; local
604 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);
H A Des2fVertexArrayTest.cpp212 int firsts[] = {6, 24}; local
224 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++)
243 spec.first = firsts[firstNdx];
246 std::string name = Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
/external/deqp/modules/gles31/stress/
H A Des31sDrawTests.cpp341 const int firsts[] = { 0, 7, 13 };
464 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);
/external/deqp/modules/gles3/functional/
H A Des3fDrawTests.cpp493 const int firsts[] = local
501 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx)
503 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]);
504 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]);
507 spec.first = firsts[firstNdx];
919 static const int firsts[] = { 0, 7, 13 }; local
1039 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);
H A Des3fVertexArrayTest.cpp276 int firsts[] = {6, 24}; local
286 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++)
293 std::string name = "first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
309 spec.first = firsts[firstNdx];
/external/v8/test/cctest/
H A Dtest-decls.cc789 const char* firsts[] = { local
804 for (int i = 0; firsts[i] != NULL; ++i) {
807 context.Check(firsts[i], EXPECT_RESULT,
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp624 const int firsts[] = local
632 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx)
634 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]);
635 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]);
638 spec.first = firsts[firstNdx];
2045 const int firsts[] = { 0, 7, 13 };
2168 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DAlphabeticIndexTest.java251 Collection<String> firsts = alphabeticIndex.getFirstCharactersInScripts();
259 for (String index : firsts) {
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DAlphabeticIndexTest.java247 Collection<String> firsts = alphabeticIndex.getFirstCharactersInScripts();
255 for (String index : firsts) {
/external/bison/tests/
H A Dtestsuite20847 :firsts
20850 /^[ ]*$/ !b firsts
20911 \$accept firsts
20914 e firsts
21201 :firsts
21204 /^[ ]*$/ !b firsts
21270 \$accept firsts
21273 exp firsts
[all...]
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 487 milliseconds