Home
last modified time | relevance | path

Searched full:param (Results 11776 - 11800 of 21372) sorted by relevance

1...<<471472473474475476477478479480>>...855

/test/xts/acts/multimedia/image/image_js_standard/imageReceiver/entry/src/ohosTest/js/test/
H A Dreceiver.test.js84 async function getComponentProErr(done, testNum, format, param) {
119 await img.getComponent(param);
137 async function getComponentCbErr(done, testNum, format, param) {
172 img.getComponent(param, (err, component) => {
191 async function getComponentPromise(done, testNum, format, param, checkFormat, checkStride) {
224 img.getComponent(param)
231 expect(component.componentType == param).assertTrue();
250 async function getComponentCb(done, testNum, format, param, checkFormat, checkStride) {
283 img.getComponent(param, (err, component) => {
291 expect(component.componentType == param)
[all...]
/third_party/glslang/Test/baseResults/
H A Dhlsl.domain.1.tese.out467 Name 110 "param"
468 Name 112 "param"
469 Name 114 "param"
539 110(param): 13(ptr) Variable Function
540 112(param): 14(ptr) Variable Function
541 114(param): 17(ptr) Variable Function
588 Store 110(param) 111
590 Store 112(param) 113
592 Store 114(param) 115
593 116: 18(gs_in_t) FunctionCall 24(@main(struct-ds_in_t-vf4-vf31[3];f1;vf3;struct-pcf_in_t-f1[3]-f11;) 109 110(param) 11
[all...]
H A Dhlsl.hull.4.tesc.out495 Name 85 "param"
496 Name 87 "param"
498 Name 102 "param"
562 85(param): 12(ptr) Variable Function
563 87(param): 19(ptr) Variable Function
565 102(param): 12(ptr) Variable Function
594 Store 85(param) 86
596 Store 87(param) 88
597 89:20(HS_Main_Output) FunctionCall 24(@main(struct-HS_Input-vf4-vf41[3];u1;) 85(param) 87(param)
[all...]
H A Dhlsl.tx.bracket.frag.out474 Name 141 "param"
475 Name 147 "param"
476 Name 153 "param"
656 141(param): 22(ptr) Variable Function
657 147(param): 8(ptr) Variable Function
658 153(param): 15(ptr) Variable Function
713 Store 141(param) 140
714 142: 21(fvec4) FunctionCall 25(Fn1(vf4;) 141(param)
719 Store 147(param) 146
720 148: 7(ivec4) FunctionCall 11(Fn1(vi4;) 147(param)
[all...]
H A Dhlsl.structin.vert.out371 Name 74 "param"
372 Name 76 "param"
373 Name 78 "param"
429 74(param): 8(ptr) Variable Function
430 76(param): 13(ptr) Variable Function
431 78(param): 8(ptr) Variable Function
449 Store 74(param) 75
451 Store 76(param) 77
453 Store 78(param) 79
454 80: 12(VI) FunctionCall 18(@main(vf4;struct-VI-vf4[2]-vf4-vf41;vf4;) 74(param) 7
[all...]
/third_party/googletest/googletest/test/
H A Dgoogletest-param-test-test.cc35 #include "test/googletest-param-test-test.h"
768 // functional. Generator extern_gen is defined in gtest-param-test_test2.cc.
781 // gtest-param-test_test2.cc. ExternalInstantiationTest fixture class is
782 // defined in gtest-param-test_test.h.
796 // here and in gtest-param-test_test2.cc.
798 // is defined in gtest-param-test_test.h.
919 return inf.param; in operator ()()
934 return inf.param; in CustomParamNameFunction()
956 return inf.param;
1023 int value = info.param in operator ()()
[all...]
/third_party/icu/icu4c/source/common/
H A Dnormalizer2impl.h306 * @param c A Unicode code point.
321 * @param s A valid pointer into a string. Requires s!=limit.
322 * @param limit The end of the string, or NULL.
339 * @param start The start of the string.
340 * @param s A valid pointer into a string. Requires start<s.
374 * @param c code point
375 * @param buffer out-only buffer for algorithmic decompositions
376 * @param length out-only, takes the length of the decomposition, if any
383 * @param c code point
384 * @param buffe
[all...]
/third_party/mbedtls/tests/suites/
H A Dtest_suite_bignum_core.function10 * \param[in] A Little-endian presentation of the left operand.
11 * \param[in] B Little-endian presentation of the right operand.
12 * \param limbs Number of limbs in each MPI (\p A, \p B, \p S and \p X).
13 * \param[in] S Little-endian presentation of the expected sum.
14 * \param carry Expected carry from the addition.
15 * \param[in,out] X Temporary storage to be used for results.
86 * \param[in] A Little-endian presentation of the left operand.
87 * \param[in] B Little-endian presentation of the right operand.
88 * \param limbs Number of limbs in each MPI (\p A, \p B, \p S and \p X).
89 * \param[i
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dnormalizer2impl.h306 * @param c A Unicode code point.
321 * @param s A valid pointer into a string. Requires s!=limit.
322 * @param limit The end of the string, or NULL.
339 * @param start The start of the string.
340 * @param s A valid pointer into a string. Requires start<s.
374 * @param c code point
375 * @param buffer out-only buffer for algorithmic decompositions
376 * @param length out-only, takes the length of the decomposition, if any
383 * @param c code point
384 * @param buffe
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c246 * \param attr VBO_ATTRIB_x vertex attribute value
414 * \param newSize size of new vertex (number of 32-bit words).
415 * \param attr VBO_ATTRIB_x vertex attribute value
478 * \param A VBO_ATTRIB_x attribute index
479 * \param N attribute size (1..4)
480 * \param T type (GL_FLOAT, GL_DOUBLE, GL_INT, GL_UNSIGNED_INT)
481 * \param C cast type (uint32_t or uint64_t)
482 * \param V0, V1, v2, V3 attribute value
676 * \param flags bitmask of FLUSH_STORED_VERTICES, FLUSH_UPDATE_CURRENT
1162 * \param flag
1223 _es_Materialf(GLenum face, GLenum pname, GLfloat param) _es_Materialf() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredFramebuffer.cpp37 * @param context Test context
38 * @param name Test case's name
39 * @param description Test case's desricption
378 * @param context Test context
379 * @param name Test case's name
380 * @param description Test case's description
824 * @param context Test context
825 * @param name Test case's name
826 * @param description Test case's desricption
1103 * @param contex
[all...]
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/graphicsfuzz/
H A Dspv-stable-quicksort-dontinline.amber53 OpName %69 "param"
54 OpName %71 "param"
55 OpName %78 "param"
56 OpName %80 "param"
62 OpName %117 "param"
63 OpName %119 "param"
566 OpName %69 "param"
567 OpName %71 "param"
568 OpName %78 "param"
569 OpName %80 "param"
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h423 /// \param FormatPrecision The maximum number of digits of
429 /// \param FormatMaxPadding The maximum number of zeros to
478 /// \param Negative - True iff the number should be negative
840 /// \param Negative True iff the number should be negative.
849 /// \param Negative True iff the number should be negative.
858 /// \param Negative - True iff the NaN generated should be negative.
859 /// \param type - The unspecified fill bits for creating the NaN, 0 by
889 /// \param Negative - True iff the number should be negative
899 /// \param Negative - True iff the number should be negative
909 /// \param Negativ
[all...]
/third_party/skia/third_party/externals/tint/src/resolver/
H A Ddependency_graph_test.cc402 /// @param builder the program builder
409 /// @param kind the kind of symbol declaration
410 /// @param symbol the symbol to use for the declaration
411 /// @param source the source of the declaration
416 /// @param kind the kind of symbol use
417 /// @param symbol the declaration symbol to use
418 /// @param source the source of the use
446 auto* node = b.Param(source, symbol, b.ty.i32()); in Add()
568 parameters.emplace_back(b.Param(b.Sym(), node)); in Add()
713 Func("F", {Param(" in TEST_F()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dnormalizer2impl.h306 * @param c A Unicode code point.
321 * @param s A valid pointer into a string. Requires s!=limit.
322 * @param limit The end of the string, or NULL.
339 * @param start The start of the string.
340 * @param s A valid pointer into a string. Requires start<s.
374 * @param c code point
375 * @param buffer out-only buffer for algorithmic decompositions
376 * @param length out-only, takes the length of the decomposition, if any
383 * @param c code point
384 * @param buffe
[all...]
/third_party/pulseaudio/src/modules/raop/
H A Draop-client.c198 * @param str Pointer to string
199 * @param rc Character to trim
211 * @param tv Pointer to the timeval structure
227 * @param buffer Handle to the buffer. It will be incremented if new data requires it.
228 * @param bit_pos A pointer to a position buffer to keep track the current write location (0 for MSB, 7 for LSB)
229 * @param size A pointer to the byte size currently written. This allows the calling function to do simple buffer overflow checks
230 * @param data The data to write
231 * @param data_bit_len The number of bits from data to write
1661 char *param; in pa_raop_client_set_volume() local
1683 param in pa_raop_client_set_volume()
[all...]
/third_party/skia/include/gpu/
H A DGrDirectContext.h215 * @param maxResources If non-null, will be set to -1.
216 * @param maxResourceBytes If non-null, returns maximum number of bytes of
229 * @param resourceCount If non-null, returns the number of resources that are held in the
231 * @param maxResourceBytes If non-null, returns the total number of bytes of video memory held
245 * @param maxResources Unused.
246 * @param maxResourceBytes The maximum number of bytes of video memory
255 * @param maxResourceBytes The maximum number of bytes of video memory
275 * @param msNotUsed Only unlocked resources not used in these last milliseconds
277 * @param scratchResourcesOnly If true only unlocked scratch resources will be purged.
293 * @param maxBytesToPurg
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCalendarAstronomer.java234 * @param longitude The desired longitude, in <em>degrees</em> east of
237 * @param latitude The desired latitude, in <em>degrees</em>. Positive
259 * @param aTime the date and time, expressed as the number of milliseconds since
275 * @param date the time and date, expressed as a <code>Date</code> object.
289 * @param jdn the desired time, expressed as a "julian day number",
397 * @param lst The Local Sidereal Time, in hours since sidereal midnight
424 * @param ecliptic A point in the sky in ecliptic coordinates.
436 * @param eclipLong The ecliptic longitude
437 * @param eclipLat The ecliptic latitude
465 * @param eclipLon
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DCore.h675 * @param M Module to obtain identifier of
676 * @param Len Out parameter which holds the length of the returned string.
685 * @param M The module to set identifier
686 * @param Ident The string to set M's identifier to
687 * @param Len Length of Ident
695 * @param M Module to obtain the name of
696 * @param Len Out parameter which holds the length of the returned string
706 * @param M The module to set the source file name of
707 * @param Name The string to set M's source file name to
708 * @param Le
[all...]
/applications/standard/contacts/entry/src/main/ets/presenter/contact/
H A DContactListPresenter.ets269 * @param curItem
286 * @param result
318 * @param item item
319 * @param index index
/applications/standard/contacts/feature/call/src/main/ets/missedcall/
H A DMissedCallNotifier.ets68 * @param ctx context needed init
81 * @param missedData missedCallData - missed call data for notification
136 * @param id Notification Id
271 * @param mAction
/applications/standard/contacts_data/ability/merge/src/
H A Dmatch_candidate.cpp39 * @param store Conditions for query operation
40 * @param rawId Contacts's raw_contact_id to query
76 * @param store Conditions for split operation
77 * @param rawId Contacts's raw_contact_id to split
/drivers/hdf_core/adapter/platform/i2c/
H A Di2c_stm32f4xx.c102 HDF_LOGE("[%s]: param is NULL\r\n", __func__); in GetI2cDeviceResource()
143 HDF_LOGE("[%s]: param is NULL\r\n", __func__); in AttachI2cDevice()
172 HDF_LOGE("[%s]: I2cDataTransfer param is NULL\r\n", __func__); in I2cDataTransfer()
270 printf("ERR: GetLLI2cClkMatch fail, param match fail\r\n"); in GetLLI2cHandlerMatch()
/drivers/hdf_core/framework/model/network/wifi/platform/src/message/
H A Dmessage_dispatcher.c32 HDF_LOGE("%s: Input param is null!", __func__); in ReleaseMessageContext()
348 HDF_LOGE("%s: Input param is null!", __func__); in ShutdownDispatcher()
377 HDF_LOGE("%s: Input param is null!", __func__); in DestroyLocalDispatcher()
403 HDF_LOGE("%s: Input param is null!", __func__); in CreateLocalDispatcher()
/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dcan_test.c329 static int CanTestReaderFunc(void *param) in CanTestReaderFunc() argument
332 DevHandle handle = (DevHandle)param; in CanTestReaderFunc()
338 static int CanTestSenderFunc(void *param) in CanTestSenderFunc() argument
340 DevHandle handle = (DevHandle)param; in CanTestSenderFunc()

Completed in 43 milliseconds

1...<<471472473474475476477478479480>>...855