Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 3201) sorted by relevance

12345678910>>...129

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
Dtest_reflow.py66 def args(request): function
79 def run_reflow_test(args, filetag): argument
91 def match_warn_count(args, expected): argument
94 def match_vuid_dict(args, expectedExisting, expectedNew): argument
109 def test_text(args): argument
115 def test_table(args): argument
121 def test_vu(args): argument
196 def test_vuid_repeat(args): argument
219 def test_new_vuid(args): argument
272 def test_new_vuid_attribute(args): argument
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/engine/
Dvalidators.py41 def new_method(self, *args, **kwargs):
72 def new_method(self, *args, **kwargs):
102 def new_method(self, *args, **kwargs):
135 def new_method(self, *args, **kwargs):
164 def new_method(self, *args, **kwargs):
221 def new_method(self, *args, **kwargs):
269 def new_method(self, *args, **kwargs):
298 def new_method(self, *args, **kwargs):
339 def new_method(self, *args, **kwargs):
369 def new_method(self, *args, **kwargs):
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/nn/probability/distribution/
Ddistribution.py175 def _check_param_type(self, *args):
366 def _get_dist_args(self, *args, **kwargs):
369 def get_dist_args(self, *args, **kwargs):
402 def raise_error(*args, **kwargs):
406 def log_prob(self, value, *args, **kwargs):
424 def _calc_prob_from_log_prob(self, value, *args, **kwargs):
433 def prob(self, value, *args, **kwargs):
452 def _calc_log_prob_from_prob(self, value, *args, **kwargs):
461 def cdf(self, value, *args, **kwargs):
479 def _calc_cdf_from_log_cdf(self, value, *args, **kwargs):
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/vision/
Dvalidators.py35 def new_method(self, *args, **kwargs):
98 def new_method(self, *args, **kwargs):
127 def new_method(self, *args, **kwargs):
241 def new_method(self, *args, **kwargs):
255 def new_method(self, *args, **kwargs):
268 def new_method(self, *args, **kwargs):
281 def new_method(self, *args, **kwargs):
308 def new_method(self, *args, **kwargs):
330 def new_method(self, *args, **kwargs):
343 def new_method(self, *args, **kwargs):
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/text/
Dvalidators.py34 def new_method(self, *args, **kwargs):
60 def new_method(self, *args, **kwargs):
79 def new_method(self, *args, **kwargs):
108 def new_method(self, *args, **kwargs):
124 def new_method(self, *args, **kwargs):
143 def new_method(self, *args, **kwargs):
166 def new_method(self, *args, **kwargs):
184 def new_method(self, *args, **kwargs):
206 def new_method(self, *args, **kwargs):
221 def new_method(self, *args, **kwargs):
[all …]
/third_party/musl/src/process/
Dposix_spawn.c15 struct args { struct
37 struct args *args = args_vp; in child() argument
178 struct args args; in posix_spawn() local
/third_party/musl/porting/liteos_a/user/src/process/
Dposix_spawn.c14 struct args { struct
36 struct args *args = args_vp; in child() argument
173 struct args args; in posix_spawn() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/audio/
Dvalidators.py33 def new_method(self, *args, **kwargs):
93 def new_method(self, *args, **kwargs):
115 def new_method(self, *args, **kwargs):
129 def new_method(self, *args, **kwargs):
144 def new_method(self, *args, **kwargs):
160 def new_method(self, *args, **kwargs):
175 def new_method(self, *args, **kwargs):
191 def new_method(self, *args, **kwargs):
204 def new_method(self, *args, **kwargs):
219 def new_method(self, *args, **kwargs):
[all …]
/third_party/musl/src/mq/
Dmq_notify.c14 struct args { struct
24 struct args *args = p; in start() argument
/third_party/mindspore/mindspore-src/source/tests/st/graph_syntax/
Dtest_function_as_arg.py33 def forward2(self, *args, **kw):
36 def __call__(self, *args, **kw):
69 def forward1(*args, **kwargs):
90 def forward1(*args, **kwargs):
111 def forward1(*args, **kwargs):
130 def forward1(*args, **kwargs):
152 def forward1(*args, **kwargs):
171 def forward1(*args, **kwargs):
191 def forward1(*args, **kwargs):
215 def forward1(*args, **kwargs):
[all …]
/third_party/python/Tools/scripts/
Dtexi2html.py337 def write(self, *args):
552 def do_include(self, args): argument
892 def unknown_cmd(self, cmd, args): argument
899 def do_end(self, args): argument
926 def do_comment(self, args): pass argument
931 def bgn_ifinfo(self, args): pass argument
934 def bgn_iftex(self, args): self.skip = self.skip + 1 argument
937 def bgn_ignore(self, args): self.skip = self.skip + 1 argument
940 def bgn_tex(self, args): self.skip = self.skip + 1 argument
943 def do_set(self, args): argument
[all …]
/third_party/typescript/src/harness/
Dclient.ts129 const args: protocol.ConfigureRequestArguments = { preferences }; constant
136 const args: protocol.ConfigureRequestArguments = { formatOptions }; constant
143 const args: protocol.SetCompilerOptionsForInferredProjectsArgs = { options }; constant
149 const args: protocol.OpenRequestArgs = { file, fileContent, scriptKindName }; constant
154 const args: protocol.FileRequestArgs = { file }; constant
174 const args = this.createFileLocationRequestArgs(fileName, position); constant
191 const args: protocol.ProjectInfoRequestArgs = { file, needFileNameList }; constant
204 …const args: protocol.CompletionsRequestArgs = this.createFileLocationRequestArgs(fileName, positio… constant
225 …const args: protocol.CompletionDetailsRequestArgs = { ...this.createFileLocationRequestArgs(fileNa… constant
238 const args: protocol.NavtoRequestArgs = { constant
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/composite/
Dbase.py365 def after_grad(*args, **kwargs):
369 def after_grad(*args, **kwargs):
376 def after_grad(*args, **kwargs):
388 def after_grad(*args, **kwargs):
391 def after_grad(*args, **kwargs):
399 def _pynative_forward_run(self, fn, grad, weights, args, kwargs): argument
440 def after_taylor_grad(*args):
560 def aux_fn(*args):
583 def after_grad(*args):
588 def after_grad(*args):
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/offline_debug/
Dmi_validators.py29 def new_method(self, *args, **kwargs):
44 def new_method(self, *args, **kwargs):
60 def new_method(self, *args, **kwargs):
91 def new_method(self, *args, **kwargs):
105 def new_method(self, *args, **kwargs):
120 def new_method(self, *args, **kwargs):
135 def new_method(self, *args, **kwargs):
148 def new_method(self, *args, **kwargs):
168 def new_method(self, *args, **kwargs):
189 def new_method(self, *args, **kwargs):
[all …]
/third_party/mesa3d/src/intel/perf/
Dgen_perf.py37 def c(*args):
59 def h(*args):
73 def emit_fadd(tmp_id, args): argument
78 def emit_fdiv(tmp_id, args): argument
84 def emit_fmax(tmp_id, args): argument
90 def emit_fmul(tmp_id, args): argument
94 def emit_fsub(tmp_id, args): argument
98 def emit_read(tmp_id, args): argument
103 def emit_uadd(tmp_id, args): argument
108 def emit_udiv(tmp_id, args): argument
[all …]
/third_party/libbpf/src/
Dusdt.bpf.h58 struct __bpf_usdt_arg_spec args[BPF_USDT_MAX_ARG_CNT]; member
218 #define ___bpf_usdt_args2(x, args...) ___bpf_usdt_args1(args), ({ long _x; bpf_usdt_arg(ctx, 1, &_x… argument
219 #define ___bpf_usdt_args3(x, args...) ___bpf_usdt_args2(args), ({ long _x; bpf_usdt_arg(ctx, 2, &_x… argument
220 #define ___bpf_usdt_args4(x, args...) ___bpf_usdt_args3(args), ({ long _x; bpf_usdt_arg(ctx, 3, &_x… argument
221 #define ___bpf_usdt_args5(x, args...) ___bpf_usdt_args4(args), ({ long _x; bpf_usdt_arg(ctx, 4, &_x… argument
222 #define ___bpf_usdt_args6(x, args...) ___bpf_usdt_args5(args), ({ long _x; bpf_usdt_arg(ctx, 5, &_x… argument
223 #define ___bpf_usdt_args7(x, args...) ___bpf_usdt_args6(args), ({ long _x; bpf_usdt_arg(ctx, 6, &_x… argument
224 #define ___bpf_usdt_args8(x, args...) ___bpf_usdt_args7(args), ({ long _x; bpf_usdt_arg(ctx, 7, &_x… argument
225 #define ___bpf_usdt_args9(x, args...) ___bpf_usdt_args8(args), ({ long _x; bpf_usdt_arg(ctx, 8, &_x… argument
226 #define ___bpf_usdt_args10(x, args...) ___bpf_usdt_args9(args), ({ long _x; bpf_usdt_arg(ctx, 9, &_… argument
[all …]
/third_party/python/Tools/ssl/
Dmake_ssl_data.py38 def parse_err_h(args): argument
49 def parse_openssl_error_text(args): argument
62 def parse_extra_reasons(args): argument
71 def gen_library_codes(args): argument
83 def gen_error_codes(args): argument
/third_party/musl/porting/linux/user/src/mq/
Dmq_notify.c10 struct args { struct
18 struct args *args = p; in start() local
35 struct args args = { .sev = sev }; in mq_notify() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/transforms/
Dvalidators.py47 def new_method(self, *args, **kwargs):
60 def new_method(self, *args, **kwargs):
78 def new_method(self, *args, **kwargs):
93 def new_method(self, *args, **kwargs):
107 def new_method(self, *args, **kwargs):
125 def new_method(self, *args, **kwargs):
145 def new_method(self, *args, **kwargs):
162 def new_method(self, *args, **kwargs):
179 def new_method(self, *args, **kwargs):
203 def new_method(self, *args, **kwargs):
[all …]
/third_party/elfutils/tests/
Dlow_high_pc.c31 struct args struct
40 static struct args *args; argument
/third_party/selinux/libsepol/cil/test/unit/
Dtest_cil_resolve_ast.c55 struct cil_args_resolve *args = cil_malloc(sizeof(*args)); in gen_resolve_args() local
78 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_name() local
102 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_name_invalid_type_neg() local
141 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_roleallow() local
160 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_roleallow_srcdecl_neg() local
180 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_roleallow_tgtdecl_neg() local
200 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_classmapping_anon() local
222 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NU… in test_cil_resolve_classmapping_anon_inmacro() local
257 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_CALL1, &changed, NULL, NULL, NU… in test_cil_resolve_classmapping_anon_inmacro_neg() local
290 …struct cil_args_resolve *args = gen_resolve_args(test_db, CIL_PASS_MISC3, &changed, NULL, NULL, NU… in test_cil_resolve_classmapping_named() local
[all …]
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/
Dcommands.c82 inline char *get_next_arg(char *args, char *nextarg) in get_next_arg()
148 static size_t get_scaled_value(char *args, char *what) in get_scaled_value()
162 static int get_range(char *args, range_t * range, char **nextarg) in get_range()
194 static int get_shared(char *args) in get_shared()
216 static int get_access(char *args) in get_access()
265 static int get_mbind_policy(char *args, char **nextarg) in get_mbind_policy()
301 static int get_mbind_flags(char *args, char **nextarg) in get_mbind_flags()
344 static nodemask_t *get_nodemask(char *args) in get_nodemask()
385 static int get_arg_nodeid_list(char *args, unsigned int *list) in get_arg_nodeid_list()
478 static int quit(char *args) in quit()
[all …]
/third_party/libphonenumber/migrator/src/test/java/com/google/phonenumbers/migrator/
DCommandLineMainTest.java36 String[] args = ("--countryCode=" + TEST_COUNTRY_CODE).split(" "); in createMigrationJob_noNumberInputSpecified_expectException() local
47 String[] args = ("--countryCode=" + TEST_COUNTRY_CODE + " --number=" + TEST_NUMBER_INPUT + in createMigrationJob_numberAndFile_expectException() local
59 String[] args = ("--countryCode=" + TEST_COUNTRY_CODE + " --number=" + TEST_NUMBER_INPUT) in createFromNumberString_expectSufficientArguments() local
69 String[] args = ("--countryCode="+ TEST_COUNTRY_CODE +" --file="+TEST_FILE_INPUT) in createFromPath_expectSufficientArguments() local
79 String[] args = ("--countryCode=" + TEST_COUNTRY_CODE + " --number=" + TEST_NUMBER_INPUT in createMigrationJob_exportInvalidMigrationsAndCustomRecipe_expectException() local
/third_party/rust/crates/clap/clap_complete_fig/tests/snapshots/
Dvalue_hint.fig.js8 args: { property
21 args: { property
29 args: { property
37 args: { property
46 args: { property
55 args: { property
64 args: { property
73 args: { property
82 args: { property
91 args: { property
[all …]
/third_party/jerryscript/jerry-debugger/
Djerry_client.py57 def do_display(self, args): argument
66 def do_break(self, args): argument
75 def do_delete(self, args): argument
79 def do_exception(self, args): argument
83 def do_next(self, args): argument
137 def do_backtrace(self, args): argument
143 def do_src(self, args): argument
166 def do_eval(self, args): argument
172 def do_eval_at(self, args): argument
195 def do_throw(self, args): argument
[all …]

12345678910>>...129