Home
last modified time | relevance | path

Searched full:param (Results 6801 - 6825 of 24449) sorted by relevance

1...<<271272273274275276277278279280>>...978

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DUniversalTimeScale.java333 * @param otherTime The <code>long</code> datetime
334 * @param timeScale The time scale to convert from
350 * @param otherTime The <code>double</code> datetime
351 * @param timeScale The time scale to convert from
370 * @param otherTime The <code>long</code> datetime
371 * @param timeScale The time scale to convert from
390 * @param otherTime The <code>BigDecimal</code> datetime
391 * @param timeScale The time scale to convert from
438 * @param universalTime The datetime in the universal time scale
439 * @param timeScal
[all...]
H A DGlobalizationPreferences.java160 * @param inputLocales list of locales in priority order, eg {"be", "fr"}
192 * @param index The index (0..n) of the desired item.
212 * @param uLocales list of locales in an array
228 * @param uLocale single locale
243 * @param acceptLanguageString Accept-Language list, as defined by
263 * @param baseName the base name of the resource bundle, a fully qualified
278 * @param baseName the base name of the resource bundle, a fully qualified
280 * @param loader the class object from which to load the resource bundle
335 * @param territory code
364 * @param currenc
[all...]
/third_party/mesa3d/src/amd/common/
H A Dac_debug.c600 * \param f file
601 * \param ib_ptr IB
602 * \param num_dw size of the IB
603 * \param gfx_level gfx level
604 * \param trace_ids the last trace IDs that are known to have been reached
606 * \param trace_id_count The number of entries in the trace_ids array.
607 * \param addr_callback Get a mapped pointer of the IB at a given address. Can
609 * \param addr_callback_data user data for addr_callback
647 * \param f file
648 * \param i
[all...]
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dgldrv.h187 void (APIENTRY *glFogf )( GLenum pname, GLfloat param );
189 void (APIENTRY *glFogi )( GLenum pname, GLint param );
193 void (APIENTRY *glLightf )( GLenum light, GLenum pname, GLfloat param );
195 void (APIENTRY *glLighti )( GLenum light, GLenum pname, GLint param );
197 void (APIENTRY *glLightModelf )( GLenum pname, GLfloat param );
199 void (APIENTRY *glLightModeli )( GLenum pname, GLint param );
203 void (APIENTRY *glMaterialf )( GLenum face, GLenum pname, GLfloat param );
205 void (APIENTRY *glMateriali )( GLenum face, GLenum pname, GLint param );
212 void (APIENTRY *glTexParameterf )( GLenum target, GLenum pname, GLfloat param );
214 void (APIENTRY *glTexParameteri )( GLenum target, GLenum pname, GLint param );
[all...]
/third_party/node/test/common/
H A Dwpt.js169 * @param {string} from the path of the file loading this resource,
171 * @param {string} url the url of the resource being loaded.
172 * @param {boolean} asFetch if true, return the resource in a
207 * @param {string} pattern
224 * @param {object} rules
255 * @param {string} mod name of the WPT module, e.g.
257 * @param {string} filename path of the test, relative to mod, e.g.
259 * @param {StatusRule[]} rules
328 * @param {Set} requires
347 * @param {strin
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetDecoderICU.java81 * @param cs The CharsetICU object containing information about how to charset to decode.
115 * @param newAction action to be taken
138 * @param newAction action to be taken
163 * @param err CoderResult
164 * @param newCallback CharsetCallback.Encoder
165 * @param newContext Object
195 * @param out action to be taken
235 * @param in buffer to decode
236 * @param out buffer to populate with decoded result
265 * @param i
[all...]
/third_party/node/deps/undici/src/lib/fetch/
H A DdataURL.js18 /** @param {URL} dataURL */
118 * @param {URL} url
119 * @param {boolean} excludeFragment
134 * @param {(char: string) => boolean} condition
135 * @param {string} input
136 * @param {{ position: number }} position
158 * @param {string} char
159 * @param {string} input
160 * @param {{ position: number }} position
176 /** @param {strin
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.h40 gl::GLenumGroup enumGroup; // only used for param type GLenum, GLboolean and GLbitfield
78 void addParam(ParamCapture &&param);
124 T getReadBufferPointer(const ParamCapture &param) in getReadBufferPointer() argument
126 ASSERT(param.readBufferSizeBytes > 0); in getReadBufferPointer()
127 ASSERT(mReadBuffer.size() >= param.readBufferSizeBytes); in getReadBufferPointer()
131 T getAsConstPointer(const ParamCapture &param) in getAsConstPointer() argument
133 if (param.arrayClientPointerIndex != -1) in getAsConstPointer()
135 return reinterpret_cast<T>(mClientArraysBuffer[param.arrayClientPointerIndex].data()); in getAsConstPointer()
138 if (!param.data.empty()) in getAsConstPointer()
140 ASSERT(param in getAsConstPointer()
148 getAsPointerConstPointer(const ParamCapture &param) getAsPointerConstPointer() argument
936 CaptureTextureAndSamplerParameter_params(GLenum pname, const T *param, angle::ParamCapture *paramCapture) CaptureTextureAndSamplerParameter_params() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayStencilAttachments.cpp60 * @param width width of the texture;
61 * @param height height of the texture;
62 * @param depth number of layers in the texture (for cube map array must be multiple of 6);
63 * @param initial_value value which the allocated storage should be cleared with;
139 * @param context Test context
140 * @param name Test case's name
141 * @param description Test case's description
142 * @param immutable_storage if set to true, immutable textures will be used;
143 * @param fbo_layered if set to true, a layered draw framebuffer will be used;
401 * @param framebuffer_statu
[all...]
/third_party/skia/third_party/externals/tint/src/writer/hlsl/
H A Dgenerator_impl_function_test.cc65 Func("my_func", ast::VariableList{Param("a", ty.f32()), Param("b", ty.i32())}, in TEST_F()
102 Func("f", {Param("foo", ty.pointer<f32>(ast::StorageClass::kFunction))}, in TEST_F()
119 auto* foo_in = Param("foo", ty.f32(), {Location(0)}); in TEST_F()
152 Param("coord", ty.vec4<f32>(), {Builtin(ast::Builtin::kPosition)}); in TEST_F()
209 Func("frag_main", {Param("inputs", ty.Of(interface_struct))}, ty.void_(), in TEST_F()
283 Func("foo", {Param("x", ty.f32())}, ty.Of(vertex_output_struct), in TEST_F()
351 Param("param", ty.f32()), in TEST_F()
377 float sub_func(float param) { in TEST_F()
[all...]
/third_party/vk-gl-cts/framework/delibs/dethread/
H A DdeAtomic.h36 * \param dstAddr Destination address.
52 * \param dstAddr Destination address.
62 * \param dstAddr Destination address.
78 * \param dstAddr Destination address.
88 * \param dstAddr Destination address.
89 * \param compare Old value.
90 * \param exchange New value.
120 * \param dstAddr Destination address.
136 * \param dstAddr Destination address.
146 * \param dstAdd
[all...]
/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhcodec.cpp375 WorkingFrequencyParam param {}; in SetFrameRateAdaptiveMode()
376 InitOMXParamExt(param); in SetFrameRateAdaptiveMode()
377 if (!GetParameter(OMX_IndexParamWorkingFrequency, param)) { in SetFrameRateAdaptiveMode()
378 HLOGW("get working freq param failed"); in SetFrameRateAdaptiveMode()
381 if (param.level == 0) { in SetFrameRateAdaptiveMode()
384 HLOGI("level cnt is %d, set level to %d", param.level, param.level - 1); in SetFrameRateAdaptiveMode()
385 param.level = param.level - 1; in SetFrameRateAdaptiveMode()
387 if (!SetParameter(OMX_IndexParamWorkingFrequency, param)) { in SetFrameRateAdaptiveMode()
489 CodecVideoPortFormatParam param; SetVideoPortInfo() local
[all...]
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
H A DGlobalizationPreferences.java158 * @param inputLocales list of locales in priority order, eg {"be", "fr"}
190 * @param index The index (0..n) of the desired item.
210 * @param uLocales list of locales in an array
226 * @param uLocale single locale
241 * @param acceptLanguageString Accept-Language list, as defined by
261 * @param baseName the base name of the resource bundle, a fully qualified
276 * @param baseName the base name of the resource bundle, a fully qualified
278 * @param loader the class object from which to load the resource bundle
333 * @param territory code
362 * @param currenc
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationFeedbackTests.cpp169 const CacheTestParam* param) in CacheTest()
171 , m_param (*param) in CacheTest()
182 const CacheTestParam* param);
195 const CacheTestParam* param) in CacheTestInstance()
197 , m_param (param) in CacheTestInstance()
232 const CacheTestParam* param) in GraphicsCacheTest()
233 : CacheTest (testContext, name, param) in GraphicsCacheTest()
245 const CacheTestParam* param);
398 const CacheTestParam* param) in GraphicsCacheTestInstance()
399 : CacheTestInstance (context, param) in GraphicsCacheTestInstance()
167 CacheTest(tcu::TestContext& testContext, const std::string& name, const CacheTestParam* param) CacheTest() argument
194 CacheTestInstance(Context& context, const CacheTestParam* param) CacheTestInstance() argument
230 GraphicsCacheTest(tcu::TestContext& testContext, const std::string& name, const CacheTestParam* param) GraphicsCacheTest() argument
397 GraphicsCacheTestInstance(Context& context, const CacheTestParam* param) GraphicsCacheTestInstance() argument
849 ComputeCacheTest(tcu::TestContext& testContext, const std::string& name, const CacheTestParam* param) ComputeCacheTest() argument
964 buildPipeline(const CacheTestParam* param, deUint32 ndx) buildPipeline() argument
1053 ComputeCacheTestInstance(Context& context, const CacheTestParam* param) ComputeCacheTestInstance() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCreationFeedbackTests.cpp181 const CacheTestParam* param) in CacheTest()
183 , m_param (*param) in CacheTest()
194 const CacheTestParam* param);
207 const CacheTestParam* param) in CacheTestInstance()
209 , m_param (param) in CacheTestInstance()
245 const CacheTestParam* param) in GraphicsCacheTest()
246 : CacheTest (testContext, name, description, param) in GraphicsCacheTest()
258 const CacheTestParam* param);
414 const CacheTestParam* param) in GraphicsCacheTestInstance()
415 : CacheTestInstance (context, param) in GraphicsCacheTestInstance()
178 CacheTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const CacheTestParam* param) CacheTest() argument
206 CacheTestInstance(Context& context, const CacheTestParam* param) CacheTestInstance() argument
242 GraphicsCacheTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const CacheTestParam* param) GraphicsCacheTest() argument
413 GraphicsCacheTestInstance(Context& context, const CacheTestParam* param) GraphicsCacheTestInstance() argument
863 ComputeCacheTest(tcu::TestContext& testContext, const std::string& name, const std::string& description, const CacheTestParam* param) ComputeCacheTest() argument
979 buildPipeline(const CacheTestParam* param, deUint32 ndx) buildPipeline() argument
1068 ComputeCacheTestInstance(Context& context, const CacheTestParam* param) ComputeCacheTestInstance() argument
[all...]
/device/soc/hisilicon/common/platform/mmc/himci_v200/
H A Dhimci.c1323 static void HimciEdgedllModeATuning(struct HimciHost *host, struct HimciTuneParam *param, in HimciEdgedllModeATuning() argument
1330 if (host == NULL || param == NULL) { in HimciEdgedllModeATuning()
1334 phaseOffset = param->edgeP2f * phaseDllElements; in HimciEdgedllModeATuning()
1335 for (index = param->edgeP2f; index < param->edgeF2p; index++) { in HimciEdgedllModeATuning()
1339 err = HimciSendTuning(host->mmc, param->cmdCode); in HimciEdgedllModeATuning()
1340 if (prevErr == HDF_SUCCESS && err != HDF_SUCCESS && (param->endp == param->endpInit)) { in HimciEdgedllModeATuning()
1341 param->endp = phaseOffset + ele; in HimciEdgedllModeATuning()
1345 param in HimciEdgedllModeATuning()
1354 HimciEdgedllModeBTuning(struct HimciHost *host, struct HimciTuneParam *param, uint32_t phaseDllElements) HimciEdgedllModeBTuning() argument
1406 struct HimciTuneParam param = {0}; HimciEdgedllModeTuning() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDecimalFormatSymbols.java61 * @param locale the locale
70 * @param locale the locale
109 * @param locale the locale.
126 * @param locale the locale.
144 * @param locale the locale.
145 * @param ns the numbering system.
163 * @param locale the locale.
164 * @param ns the numbering system.
236 * @param zeroDigit the zero character.
313 * @param digitString
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDecimalFormatSymbols.java60 * @param locale the locale
68 * @param locale the locale
105 * @param locale the locale.
121 * @param locale the locale.
138 * @param locale the locale.
139 * @param ns the numbering system.
156 * @param locale the locale.
157 * @param ns the numbering system.
225 * @param zeroDigit the zero character.
300 * @param digitString
[all...]
/third_party/libabigail/tools/
H A Dfedabipkgdiff173 :param str distro: a string representing a distro value.
186 :param str the string to consider
232 :param str left: left nvr to compare.
233 :param str right: right nvr to compare.
256 :param callable func: a callable object to decorate
290 :param dict rpm_info: a dict representing an RPM descriptor
306 :param str name: the property name to access.
387 :param str filename: a filename pointing to a RPM file in local
411 :param str rpm_filename: filename of rpm to find, for example
582 :param
[all...]
/third_party/python/Lib/
H A Dinspect.py1393 for param in sig.parameters.values():
1394 kind = param.kind
1395 name = param.name
1399 if param.default is not param.empty:
1400 defaults += (param.default,)
1403 if param.default is not param.empty:
1404 defaults += (param.default,)
1409 if param
[all...]
/third_party/vk-gl-cts/external/vulkan-docs/src/config/chunkindex/
H A Dlunr.js72 * @param {String} message The message to be printed.
93 * @param {Any} obj The object to convert to a string.
116 * @param {Object} obj The object to clone.
247 * @param {object} object - Object whose presence in this set is to be tested.
258 * @param {lunr.Set} other - set to intersect with this set.
296 * @param {lunr.Set} other - set to union with this set.
316 * @param {object} posting - The posting for a given term
317 * @param {number} documentCount - The total number of documents.
337 * @param {string} [str=''] - The string token being wrapped.
338 * @param {objec
[all...]
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp232 bool CallCode(const T &param, const U &result) in CallCode() argument
245 const U_exp curr_result = func(static_cast<T_exp>(param)); in CallCode()
255 std::cerr << std::hex << "Failed CallCode for param=" << param << " and result=" << result in CallCode()
260 std::cerr << " param=" << bit_cast<uint64_t>(param); in CallCode()
262 std::cerr << " param=" << bit_cast<uint32_t>(param); in CallCode()
323 bool CallCode(const T &param, const T &result) in CallCode() argument
331 const T_exp curr_result = func(static_cast<T_exp>(param)); in CallCode()
400 CallCodeStore(uint64_t address, T param) CallCodeStore() argument
441 auto param = test->GetParameter(TypeInfo(T(0))); TestNeg() local
493 auto param = test->GetParameter(TypeInfo(T(0))); TestNot() local
537 auto param = test->GetParameter(TypeInfo(T(0))); TestMov() local
646 auto param = Target::Current().GetParamReg(0); TEST_F() local
708 auto param = test->GetParameter(TypeInfo(T(0))); TestBitTestAndBranch() local
896 auto param = test->GetParameter(TypeInfo(T(0))); TestJumpCC() local
1014 auto param = Target::Current().GetReturnReg(); TestLdr() local
1067 auto param = test->GetParameter(TypeInfo(int64_t(0)), 0); TestStr() local
1132 auto param = test->GetParameter(TypeInfo(int64_t(0)), 0); TestStrz() local
1290 auto param = test->GetParameter(TypeInfo(T(0))); TestAbs() local
1343 auto param = test->GetParameter(TypeInfo(T(0))); TestSqrt() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DUCharacter.java2770 * @param id UnicodeBlock ID
2787 * @param ch code point to be tested
2807 * @param blockName the name of the block to match
2869 * @param name name of this UnicodeBlock
2870 * @param id unique id of this UnicodeBlock
4175 * @param ch the code point to query
4176 * @param radix the radix
4203 * @param ch the code point to query
4222 * @param ch the code point to query
4246 * @param c
[all...]
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Acos/
H A DbuiltinMathAcos.ts33 // Check with single param, in |x| <= 1
38 // Check with single param, in |x| <= 1
43 // Check with single param, in |x| <= 1
48 // Check with single param, in |x| > 1
59 // Call standart builtin with non-number param
/arkcompiler/ets_runtime/test/aottest/builtin_inlining/math/Atan/
H A DbuiltinMathAtan.ts33 // Check with single param
38 // Check with single param
43 // Check with single param
48 // Check with single param, in |x| > 1
59 // Call standart builtin with non-number param

Completed in 48 milliseconds

1...<<271272273274275276277278279280>>...978