Home
last modified time | relevance | path

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

12345678910>>...36

/external/tensorflow/tensorflow/python/autograph/tests/
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 …]
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 …]
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 …]
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 …]
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
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
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
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
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
/external/mesa3d/src/vulkan/runtime/radix_sort/shaders/
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
/external/python/cpython3/Lib/test/
Dtest_type_cache.py117 def _assign_valid_version_or_skip(self, type_): argument
149 def load_foo_1(type_): argument
157 def load_foo_2(type_): argument
166 def get_capitalize_1(type_): argument
200 def store_bar_1(type_): argument
208 def store_bar_2(type_): argument
220 def call_class_1(type_): argument
228 def call_class_2(type_): argument
/external/strace/tests/
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
/external/strace/tests-m32/
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
/external/strace/tests-mx32/
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
/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
/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
/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
/external/mesa3d/src/compiler/nir/
Dnir_constant_expressions.py5 def type_add_size(type_, size): argument
24 def get_const_field(type_): argument
/external/pigweed/pw_bluetooth_sapphire/host/gatt/public/pw_bluetooth_sapphire/internal/host/gatt/
Dtypes.h60 UUID type_; variable
114 UUID type_; variable
149 UUID type_; variable
/external/flatbuffers/tests/keyword_test/keyword_test/
Dtable_2_generated.rs51 let type_ = match self.type_type() { in unpack() localVariable
78 pub fn type_(&self) -> Option<flatbuffers::Table<'a>> { in type_() method
136 pub type_: Option<flatbuffers::WIPOffset<flatbuffers::UnionWIPOffset>>, field
206 pub type_: KeywordsInUnionT, field
221 let type_ = self.type_.pack(_fbb); in pack() localVariable
Dkeywords_in_table_generated.rs57 let type_ = self.type_(); in unpack() localVariable
82 pub fn type_(&self) -> i32 { in type_() method
115 pub type_: i32, field
181 pub type_: i32, field
201 let type_ = self.type_; in pack() localVariable
/external/trusty/lk/include/dev/
Ddriver.h75 #define DRIVER_EXPORT(type_, ops_) \ argument
82 #define DEVICE_INSTANCE(type_, name_, config_) \ argument
102 #define device_get_by_name(type_, name_) ({ \ argument
/external/pytorch/test/cpp/api/
Dtensor_options_cuda.cpp21 #define REQUIRE_OPTIONS(device_, index_, type_, layout_) \ argument
28 #define REQUIRE_TENSOR_OPTIONS(device_, index_, type_, layout_) \ argument
/external/pigweed/pw_bluetooth_sapphire/host/l2cap/public/pw_bluetooth_sapphire/internal/host/l2cap/
Dbredr_command_handler.h101 InformationType type_; variable
155 InformationType type_; variable
/external/sdv/vsomeip/third_party/boost/spirit/classic/example/intermediate/
Dparameters.cpp59 declaration_type(declaration_type const &type_) : type(type_.type) in declaration_type() function in declaration_type
62 declaration_type(string const &type_) : type(vartype_unknown) in declaration_type()
83 void init (string const &type_) in init()

12345678910>>...36