/external/clang/test/SemaCXX/ |
decltype-pr4448.cpp | 9 Convoluted< int *, test_array, nullptr > tarray; variable
|
/external/llvm/test/CodeGen/PowerPC/ |
anon_aggr.ll | 10 %tarray = type { i64, i8* } 51 define i8* @func2({ i64, i8* } %array1, %tarray* byval %array2) { 54 %tmp = getelementptr inbounds %tarray, %tarray* %array2, i32 0, i32 1 94 define i8* @func3({ i64, i8* }* byval %array1, %tarray* byval %array2) { 98 %tmp2 = getelementptr inbounds %tarray, %tarray* %array2, i32 0, i32 1 140 { i64, i8* } %array1, %tarray* byval %array2) { 143 %tmp = getelementptr inbounds %tarray, %tarray* %array2, i32 0, i32 [all...] |
/external/skia/src/pathops/ |
SkIntersections.h | 32 class TArray { 34 explicit TArray(const double ts[10]) : fTArray(ts) {} 40 TArray operator[](int n) const { return TArray(fT[n]); }
|
/external/skia/src/animator/ |
SkAnimator.cpp | 521 SkTypedArray tArray(SkType_String); 522 tArray.setCount(num); 526 tArray[i] = op; 528 return setArray(id, fieldID, tArray); 532 SkTypedArray tArray(SkType_Int); 533 tArray.setCount(num); 537 tArray[i] = op; 539 return setArray(id, fieldID, tArray);
|
/external/skia/tests/ |
TArrayTest.cpp | 114 DEF_TEST(TArray, reporter) {
|
PathOpsAngleIdeas.cpp | 75 SkTArray<double, false>* tArray) { 93 for (int index = 0; index < tArray->count(); ++index) { 94 double matchT = (*tArray)[index]; 99 tArray->push_back(t); [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
ThreadTest.java | 307 Thread[] tarray = new Thread[arrayLength]; local 313 int count = Thread.enumerate(tarray); 323 count = Thread.enumerate(tarray); 333 count = Thread.enumerate(tarray);
|
/frameworks/base/libs/hwui/ |
SkiaCanvasProxy.cpp | 133 const float* tArray = (texs) ? &texs[0].fX : NULL; 135 mCanvas->drawVertices(mode, floatCount, vArray, tArray, cArray, indices, indexCount, paint);
|
/external/icu/icu4c/source/test/intltest/ |
jamotest.cpp | 393 Transliterator* tarray[4] = local 395 CompoundTransliterator rt(tarray, 4);
|
/external/clang/lib/AST/ |
ASTImporter.cpp | [all...] |
/external/deqp/modules/gles31/functional/ |
es31fProgramInterfaceQueryTests.cpp | [all...] |