Home
last modified time | relevance | path

Searched defs:type_ (Results 1 – 25 of 1396) sorted by relevance

12345678910>>...56

/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/tests/
H A Dloop_with_variable_type_test.py213 def test_while_with_variable_shape_growing_vector(self, n, type_): argument
229 def test_while_with_variable_shape_growing_matrix_rows(self, n, type_): argument
238 def test_for_with_variable_shape_growing_matrix_rows(self, l, type_): argument
247 def test_while_with_variable_shape_growing_matrix_cols(self, n, type_): argument
256 def test_for_with_variable_shape_growing_matrix_cols(self, l, type_): argument
265 def test_while_with_variable_shape_growing_matrix(self, n, type_): argument
273 def test_for_with_variable_shape_growing_matrix(self, n, type_): argument
281 def test_while_with_variable_shape_inside_if(self, n, type_): argument
289 def test_for_with_variable_shape_inside_if(self, n, type_): argument
297 def test_for_with_nested_variable_shape_inside_if(self, n, type_): argument
[all …]
H A Dearly_return_test.py174 def test_return_with_default(self, n, type_): argument
181 def test_return_dependent_on_local(self, c, type_): argument
198 def test_nested_ifs(self, n, type_): argument
213 def test_nested_ifs_and_context_managers(self, x, type_): argument
220 def test_unreachable_return(self, x, type_): argument
227 def test_return_with_default_in_contexmanager(self, x, type_): argument
235 def test_return_in_try_finally(self, x, type_): argument
242 def test_return_with_default_try_finally(self, x, type_): argument
250 def test_return_in_finally(self, x, type_): argument
257 def test_return_with_default_in_finally(self, x, type_): argument
[all …]
H A Dloop_with_function_call_test.py207 def test_while_with_call_in_cond(self, n, type_, fn): argument
216 def test_for_with_call_in_target(self, l, type_, fn): argument
227 def test_for_with_range_call_in_target(self, l, type_, fn): argument
236 def test_while_with_call(self, n, type_, fn): argument
245 def test_for_with_call(self, l, type_, fn): argument
253 def test_while_with_local_call(self, n, type_): argument
261 def test_for_with_local_call(self, l, type_): argument
269 def test_while_with_closure_call(self, n, type_): argument
277 def test_for_with_closure_call(self, l, type_): argument
285 def test_while_with_lambda_closure_call(self, n, type_): argument
[all …]
H A Dloop_basic_test.py182 def test_while_no_vars(self, n, type_): argument
203 def test_for_no_vars(self, l, type_, xla): argument
230 def test_while_one_var(self, n, type_): argument
250 def test_for_one_var(self, l, type_, xla): argument
279 def test_while_two_vars(self, n, type_): argument
299 def test_for_two_vars(self, l, type_, xla): argument
328 def test_for_else(self, l1, l2, type_): argument
339 def test_while_else(self, n1, n2, type_): argument
355 def test_while_creates_var_legal(self, n, type_): argument
376 def test_for_creates_var_legal(self, l, type_): argument
[all …]
H A Dcomposite_names_in_control_flow_test.py203 def test_if_basic(self, target, a, type_): argument
246 def test_if_imbalanced_illegal(self, target, a, type_, exc_type, exc_regex): argument
270 def test_while_basic(self, target, x, type_, a): argument
290 def test_while_state_only(self, target, type_, b): argument
305 def test_while_imbalanced_legal(self, b, type_): argument
333 def test_for_basic(self, target, n, type_): argument
352 def test_for_state_only(self, target, n, type_): argument
365 def test_for_imbalanced_legal(self, n, type_): argument
H A Dnested_control_flow_test.py245 def test_dependent_inner_if(self, x, type_): argument
258 def test_dependent_imbalanced_inner_if(self, x, type_): argument
380 def test_if_in_for(self, a, type_): argument
393 def test_while_continue_in_context_manager(self, x, type_): argument
406 def test_while_continue_in_try(self, x, type_): argument
419 def test_while_break_in_context_manager(self, x, type_): argument
432 def test_while_break_in_try(self, x, type_): argument
445 def test_loop_initializing_invariant_variable_legal(self, n, type_): argument
H A Dloop_with_variable_type_illegal_cases_test.py169 def test_for_with_variable_dtype(self, type_): argument
183 def test_for_with_variable_dtype_and_early_stopping(self, type_): argument
203 def test_for_with_variable_shape(self, type_): argument
223 def test_for_with_shape_erasure(self, type_): argument
243 def test_for_with_shape_invariant_violation(self, type_): argument
263 def test_for_with_variable_structure(self, type_): argument
H A Dcond_basic_test.py280 def test_no_vars(self, target, c, type_): argument
300 def test_several_vars(self, target, n, type_): argument
320 def test_if_else_var_lifetime(self, c, type_): argument
344 def test_creates_var_imbalanced_illegal(self, target, c, type_, exc_type, argument
384 def test_local_vars(self, target, c, type_): argument
H A Dloop_control_flow_test.py243 def test_single_for(self, l, type_, target): argument
279 def test_single_while(self, n, type_, target): argument
294 def test_single_loop_illegal_return(self, target, type_, l): argument
319 def test_nested_for(self, a, type_, target): argument
/aosp_15_r20/external/mesa3d/src/amd/vulkan/radix_sort/shaders/
H A Dpush.h205 #define RS_STRUCT_MEMBER(type_, name_) type_ name_; argument
206 #define RS_STRUCT_MEMBER_FARRAY(type_, len_, name_) type_ name_[len_]; argument
207 #define RS_STRUCT_MEMBER_STRUCT(type_, name_) type_ name_; argument
236 #define RS_STRUCT_MEMBER(type_, name_) type_ name_; argument
237 #define RS_STRUCT_MEMBER_FARRAY(type_, len_, name_) type_ name_[len_]; argument
238 #define RS_STRUCT_MEMBER_STRUCT(type_, name_) struct type_ name_; argument
/aosp_15_r20/external/strace/tests-m32/
H A Dtest_netlink.h11 type_, type_str_, \ argument
42 #define TEST_NETLINK(fd_, nlh0_, type_, flags_, \ argument
50 type_, type_str_, \ argument
84 type_, flags_, \ argument
92 type_, flags_, \ argument
/aosp_15_r20/external/strace/tests/
H A Dtest_netlink.h11 type_, type_str_, \ argument
42 #define TEST_NETLINK(fd_, nlh0_, type_, flags_, \ argument
50 type_, type_str_, \ argument
84 type_, flags_, \ argument
92 type_, flags_, \ argument
/aosp_15_r20/external/strace/tests-mx32/
H A Dtest_netlink.h11 type_, type_str_, \ argument
42 #define TEST_NETLINK(fd_, nlh0_, type_, flags_, \ argument
50 type_, type_str_, \ argument
84 type_, flags_, \ argument
92 type_, flags_, \ argument
/aosp_15_r20/test/vts/vndk_utils/library/elf/
H A Dstructs.py167 def SetType(self, type_): argument
175 def SetBindingAndType(self, binding, type_): argument
227 def SetType(self, type_): argument
235 def SetSymbolAndType(self, symndx, type_): argument
280 def SetType(self, type_): argument
288 def SetSymbolAndType(self, symndx, type_): argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/no_ctps/
Dinherit.hpp22 typedef Derived type_; typedef
32 typedef T1 type_; typedef
42 typedef T2 type_; typedef
51 typedef T1 type_; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/msvc60/
Dinherit.hpp22 typedef Derived type_; typedef
32 typedef T1 type_; typedef
42 typedef T2 type_; typedef
51 typedef T1 type_; typedef
Dlambda_no_ctps.hpp59 >::type type_; typedef
89 >::type type_; typedef
121 >::type type_; typedef
156 >::type type_; typedef
193 >::type type_; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/msvc70/
Dinherit.hpp22 typedef Derived type_; typedef
32 typedef T1 type_; typedef
42 typedef T2 type_; typedef
51 typedef T1 type_; typedef
Dlambda_no_ctps.hpp59 >::type type_; typedef
89 >::type type_; typedef
121 >::type type_; typedef
156 >::type type_; typedef
193 >::type type_; typedef
/aosp_15_r20/external/flatbuffers/python/flatbuffers/
H A Dflexbuffers.py204 def Pack(type_, bit_width): argument
212 def IsInline(type_): argument
216 def IsTypedVector(type_): argument
221 def IsTypedVectorElementType(type_): argument
225 def ToTypedVectorElementType(type_): argument
232 def IsFixedTypedVector(type_): argument
236 def IsFixedTypedVectorElementType(type_): argument
240 def ToFixedTypedVectorElementType(type_): argument
552 def __init__(self, buf, parent_width, byte_width, type_): argument
874 def __init__(self, value, type_, min_bit_width): argument
[all …]
/aosp_15_r20/external/mesa3d/src/asahi/lib/shaders/
H A Dlibagx.h13 #define GLOBAL(type_) uint64_t argument
14 #define CONSTANT(type_) uint64_t argument
19 #define GLOBAL(type_) global type_ * argument
20 #define CONSTANT(type_) constant type_ * argument
/aosp_15_r20/external/flatbuffers/tests/keyword_test/keyword_test/
H A Dkeywords_in_table_generated.rs57 let type_ = self.type_(); in unpack() localVariable
76 pub fn type_(&self) -> i32 { in type_() method
103 pub type_: i32, field
169 pub type_: i32, field
189 let type_ = self.type_; in pack() localVariable
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/bcc551/
Dlambda_no_ctps.hpp59 >::type type_; typedef
89 >::type type_; typedef
121 >::type type_; typedef
156 >::type type_; typedef
193 >::type type_; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/no_ttp/
Dlambda_no_ctps.hpp59 >::type type_; typedef
89 >::type type_; typedef
121 >::type type_; typedef
156 >::type type_; typedef
193 >::type type_; typedef
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/aux_/preprocessed/mwcw/
Dlambda_no_ctps.hpp59 >::type type_; typedef
89 >::type type_; typedef
121 >::type type_; typedef
156 >::type type_; typedef
193 >::type type_; typedef

12345678910>>...56