Home
last modified time | relevance | path

Searched full:args (Results 1 – 25 of 6609) sorted by relevance

12345678910>>...265

/third_party/mesa3d/src/amd/vulkan/
Dradv_shader_args.c42 set_loc_shader(struct radv_shader_args *args, int idx, uint8_t *sgpr_idx, uint8_t num_sgprs) in set_loc_shader() argument
44 struct radv_userdata_info *ud_info = &args->user_sgprs_locs.shader_data[idx]; in set_loc_shader()
51 set_loc_shader_ptr(struct radv_shader_args *args, int idx, uint8_t *sgpr_idx) in set_loc_shader_ptr() argument
57 set_loc_shader(args, idx, sgpr_idx, use_32bit_pointers ? 1 : 2); in set_loc_shader_ptr()
61 set_loc_desc(struct radv_shader_args *args, int idx, uint8_t *sgpr_idx) in set_loc_desc() argument
63 struct radv_userdata_locations *locs = &args->user_sgprs_locs; in set_loc_desc()
153 struct radv_shader_args *args, gl_shader_stage stage, bool has_previous_stage, in allocate_user_sgprs() argument
177 user_sgpr_count += args->load_grid_size_from_user_sgpr ? 3 : 2; in allocate_user_sgprs()
191 if (!args->is_gs_copy_shader) in allocate_user_sgprs()
248 struct radv_shader_args *args) in declare_global_input_sgprs() argument
[all …]
/third_party/node/src/
Dnode_wasi.cc16 template <typename... Args>
17 inline void Debug(WASI* wasi, Args&&... args) { in Debug() argument
18 Debug(wasi->env(), DebugCategory::WASI, std::forward<Args>(args)...); in Debug()
25 THROW_ERR_WASI_NOT_STARTED(Environment::GetCurrent(args)); \
30 #define RETURN_IF_BAD_ARG_COUNT(args, expected) \ argument
32 if ((args).Length() != (expected)) { \
33 (args).GetReturnValue().Set(UVWASI_EINVAL); \
38 #define CHECK_TO_TYPE_OR_RETURN(args, input, type, result) \ argument
41 (args).GetReturnValue().Set(UVWASI_EINVAL); \
47 #define UNWRAP_BIGINT_OR_RETURN(args, input, type, result) \ argument
[all …]
/third_party/jsframework/runtime/main/extend/systemplugin/
Dnet.js21 connect: function (...args) { argument
24 const len = args.length
25 if (typeof args[len - 1] === 'function') {
26 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramBooleanMock);
33 send: function (...args) { argument
36 const len = args.length
37 if (typeof args[len - 1] === 'function') {
38 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramBooleanMock);
45 close: function (...args) { argument
48 const len = args.length
[all …]
Dability.js42 getColumnIndex: function (...args) { argument
47 getColumnName: function (...args) { argument
52 goTo: function (...args) { argument
57 goToRow: function (...args) { argument
62 goToLastRow: function (...args) { argument
67 goToFirstRow: function (...args) { argument
72 goToNextRow: function (...args) { argument
77 goToPreviousRow: function (...args) { argument
82 getBlob: function (...args) { argument
87 getString: function (...args) { argument
[all …]
Dmultimedia.js30 readPixelsToBuffer: function (...args) { argument
33 const len = args.length
34 if (typeof args[len - 1] === 'function') {
35 args[len - 1].call(this, paramMock.businessErrorMock);
42 readPixels: function (...args) { argument
45 const len = args.length
46 if (typeof args[len - 1] === 'function') {
47 args[len - 1].call(this, paramMock.businessErrorMock);
54 writePixels: function (...args) { argument
57 const len = args.length
[all …]
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Ddtv.js455 addTask: function (...args) { argument
458 const len = args.length
459 if (typeof args[len - 1] === 'function') {
460 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramNumberMock);
467 clearAllTasks: function (...args) { argument
470 const len = args.length
471 if (typeof args[len - 1] === 'function') {
472 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramNumberMock);
479 createTask: function (...args) { argument
482 const len = args.length
[all …]
Dtv.js288 getMute: function (...args) { argument
291 const len = args.length
292 if (typeof args[len - 1] === 'function') {
293 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramBooleanMock);
300 setMute: function (...args) { argument
303 const len = args.length
304 if (typeof args[len - 1] === 'function') {
305 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramNumberMock);
312 setUsrAudioMute: function (...args) { argument
315 const len = args.length
[all …]
Dohos_multimedia_camera.js26 getCameraManager: function (...args) { argument
29 const len = args.length;
30 if (typeof args[len - 1] === 'function') {
31 args[len - 1].call(this, paramMock.businessErrorMock, CameraManager);
38 createCaptureSession: function (...args) { argument
41 const len = args.length;
42 if (typeof args[len - 1] === 'function') {
43 args[len - 1].call(this, paramMock.businessErrorMock, CaptureSession);
50 createPreviewOutput: function (...args) { argument
53 const len = args.length;
[all …]
Dohos_multimedia_av_session.js72 setAVMetadata: function (...args) { argument
75 const len = args.length
76 if (typeof args[len - 1] === 'function') {
77 args[len - 1].call(this, paramMock.businessErrorMock);
84 setAVPlaybackState: function (...args) { argument
87 const len = args.length
88 if (typeof args[len - 1] === 'function') {
89 args[len - 1].call(this, paramMock.businessErrorMock);
96 setLaunchAbility: function (...args) { argument
99 const len = args.length
[all …]
Dohos_multimedia_audio.js113 getCapturerInfo: function (...args) { argument
116 const len = args.length
117 if (typeof args[len - 1] === 'function') {
118 args[len - 1].call(this, paramMock.businessErrorMock, AudioCapturerInfo);
125 getStreamInfo: function (...args) { argument
128 const len = args.length
129 if (typeof args[len - 1] === 'function') {
130 args[len - 1].call(this, paramMock.businessErrorMock, AudioStreamInfo);
137 start: function (...args) { argument
140 const len = args.length
[all …]
Dohos_inputmethodengine.js49 setDisplayMode: function (...args) { argument
52 const len = args.length
53 if (typeof args[len - 1] === 'function') {
54 args[len - 1].call(this, paramMock.businessErrorMock);
61 getDisplayMode: function (...args) { argument
64 const len = args.length
65 if (typeof args[len - 1] === 'function') {
66 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramNumberMock);
73 hideKeyboard: function (...args) { argument
76 const len = args.length
[all …]
Dohos_window.js139 animationForShown : function(...args) { argument
143 animationForHidden : function(...args) { argument
151 completeTransition : function(...args) { argument
165 getMainWindow: function(...args) { argument
168 const len = args.length
169 if (typeof args[len - 1] === 'function') {
170 args[len - 1].call(this, paramMock.businessErrorMock, Window)
177 createSubWindow: function(...args) { argument
180 const len = args.length
181 if (typeof args[len - 1] === 'function') {
[all …]
Dohos_account_appAccount.js51 addAccount: function (...args) { argument
54 const len = args.length
55 if (len > 0 && typeof args[len - 1] === 'function') {
56 args[len - 1].call(this, paramMock.businessErrorMock);
63 addAccountImplicitly: function (...args) { argument
66 const len = args.length
67 if (len > 0 && typeof args[len - 1] === 'function') {
68 args[len - 1].call(this, paramMock.businessErrorMock, AuthenticatorCallbackMock);
71 deleteAccount: function (...args) { argument
74 const len = args.length
[all …]
Dohos_telephony_call.js205 dial: function (...args) { argument
208 const len = args.length
209 if (typeof args[len - 1] === 'function') {
210 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramBooleanMock);
217 makeCall: function (...args) { argument
220 const len = args.length
221 if (typeof args[len - 1] === 'function') {
222 args[len - 1].call(this, paramMock.businessErrorMock);
229 hasCall: function (...args) { argument
232 const len = args.length
[all …]
Dohos_telephony_sim.js101 isSimActive: function (...args) { argument
104 const len = args.length
105 if (typeof args[len - 1] === 'function') {
106 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramBooleanMock);
113 getDefaultVoiceSlotId: function (...args) { argument
116 const len = args.length
117 if (typeof args[len - 1] === 'function') {
118 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramNumberMock);
125 hasOperatorPrivileges: function (...args) { argument
128 const len = args.length
[all …]
Dohos_geolocation.js70 on: function (...args) { argument
73 const len = args.length;
74 if (typeof args[len - 1] === 'function') {
75 if (args[0] == 'locationChange') {
76 args[len - 1].call(this, Location);
77 } else if (args[0] == 'locationServiceState') {
78 args[len - 1].call(this, paramMock.paramBooleanMock);
79 } else if (args[0] == 'cachedGnssLocationsReporting') {
80 args[len - 1].call(this, [Location]);
81 } else if (args[0] == 'gnssStatusChange') {
[all …]
Dohos_net_socket.js39 bind: function (...args) { argument
42 const len = args.length
43 if (typeof args[len - 1] === 'function') {
44 args[len - 1].call(this, paramMock.businessErrorMock)
51 send: function (...args) { argument
54 const len = args.length
55 if (typeof args[len - 1] === 'function') {
56 args[len - 1].call(this, paramMock.businessErrorMock)
63 close: function (...args) { argument
66 const len = args.length
[all …]
Dohos_data_distributedData.js23 this.toJsonString = function (...args) { argument
32 constructor(...args) { argument
36 this.appendChild = function (...args) { argument
42 this.toJson = function (...args) { argument
54 this.reset = function (...args) { argument
60 this.equalTo = function (...args) { argument
66 this.notEqualTo = function (...args) { argument
72 this.greaterThan = function (...args) { argument
78 this.lessThan = function (...args) { argument
84 this.greaterThanOrEqualTo = function (...args) { argument
[all …]
Dohos_account_osAccount.js78 activateOsAccount: function (...args) { argument
81 const len = args.length
82 if (len > 0 && typeof args[len - 1] === 'function') {
83 args[len - 1].call(this, paramMock.businessErrorMock);
90 isMultiOsAccountEnable: function (...args) { argument
93 const len = args.length
94 if (len > 0 && typeof args[len - 1] === 'function') {
95 args[len - 1].call(this, paramMock.businessErrorMock, paramMock.paramBooleanMock);
102 isOsAccountActived: function (...args) { argument
105 const len = args.length
[all …]
/third_party/alsa-lib/src/conf/cards/
DHDA-Intel.conf8 @args [ CARD ]
9 @args.CARD {
33 @args [ CARD ]
34 @args.CARD {
88 @args [ CARD AES0 AES1 AES2 AES3 ]
89 @args.CARD {
92 @args.AES0 {
95 @args.AES1 {
98 @args.AES2 {
101 @args.AES3 {
[all …]
/third_party/python/Objects/clinic/
Dcodeobject.c.h22 code_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in code_new() argument
46 if (!_PyArg_CheckPositional("code", PyTuple_GET_SIZE(args), 14, 16)) { in code_new()
49 argcount = _PyLong_AsInt(PyTuple_GET_ITEM(args, 0)); in code_new()
53 posonlyargcount = _PyLong_AsInt(PyTuple_GET_ITEM(args, 1)); in code_new()
57 kwonlyargcount = _PyLong_AsInt(PyTuple_GET_ITEM(args, 2)); in code_new()
61 nlocals = _PyLong_AsInt(PyTuple_GET_ITEM(args, 3)); in code_new()
65 stacksize = _PyLong_AsInt(PyTuple_GET_ITEM(args, 4)); in code_new()
69 flags = _PyLong_AsInt(PyTuple_GET_ITEM(args, 5)); in code_new()
73 if (!PyBytes_Check(PyTuple_GET_ITEM(args, 6))) { in code_new()
74 _PyArg_BadArgument("code", "argument 7", "bytes", PyTuple_GET_ITEM(args, 6)); in code_new()
[all …]
/third_party/flutter/skia/tools/calmbench/
Dcalmbench.py59 'nanobench args (example: --svgs ~/Desktop/bots/svgs --skps '
111 # Additional args for bots
116 args = parser.parse_args()
117 if not args.basearg:
118 args.basearg = args.extraarg
120 return args
123 def nano_path(args, branch): argument
124 return args.writedir + '/nanobench_' + branch
127 def compile_branch(args, branch): argument
128 print "Compiling branch %s" % args.branch
[all …]
/third_party/typescript/tests/baselines/reference/
DreadonlyRestParameters.types15 >f1 : (...args: readonly string[]) => void
26 function f1(...args: readonly string[]) {
27 >f1 : (...args: readonly string[]) => void
28 >args : readonly string[]
30 f0(...args); // Error
31 >f0(...args) : void
33 >...args : string
34 >args : readonly string[]
38 >f1 : (...args: readonly string[]) => void
42 f1('abc', ...args);
[all …]
/third_party/flutter/engine/flutter/tools/
Dgn13 def get_out_dir(args): argument
14 if args.target_os is not None:
15 target_dir = [args.target_os]
19 runtime_mode = args.runtime_mode
20 if args.dynamic and runtime_mode in ['profile', 'release']:
23 target_dir.append(args.runtime_mode)
25 if args.simulator:
28 if args.unoptimized:
31 if args.target_os != 'ios' and args.interpreter:
34 if args.android_cpu != 'arm':
[all …]
/third_party/skia/tools/calmbench/
Dcalmbench.py61 'nanobench args (example: --svgs ~/Desktop/bots/svgs --skps '
113 # Additional args for bots
118 args = parser.parse_args()
119 if not args.basearg:
120 args.basearg = args.extraarg
122 return args
125 def nano_path(args, branch): argument
126 return args.writedir + '/nanobench_' + branch
129 def compile_branch(args, branch): argument
130 print("Compiling branch %s" % args.branch)
[all …]

12345678910>>...265