/external/jemalloc_new/test/unit/ |
D | atomic.c | 18 #define DO_TESTS(t, ta, val1, val2, val3) do { \ argument 23 atomic_##ta##_t atom = ATOMIC_INIT(val1); \ 26 val = atomic_load_##ta(&atom, ATOMIC_RELAXED); \ 27 assert_##ta##_eq(val1, val, "Load or init failed"); \ 30 atomic_store_##ta(&atom, val1, ATOMIC_RELAXED); \ 31 atomic_store_##ta(&atom, val2, ATOMIC_RELAXED); \ 32 val = atomic_load_##ta(&atom, ATOMIC_RELAXED); \ 33 assert_##ta##_eq(val2, val, "Store failed"); \ 36 atomic_store_##ta(&atom, val1, ATOMIC_RELAXED); \ 37 val = atomic_exchange_##ta(&atom, val2, ATOMIC_RELAXED); \ [all …]
|
/external/tensorflow/tensorflow/tools/consistency_integration_test/ |
D | tensor_array_tests.py | 65 ta = tf.TensorArray(size=3, dtype=tf.int32, element_shape=()) 66 ta = ta.write(0, x) 67 ta = ta.write(1, y) 68 ta = ta.write(2, z) 69 return ta.concat() 105 ta = tf.TensorArray(tf.float32, num_rows) 107 ta = ta.write(i, x[i]) 109 return ta 142 def f(ta): argument 143 return ta.stack() [all …]
|
D | consistency_test_base_tests.py | 126 ta = tf.TensorArray(dtype=tf.int32, dynamic_size=True, size=0) 127 ta = ta.write(0, tf.constant([1, 2, 3])) 128 ta = ta.write(1, tf.constant([4, 5, 6])) 134 arg=(ta,), 144 def f(ta): argument 145 return ta.stack() 147 ta = tf.TensorArray(dtype=tf.float32, dynamic_size=True, size=0) 148 ta = ta.write(0, tf.constant([1.0, 2.0])) 149 ta = ta.write(1, tf.constant([3.0, 4.0])) 160 arg=(ta,),
|
/external/tensorflow/tensorflow/core/framework/ |
D | tracking_allocator_test.cc | 72 TrackingAllocator* ta = new TrackingAllocator(a, false); in TEST() local 74 void* p1 = ta->AllocateRaw(4, 4); in TEST() 75 ta->DeallocateRaw(p1); in TEST() 76 void* p2 = ta->AllocateRaw(4, 12); in TEST() 78 std::tuple<size_t, size_t, size_t> sizes = ta->GetSizes(); in TEST() 84 ta->DeallocateRaw(p2); in TEST() 85 auto records = ta->GetRecordsAndUnRef(); in TEST() 90 ta = new TrackingAllocator(a, true); in TEST() 91 p1 = ta->AllocateRaw(4, 4); in TEST() 92 EXPECT_EQ(4, ta->RequestedSize(p1)); in TEST() [all …]
|
/external/tensorflow/tensorflow/python/kernel_tests/data_structures/ |
D | tensor_array_ops_test.py | 83 ta = tensor_array_ops.TensorArray( 89 w0 = ta.write(0, [[4.0, 5.0]]) 104 ta = tensor_array_ops.TensorArray( 109 w0 = ta.write(0, convert([[4.0, 5.0]])) 133 ta = tensor_array_ops.TensorArray( 137 w0 = ta.write(0, empty_element) 150 ta = tensor_array_ops.TensorArray( 152 w0 = ta.write(0, constant_op.constant([1])) 159 ta = tensor_array_ops.TensorArray( 161 w0 = ta.write(0, constant_op.constant([8])) [all …]
|
/external/cldr/common/testData/transforms/ |
D | und-Latn-t-und-guru.txt | 5 ਅਂਤਰਜੋਤ antarajōta 14 ਅਕਾਲਪ੍ਰੀਤ akālaprīta 16 ਅਗਮਜੀਤ agamajīta 17 ਅਗਮਜੋਤ agamajōta 19 ਅਗਮ੍ਪ੍ਰੀਤ agamprīta 29 ਅਨਂਤ੍ਜੀਤ anantjīta 33 ਅਨੀਲਜੋਤ anīlajōta 36 ਅਨੁਂਪਜੋਤ anumpajōta 39 ਅਨੂਪਜੋਤ anūpajōta 47 ਅਭਿਜੀਤ abhijīta [all …]
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | tensor_array_ops_test.py | 56 ta = tensor_array_ops.TensorArray( 59 w0 = ta.write(0, [[4.0, 5.0]]) 80 ta = tensor_array_ops.TensorArray( 83 w0 = ta.write(0, convert([[4.0, 5.0]])) 101 ta = tensor_array_ops.TensorArray( 105 w0 = ta.write(0, empty_element) 118 ta = tensor_array_ops.TensorArray( 121 w0 = ta.write(0, convert([[4.0, 5.0], [104.0, 105.0]])) 142 ta = tensor_array_ops.TensorArray( 146 w0 = ta.unstack(convert([1.0, 2.0, 3.0])) [all …]
|
D | cond_test.py | 45 ta = tensor_array_ops.TensorArray(dtype=dtypes.float32, size=1) 48 lambda: ta.write(0, 5.), lambda: ta.write(0, 10.)) 65 ta = tensor_array_ops.TensorArray(dtype=dtypes.float32, size=1) 68 lambda: ta.write(0, 5.), lambda: ta.write(0, 10.)) 85 ta = tensor_array_ops.TensorArray(dtype=dtypes.float32, size=1) 88 lambda: ta.write(0, 5.), lambda: ta.write(0, 10.)) 225 ta = tensor_array_ops.TensorArray(dtype=dtypes.float32, size=1) 228 0: lambda: ta.write(0, 5.), 229 1: lambda: ta.write(0, 10.), 230 2: lambda: ta.write(0, 15.), [all …]
|
/external/skia/modules/canvaskit/ |
D | skottie.js | 83 var ta = _scratchFourFloatsA['toTypedArray'](); 87 optSize[0] = ta[0]; 88 optSize[1] = ta[1]; 92 return ta.slice(0, 2); 103 var ta = _scratchFourFloatsA['toTypedArray'](); 105 optDamageRect.set(ta); 108 return ta.slice(); 113 var ta = _scratchFourFloatsA['toTypedArray'](); 115 optDamageRect.set(ta); 118 return ta.slice(); [all …]
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/ |
D | threads_scenarii.c | 28 pthread_attr_t ta; member 175 ret = pthread_attr_init(&scenarii[i].ta); in scenar_init() 184 pthread_attr_setdetachstate(&scenarii[i].ta, in scenar_init() 191 pthread_attr_getdetachstate(&scenarii[i].ta, &old); in scenar_init() 210 ta, in scenar_init() 215 ta, in scenar_init() 234 pthread_attr_setschedpolicy(&scenarii[i].ta, in scenar_init() 239 pthread_attr_setschedpolicy(&scenarii[i].ta, in scenar_init() 263 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); in scenar_init() 274 ret = pthread_attr_setschedparam(&scenarii[i].ta, &sp); in scenar_init() [all …]
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/ |
D | threads_scenarii.c | 28 pthread_attr_t ta; member 242 ret = pthread_attr_init(&scenarii[i].ta); in scenar_init() 251 pthread_attr_setdetachstate(&scenarii[i].ta, in scenar_init() 258 pthread_attr_getdetachstate(&scenarii[i].ta, &old); in scenar_init() 277 ta, in scenar_init() 282 ta, in scenar_init() 301 pthread_attr_setschedpolicy(&scenarii[i].ta, in scenar_init() 306 pthread_attr_setschedpolicy(&scenarii[i].ta, in scenar_init() 330 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); in scenar_init() 341 ret = pthread_attr_setschedparam(&scenarii[i].ta, &sp); in scenar_init() [all …]
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/ |
D | threads_scenarii.c | 28 pthread_attr_t ta; member 175 ret = pthread_attr_init(&scenarii[i].ta); in scenar_init() 184 pthread_attr_setdetachstate(&scenarii[i].ta, in scenar_init() 191 pthread_attr_getdetachstate(&scenarii[i].ta, &old); in scenar_init() 210 ta, in scenar_init() 215 ta, in scenar_init() 234 pthread_attr_setschedpolicy(&scenarii[i].ta, in scenar_init() 239 pthread_attr_setschedpolicy(&scenarii[i].ta, in scenar_init() 263 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); in scenar_init() 274 ret = pthread_attr_setschedparam(&scenarii[i].ta, &sp); in scenar_init() [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/ |
D | threads_scenarii.c | 30 pthread_attr_t ta; member 227 ret = pthread_attr_init(&scenarii[i].ta); in scenar_init() 234 ret = pthread_attr_setdetachstate(&scenarii[i].ta, in scenar_init() 240 pthread_attr_getdetachstate(&scenarii[i].ta, &old); in scenar_init() 261 [i].ta, in scenar_init() 266 [i].ta, in scenar_init() 284 pthread_attr_setschedpolicy(&scenarii[i].ta, in scenar_init() 288 pthread_attr_setschedpolicy(&scenarii[i].ta, in scenar_init() 310 pthread_attr_getschedpolicy(&scenarii[i].ta, &old); in scenar_init() 320 ret = pthread_attr_setschedparam(&scenarii[i].ta, &sp); in scenar_init() [all …]
|
/external/cronet/third_party/icu/source/data/unit/ |
D | pcm.txt | 18 dnam{"Míta Fọ Ẹ́vrí Skwiá Sẹ́kọn"} 19 one{"{0} Míta Fọ Ẹ́vrí Skwiá Sẹ́kọn"} 20 other{"{0} Míta Fọ Ẹ́vrí Skwiá Sẹ́kọn"} 67 dnam{"Skwiá Sẹntímíta-dẹm"} 68 one{"{0} Skwiá Sẹntímíta"} 69 other{"{0} Skwiá Sẹntímíta"} 70 per{"{0} Fọ Ích Skwiá Sẹntímíta"} 84 dnam{"Skwiá Kilómíta-dẹm"} 85 one{"{0} Skwiá Kilómíta"} 86 other{"{0} Skwiá Kilómíta"} [all …]
|
/external/icu/icu4c/source/data/unit/ |
D | pcm.txt | 18 dnam{"Míta Fọ Ẹ́vrí Skwiá Sẹ́kọn"} 19 one{"{0} Míta Fọ Ẹ́vrí Skwiá Sẹ́kọn"} 20 other{"{0} Míta Fọ Ẹ́vrí Skwiá Sẹ́kọn"} 67 dnam{"Skwiá Sẹntímíta-dẹm"} 68 one{"{0} Skwiá Sẹntímíta"} 69 other{"{0} Skwiá Sẹntímíta"} 70 per{"{0} Fọ Ích Skwiá Sẹntímíta"} 84 dnam{"Skwiá Kilómíta-dẹm"} 85 one{"{0} Skwiá Kilómíta"} 86 other{"{0} Skwiá Kilómíta"} [all …]
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tensor_array_ops_decomposition.mlir | 12 …ta:2 = "tf.TensorArrayV3"(%size) {dtype = f32, element_shape = #tf_type.shape<3>, dynamic_size = f… 22 …%write = "tf.TensorArrayWriteV3"(%ta#0, %index, %value, %ta#1) : (tensor<!tf_type.resource>, tenso… 27 …%read = "tf.TensorArrayReadV3"(%ta#0, %index, %write) : (tensor<!tf_type.resource>, tensor<i32>, t… 29 "tf.TensorArrayCloseV3"(%ta#0) : (tensor<!tf_type.resource>) -> () 45 …ta:2 = "tf.TensorArrayV3"(%size) {dtype = f32, element_shape = #tf_type.shape<*>, dynamic_size = f… 48 …%write = "tf.TensorArrayWriteV3"(%ta#0, %index, %value, %ta#1) : (tensor<!tf_type.resource>, tenso… 50 …%size_out = "tf.TensorArraySizeV3"(%ta#0, %write) : (tensor<!tf_type.resource>, tensor<f32>) -> te… 63 …ta:2 = "tf.TensorArrayV3"(%size) {dtype = f32, element_shape = #tf_type.shape<*>, dynamic_size = f… 66 …%write = "tf.TensorArrayScatterV3"(%ta#0, %indices, %values, %ta#1) : (tensor<!tf_type.resource>, … 67 …%size_out = "tf.TensorArraySizeV3"(%ta#0, %write) : (tensor<!tf_type.resource>, tensor<f32>) -> te… [all …]
|
/external/skia/modules/pathkit/ |
D | helper.js | 35 var ta; 37 ta = Float32ArrayCache[len]; 39 ta = new Float32Array(len); 40 Float32ArrayCache[len] = ta; 51 ta[i] = item; 56 var ptr = PathKit._malloc(ta.length * ta.BYTES_PER_ELEMENT); 57 PathKit.HEAPF32.set(ta, ptr / ta.BYTES_PER_ELEMENT);
|
/external/grpc-grpc/test/core/gpr/ |
D | mpscq_test.cc | 81 thd_args ta[GPR_ARRAY_SIZE(thds)]; in test_mt() local 85 ta[i].ctr = 0; in test_mt() 86 ta[i].q = &q; in test_mt() 87 ta[i].start = &start; in test_mt() 88 thds[i] = grpc_core::Thread("grpc_mt_test", test_thread, &ta[i]); in test_mt() 113 thd_args* ta; member 151 thd_args ta[GPR_ARRAY_SIZE(thds)]; in test_mt_multipop() local 155 ta[i].ctr = 0; in test_mt_multipop() 156 ta[i].q = &q; in test_mt_multipop() 157 ta[i].start = &start; in test_mt_multipop() [all …]
|
/external/cronet/third_party/icu/source/data/locales/ |
D | mt.txt | 68 "EEEE, d 'ta'’ MMMM y G", 69 "d 'ta'’ MMMM y G", 95 MMMEd{"E, d 'ta'’ MMM"} 96 MMMMd{"d 'ta'’ MMMM"} 194 "EEEE, d 'ta'’ MMMM y", 195 "d 'ta'’ MMMM y", 231 GyMMMEd{"E, d 'ta'’ MMM, y G"} 241 MMMEd{"E, d 'ta'’ MMM"} 243 few{"W 'ġimgħat' 'ta''' MMMM"} 244 many{"W-'il' 'ġimgħa' 'ta''' MMMM"} [all …]
|
D | uz.txt | 237 one{"Bu jildda {0} ta fayl bor. Uni oʻchirib tashlaysizmi?"} 238 other{"Bu jildda {0} ta fayl bor. Ularni oʻchirib tashlaysizmi?"} 1288 one{"{0} ta jumadan keyin"} 1289 other{"{0} ta jumadan keyin"} 1292 one{"{0} ta juma oldin"} 1293 other{"{0} ta juma oldin"} 1305 one{"{0} ta jumadan keyin"} 1306 other{"{0} ta jumadan keyin"} 1309 one{"{0} ta juma oldin"} 1310 other{"{0} ta juma oldin"} [all …]
|
/external/icu/icu4c/source/data/locales/ |
D | mt.txt | 68 "EEEE, d 'ta'’ MMMM y G", 69 "d 'ta'’ MMMM y G", 95 MMMEd{"E, d 'ta'’ MMM"} 96 MMMMd{"d 'ta'’ MMMM"} 194 "EEEE, d 'ta'’ MMMM y", 195 "d 'ta'’ MMMM y", 231 GyMMMEd{"E, d 'ta'’ MMM, y G"} 241 MMMEd{"E, d 'ta'’ MMM"} 243 few{"W 'ġimgħat' 'ta''' MMMM"} 244 many{"W-'il' 'ġimgħa' 'ta''' MMMM"} [all …]
|
D | uz.txt | 237 one{"Bu jildda {0} ta fayl bor. Uni oʻchirib tashlaysizmi?"} 238 other{"Bu jildda {0} ta fayl bor. Ularni oʻchirib tashlaysizmi?"} 1288 one{"{0} ta jumadan keyin"} 1289 other{"{0} ta jumadan keyin"} 1292 one{"{0} ta juma oldin"} 1293 other{"{0} ta juma oldin"} 1305 one{"{0} ta jumadan keyin"} 1306 other{"{0} ta jumadan keyin"} 1309 one{"{0} ta juma oldin"} 1310 other{"{0} ta juma oldin"} [all …]
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/ |
D | 3-2.c | 176 static int test_stack(pthread_attr_t * ta, size_t newsize) in test_stack() argument 248 ret = pthread_create(&th, ta, overflow, NULL); /* Create a new thread with the same attributes */ in test_stack() 256 ret = pthread_attr_setstacksize(ta, newsize); in test_stack() 281 if (ta != NULL) { in test_stack() 282 ret = pthread_attr_getdetachstate(ta, &detach); in test_stack() 437 test_stack(&scenarii[sc].ta, in main() 476 pthread_attr_setstacksize(&scenarii[sc].ta, in main() 493 test_stack(&scenarii[sc].ta, in main() 539 [sc].ta), in main() 548 [sc].ta), in main() [all …]
|
/external/clang/test/Analysis/ |
D | uninit-const.c | 63 int ta[5]; in f_5() local 64 int* tp = ta; // expected-note {{'tp' initialized here}} in f_5() 70 int ta[5]; // expected-note {{'ta' initialized here}} in f_5_1() local 71 …doStuff_pointerToConstInt(ta); // expected-warning {{Function call argument is a pointer to unini… in f_5_1() 76 int ta[5] = {1,2,3,4,5}; in f_6() local 77 int* tp = ta; in f_6() 82 int ta[5] = {1,2,3,4,5}; in f_6_1() local 83 doStuff_pointerToConstInt(ta); // no-warning in f_6_1()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/ |
D | LottieAnimationView.java | 130 …TypedArray ta = getContext().obtainStyledAttributes(attrs, R.styleable.LottieAnimationView, defSty… in init() local 131 cacheComposition = ta.getBoolean(R.styleable.LottieAnimationView_lottie_cacheComposition, true); in init() 132 boolean hasRawRes = ta.hasValue(R.styleable.LottieAnimationView_lottie_rawRes); in init() 133 boolean hasFileName = ta.hasValue(R.styleable.LottieAnimationView_lottie_fileName); in init() 134 boolean hasUrl = ta.hasValue(R.styleable.LottieAnimationView_lottie_url); in init() 139 int rawResId = ta.getResourceId(R.styleable.LottieAnimationView_lottie_rawRes, 0); in init() 144 String fileName = ta.getString(R.styleable.LottieAnimationView_lottie_fileName); in init() 149 String url = ta.getString(R.styleable.LottieAnimationView_lottie_url); in init() 155 setFallbackResource(ta.getResourceId(R.styleable.LottieAnimationView_lottie_fallbackRes, 0)); in init() 156 if (ta.getBoolean(R.styleable.LottieAnimationView_lottie_autoPlay, false)) { in init() [all …]
|