Searched refs:firsts (Results 1 - 13 of 13) 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.cpp239 const int firsts[] = { 0, 7, 13 }; local
329 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.cpp431 const int firsts[] = { 0, 7, 13 }; local
546 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.cpp394 const int firsts[] = local
402 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx)
404 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]);
405 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]);
408 spec.first = firsts[firstNdx];
516 static const int firsts[] = { 0, 7, 13 }; local
606 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/chromium_org/v8/test/cctest/
H A Dtest-decls.cc685 const char* firsts[] = { local
702 for (int i = 0; firsts[i] != NULL; ++i) {
705 context.Check(firsts[i], EXPECT_RESULT,
/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.cpp496 const int firsts[] = local
504 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx)
506 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]);
507 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]);
510 spec.first = firsts[firstNdx];
916 static const int firsts[] = { 0, 7, 13 }; local
1036 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/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp626 const int firsts[] = local
634 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx)
636 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]);
637 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]);
640 spec.first = firsts[firstNdx];
2047 const int firsts[] = { 0, 7, 13 };
2170 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);
/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...]

Completed in 1482 milliseconds