HomeSort by relevance Sort by last modified time
    Searched refs:firsts (Results 1 - 24 of 24) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
bcopy.c 19 const char *firsts = (const char *) src; local
22 *firstd++ = *firsts++;
  /external/deqp/modules/gles2/stress/
es2sVertexArrayTests.cpp 213 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]);
es2sDrawTests.cpp 228 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/
es3sVertexArrayTests.cpp 279 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];
es3sDrawTests.cpp 417 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/
es2fDrawTests.cpp 392 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);
es2fVertexArrayTest.cpp 212 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]);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tabnanny.py 267 firsts = map(lambda tup: str(tup[0]), w)
271 return prefix + " " + ', '.join(firsts)
  /external/python/cpython2/Lib/
tabnanny.py 267 firsts = map(lambda tup: str(tup[0]), w)
271 return prefix + " " + ', '.join(firsts)
  /external/python/cpython3/Lib/
tabnanny.py 270 firsts = (str(tup[0]) for tup in w)
274 return prefix + " " + ', '.join(firsts)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tabnanny.py 267 firsts = map(lambda tup: str(tup[0]), w)
271 return prefix + " " + ', '.join(firsts)
  /prebuilts/gdb/linux-x86/lib/python2.7/
tabnanny.py 267 firsts = map(lambda tup: str(tup[0]), w)
271 return prefix + " " + ', '.join(firsts)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tabnanny.py 267 firsts = map(lambda tup: str(tup[0]), w)
271 return prefix + " " + ', '.join(firsts)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tabnanny.py 267 firsts = map(lambda tup: str(tup[0]), w)
271 return prefix + " " + ', '.join(firsts)
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 341 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/
es3fDrawTests.cpp 493 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
    [all...]
es3fVertexArrayTest.cpp 276 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];
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 624 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];
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
AlphabeticIndexTest.java 256 Collection<String> firsts = alphabeticIndex.getFirstCharactersInScripts(); local
264 for (String index : firsts) {
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
AlphabeticIndexTest.java 253 Collection<String> firsts = alphabeticIndex.getFirstCharactersInScripts(); local
261 for (String index : firsts) {
    [all...]
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /prebuilts/tools/common/google-java-format/
google-java-format-1.0-all-deps.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 

Completed in 507 milliseconds