Home
last modified time | relevance | path

Searched full:param (Results 8601 - 8625 of 22888) sorted by relevance

1...<<341342343344345346347348349350>>...916

/third_party/icu/icu4c/source/common/
H A Dputilimp.h322 * @param x the double number
333 * @param a The first operand.
334 * @param b The second operand.
335 * @param res a + b
346 * @param a The first multiplicand.
347 * @param b The second multiplicand.
348 * @param res a * b
358 * @param x the double number
465 * @param path Pathname to test
473 * @param voi
[all...]
H A Dunifiedcache.h63 * @param creationContext the context in which the object is being
65 * @param status Implementations can return a failure here.
212 * @param key the cache key.
213 * @param creationContext passed verbatim to createObject method of key
214 * @param ptr On entry, ptr must be NULL or be included if
220 * @param status Any error returned here. May be set to a
258 * @param loc the locale
259 * @param ptr On entry, must be NULL or included in the ref count
264 * @param status Any error returned here. May be set to a
367 * @param al
[all...]
/third_party/alsa-lib/include/
H A Dcontrol.h456 * \param ptr returned pointer
488 * \param ptr Pointer to a snd_ctl_elem_value_t pointer. The address
508 * \param ptr returned pointer
526 * \param ptr Pointer to allocated memory.
548 * \param ptr returned pointer
637 * \param ptr Pointer to a snd_ctl_elem_value_t pointer. The address
707 * \param e1 First element
708 * \param e2 Second element
717 * \param hctl HCTL handle
718 * \param mas
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTrieIterator.java97 * @param trie to be used
119 * @param element return result
166 * @param value a value from the trie
178 * @param element return result object
179 * @param start codepoint of range
180 * @param limit (end + 1) codepoint of range
181 * @param value common value of range
198 * @param element return result object
258 * @param element return result object
359 * @param currentValu
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DNumberFormatterSettings.java83 * @param notation
136 * @param unit
165 * @param perUnit
198 * @param precision
221 * @param roundingMode
252 * @param strategy
279 * @param style
322 * @param symbols
356 * @param ns
384 * @param styl
[all...]
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerDriver.cpp105 static const char *FlagValue(const char *Param, const char *Name) { in FlagValue() argument
107 if (Param[0] == '-' && strstr(Param + 1, Name) == Param + 1 && in FlagValue()
108 Param[Len + 1] == '=') in FlagValue()
109 return &Param[Len + 2]; in FlagValue()
130 static bool ParseOneFlag(const char *Param) { in ParseOneFlag() argument
131 if (Param[0] != '-') return false; in ParseOneFlag()
132 if (Param[1] == '-') { in ParseOneFlag()
139 if (FlagValue(Param in ParseOneFlag()
[all...]
/third_party/mesa3d/src/freedreno/isa/
H A Dir3-cat3.xml138 <param name="HALF"/>
139 <param name="IMMED_ENCODING"/>
146 <param name="HALF"/>
147 <param name="IMMED_ENCODING"/>
184 <param name="HALF"/>
185 <param name="IMMED_ENCODING"/>
192 <param name="HALF"/>
193 <param name="IMMED_ENCODING"/>
351 <param name="HALF"/>
358 <param nam
[all...]
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_screen.c102 .param = feature, in v3d_has_feature()
113 v3d_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param) in v3d_screen_get_param() argument
117 switch (param) { in v3d_screen_get_param()
307 return u_pipe_screen_get_param_defaults(pscreen, param); in v3d_screen_get_param()
312 v3d_screen_get_paramf(struct pipe_screen *pscreen, enum pipe_capf param) in v3d_screen_get_paramf() argument
314 switch (param) { in v3d_screen_get_paramf()
343 fprintf(stderr, "unknown paramf %d\n", param); in v3d_screen_get_paramf()
350 enum pipe_shader_cap param) in v3d_screen_get_shader_param()
371 switch (param) { in v3d_screen_get_shader_param()
472 fprintf(stderr, "unknown shader param in v3d_screen_get_shader_param()
349 v3d_screen_get_shader_param(struct pipe_screen *pscreen, unsigned shader, enum pipe_shader_cap param) v3d_screen_get_shader_param() argument
479 v3d_get_compute_param(struct pipe_screen *pscreen, enum pipe_shader_ir ir_type, enum pipe_compute_cap param, void *ret) v3d_get_compute_param() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dunifiedcache.h63 * @param creationContext the context in which the object is being
65 * @param status Implementations can return a failure here.
212 * @param key the cache key.
213 * @param creationContext passed verbatim to createObject method of key
214 * @param ptr On entry, ptr must be nullptr or be included if
220 * @param status Any error returned here. May be set to a
258 * @param loc the locale
259 * @param ptr On entry, must be nullptr or included in the ref count
264 * @param status Any error returned here. May be set to a
367 * @param al
[all...]
H A Dputilimp.h322 * @param x the double number
333 * @param a The first operand.
334 * @param b The second operand.
335 * @param res a + b
346 * @param a The first multiplicand.
347 * @param b The second multiplicand.
348 * @param res a * b
358 * @param x the double number
465 * @param path Pathname to test
473 * @param voi
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_screen.c51 nv30_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param) in nv30_screen_get_param() argument
57 switch (param) { in nv30_screen_get_param()
281 return u_pipe_screen_get_param_defaults(pscreen, param); in nv30_screen_get_param()
286 nv30_screen_get_paramf(struct pipe_screen *pscreen, enum pipe_capf param) in nv30_screen_get_paramf() argument
291 switch (param) { in nv30_screen_get_paramf()
315 debug_printf("unknown paramf %d\n", param); in nv30_screen_get_paramf()
323 enum pipe_shader_cap param) in nv30_screen_get_shader_param()
330 switch (param) { in nv30_screen_get_shader_param()
379 debug_printf("unknown vertex shader param %d\n", param); in nv30_screen_get_shader_param()
321 nv30_screen_get_shader_param(struct pipe_screen *pscreen, enum pipe_shader_type shader, enum pipe_shader_cap param) nv30_screen_get_shader_param() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_inlines.h324 * \param bind bitmask of PIPE_BIND_x flags
325 * \param usage a PIPE_USAGE_x value
371 * \param offset start of region, in bytes
372 * \param length size of region, in bytes
373 * \param access bitmask of PIPE_MAP_x flags
374 * \param transfer returns a transfer object
404 * \param access bitmask of PIPE_MAP_x flags
405 * \param transfer returns a transfer object
498 * \param bind bitmask of PIPE_BIND_x flags
499 * \param usag
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dcompute_memory_pool.c94 * \param pool The pool to be initialized.
95 * \param initial_size_in_dw The initial size.
191 * \param device_to_host 1 for device->host, 0 for host->device
320 * \param pool The pool to be defragmented
321 * \param src The origin resource
322 * \param dst The destination resource
351 * \param item The item that will be promoted.
401 * \param item The item that will be demoted
462 * \param item The item that will be moved
463 * \param new_start_in_d
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineCombiner.cpp158 /// \param InsInstrs is a vector of machine instructions
159 /// \param InstrIdxForVirtReg is a dense map of virtual register to index
161 /// \param BlockTrace is a trace of machine instructions
217 /// \param Root is a machine instruction that could be replaced by NewRoot.
220 /// \param NewRoot is the instruction for which the latency is computed
221 /// \param BlockTrace is a trace of machine instructions
431 /// \param MBB basic block to insert instructions in
432 /// \param MI current machine instruction
433 /// \param InsInstrs new instructions to insert in \p MBB
434 /// \param DelInstr
[all...]
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
H A DDrawCallPerf.cpp121 // Baseline param in MakeParam()
139 DrawCallParamForTest(const AdapterTestParam& backendParam, DrawCallParam param) in DrawCallParamForTest()
140 : AdapterTestParam(backendParam), param(param) { in DrawCallParamForTest()
142 DrawCallParam param; member
148 const DrawCallParam& param = testParams.param; in operator <<() local
150 switch (param.pipelineType) { in operator <<()
161 switch (param.vertexBufferType) { in operator <<()
171 switch (param in operator <<()
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.h74 // @param cmap_id the id of the cmap
340 // @param startCount the startCount to set
344 // @param endcount the endCount to set
348 // @param idDelta the idDelta to set
352 // @param idRangeOffset the idRangeOffset to set
425 // @param segment the cmap segment
426 // @param startCode the start code for the segment
427 // @param character the character to be looked up
439 // @param segment the segment in the lookup table
443 // @param segmen
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dputilimp.h322 * @param x the double number
333 * @param a The first operand.
334 * @param b The second operand.
335 * @param res a + b
346 * @param a The first multiplicand.
347 * @param b The second multiplicand.
348 * @param res a * b
358 * @param x the double number
465 * @param path Pathname to test
473 * @param voi
[all...]
H A Dunifiedcache.h68 * @param creationContext the context in which the object is being
70 * @param status Implementations can return a failure here.
212 * @param key the cache key.
213 * @param creationContext passed verbatim to createObject method of key
214 * @param ptr On entry, ptr must be NULL or be included if
220 * @param status Any error returned here. May be set to a
258 * @param loc the locale
259 * @param ptr On entry, must be NULL or included in the ref count
264 * @param status Any error returned here. May be set to a
367 * @param al
[all...]
/foundation/multimedia/audio_framework/frameworks/js/napi/audiomanager/test/unittest/group_manager_test/
H A DAudioGroupManagerJsUnitTest.js454 * @tc.desc:verify getVolumeSync get volume fail(401) - Invalid param count : 0
473 * @tc.desc:verify getVolumeSync get volume fail(401) - Invalid param type : "Invalid type"
492 * @tc.desc:verify getVolumeSync get volume fail(6800101) - Invalid param value : 10000
664 * @tc.desc:verify getMinVolumeSync get min volume fail(401) - Invalid param count : 0
683 * @tc.desc:verify getMinVolumeSync get volume fail(401) - Invalid param type : "Invalid type"
702 * @tc.desc:verify getMinVolumeSync get min volume fail(6800101) - Invalid param value : 10000
874 * @tc.desc:verify getMaxVolumeSync get max volume fail(401) - Invalid param count : 0
893 * @tc.desc:verify getMaxVolumeSync get volume fail(401) - Invalid param type : "Invalid type"
912 * @tc.desc:verify getMaxVolumeSync get max volume fail(6800101) - Invalid param value : 10000
1150 * @tc.desc:verify isMuteSync get mute status fail(401) - Invalid param coun
[all...]
/third_party/openGLES/xml/
H A Dreadme.tex303 If a \tag{proto} or \tag{param} tag of a \tag{command} has a
365 If a \tag{proto} or \tag{param} tag of a \tag{command} has a
535 \item \tag{param} elements for each command parameter follow, defining
537 arguments, it has no \tag{param} tags.
594 \subsection{Command parameter (\tag{param} tags)}
595 \label{tag:command:param}
597 The \tag{param} tag defines the type and name of a parameter.
599 \subsubsection{Attributes of \tag{param} tags}
620 \subsubsection{Contents of \tag{param} tags}
622 The text elements of a \tag{param} ta
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderPrimitiveCounter.cpp63 * @param context Test context
64 * @param name Test group's name
65 * @param description Test group's desricption
438 * @param context Test context
439 * @param name Test case's name
440 * @param description Test case's description
441 * @param testConfiguration Configuration that specifies the "in" and "out" primitive types
467 * @param data Input data. Must not be NULL.
620 * @param feedbackResult Will be filled with data generated by XFB.
673 * @param max_vertice
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.hpp146 * limits of MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS and <param> is one of the
152 * limits of MAX_TRANSFORM_FEEDBACK_SEPARATE_ATTRIBS and <param> is
228 typedef GLW_APICALL void (GLW_APIENTRY *GetIntegerIndexedvEXT_ProcAddress)(glw::GLenum param, glw::GLuint index, glw::GLint* values);
229 typedef GLW_APICALL void (GLW_APIENTRY *GetBooleanIndexedvEXT_ProcAddress)(glw::GLenum param, glw::GLuint index, glw::GLboolean* values);
1296 * @param [in] gl OpenGL Functions Access.
1297 * @param [in] log Log outut.
1298 * @param [in] geometry_shader_source Pointer to C string of the geometry shader or NULL if not used.
1299 * @param [in] tessellation_control_shader_source Pointer to C string of the tessellation control shader or NULL if not used.
1300 * @param [in] tessellation_evaluation_shader_source Pointer to C string of the tessellation evaluation shader or NULL if not used.
1301 * @param [i
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
H A DSampleProfReader.cpp49 /// \param FName Name of the function to print.
50 /// \param OS Stream to emit the output to.
88 /// \param Input input line.
89 /// \param IsCallsite true if the line represents an inlined callsite.
90 /// \param Depth the depth of the inline stack.
91 /// \param NumSamples total samples of the line/inlined callsite.
92 /// \param LineOffset line offset to the start of the function.
93 /// \param Discriminator discriminator of the line.
94 /// \param TargetCountMap map from indirect call target to count.
1258 /// \param Filenam
[all...]
/base/msdp/device_status/test/unittest/intention/services/src/
H A Dintention_service_test.cpp358 StopDragParam param { dropResult }; in HWTEST_F()
360 int32_t ret = param.Marshalling(dataParcel); in HWTEST_F()
382 StopDragParam param { dropResult }; in HWTEST_F()
384 int32_t ret = param.Marshalling(dataParcel); in HWTEST_F()
585 SetDragWindowVisibleParam param { true, true }; in HWTEST_F()
586 int32_t ret = param.Marshalling(dataParcel); in HWTEST_F()
613 UpdateShadowPicParam param { shadowInfo }; in HWTEST_F()
614 bool ret = param.Marshalling(dataParcel);; in HWTEST_F()
639 UpdatePreviewStyleParam param { previewStyleIn }; in HWTEST_F()
640 bool ret = param in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp110 size_t GetParamLen(napi_env env, napi_value param) in GetParamLen() argument
113 napi_status status = napi_get_value_string_utf8(env, param, nullptr, 0, &buffSize); in GetParamLen()
430 napi_value param = nullptr; in ModifyResourceParam() local
431 napi_get_element(env, paramsNApi, i, &param); in ModifyResourceParam()
432 tmpParams.insert(tmpParams.end(), param); in ModifyResourceParam()
468 for (auto& param : paramsVector) { in ParseCurveInfo()
469 Framework::RemoveHeadTailSpace(param); in ParseCurveInfo()
470 if (param == "true" || param == "start") { in ParseCurveInfo()
471 param in ParseCurveInfo()
[all...]

Completed in 34 milliseconds

1...<<341342343344345346347348349350>>...916