Home
last modified time | relevance | path

Searched refs:args (Results 526 - 550 of 11719) sorted by relevance

1...<<21222324252627282930>>...469

/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A DtestSpecVersion.py34 args = parser.parse_args() variable
37 tree = etree.parse(args.registry)
39 print('ERROR - cannot open registry XML file', args.registry)
43 if args.branch is None:
44 (args.branch, errors) = getBranch()
45 if args.branch is None:
49 elem = tree.find('extensions/extension[@name="' + args.branch + '"]')
52 print('Success - assuming', args.branch, 'is not an extension branch')
57 print('Success - branch name', args.branch, 'matches, but extension is disabled')
67 name, value, args
[all...]
/third_party/skia/third_party/externals/freetype/builds/meson/
H A Dgenerate_reference_docs.py40 args = parser.parse_args()
43 include_dir = os.path.join(args.input_dir, "include")
48 glob.glob(os.path.join(args.input_dir, "include", "freetype", "*.h"))
51 args.input_dir, "include", "freetype", "config", "*.h"
56 args.input_dir, "include", "freetype", "cache", "*.h"
61 if not os.path.exists(args.output_dir):
62 os.makedirs(args.output_dir)
64 assert os.path.isdir(args.output_dir), (
65 "Not a directory: " + args.output_dir
73 "--title=FreeType-" + args
[all...]
/third_party/python/Modules/clinic/
H A D_cursesmodule.c.h32 _curses_window_addch(PyCursesWindowObject *self, PyObject *args) in _curses_window_addch() argument
42 switch (PyTuple_GET_SIZE(args)) { in _curses_window_addch()
44 if (!PyArg_ParseTuple(args, "O:addch", &ch)) { in _curses_window_addch()
49 if (!PyArg_ParseTuple(args, "Ol:addch", &ch, &attr)) { in _curses_window_addch()
55 if (!PyArg_ParseTuple(args, "iiO:addch", &y, &x, &ch)) { in _curses_window_addch()
61 if (!PyArg_ParseTuple(args, "iiOl:addch", &y, &x, &ch, &attr)) { in _curses_window_addch()
104 _curses_window_addstr(PyCursesWindowObject *self, PyObject *args) in _curses_window_addstr() argument
114 switch (PyTuple_GET_SIZE(args)) { in _curses_window_addstr()
116 if (!PyArg_ParseTuple(args, "O:addstr", &str)) { in _curses_window_addstr()
121 if (!PyArg_ParseTuple(args, "O in _curses_window_addstr()
178 _curses_window_addnstr(PyCursesWindowObject *self, PyObject *args) _curses_window_addnstr() argument
242 _curses_window_bkgd(PyCursesWindowObject *self, PyObject *const *args, Py_ssize_t nargs) _curses_window_bkgd() argument
369 _curses_window_bkgdset(PyCursesWindowObject *self, PyObject *const *args, Py_ssize_t nargs) _curses_window_bkgdset() argument
434 _curses_window_border(PyCursesWindowObject *self, PyObject *const *args, Py_ssize_t nargs) _curses_window_border() argument
508 _curses_window_box(PyCursesWindowObject *self, PyObject *args) _curses_window_box() argument
551 _curses_window_delch(PyCursesWindowObject *self, PyObject *args) _curses_window_delch() argument
602 _curses_window_derwin(PyCursesWindowObject *self, PyObject *args) _curses_window_derwin() argument
652 _curses_window_echochar(PyCursesWindowObject *self, PyObject *const *args, Py_ssize_t nargs) _curses_window_echochar() argument
696 _curses_window_enclose(PyCursesWindowObject *self, PyObject *const *args, Py_ssize_t nargs) _curses_window_enclose() argument
770 _curses_window_getch(PyCursesWindowObject *self, PyObject *args) _curses_window_getch() argument
822 _curses_window_getkey(PyCursesWindowObject *self, PyObject *args) _curses_window_getkey() argument
870 _curses_window_get_wch(PyCursesWindowObject *self, PyObject *args) _curses_window_get_wch() argument
922 _curses_window_hline(PyCursesWindowObject *self, PyObject *args) _curses_window_hline() argument
993 _curses_window_insch(PyCursesWindowObject *self, PyObject *args) _curses_window_insch() argument
1057 _curses_window_inch(PyCursesWindowObject *self, PyObject *args) _curses_window_inch() argument
1116 _curses_window_insstr(PyCursesWindowObject *self, PyObject *args) _curses_window_insstr() argument
1192 _curses_window_insnstr(PyCursesWindowObject *self, PyObject *args) _curses_window_insnstr() argument
1291 _curses_window_noutrefresh(PyCursesWindowObject *self, PyObject *args) _curses_window_noutrefresh() argument
1372 _curses_window_overlay(PyCursesWindowObject *self, PyObject *args) _curses_window_overlay() argument
1431 _curses_window_overwrite(PyCursesWindowObject *self, PyObject *args) _curses_window_overwrite() argument
1496 _curses_window_redrawln(PyCursesWindowObject *self, PyObject *const *args, Py_ssize_t nargs) _curses_window_redrawln() argument
1544 _curses_window_refresh(PyCursesWindowObject *self, PyObject *args) _curses_window_refresh() argument
1595 _curses_window_setscrreg(PyCursesWindowObject *self, PyObject *const *args, Py_ssize_t nargs) _curses_window_setscrreg() argument
1642 _curses_window_subwin(PyCursesWindowObject *self, PyObject *args) _curses_window_subwin() argument
1690 _curses_window_scroll(PyCursesWindowObject *self, PyObject *args) _curses_window_scroll() argument
1730 _curses_window_touchline(PyCursesWindowObject *self, PyObject *args) _curses_window_touchline() argument
1784 _curses_window_vline(PyCursesWindowObject *self, PyObject *args) _curses_window_vline() argument
1927 _curses_cbreak(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _curses_cbreak() argument
2163 _curses_echo(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _curses_echo() argument
2329 _curses_ungetmouse(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _curses_ungetmouse() argument
2561 _curses_init_color(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _curses_init_color() argument
2613 _curses_init_pair(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _curses_init_pair() argument
2678 _curses_setupterm(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) _curses_setupterm() argument
2922 _curses_is_term_resized(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _curses_is_term_resized() argument
3174 _curses_newpad(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _curses_newpad() argument
3221 _curses_newwin(PyObject *module, PyObject *args) _curses_newwin() argument
3271 _curses_nl(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _curses_nl() argument
3503 _curses_qiflush(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _curses_qiflush() argument
3566 _curses_raw(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _curses_raw() argument
3665 _curses_resizeterm(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _curses_resizeterm() argument
3716 _curses_resize_term(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _curses_resize_term() argument
3781 _curses_setsyx(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _curses_setsyx() argument
4014 _curses_tparm(PyObject *module, PyObject *const *args, Py_ssize_t nargs) _curses_tparm() argument
[all...]
H A Darraymodule.c.h57 array_array_index(arrayobject *self, PyObject *const *args, Py_ssize_t nargs) in array_array_index() argument
67 v = args[0]; in array_array_index()
71 if (!_PyEval_SliceIndexNotNone(args[1], &start)) { in array_array_index()
77 if (!_PyEval_SliceIndexNotNone(args[2], &stop)) { in array_array_index()
111 array_array_pop(arrayobject *self, PyObject *const *args, Py_ssize_t nargs) in array_array_pop() argument
124 PyObject *iobj = _PyNumber_Index(args[0]); in array_array_pop()
154 array_array_extend(arrayobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in array_array_extend() argument
162 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 1, 0, argsbuf); in array_array_extend()
163 if (!args) { in array_array_extend()
186 array_array_insert(arrayobject *self, PyObject *const *args, Py_ssize_t nargs) array_array_insert() argument
297 array_array_fromfile(arrayobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) array_array_fromfile() argument
342 array_array_tofile(arrayobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) array_array_tofile() argument
535 array__array_reconstructor(PyObject *module, PyObject *const *args, Py_ssize_t nargs) array__array_reconstructor() argument
584 array_array___reduce_ex__(arrayobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) array_array___reduce_ex__() argument
616 array_arrayiterator___reduce__(arrayiterobject *self, PyTypeObject *cls, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) array_arrayiterator___reduce__() argument
[all...]
/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dnative_args_child_process.cpp51 void NativeArgsChildProcess::OnStart(std::shared_ptr<AppExecFwk::ChildProcessArgs> args) in OnStart() argument
53 if (args == nullptr) { in OnStart()
54 TAG_LOGE(AAFwkTag::PROCESSMGR, "args is nullptr."); in OnStart()
57 ChildProcess::OnStart(args); in OnStart()
60 auto nativeArgs = ParseToNativeArgs(args->entryParams, args->fds); in OnStart()
73 NativeChildProcess_Args args; in ParseToNativeArgs() local
74 args.fdList.head = nullptr; in ParseToNativeArgs()
75 args.entryParams = new(std::nothrow) char[entryParams.size() + 1]; in ParseToNativeArgs()
76 if (!args in ParseToNativeArgs()
[all...]
/kernel/linux/linux-5.10/drivers/firmware/
H A Dqcom_scm-smc.c19 * @args: The array of values used in registers in smc instruction
22 unsigned long args[8]; member
39 unsigned long a0 = smc->args[0]; in __scm_smc_do_quirk()
45 arm_smccc_smc_quirk(a0, smc->args[1], smc->args[2], in __scm_smc_do_quirk()
46 smc->args[3], smc->args[4], smc->args[5], in __scm_smc_do_quirk()
47 quirk.state.a6, smc->args[7], res, &quirk); in __scm_smc_do_quirk()
97 smc.args[ in __scm_smc_call()
114 __le32 *args = args_virt; __scm_smc_call() local
120 __le64 *args = args_virt; __scm_smc_call() local
[all...]
/third_party/vixl/tools/
H A Dgenerate_simulator_traces.py122 def ShouldGenerateAArch32(args):
123 return (not args.aarch32_only and not args.aarch64_only) or args.aarch32_only
125 def ShouldGenerateAArch64(args):
126 return (not args.aarch32_only and not args.aarch64_only) or args.aarch64_only
139 args = BuildOptions(root_dir)
142 status, test_list = util.getstatusoutput(args
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.h29 static void SetOnReady(const JSCallbackInfo& args);
30 static void SetOnSelect(const JSCallbackInfo& args);
31 static void SetOnSelectionChange(const JSCallbackInfo& args);
32 static void SetAboutToIMEInput(const JSCallbackInfo& args);
33 static void SetOnIMEInputComplete(const JSCallbackInfo& args);
34 static void SetOnDidIMEInput(const JSCallbackInfo& args);
35 static void SetAboutToDelete(const JSCallbackInfo& args);
36 static void SetOnDeleteComplete(const JSCallbackInfo& args);
37 static void SetCustomKeyboard(const JSCallbackInfo& args);
72 static void SetOnEditingChange(const JSCallbackInfo& args);
166 Constructor(const JSCallbackInfo& args) Constructor() argument
222 Constructor(const JSCallbackInfo& args) Constructor() argument
[all...]
/third_party/node/src/crypto/
H A Dcrypto_hash.cc37 void Hash::GetHashes(const FunctionCallbackInfo<Value>& args) { in GetHashes() argument
38 Environment* env = Environment::GetCurrent(args); in GetHashes()
52 args.GetReturnValue().Set(ctx.ToJSArray()); in GetHashes()
88 void Hash::New(const FunctionCallbackInfo<Value>& args) { in New() argument
89 Environment* env = Environment::GetCurrent(args); in New()
94 if (args[0]->IsObject()) { in New()
95 ASSIGN_OR_RETURN_UNWRAP(&orig, args[0].As<Object>()); in New()
98 const Utf8Value hash_type(env->isolate(), args[0]); in New()
103 if (!args[1]->IsUndefined()) { in New()
104 CHECK(args[ in New()
147 HashUpdate(const FunctionCallbackInfo<Value>& args) HashUpdate() argument
158 HashDigest(const FunctionCallbackInfo<Value>& args) HashDigest() argument
241 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, HashConfig* params) AdditionalConfig() argument
318 InternalVerifyIntegrity(const v8::FunctionCallbackInfo<v8::Value>& args) InternalVerifyIntegrity() argument
[all...]
H A Dcrypto_hmac.cc66 void Hmac::New(const FunctionCallbackInfo<Value>& args) { in New() argument
67 Environment* env = Environment::GetCurrent(args); in New()
68 new Hmac(env, args.This()); in New()
88 void Hmac::HmacInit(const FunctionCallbackInfo<Value>& args) { in HmacInit() argument
90 ASSIGN_OR_RETURN_UNWRAP(&hmac, args.Holder()); in HmacInit()
93 const node::Utf8Value hash_type(env->isolate(), args[0]); in HmacInit()
94 ByteSource key = ByteSource::FromSecretKeyBytes(env, args[1]); in HmacInit()
104 void Hmac::HmacUpdate(const FunctionCallbackInfo<Value>& args) { in HmacUpdate() argument
105 Decode<Hmac>(args, [](Hmac* hmac, const FunctionCallbackInfo<Value>& args, in HmacUpdate()
115 HmacDigest(const FunctionCallbackInfo<Value>& args) HmacDigest() argument
175 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, HmacConfig* params) AdditionalConfig() argument
[all...]
/third_party/libfuse/lib/
H A Dfuse_opt.c34 void fuse_opt_free_args(struct fuse_args *args) in fuse_opt_free_args() argument
36 if (args) { in fuse_opt_free_args()
37 if (args->argv && args->allocated) { in fuse_opt_free_args()
39 for (i = 0; i < args->argc; i++) in fuse_opt_free_args()
40 free(args->argv[i]); in fuse_opt_free_args()
41 free(args->argv); in fuse_opt_free_args()
43 args->argc = 0; in fuse_opt_free_args()
44 args->argv = NULL; in fuse_opt_free_args()
45 args in fuse_opt_free_args()
55 fuse_opt_add_arg(struct fuse_args *args, const char *arg) fuse_opt_add_arg() argument
79 fuse_opt_insert_arg_common(struct fuse_args *args, int pos, const char *arg) fuse_opt_insert_arg_common() argument
95 fuse_opt_insert_arg(struct fuse_args *args, int pos, const char *arg) fuse_opt_insert_arg() argument
398 fuse_opt_parse(struct fuse_args *args, void *data, const struct fuse_opt opts[], fuse_opt_proc_t proc) fuse_opt_parse() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Ducnv_u8.cpp41 U_CFUNC void ucnv_fromUnicode_UTF8(UConverterFromUnicodeArgs *args,
43 U_CFUNC void ucnv_fromUnicode_UTF8_OFFSETS_LOGIC(UConverterFromUnicodeArgs *args,
65 static void U_CALLCONV ucnv_toUnicode_UTF8 (UConverterToUnicodeArgs * args, in ucnv_toUnicode_UTF8() argument
68 UConverter *cnv = args->converter; in ucnv_toUnicode_UTF8()
69 const unsigned char *mySource = (unsigned char *) args->source; in ucnv_toUnicode_UTF8()
70 UChar *myTarget = args->target; in ucnv_toUnicode_UTF8()
71 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in ucnv_toUnicode_UTF8()
72 const UChar *targetLimit = args->targetLimit; in ucnv_toUnicode_UTF8()
177 args->target = myTarget; in ucnv_toUnicode_UTF8()
178 args in ucnv_toUnicode_UTF8()
181 ucnv_toUnicode_UTF8_OFFSETS_LOGIC(UConverterToUnicodeArgs * args, UErrorCode * err) ucnv_toUnicode_UTF8_OFFSETS_LOGIC() argument
300 ucnv_fromUnicode_UTF8(UConverterFromUnicodeArgs * args, UErrorCode * err) ucnv_fromUnicode_UTF8() argument
414 ucnv_fromUnicode_UTF8_OFFSETS_LOGIC(UConverterFromUnicodeArgs * args, UErrorCode * err) ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() argument
554 ucnv_getNextUChar_UTF8(UConverterToUnicodeArgs *args, UErrorCode *err) ucnv_getNextUChar_UTF8() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnv_u8.cpp41 U_CFUNC void ucnv_fromUnicode_UTF8(UConverterFromUnicodeArgs *args,
43 U_CFUNC void ucnv_fromUnicode_UTF8_OFFSETS_LOGIC(UConverterFromUnicodeArgs *args,
65 static void U_CALLCONV ucnv_toUnicode_UTF8 (UConverterToUnicodeArgs * args, in ucnv_toUnicode_UTF8() argument
68 UConverter *cnv = args->converter; in ucnv_toUnicode_UTF8()
69 const unsigned char *mySource = (unsigned char *) args->source; in ucnv_toUnicode_UTF8()
70 char16_t *myTarget = args->target; in ucnv_toUnicode_UTF8()
71 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in ucnv_toUnicode_UTF8()
72 const char16_t *targetLimit = args->targetLimit; in ucnv_toUnicode_UTF8()
177 args->target = myTarget; in ucnv_toUnicode_UTF8()
178 args in ucnv_toUnicode_UTF8()
181 ucnv_toUnicode_UTF8_OFFSETS_LOGIC(UConverterToUnicodeArgs * args, UErrorCode * err) ucnv_toUnicode_UTF8_OFFSETS_LOGIC() argument
300 ucnv_fromUnicode_UTF8(UConverterFromUnicodeArgs * args, UErrorCode * err) ucnv_fromUnicode_UTF8() argument
414 ucnv_fromUnicode_UTF8_OFFSETS_LOGIC(UConverterFromUnicodeArgs * args, UErrorCode * err) ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() argument
554 ucnv_getNextUChar_UTF8(UConverterToUnicodeArgs *args, UErrorCode *err) ucnv_getNextUChar_UTF8() argument
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-test-wasm.cc84 bool WasmModuleOverride(const v8::FunctionCallbackInfo<v8::Value>& args) { in WasmModuleOverride() argument
85 if (IsWasmCompileAllowed(args.GetIsolate(), args[0], false)) return false; in WasmModuleOverride()
86 ThrowRangeException(args.GetIsolate(), "Sync compile not allowed"); in WasmModuleOverride()
90 bool WasmInstanceOverride(const v8::FunctionCallbackInfo<v8::Value>& args) { in WasmInstanceOverride() argument
91 if (IsWasmInstantiateAllowed(args.GetIsolate(), args[0], false)) return false; in WasmInstanceOverride()
92 ThrowRangeException(args.GetIsolate(), "Sync instantiate not allowed"); in WasmInstanceOverride()
103 CHECK_EQ(args.length(), 2); in RUNTIME_FUNCTION()
104 int block_size = args in RUNTIME_FUNCTION()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_u8.cpp41 U_CFUNC void ucnv_fromUnicode_UTF8(UConverterFromUnicodeArgs *args,
43 U_CFUNC void ucnv_fromUnicode_UTF8_OFFSETS_LOGIC(UConverterFromUnicodeArgs *args,
65 static void U_CALLCONV ucnv_toUnicode_UTF8 (UConverterToUnicodeArgs * args, in ucnv_toUnicode_UTF8() argument
68 UConverter *cnv = args->converter; in ucnv_toUnicode_UTF8()
69 const unsigned char *mySource = (unsigned char *) args->source; in ucnv_toUnicode_UTF8()
70 UChar *myTarget = args->target; in ucnv_toUnicode_UTF8()
71 const unsigned char *sourceLimit = (unsigned char *) args->sourceLimit; in ucnv_toUnicode_UTF8()
72 const UChar *targetLimit = args->targetLimit; in ucnv_toUnicode_UTF8()
177 args->target = myTarget; in ucnv_toUnicode_UTF8()
178 args in ucnv_toUnicode_UTF8()
181 ucnv_toUnicode_UTF8_OFFSETS_LOGIC(UConverterToUnicodeArgs * args, UErrorCode * err) ucnv_toUnicode_UTF8_OFFSETS_LOGIC() argument
300 ucnv_fromUnicode_UTF8(UConverterFromUnicodeArgs * args, UErrorCode * err) ucnv_fromUnicode_UTF8() argument
414 ucnv_fromUnicode_UTF8_OFFSETS_LOGIC(UConverterFromUnicodeArgs * args, UErrorCode * err) ucnv_fromUnicode_UTF8_OFFSETS_LOGIC() argument
554 ucnv_getNextUChar_UTF8(UConverterToUnicodeArgs *args, UErrorCode *err) ucnv_getNextUChar_UTF8() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dcx24116.c39 #define dprintk(args...) \
42 printk(KERN_INFO "cx24116: " args); \
49 #define CX24116_REG_COMMAND (0x00) /* command args 0x00..0x1e */
170 u8 args[CX24116_ARGLEN]; member
531 dprintk("%s: 0x%02x == 0x%02x\n", __func__, i, cmd->args[i]); in cx24116_cmd_execute()
532 cx24116_writereg(state, i, cmd->args[i]); in cx24116_cmd_execute()
613 cmd.args[0x00] = CMD_SET_VCO; in cx24116_load_firmware()
614 cmd.args[0x01] = 0x05; in cx24116_load_firmware()
615 cmd.args[0x02] = 0xdc; in cx24116_load_firmware()
616 cmd.args[ in cx24116_load_firmware()
[all...]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dcx24116.c39 #define dprintk(args...) \
42 printk(KERN_INFO "cx24116: " args); \
49 #define CX24116_REG_COMMAND (0x00) /* command args 0x00..0x1e */
170 u8 args[CX24116_ARGLEN]; member
531 dprintk("%s: 0x%02x == 0x%02x\n", __func__, i, cmd->args[i]); in cx24116_cmd_execute()
532 cx24116_writereg(state, i, cmd->args[i]); in cx24116_cmd_execute()
613 cmd.args[0x00] = CMD_SET_VCO; in cx24116_load_firmware()
614 cmd.args[0x01] = 0x05; in cx24116_load_firmware()
615 cmd.args[0x02] = 0xdc; in cx24116_load_firmware()
616 cmd.args[ in cx24116_load_firmware()
[all...]
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcanvas_component.cpp288 const jerry_value_t args[], in GetContext()
292 (void)args; in GetContext()
333 const jerry_value_t args[], in FillStyleSetter()
351 component->fillStyleValue_ = MallocStringOf(args[ArgsIndex::IDX_0], &fillStyleLength); in FillStyleSetter()
376 const jerry_value_t args[], in FillStyleGetter()
380 (void)args; in FillStyleGetter()
401 const jerry_value_t args[], in StrokeStyleSetter()
420 component->strokeStyleValue_ = MallocStringOf(args[ArgsIndex::IDX_0], &strokeStyleLength); in StrokeStyleSetter()
446 const jerry_value_t args[], in StrokeStyleGetter()
450 (void)args; in StrokeStyleGetter()
286 GetContext(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) GetContext() argument
331 FillStyleSetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) FillStyleSetter() argument
374 FillStyleGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) FillStyleGetter() argument
399 StrokeStyleSetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) StrokeStyleSetter() argument
444 StrokeStyleGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) StrokeStyleGetter() argument
469 LineWidthSetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) LineWidthSetter() argument
492 LineWidthGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) LineWidthGetter() argument
509 FontSetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) FontSetter() argument
566 FontGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) FontGetter() argument
603 TextAlignSetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) TextAlignSetter() argument
644 TextAlignGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) TextAlignGetter() argument
670 ShadowOffsetXSetter(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) ShadowOffsetXSetter() argument
693 ShadowOffsetXGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) ShadowOffsetXGetter() argument
710 ShadowOffsetYSetter(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) ShadowOffsetYSetter() argument
733 ShadowOffsetYGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) ShadowOffsetYGetter() argument
750 ShadowBlurSetter(const jerry_value_t func, const jerry_value_t context, const jerry_value_t *args, const jerry_length_t argsNum) ShadowBlurSetter() argument
773 ShadowBlurGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) ShadowBlurGetter() argument
790 ShadowColorSetter(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) ShadowColorSetter() argument
825 ShadowColorGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) ShadowColorGetter() argument
852 LineCapSetter(const jerry_value_t func, const jerry_value_t contex, const jerry_value_t args[], const jerry_length_t argsNum) LineCapSetter() argument
885 LineCapGetter(const jerry_value_t func, const jerry_value_t contex, const jerry_value_t args[], const jerry_length_t argsNum) LineCapGetter() argument
910 LineJoinSetter(const jerry_value_t func, const jerry_value_t contex, const jerry_value_t args[], const jerry_length_t argsNum) LineJoinSetter() argument
943 LineJoinGetter(const jerry_value_t func, const jerry_value_t contex, const jerry_value_t args[], const jerry_length_t argsNum) LineJoinGetter() argument
966 MiterLimitSetter(const jerry_value_t func, const jerry_value_t contex, const jerry_value_t args[], const jerry_length_t argsNum) MiterLimitSetter() argument
988 MiterLimitGetter(const jerry_value_t func, const jerry_value_t contex, const jerry_value_t args[], const jerry_length_t argsNum) MiterLimitGetter() argument
1007 LineDashOffsetSetter(const jerry_value_t func, const jerry_value_t contex, const jerry_value_t args[], const jerry_length_t argsNum) LineDashOffsetSetter() argument
1029 LineDashOffsetGetter(const jerry_value_t func, const jerry_value_t contex, const jerry_value_t args[], const jerry_length_t argsNum) LineDashOffsetGetter() argument
1047 GlobalAlphaSetter(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) GlobalAlphaSetter() argument
1070 GlobalAlphaGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) GlobalAlphaGetter() argument
1087 GlobalCompositeOperationSetter(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) GlobalCompositeOperationSetter() argument
1139 GlobalCompositeOperationGetter(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) GlobalCompositeOperationGetter() argument
1158 FillRect(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) FillRect() argument
1192 StrokeRect(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) StrokeRect() argument
1228 FillText(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) FillText() argument
1281 StrokeText(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) StrokeText() argument
1332 Rotate(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Rotate() argument
1356 Scale(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Scale() argument
1381 MeasureText(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) MeasureText() argument
1419 Translate(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Translate() argument
1445 Transform(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Transform() argument
1475 SetTransform(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) SetTransform() argument
1504 Save(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Save() argument
1523 Restore(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Restore() argument
1542 DrawCircle(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) DrawCircle() argument
1573 BeginPath(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) BeginPath() argument
1592 MoveTo(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) MoveTo() argument
1621 LineTo(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) LineTo() argument
1650 Rect(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Rect() argument
1681 CleanRect(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) CleanRect() argument
1713 Arc(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Arc() argument
1772 ClosePath(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) ClosePath() argument
1791 Stroke(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Stroke() argument
1810 CreateLInearGradient(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) CreateLInearGradient() argument
1837 CreateRadialGradient(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) CreateRadialGradient() argument
1867 AddColorStop(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) AddColorStop() argument
1905 CreatePattern(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) CreatePattern() argument
1959 Fill(const jerry_value_t func, const jerry_value_t dom, const jerry_value_t args[], const jerry_length_t argsNum) Fill() argument
1979 ParseImageName(const jerry_value_t args[], char*& imageName, int16_t &width, int16_t &height) ParseImageName() argument
2033 GetImageObjectParam(const jerry_value_t args[], int16_t &width, int16_t &height) GetImageObjectParam() argument
2045 DrawImage(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) DrawImage() argument
2092 SetLineDash(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) SetLineDash() argument
2156 GetLineDash(const jerry_value_t func, const jerry_value_t context, const jerry_value_t args[], const jerry_length_t argsNum) GetLineDash() argument
[all...]
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_da_btree.c84 struct xfs_da_args *args) in xfs_da_state_alloc()
89 state->args = args; in xfs_da_state_alloc()
90 state->mp = args->dp->i_mount; in xfs_da_state_alloc()
123 struct xfs_da_args *args) in xfs_da_state_reset()
127 state->args = args; in xfs_da_state_reset()
128 state->mp = state->args->dp->i_mount; in xfs_da_state_reset()
433 struct xfs_da_args *args, in xfs_da3_node_create()
440 struct xfs_trans *tp = args in xfs_da3_node_create()
83 xfs_da_state_alloc( struct xfs_da_args *args) xfs_da_state_alloc() argument
121 xfs_da_state_reset( struct xfs_da_state *state, struct xfs_da_args *args) xfs_da_state_reset() argument
432 xfs_da3_node_create( struct xfs_da_args *args, xfs_dablk_t blkno, int level, struct xfs_buf **bpp, int whichfork) xfs_da3_node_create() argument
657 struct xfs_da_args *args; xfs_da3_root_split() local
1188 struct xfs_da_args *args; xfs_da3_root_join() local
1592 struct xfs_da_args *args; xfs_da3_node_lookup_int() local
1812 struct xfs_da_args *args; xfs_da3_blk_link() local
1905 struct xfs_da_args *args; xfs_da3_blk_unlink() local
1986 struct xfs_da_args *args; xfs_da3_path_shift() local
2142 xfs_da_compname( struct xfs_da_args *args, const unsigned char *name, int len) xfs_da_compname() argument
2152 xfs_da_grow_inode_int( struct xfs_da_args *args, xfs_fileoff_t *bno, int count) xfs_da_grow_inode_int() argument
2239 xfs_da_grow_inode( struct xfs_da_args *args, xfs_dablk_t *new_blkno) xfs_da_grow_inode() argument
2264 xfs_da3_swap_lastblock( struct xfs_da_args *args, xfs_dablk_t *dead_blknop, struct xfs_buf **dead_bufp) xfs_da3_swap_lastblock() argument
2474 xfs_da_shrink_inode( struct xfs_da_args *args, xfs_dablk_t dead_blkno, struct xfs_buf *dead_buf) xfs_da_shrink_inode() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dpfunc_base.c51 if (args && args->count && !args->u[0].v) in macio_do_gpio_write()
72 if (args == NULL || args->count == 0 || args->u[0].p == NULL) in macio_do_gpio_read()
76 *args->u[0].p = ((value & mask) >> rshift) ^ xor; in macio_do_gpio_read()
160 if (args == NULL || args->count == 0 || args in macio_do_read_reg32()
[all...]
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dpfunc_base.c51 if (args && args->count && !args->u[0].v) in macio_do_gpio_write()
72 if (args == NULL || args->count == 0 || args->u[0].p == NULL) in macio_do_gpio_read()
76 *args->u[0].p = ((value & mask) >> rshift) ^ xor; in macio_do_gpio_read()
162 if (args == NULL || args->count == 0 || args in macio_do_read_reg32()
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H A Dnfs3acl.c51 struct nfs3_getaclargs args = { in nfs3_get_acl() local
60 .rpc_argp = &args, in nfs3_get_acl()
79 args.mask |= NFS_ACLCNT|NFS_ACL; in nfs3_get_acl()
81 args.mask |= NFS_DFACLCNT|NFS_DFACL; in nfs3_get_acl()
82 if (args.mask == 0) in nfs3_get_acl()
91 if (args.mask & NFS_ACL) in nfs3_get_acl()
93 if (args.mask & NFS_DFACL) in nfs3_get_acl()
100 for (count = 0; count < NFSACL_MAXPAGES && args.pages[count]; count++) in nfs3_get_acl()
101 __free_page(args.pages[count]); in nfs3_get_acl()
117 if ((args in nfs3_get_acl()
164 struct nfs3_setaclargs args = { __nfs3_proc_setacls() local
[all...]
/kernel/linux/linux-6.6/fs/nfs/
H A Dnfs3acl.c50 struct nfs3_getaclargs args = { in nfs3_get_acl() local
59 .rpc_argp = &args, in nfs3_get_acl()
81 args.mask |= NFS_ACLCNT|NFS_ACL; in nfs3_get_acl()
83 args.mask |= NFS_DFACLCNT|NFS_DFACL; in nfs3_get_acl()
84 if (args.mask == 0) in nfs3_get_acl()
93 if (args.mask & NFS_ACL) in nfs3_get_acl()
95 if (args.mask & NFS_DFACL) in nfs3_get_acl()
102 for (count = 0; count < NFSACL_MAXPAGES && args.pages[count]; count++) in nfs3_get_acl()
103 __free_page(args.pages[count]); in nfs3_get_acl()
120 if ((args in nfs3_get_acl()
167 struct nfs3_setaclargs args = { __nfs3_proc_setacls() local
[all...]
/third_party/icu/icu4c/source/python/icutools/databuilder/
H A D__main__.py125 def __init__(self, args):
127 self.max_parallel = (args.seqmode == "parallel")
130 self.include_uni_core_data = args.include_uni_core_data
137 if args.filter_file:
139 with open(args.filter_file, "r") as f:
140 print("Note: Applying filters from %s." % args.filter_file, file=sys.stderr)
143 print("Error: Could not read filter file %s." % args.filter_file, file=sys.stderr)
145 self.filter_dir = os.path.abspath(os.path.dirname(args.filter_file))
265 args = flag_parser.parse_args(argv)
266 config = Config(args)
[all...]
/third_party/libuv/test/
H A Drunner-unix.c89 char* args[16]; in process_start() local
103 args[n++] = "valgrind"; in process_start()
104 args[n++] = "--quiet"; in process_start()
105 args[n++] = "--leak-check=full"; in process_start()
106 args[n++] = "--show-reachable=yes"; in process_start()
107 args[n++] = "--error-exitcode=125"; in process_start()
110 args[n++] = executable_path; in process_start()
111 args[n++] = name; in process_start()
112 args[n++] = part; in process_start()
113 args[ in process_start()
204 dowait_args* args = data; dowait() local
241 dowait_args args; process_wait() local
[all...]

Completed in 20 milliseconds

1...<<21222324252627282930>>...469