/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | LocaleBuilderTest.java | 112 for (int tidx = 0; tidx < TESTCASE.length; tidx++) { in TestLocaleBuilder() 121 String method = TESTCASE[tidx][i++]; in TestLocaleBuilder() 125 bld.setLanguage(TESTCASE[tidx][i++]); in TestLocaleBuilder() 127 bld.setScript(TESTCASE[tidx][i++]); in TestLocaleBuilder() 129 bld.setRegion(TESTCASE[tidx][i++]); in TestLocaleBuilder() 131 bld.setVariant(TESTCASE[tidx][i++]); in TestLocaleBuilder() 133 String key = TESTCASE[tidx][i++]; in TestLocaleBuilder() 134 String type = TESTCASE[tidx][i++]; in TestLocaleBuilder() 137 bld.addUnicodeLocaleAttribute(TESTCASE[tidx][i++]); in TestLocaleBuilder() 139 String key = TESTCASE[tidx][i++]; in TestLocaleBuilder() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | LocaleBuilderTest.java | 115 for (int tidx = 0; tidx < TESTCASE.length; tidx++) { in TestLocaleBuilder() 124 String method = TESTCASE[tidx][i++]; in TestLocaleBuilder() 128 bld.setLanguage(TESTCASE[tidx][i++]); in TestLocaleBuilder() 130 bld.setScript(TESTCASE[tidx][i++]); in TestLocaleBuilder() 132 bld.setRegion(TESTCASE[tidx][i++]); in TestLocaleBuilder() 134 bld.setVariant(TESTCASE[tidx][i++]); in TestLocaleBuilder() 136 String key = TESTCASE[tidx][i++]; in TestLocaleBuilder() 137 String type = TESTCASE[tidx][i++]; in TestLocaleBuilder() 140 bld.addUnicodeLocaleAttribute(TESTCASE[tidx][i++]); in TestLocaleBuilder() 142 String key = TESTCASE[tidx][i++]; in TestLocaleBuilder() [all …]
|
/external/libkmsxx/kms++util/src/ |
D | color.cpp | 153 unsigned tidx = static_cast<unsigned>(type); in MAKE_YUV_Y() local 155 return CLAMP(((YUVcoef[tidx][0][0] * r + YUVcoef[tidx][0][1] * g + in MAKE_YUV_Y() 156 YUVcoef[tidx][0][2] * b + CF_ONE/2) / CF_ONE) + in MAKE_YUV_Y() 157 YUVoffset[tidx][0]); in MAKE_YUV_Y() 163 unsigned tidx = static_cast<unsigned>(type); in MAKE_YUV_U() local 165 return CLAMP(((YUVcoef[tidx][1][0] * r + YUVcoef[tidx][1][1] * g + in MAKE_YUV_U() 166 YUVcoef[tidx][1][2] * b + CF_ONE/2) / CF_ONE) + in MAKE_YUV_U() 167 YUVoffset[tidx][1]); in MAKE_YUV_U() 173 unsigned tidx = static_cast<unsigned>(type); in MAKE_YUV_V() local 175 return CLAMP(((YUVcoef[tidx][2][0] * r + YUVcoef[tidx][2][1] * g + in MAKE_YUV_V() [all …]
|
/external/linux-kselftest/tools/testing/selftests/tc-testing/ |
D | tdc.py | 249 def run_one_test(pm, args, index, tidx): argument 254 res = TestResult(tidx['id'], tidx['name']) 257 print("Test " + tidx["id"] + ": " + tidx["name"]) 259 if 'skip' in tidx: 260 if tidx['skip'] == 'yes': 261 res = TestResult(tidx['id'], tidx['name']) 264 pm.call_pre_case(tidx, test_skip=True) 269 NAMES['TESTID'] = tidx['id'] 271 pm.call_pre_case(tidx) 272 prepare_env(args, pm, 'setup', "-----> prepare stage", tidx["setup"]) [all …]
|
/external/OpenCL-CTS/test_conformance/gl/ |
D | test_images_write_common.cpp | 693 size_t fidx, tidx, sidx; in test_images_write_common() local 696 for ( tidx = 0; tidx < ntargets; tidx++ ) { in test_images_write_common() 700 …if ((targets[tidx] == GL_TEXTURE_BUFFER) && (GetGLFormat(formats[ fidx ].internal) != formats[fidx… in test_images_write_common() 706 if ( is_rgb_101010_supported( context, targets[ tidx ] ) == 0 ) in test_images_write_common() 714 …ge_format_supported(context, CL_MEM_WRITE_ONLY, (targets[tidx] == GL_TEXTURE_2D || targets[tidx] =… in test_images_write_common() 722 …ge_format_supported(context, CL_MEM_WRITE_ONLY, (targets[tidx] == GL_TEXTURE_2D || targets[tidx] =… in test_images_write_common() 726 if (targets[tidx] != GL_TEXTURE_BUFFER) in test_images_write_common() 728 GetGLTargetName( targets[ tidx ] ), in test_images_write_common() 734 GetGLTargetName( targets[ tidx ] ), in test_images_write_common() 752 GetGLTargetName( targets[ tidx ] ), in test_images_write_common() [all …]
|
D | test_images_getinfo_common.cpp | 214 size_t fidx, tidx, sidx; in test_images_get_info_common() local 219 for ( tidx = 0; tidx < ntargets; tidx++ ) { in test_images_get_info_common() 224 if ( is_rgb_101010_supported( context, targets[ tidx ] ) == 0 ) in test_images_get_info_common() 229 GetGLTargetName( targets[ tidx ] ), in test_images_get_info_common() 240 targets[tidx], &formats[fidx], seed) ) in test_images_get_info_common() 245 GetGLTargetName( targets[ tidx ] ), in test_images_get_info_common()
|
D | test_images_read_common.cpp | 662 size_t fidx, tidx, sidx; in test_images_read_common() local 667 for ( tidx = 0; tidx < ntargets; tidx++ ) { in test_images_read_common() 671 …if ((targets[tidx] == GL_TEXTURE_BUFFER) && (GetGLFormat(formats[ fidx ].internal) != formats[fidx… in test_images_read_common() 677 if ( is_rgb_101010_supported( context, targets[ tidx ] ) == 0 ) in test_images_read_common() 681 if (targets[tidx] != GL_TEXTURE_BUFFER) in test_images_read_common() 683 GetGLTargetName( targets[ tidx ] ), in test_images_read_common() 689 GetGLTargetName( targets[ tidx ] ), in test_images_read_common() 698 targets[tidx], &formats[fidx], seed) )) in test_images_read_common() 706 GetGLTargetName( targets[ tidx ] ), in test_images_read_common() 724 GetGLTargetName( targets[ tidx ] ), in test_images_read_common()
|
/external/tensorflow/tensorflow/core/graph/ |
D | mkl_graph_util.h | 73 int tidx = GetTensorDataIndex(n, total_tensors); in GetTensorMetaDataIndex() local 74 return DataIndexToMetaDataIndex(tidx, total_tensors); in GetTensorMetaDataIndex()
|
/external/llvm/test/Analysis/DivergenceAnalysis/AMDGPU/ |
D | unreachable-loop-block.ll | 4 define void @unreachable_loop(i32 %tidx) #0 {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/DivergenceAnalysis/AMDGPU/ |
D | unreachable-loop-block.ll | 4 define amdgpu_kernel void @unreachable_loop(i32 %tidx) #0 {
|
/external/boringssl/src/crypto/x509/ |
D | x509_lu.c | 481 int tidx; in x509_object_idx_cnt() local 485 for (tidx = idx + 1; tidx < (int)sk_X509_OBJECT_num(h); tidx++) { in x509_object_idx_cnt() 486 tobj = sk_X509_OBJECT_value(h, tidx); in x509_object_idx_cnt()
|
/external/icu/icu4c/source/test/intltest/ |
D | localebuildertest.cpp | 188 for (int tidx = 0; tidx < UPRV_LENGTHOF(TESTCASES); tidx++) { in TestLocaleBuilder() local 189 const char* (&testCase)[14] = TESTCASES[tidx]; in TestLocaleBuilder()
|
/external/igt-gpu-tools/tools/ |
D | intel_opregion_decode.c | 82 uint32_t tidx; /* toggle table index */ member 216 printf("\ttidx:\t0x%08x\n", acpi->tidx); in decode_acpi()
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
D | dlmalloc.c | 2803 bindex_t tidx; in bin_find() local 2804 compute_tree_index(size, tidx); in bin_find() 2805 if (treemap_is_marked(m, tidx)) { in bin_find() 2806 tchunkptr t = *treebin_at(m, tidx); in bin_find() 2807 size_t sizebits = size << leftshift_for_tree_index(tidx); in bin_find()
|
/external/libffi/src/ |
D | dlmalloc.c | 2798 bindex_t tidx; in bin_find() local 2799 compute_tree_index(size, tidx); in bin_find() 2800 if (treemap_is_marked(m, tidx)) { in bin_find() 2801 tchunkptr t = *treebin_at(m, tidx); in bin_find() 2802 size_t sizebits = size << leftshift_for_tree_index(tidx); in bin_find()
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 2572 DataType tidx = Choose<DataType>({DT_INT32, DT_INT64, DT_FLOAT, DT_DOUBLE}); in TEST_F() local 2575 .Input(ToScalar(tidx, distribution(generator()))) in TEST_F() 2576 .Input(ToScalar(tidx, distribution(generator()))) in TEST_F() 2577 .Input(ToScalar(tidx, distribution(generator()))) in TEST_F() 2578 .Attr("Tidx", tidx)); in TEST_F()
|
/external/dlmalloc/ |
D | malloc.c | 3415 bindex_t tidx; in bin_find() local 3416 compute_tree_index(size, tidx); in bin_find() 3417 if (treemap_is_marked(m, tidx)) { in bin_find() 3418 tchunkptr t = *treebin_at(m, tidx); in bin_find() 3419 size_t sizebits = size << leftshift_for_tree_index(tidx); in bin_find()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/ |
D | gk104.asm | 839 long mov b32 $r2 $tidx
|