Home
last modified time | relevance | path

Searched defs:args (Results 101 – 125 of 31670) sorted by relevance

12345678910>>...1267

/external/python/cpython3/Modules/_testinternalcapi/
Dpytime.c13 test_pytime_fromseconds(PyObject *self, PyObject *args) in test_pytime_fromseconds()
38 test_pytime_fromsecondsobject(PyObject *self, PyObject *args) in test_pytime_fromsecondsobject()
56 test_PyTime_AsTimeval(PyObject *self, PyObject *args) in test_PyTime_AsTimeval()
83 test_PyTime_AsTimeval_clamp(PyObject *self, PyObject *args) in test_PyTime_AsTimeval_clamp()
109 test_PyTime_AsTimespec(PyObject *self, PyObject *args) in test_PyTime_AsTimespec()
127 test_PyTime_AsTimespec_clamp(PyObject *self, PyObject *args) in test_PyTime_AsTimespec_clamp()
144 test_PyTime_AsMilliseconds(PyObject *self, PyObject *args) in test_PyTime_AsMilliseconds()
163 test_PyTime_AsMicroseconds(PyObject *self, PyObject *args) in test_PyTime_AsMicroseconds()
182 test_pytime_object_to_time_t(PyObject *self, PyObject *args) in test_pytime_object_to_time_t()
200 test_pytime_object_to_timeval(PyObject *self, PyObject *args) in test_pytime_object_to_timeval()
[all …]
/external/pytorch/benchmarks/static_runtime/
Dtest_generated_ops.cc25 std::vector<IValue> args{self0}; in TEST() local
55 std::vector<IValue> args{self0}; in TEST() local
85 std::vector<IValue> args{self0}; in TEST() local
115 std::vector<IValue> args{self0}; in TEST() local
145 std::vector<IValue> args{self0}; in TEST() local
177 std::vector<IValue> args{self0, other0, alpha0}; in TEST() local
213 std::vector<IValue> args{self0, mat0, vec0, beta0, alpha0}; in TEST() local
251 std::vector<IValue> args{self0, vec10, vec20, beta0, alpha0}; in TEST() local
286 std::vector<IValue> args{self0, other0}; in TEST() local
319 std::vector<IValue> args{self0, dim0, keepdim0}; in TEST() local
[all …]
/external/grpc-grpc/test/core/ext/filters/rbac/
Drbac_service_config_parser_test.cc113 ChannelArgs args = ChannelArgs().Set(GRPC_ARG_PARSE_RBAC_METHOD_CONFIG, 1); in TEST_F() local
162 ChannelArgs args = ChannelArgs().Set(GRPC_ARG_PARSE_RBAC_METHOD_CONFIG, 1); in TEST_F() local
188 ChannelArgs args = ChannelArgs().Set(GRPC_ARG_PARSE_RBAC_METHOD_CONFIG, 1); in TEST_F() local
215 ChannelArgs args = ChannelArgs().Set(GRPC_ARG_PARSE_RBAC_METHOD_CONFIG, 1); in TEST_F() local
234 ChannelArgs args = ChannelArgs().Set(GRPC_ARG_PARSE_RBAC_METHOD_CONFIG, 1); in TEST_F() local
258 ChannelArgs args = ChannelArgs().Set(GRPC_ARG_PARSE_RBAC_METHOD_CONFIG, 1); in TEST_F() local
288 ChannelArgs args = ChannelArgs().Set(GRPC_ARG_PARSE_RBAC_METHOD_CONFIG, 1); in TEST_F() local
320 ChannelArgs args = ChannelArgs().Set(GRPC_ARG_PARSE_RBAC_METHOD_CONFIG, 1); in TEST_F() local
376 ChannelArgs args = ChannelArgs().Set(GRPC_ARG_PARSE_RBAC_METHOD_CONFIG, 1); in TEST_F() local
432 ChannelArgs args = ChannelArgs().Set(GRPC_ARG_PARSE_RBAC_METHOD_CONFIG, 1); in TEST_F() local
[all …]
/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
Dclient.py99 def _create_call_credentials(args): argument
131 def get_secure_channel_parameters(args): argument
189 def _create_channel(args): argument
203 def create_stub(channel, args): argument
218 def test_interoperability(args): argument
/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
Dworking_space.hpp155 …oid *initialise(WorkspaceType *ws, void *buffer, const WorkspaceArgs<StratType, OutputStage> &args) in initialise()
218 static size_t get_element_size(const WorkspaceArgs<StratType, OutputStage> &args) in get_element_size()
224 …oid *initialise(WorkspaceType *ws, void *buffer, const WorkspaceArgs<StratType, OutputStage> &args) in initialise()
247 static size_t get_element_size(const WorkspaceArgs<IDepthfirstStrategy, OutputStage> &args) in get_element_size()
253 …alise(WorkspaceType *ws, void *buffer, const WorkspaceArgs<IDepthfirstStrategy, OutputStage> &args) in initialise()
268 static size_t sizeof_outptr_array(const WorkspaceArgs<IDepthfirstStrategy, OutputStage> &args) in sizeof_outptr_array()
274 static size_t sizeof_output_buffer(const WorkspaceArgs<IDepthfirstStrategy, OutputStage> &args) in sizeof_output_buffer()
296 static size_t get_element_size(const WorkspaceArgs<StratType, arm_gemm::Requantize32> &args) in get_element_size()
302 …lise(WorkspaceType *ws, void *buffer, const WorkspaceArgs<StratType, arm_gemm::Requantize32> &args) in initialise()
347 static size_t sizeof_bias(const WorkspaceArgs<StratType, arm_gemm::Requantize32> &args) in sizeof_bias()
[all …]
/external/pytorch/tools/autograd/templates/
Dpython_variable_methods.cpp66 static PyObject * THPVariable__is_view(PyObject *self, PyObject* args) in THPVariable__is_view()
87 auto args = py::make_tuple(py::handle(arg)); in THPVariable_apply_() local
100 static PyObject * THPVariable_size(PyObject* self, PyObject* args, PyObject* kwargs) in THPVariable_size()
134 static PyObject * THPVariable_stride(PyObject* self, PyObject* args, PyObject* kwargs) in THPVariable_stride()
174 static PyObject * THPVariable_get_device(PyObject* self_, PyObject* args) in THPVariable_get_device()
185 static PyObject * THPVariable_has_names(PyObject* self_, PyObject* args) in THPVariable_has_names()
197 static PyObject * THPVariable_data_ptr(PyObject* self_, PyObject* args) in THPVariable_data_ptr()
209 static PyObject * THPVariable_storage_offset(PyObject* self_, PyObject* args) in THPVariable_storage_offset()
221 static PyObject * THPVariable_dim(PyObject* self, PyObject* args) in THPVariable_dim()
233 static PyObject * THPVariable_numel(PyObject* self, PyObject* args) in THPVariable_numel()
[all …]
/external/libepoxy/src/
Ddispatch_common.h90 #define GEN_GLOBAL_REWRITE_PTR(name, args, passthrough) \ argument
99 #define GEN_GLOBAL_REWRITE_PTR_RET(ret, name, args, passthrough) \ argument
109 #define GEN_DISPATCH_TABLE_REWRITE_PTR(name, args, passthrough) \ argument
119 #define GEN_DISPATCH_TABLE_REWRITE_PTR_RET(ret, name, args, passthrough) \ argument
129 #define GEN_DISPATCH_TABLE_THUNK(name, args, passthrough) \ argument
136 #define GEN_DISPATCH_TABLE_THUNK_RET(ret, name, args, passthrough) \ argument
144 #define GEN_DISPATCH_TABLE_REWRITE_PTR(name, args, passthrough) argument
145 #define GEN_DISPATCH_TABLE_REWRITE_PTR_RET(ret, name, args, passthrough) argument
146 #define GEN_DISPATCH_TABLE_THUNK(name, args, passthrough) argument
147 #define GEN_DISPATCH_TABLE_THUNK_RET(ret, name, args, passthrough) argument
[all …]
/external/tensorflow/tensorflow/python/keras/
Dkeras_parameterized.py142 def decorated(self, saved_format, *args, **kwargs):
157 def _test_h5_saved_model_format(f, test_or_class, *args, **kwargs):
162 def _test_tf_saved_model_format(f, test_or_class, *args, **kwargs):
167 def _test_tf_saved_model_format_no_traces(f, test_or_class, *args, **kwargs):
282 def decorated(self, model_type, *args, **kwargs):
297 def _test_functional_model_type(f, test_or_class, *args, **kwargs):
302 def _test_subclass_model_type(f, test_or_class, *args, **kwargs):
307 def _test_sequential_model_type(f, test_or_class, *args, **kwargs):
400 def decorated(self, run_mode, *args, **kwargs):
416 def _v1_session_test(f, test_or_class, config, *args, **kwargs):
[all …]
/external/kmod/testsuite/
Dtest-depmod.c34 const char *const args[] = { in depmod_modules_order_for_compressed() local
63 const char *const args[] = { in depmod_modules_outdir() local
94 const char *const args[] = { in depmod_search_order_simple() local
121 const char *const args[] = { in depmod_search_order_same_prefix() local
147 const char *const args[] = { in depmod_detect_loop() local
171 const char *const args[] = { in depmod_search_order_external_first() local
198 const char *const args[] = { in depmod_search_order_external_last() local
225 const char *const args[] = { in depmod_search_order_override() local
/external/pytorch/torch/_dynamo/
D_trace_wrapped_higher_order_op.py46 def trace_wrapped(*args, **kwargs):
55 def __call__(self, *args, **kwargs):
71 def inner_trace(mode, *args, bw_state=None, **kwargs):
72 def self_invoke(*args, **dyn_kwargs):
107 def inner_fake(*args, **kwargs):
112 def _trace_wrapped_op_dense(*args, fn, **kwargs):
124 def _trace_wrapped_functionalized(ctx, *args, **kwargs):
/external/libvpx/vp9/
Dvp9_cx_iface.c863 va_list args) { in ctrl_get_quantizer()
871 va_list args) { in ctrl_get_quantizer64()
879 va_list args) { in ctrl_get_quantizer_svc_layers()
890 va_list args) { in ctrl_get_loopfilter_level()
910 va_list args) { in ctrl_set_cpuused()
924 va_list args) { in ctrl_set_enable_auto_alt_ref()
931 va_list args) { in ctrl_set_noise_sensitivity()
938 va_list args) { in ctrl_set_sharpness()
945 va_list args) { in ctrl_set_static_thresh()
952 va_list args) { in ctrl_set_tile_columns()
[all …]
/external/selinux/gui/
Dpolgengui.py478 def generate_policy(self, *args):
542 def delete(self, args): argument
548 def delete_boolean(self, args): argument
575 def exec_select(self, args): argument
586 def init_script_select(self, args): argument
597 def add(self, args): argument
604 def add_dir(self, args): argument
611 def on_about_clicked(self, args): argument
616 def quit(self, args): argument
666 def output_button_clicked(self, *args):
[all …]
/external/sandboxed-api/sandboxed_api/sandbox2/
Dpolicy_test.cc51 std::vector<std::string> args = {path, "1"}; in TEST() local
66 std::vector<std::string> args = {path, "2"}; in TEST() local
83 std::vector<std::string> args = {path, "3"}; in TEST() local
97 std::vector<std::string> args = {path, "4"}; in TEST() local
110 std::vector<std::string> args = {path, "5"}; in TEST() local
123 std::vector<std::string> args = {path, "7"}; in TEST() local
147 std::vector<std::string> args = {path, "6"}; in TEST() local
183 std::vector<std::string> args = {path, "--sigev_notify_kind", in TEST() local
198 std::vector<std::string> args = { in TEST() local
215 std::vector<std::string> args = {path, "--sigev_notify_kind=SIGEV_THREAD"}; in TEST() local
[all …]
/external/robolectric/utils/src/main/java/org/robolectric/util/
DLogger.java19 public static void strict(String message, Object... args) { in strict()
32 public static void info(String message, Object... args) { in info()
45 public static void warn(String message, Object... args) { in warn()
70 public static void error(String message, Object... args) { in error()
81 public static void debug(String message, Object... args) { in debug()
94 public static void lifecycle(String message, Object... args) { in lifecycle()
/external/toolchain-utils/compiler_wrapper/testdata/cros_gcc_host_golden/
Dgcc_maincc_target_specific.json6 "args": [ array
20 "args": [ array
31 "args": [ array
45 "args": [ array
56 "args": [ array
70 "args": [ array
81 "args": [ array
95 "args": [ array
106 "args": [ array
120 "args": [ array
[all …]
/external/openthread/tools/tcat_ble_client/cli/
Dbase_commands.py55 async def execute_default(self, args, context): argument
74 def prepare_data(self, args, context): argument
77 async def execute_default(self, args, context): argument
108 def prepare_data(self, args, context): argument
120 def prepare_data(self, args, context): argument
134 def prepare_data(self, args, context): argument
143 async def execute_default(self, args, context): argument
159 def prepare_data(self, args, context): argument
179 def prepare_data(self, args, context): argument
191 def prepare_data(self, args, context): argument
[all …]
/external/python/jinja/src/jinja2/
Dasyncfilters.py19 async def async_select_or_reject(args, kwargs, modfunc, lookup_attr): argument
31 def is_async(args): argument
40 def is_async(args): argument
44 def wrapper(*args, **kwargs):
97 async def do_reject(*args, **kwargs):
102 async def do_rejectattr(*args, **kwargs):
107 async def do_select(*args, **kwargs):
112 async def do_selectattr(*args, **kwargs):
117 async def do_map(*args, **kwargs):
/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_map.h206 std::pair<iterator, bool> try_emplace(key_arg<K> &&k, Args &&...args) in try_emplace()
217 Args &&...args) ABSL_ATTRIBUTE_LIFETIME_BOUND { in try_emplace()
226 std::pair<iterator, bool> try_emplace(const key_arg<K> &k, Args &&...args) in try_emplace()
236 Args &&...args) ABSL_ATTRIBUTE_LIFETIME_BOUND { in try_emplace()
243 Args &&...args) ABSL_ATTRIBUTE_LIFETIME_BOUND { in try_emplace()
250 Args &&...args) ABSL_ATTRIBUTE_LIFETIME_BOUND { in try_emplace()
258 Args &&...args) ABSL_ATTRIBUTE_LIFETIME_BOUND { in try_emplace()
266 Args &&...args) ABSL_ATTRIBUTE_LIFETIME_BOUND { in try_emplace()
341 std::pair<iterator, bool> try_emplace_impl(K&& k, Args&&... args) in try_emplace_impl()
/external/libchrome/third_party/jinja2/
Dasyncfilters.py18 async def async_select_or_reject(args, kwargs, modfunc, lookup_attr): argument
30 is_async = lambda args: args[0].is_async argument
36 is_async = lambda args: args[0].environment.is_async argument
39 def wrapper(*args, **kwargs):
88 async def do_reject(*args, **kwargs):
93 async def do_rejectattr(*args, **kwargs):
98 async def do_select(*args, **kwargs):
103 async def do_selectattr(*args, **kwargs):
108 async def do_map(*args, **kwargs):
/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_pipeline_layout.h124 …ePipelineLayout_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkCreatePipelineLayout *arg… in vn_decode_vkCreatePipelineLayout_args_temp()
150 …e void vn_replace_vkCreatePipelineLayout_args_handle(struct vn_command_vkCreatePipelineLayout *arg… in vn_replace_vkCreatePipelineLayout_args_handle()
159 …tePipelineLayout_reply(struct vn_cs_encoder *enc, const struct vn_command_vkCreatePipelineLayout *… in vn_encode_vkCreatePipelineLayout_reply()
171 …yPipelineLayout_args_temp(struct vn_cs_decoder *dec, struct vn_command_vkDestroyPipelineLayout *ar… in vn_decode_vkDestroyPipelineLayout_args_temp()
182 … void vn_replace_vkDestroyPipelineLayout_args_handle(struct vn_command_vkDestroyPipelineLayout *ar… in vn_replace_vkDestroyPipelineLayout_args_handle()
189 …oyPipelineLayout_reply(struct vn_cs_encoder *enc, const struct vn_command_vkDestroyPipelineLayout … in vn_encode_vkDestroyPipelineLayout_reply()
200 struct vn_command_vkCreatePipelineLayout args; in vn_dispatch_vkCreatePipelineLayout() local
229 struct vn_command_vkDestroyPipelineLayout args; in vn_dispatch_vkDestroyPipelineLayout() local
/external/grpc-grpc/test/core/util/
Dcmdline_test.cc35 char* args[] = {const_cast<char*>(__FILE__), const_cast<char*>("-foo"), in TEST() local
51 char* args[] = {const_cast<char*>(__FILE__), const_cast<char*>("-foo=3")}; in TEST() local
66 char* args[] = {const_cast<char*>(__FILE__), const_cast<char*>("--foo"), variable
82 char* args[] = {const_cast<char*>(__FILE__), const_cast<char*>("--foo=3")}; variable
97 char* args[] = {const_cast<char*>(__FILE__), const_cast<char*>("-foo"), in TEST() local
113 char* args[] = {const_cast<char*>(__FILE__), const_cast<char*>("-foo=3")}; in TEST() local
128 char* args[] = {const_cast<char*>(__FILE__), const_cast<char*>("--foo"), variable
144 char* args[] = {const_cast<char*>(__FILE__), const_cast<char*>("--foo=3")}; variable
159 char* args[] = {const_cast<char*>(__FILE__), const_cast<char*>("--foo")}; in TEST() local
174 char* args[] = {const_cast<char*>(__FILE__), const_cast<char*>("--no-foo")}; in TEST() local
[all …]
/external/tensorflow/tensorflow/core/platform/
Derrors.h114 void AppendToMessage(::tensorflow::Status* status, Args... args) { in AppendToMessage()
146 ::tensorflow::Status Cancelled(Args... args) { in Cancelled()
161 ::tensorflow::Status InvalidArgument(Args... args) { in InvalidArgument()
177 ::tensorflow::Status NotFound(Args... args) { in NotFound()
192 ::tensorflow::Status AlreadyExists(Args... args) { in AlreadyExists()
207 ::tensorflow::Status ResourceExhausted(Args... args) { in ResourceExhausted()
223 ::tensorflow::Status Unavailable(Args... args) { in Unavailable()
238 ::tensorflow::Status FailedPrecondition(Args... args) { in FailedPrecondition()
254 ::tensorflow::Status OutOfRange(Args... args) { in OutOfRange()
269 ::tensorflow::Status Unimplemented(Args... args) { in Unimplemented()
[all …]
/external/pigweed/pw_bluetooth_sapphire/host/sm/
Dphase_3_test.cc209 Phase3Args args; in TEST_F() local
216 Phase3Args args; in TEST_F() local
223 Phase3Args args; in TEST_F() local
231 Phase3Args args; in TEST_F() local
240 Phase3Args args; in TEST_F() local
265 Phase3Args args; in TEST_F() local
287 Phase3Args args; in TEST_F() local
324 Phase3Args args; in TEST_F() local
353 Phase3Args args; in TEST_F() local
370 Phase3Args args; in TEST_F() local
[all …]
/external/libbpf/src/
Dbpf_tracing.h637 #define ___bpf_ctx_cast2(x, args...) ___bpf_ctx_cast1(args), (void *)ctx[1] argument
638 #define ___bpf_ctx_cast3(x, args...) ___bpf_ctx_cast2(args), (void *)ctx[2] argument
639 #define ___bpf_ctx_cast4(x, args...) ___bpf_ctx_cast3(args), (void *)ctx[3] argument
640 #define ___bpf_ctx_cast5(x, args...) ___bpf_ctx_cast4(args), (void *)ctx[4] argument
641 #define ___bpf_ctx_cast6(x, args...) ___bpf_ctx_cast5(args), (void *)ctx[5] argument
642 #define ___bpf_ctx_cast7(x, args...) ___bpf_ctx_cast6(args), (void *)ctx[6] argument
643 #define ___bpf_ctx_cast8(x, args...) ___bpf_ctx_cast7(args), (void *)ctx[7] argument
644 #define ___bpf_ctx_cast9(x, args...) ___bpf_ctx_cast8(args), (void *)ctx[8] argument
645 #define ___bpf_ctx_cast10(x, args...) ___bpf_ctx_cast9(args), (void *)ctx[9] argument
646 #define ___bpf_ctx_cast11(x, args...) ___bpf_ctx_cast10(args), (void *)ctx[10] argument
[all …]
/external/tensorflow/tensorflow/python/trackable/
Dbase_delegate.py94 def _no_dependency(self, *args, **kwargs):
97 def _name_based_attribute_restore(self, *args, **kwargs):
108 def _lookup_dependency(self, *args, **kwargs):
111 def _add_variable_with_custom_getter(self, *args, **kwargs):
114 def _preload_simple_restoration(self, *args, **kwargs):
117 def _track_trackable(self, *args, **kwargs): # pylint: disable=redefined-outer-name
123 def _gather_saveables_for_checkpoint(self, *args, **kwargs):
126 def _trackable_children(self, *args, **kwargs):
129 def _deserialization_dependencies(self, *args, **kwargs):
132 def _export_to_saved_model_graph(self, *args, **kwargs):

12345678910>>...1267