Home
last modified time | relevance | path

Searched refs:ta (Results 1 – 25 of 1214) sorted by relevance

12345678910>>...49

/external/jemalloc_new/test/unit/
Datomic.c18 #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/
Dtensor_array_tests.py65 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 …]
Dconsistency_test_base_tests.py126 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/
Dtracking_allocator_test.cc72 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/
Dtensor_array_ops_test.py83 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/
Dund-Latn-t-und-guru.txt5 ਅਂਤਰਜੋਤ 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/
Dtensor_array_ops_test.py56 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 …]
Dcond_test.py45 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/
Dskottie.js83 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/
Dthreads_scenarii.c28 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/
Dthreads_scenarii.c28 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/
Dthreads_scenarii.c28 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/
Dthreads_scenarii.c30 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/
Dpcm.txt18 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/
Dpcm.txt18 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/
Dtensor_array_ops_decomposition.mlir12ta: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>) -> ()
45ta: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…
63ta: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/
Dhelper.js35 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/
Dmpscq_test.cc81 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/
Dmt.txt68 "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 …]
Duz.txt237 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/
Dmt.txt68 "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 …]
Duz.txt237 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/
D3-2.c176 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/
Duninit-const.c63 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/
DLottieAnimationView.java130 …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 …]

12345678910>>...49