Home
last modified time | relevance | path

Searched full:param (Results 5026 - 5050 of 15464) sorted by relevance

1...<<201202203204205206207208209210>>...619

/third_party/typescript/tests/cases/fourslash/
H A DcodeFixInferFromUsageNoTruncation.ts3 ////function foo(param) {
48 //// } = param;
55 `function foo(param: { a: { a_1: string; a_2: { a_2_1: string; }; }; b: { b_1: string; b_2: string; b_3: string; }; c: { c_1: string; c_2: string; c_3: string; c_4: { c_4_1: { c_4_1_1: { c_4_1_1_1: { c_4_1_1_1_1: string; c_4_1_1_1_2: string; c_4_1_1_1_3: string; }; }; }; }; }; d: { d_1: { d_1_1: { d_1_1_1: string; }; d_1_2: { d_1_2_1: string; }; d_1_3: { d_1_3_1: string; d_1_3_2: string; }; }; d_2: string; d_3: string; }; }) {
100 } = param;
/third_party/alsa-lib/src/pcm/
H A Dpcm_file.c880 * \param pcmp Returns created PCM handle
881 * \param name Name of PCM
882 * \param fname Output filename (or NULL if file descriptor fd is available)
883 * \param fd Output file descriptor
884 * \param ifname Input filename (or NULL if file descriptor ifd is available)
885 * \param ifd Input file descriptor (if (ifd < 0) && (ifname == NULL), no input
887 * \param trunc Truncate the file if it already exists
888 * \param fmt File format ("raw" or "wav" are available)
889 * \param perm File permission
890 * \param slav
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dmeasunit_extra.cpp158 * @param quantitiesTrieData The data for constructing a quantitiesTrie,
161 * @param out Array of char* to which pointers to the simple unit
163 * @param outCategories Array of int32_t to which category indexes will be
167 * @param outSize The size of `out` and `outCategories`.
168 * @param trieBuilder The trie builder to which the simple unit identifier
170 * @param trieValueOffset This is added to the index of the identifier in
182 * @param key The key of the resource passed to `value`: the second
184 * @param value Should be a ResourceTable value, if
186 * @param noFallback Ignored.
187 * @param statu
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dblend.c272 * \param sfactor source factor operator.
273 * \param dfactor destination factor operator.
309 * \param sfactorRGB RGB source factor operator.
310 * \param dfactorRGB RGB destination factor operator.
311 * \param sfactorA alpha source factor operator.
312 * \param dfactorA alpha destination factor operator.
785 * \param red red color component.
786 * \param green green color component.
787 * \param blue blue color component.
788 * \param alph
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dmeasunit_extra.cpp158 * @param quantitiesTrieData The data for constructing a quantitiesTrie,
161 * @param out Array of char* to which pointers to the simple unit
163 * @param outCategories Array of int32_t to which category indexes will be
167 * @param outSize The size of `out` and `outCategories`.
168 * @param trieBuilder The trie builder to which the simple unit identifier
170 * @param trieValueOffset This is added to the index of the identifier in
182 * @param key The key of the resource passed to `value`: the second
184 * @param value Should be a ResourceTable value, if
186 * @param noFallback Ignored.
187 * @param statu
[all...]
/third_party/ltp/utils/sctp/func_tests/
H A Dtest_sockopt.c786 /* Verify that the get param matches set param. */ in main()
798 /* Verify that the get param matches set param. */ in main()
884 /* Verify that the get param matches the set param. */ in main()
903 /* Verify that the get param matches the socket-wide set param. */ in main()
925 /* Verify that the get param matches the association's set param in main()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dmeasunit_extra.cpp159 * @param quantitiesTrieData The data for constructing a quantitiesTrie,
162 * @param out Array of char* to which pointers to the simple unit
164 * @param outCategories Array of int32_t to which category indexes will be
168 * @param outSize The size of `out` and `outCategories`.
169 * @param trieBuilder The trie builder to which the simple unit identifier
171 * @param trieValueOffset This is added to the index of the identifier in
183 * @param key The key of the resource passed to `value`: the second
185 * @param value Should be a ResourceTable value, if
187 * @param noFallback Ignored.
188 * @param statu
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DStringRef.h204 /// \param Other the string to compare this string against.
206 /// \param AllowReplacements whether to allow character
211 /// \param MaxEditDistance If non-zero, the maximum edit distance that
578 /// \param Start The index of the starting character in the substring; if
582 /// \param N The number of characters to included in the substring. If N
688 /// \param Start The index of the starting character in the substring; if
692 /// \param End The index following the last character to include in the
713 /// \param Separator The character to split on.
731 /// \param Separator - The string to split on.
751 /// \param
[all...]
/third_party/protobuf/js/binary/
H A Ddecoder.js58 * @param {jspb.ByteSource=} opt_bytes The bytes we're reading from.
59 * @param {number=} opt_start The optional offset to start reading at.
60 * @param {number=} opt_length The optional length of the block to read -
112 * @param {jspb.ByteSource=} opt_bytes The bytes we're reading from.
113 * @param {number=} opt_start The optional offset to start reading at.
114 * @param {number=} opt_length The optional length of the block to read -
175 * @param {!jspb.ByteSource} data The bytes we're reading from.
176 * @param {number=} opt_start The optional offset to start reading at.
177 * @param {number=} opt_length The optional length of the block to read -
199 * @param {numbe
[all...]
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrCode.java62 * @param text the text to be encoded (not {@code null}), which can be any Unicode string
63 * @param ecl the error correction level to use (not {@code null}) (boostable)
82 * @param data the binary data to encode (not {@code null})
83 * @param ecl the error correction level to use (not {@code null}) (boostable)
107 * @param segs the segments to encode
108 * @param ecl the error correction level to use (not {@code null}) (boostable)
130 * @param segs the segments to encode
131 * @param ecl the error correction level to use (not {@code null}) (boostable)
132 * @param minVersion the minimum allowed version of the QR Code (at least 1)
133 * @param maxVersio
[all...]
/third_party/python/Lib/xmlrpc/
H A Dclient.py196 # @param url The target URL.
197 # @param errcode The HTTP error code.
198 # @param errmsg The HTTP error message.
199 # @param headers The HTTP header dictionary.
230 # @param faultCode The XML-RPC fault code.
231 # @param faultString The XML-RPC fault string.
261 # @param value The time, given as a datetime object, an ISO 8601 string,
391 # @param data An 8-bit string containing arbitrary data.
468 # @param encoding Default encoding for 8-bit strings. The default
513 write("<param>\
[all...]
/base/customization/enterprise_device_management/common/native/src/plugin_utils/
H A Dmessage_parcel_utils.cpp244 void MessageParcelUtils::WriteOperateDeviceParam(const OperateDeviceParam &param, MessageParcel &data) in WriteOperateDeviceParam() argument
246 data.WriteString(param.operate); in WriteOperateDeviceParam()
247 data.WriteString(param.addition); in WriteOperateDeviceParam()
248 data.WriteInt32(param.userId); in WriteOperateDeviceParam()
251 void MessageParcelUtils::ReadOperateDeviceParam(MessageParcel &data, OperateDeviceParam &param) in ReadOperateDeviceParam() argument
253 param.operate = data.ReadString(); in ReadOperateDeviceParam()
254 param.addition = data.ReadString(); in ReadOperateDeviceParam()
255 param.userId = data.ReadInt32(); in ReadOperateDeviceParam()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/
H A Dcompatible_auth_sub_session.c47 LOGW("Failed to get auth param list!"); in CreateClientAuthSubSessionInner()
128 LOGE("Failed to get param in session!"); in ProcessClientAuthTaskInner()
150 LOGE("Failed to add device level to auth param!"); in ProcessDeviceLevel()
158 LOGE("Failed to get param in session!"); in ProcessClientAuthTask()
201 LOGE("Failed to get param in session!"); in CreateAndProcessClientAuthTask()
244 LOGE("Failed to get param in session!"); in ProcessServerAuthTask()
319 LOGE("Failed to add auth param for server!"); in CreateServerAuthSubSession()
381 LOGE("The json param in session is null!"); in DestroyCompatibleAuthSubSession()
/base/security/selinux_adapter/scripts/
H A Dbuild_contexts.py57 :param search_dir: path to search
58 :param file_suffix: postfix of file name
81 :param contexts_file: list of te file
159 :param args:
160 :param contexts_file: path of contexts file
213 :param args:
214 :param contexts_file: path of contexts file
215 :param domain: true for domain, false for type
/base/telephony/core_service/utils/common/include/
H A Denum_convert.h380 * @param value
388 * @param state Indicates the state of SIM.
396 * @param state Indicates the state of call.
404 * @param type Indicates the type of SIM card.
412 * @param state Indicates the state of cellular data connection.
420 * @param flowData Indicates the cellular data flow type.
428 * @param type Indicates the radio access technology.
436 * @param reason Indicates the the SIM lock reason.
/base/useriam/user_auth_framework/services/context/src/
H A Dremote_auth_invoker_context.cpp90 RemoteAuthInvokerContextParam param, std::shared_ptr<ContextCallback> callback) in RemoteAuthInvokerContext()
93 connectionName_(param.connectionName), in RemoteAuthInvokerContext()
94 verifierNetworkId_(param.verifierNetworkId), in RemoteAuthInvokerContext()
95 collectorNetworkId_(param.collectorNetworkId), in RemoteAuthInvokerContext()
96 tokenId_(param.tokenId), in RemoteAuthInvokerContext()
97 collectorTokenId_(param.collectorTokenId), in RemoteAuthInvokerContext()
98 callerName_(param.callerName), in RemoteAuthInvokerContext()
99 callerType_(param.callerType), in RemoteAuthInvokerContext()
89 RemoteAuthInvokerContext(uint64_t contextId, AuthParamInner authParam, RemoteAuthInvokerContextParam param, std::shared_ptr<ContextCallback> callback) RemoteAuthInvokerContext() argument
/third_party/ffmpeg/libavcodec/
H A Dfitsdec.c51 * @param ptr8 pointer to the data
52 * @param header pointer to the header
53 * @param end pointer to end of packet
99 * @param avctx AVCodec context
100 * @param ptr pointer to pointer to the data
101 * @param header pointer to the FITSHeader
102 * @param end pointer to end of packet
103 * @param metadata pointer to pointer to AVDictionary to store metadata
H A Dlibxavs2.c36 err = cae->api->opt_set2(cae->param, name, opt_str); \
57 xavs2_param_t *param; member
77 cae->param = cae->api->opt_alloc(); in xavs2_init()
78 if (!cae->param) { in xavs2_init()
118 cae->encoder = cae->api->encoder_create(cae->param); in xavs2_init()
189 const int shift_in = atoi(cae->api->opt_get(cae->param, "SampleShift")); in xavs2_encode_frame()
253 if (cae->param) { in xavs2_close()
254 cae->api->opt_destroy(cae->param); in xavs2_close()
/third_party/ffmpeg/libavutil/
H A Davutil.h288 * @param[in] pict_type the picture type @return a single character
317 * @param elsize size in bytes of each list element (only 1, 2, 4 or 8)
318 * @param term list terminator (usually 0 or -1)
319 * @param list pointer to the list
328 * @param term list terminator (usually 0 or -1)
329 * @param list pointer to the list
361 * @param buf a buffer with size in bytes of at least AV_FOURCC_MAX_STRING_SIZE
362 * @param fourcc the fourcc to represent
/third_party/glslang/Test/baseResults/
H A Dhlsl.struct.split.trivial.vert.out123 Name 39 "param"
124 Name 41 "param"
149 39(param): 9(ptr) Variable Function
150 41(param): 10(ptr) Variable Function
157 Store 39(param) 40
159 Store 41(param) 42
160 43:11(VS_OUTPUT) FunctionCall 15(@main(struct-VS_INPUT-vf41;vf4;) 39(param) 41(param)
H A Dhlsl.staticMemberFunction.frag.out137 Name 37 "param"
138 Name 42 "param"
183 37(param): 8(ptr) Variable Function
184 42(param): 14(ptr) Variable Function
186 Store 37(param) 36
187 38: 7(fvec4) FunctionCall 11(Test::staticMemFun(vf4;) 37(param)
191 Store 42(param) 41
192 43: 13(int) FunctionCall 17(Test::staticMemFun(i1;) 42(param)
H A Dhlsl.staticFuncInit.frag.out150 Name 44 "param"
151 Name 47 "param"
202 44(param): 10(ptr) Variable Function
203 47(param): 10(ptr) Variable Function
209 Store 44(param) 43
210 45: 6(float) FunctionCall 13(f2(f1;) 44(param)
213 Store 47(param) 48
214 49: 6(float) FunctionCall 13(f2(f1;) 47(param)
/third_party/cmsis/CMSIS/Core/Include/m-profile/
H A Darmv7m_cachel1.h110 \param[in] addr address
111 \param[in] isize size of memory block (in number of bytes)
353 \param[in] addr address
354 \param[in] dsize size of memory block (in number of bytes)
383 \param[in] addr address
384 \param[in] dsize size of memory block (in number of bytes)
413 \param[in] addr address (aligned to 32-byte boundary)
414 \param[in] dsize size of memory block (in number of bytes)
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DRelativeDateFormat.java54 * @param timeStyle The time style for the date and time.
55 * @param dateStyle The date style for the date and time.
56 * @param locale The locale for the date.
57 * @param cal The calendar to be used
232 * @param day day offset ( -1, 0, 1, etc.. ). Does not require sorting by offset.
319 * @param zone Zone to be adopted, or NULL for TimeZone::createDefault().
320 * @param locale Locale of the calendar
321 * @param status Error code
H A DTextTrieMap.java36 * @param ignoreCase true to use simple case insensitive match
45 * @param text The text.
46 * @param val The value object associated with the text.
58 * @param text The text to be matched with prefixes.
72 * @param text The text to be matched with prefixes.
73 * @param start The start index of of the text
205 * @param matchLength Matched key's length
206 * @param values An iterator of the objects associated with the matched key

Completed in 29 milliseconds

1...<<201202203204205206207208209210>>...619