Home
last modified time | relevance | path

Searched full:param (Results 7326 - 7350 of 14201) sorted by relevance

1...<<291292293294295296297298299300>>...569

/third_party/node/deps/icu-small/source/i18n/
H A Dcsr2022.cpp29 * @param text the byte buffer containing text to analyse
30 * @param textLen the size of the text in the byte.
31 * @param escapeSequences the byte escape sequences to test for.
H A Dcsrmbcs.h55 * @param det The CharsetDetector, which contains the input text
85 * @param it The IteratedChar "struct" into which the returned char is placed.
86 * @param det The charset detector, which is needed to get at the input byte data
H A Dnumber_mapper.h246 * @param properties
248 * @param symbols
250 * @param exportedProperties
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/
H A Dutils.js177 * @param {string} longOption - long option name e.g. 'foo'
178 * @param {object} optionConfig - the option configuration properties
179 * @param {object} values - option values returned in `values` by parseArgs
/third_party/mesa3d/src/util/
H A Du_debug_refcnt.c131 * \param p the refcount being changed (the value is not changed here)
132 * \param get_desc a function which will be called to print an object's
134 * \param change the reference count change which must be +/-1 or 0 when
/third_party/lwip/src/core/ipv6/
H A Dethip6.c71 * @param netif The lwIP network interface which the IP packet will be sent on.
72 * @param q The pbuf(s) containing the IP packet to be sent.
73 * @param ip6addr The IP address of the packet destination.
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_x509.c130 return &ssl->param; in SSL_get0_param()
137 int X509_VERIFY_PARAM_set_hostflags(X509_VERIFY_PARAM *param, in X509_VERIFY_PARAM_set_hostflags() argument
148 int X509_VERIFY_PARAM_clear_hostflags(X509_VERIFY_PARAM *param, in X509_VERIFY_PARAM_clear_hostflags() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_getschedparam/
H A D1-3.c25 * -> create a new thread with a known scheduling policy & param.
26 * -> check the created thread has the required policy & param.
28 * -> change the param with pthread_setschedprio & check the result.
/third_party/ltp/testcases/realtime/func/gtod_latency/
H A Dgtod_infinite.c109 struct sched_param param; in main() local
140 param.sched_priority = sched_get_priority_min(SCHED_FIFO) + 80; in main()
141 rc = sched_setscheduler(0, SCHED_FIFO, &param); in main()
/third_party/ltp/testcases/realtime/func/sched_football/
H A Dsched_football.c159 struct sched_param param; in main() local
176 param.sched_priority = sched_get_priority_min(SCHED_FIFO) + 80; in main()
177 sched_setscheduler(0, SCHED_FIFO, &param); in main()
/third_party/lwip/src/include/lwip/
H A Dsnmp.h115 * @param netif Netif to init
116 * @param type one of enum @ref snmp_ifType
117 * @param speed your link speed here (units: bits per second)
/third_party/node/deps/v8/src/extensions/
H A Dgc-extension.cc53 auto param = v8::Local<v8::Object>::Cast(args[0]); in Parse() local
54 auto maybe_type = IsProperty(isolate, ctx, param, "type", "minor"); in Parse()
62 IsProperty(isolate, ctx, param, "execution", "async"); in Parse()
/third_party/libphonenumber/java/internal/prefixmapper/src/com/google/i18n/phonenumbers/prefixmapper/
H A DPhonePrefixMap.java109 * @param sortedPhonePrefixMap a map from phone number prefixes to descriptions of those prefixes
144 * @param number the phone number to look up
177 * @param number the phone number to look up
/third_party/openGLES/extensions/SGIX/
H A DSGIX_pixel_texture_bits.txt101 Accepted by the <param> parameter of PixelTexGenParameteriSGIX and
118 If the PixelTexGenParameterSGIX param COLOR_TO_TEXTURE_COORD_SGIX
132 If the PixelTexGenParameterSGIX param COLOR_TO_TEXTURE_COORD_SGIX
/third_party/vk-gl-cts/external/openglcts/modules/glesext/disjoint_timer_query/
H A DesextcDisjointTimerQueryHandleReuse.cpp43 * @param context Test context
44 * @param name Test case's name
45 * @param description Test case's description
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DFramebufferMixedSamplesTest.cpp89 GLint param = 0; in prepareForDraw() local
90 glGetRenderbufferParameteriv(GL_RENDERBUFFER, GL_RENDERBUFFER_SAMPLES, &param); in prepareForDraw()
91 EXPECT_GT(param, 1); in prepareForDraw()
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Dversion_test.cpp196 VersionTestParam param = GetParam(); in TEST_P() local
203 EXPECT_CALL(mDiagnostics, print(param.id, pp::SourceLocation(0, 1), _)); in TEST_P()
205 preprocess(param.str, expected); in TEST_P()
/third_party/skia/src/gpu/
H A DGrProgramDesc.h155 * @param desc The built descriptor
156 * @param programInfo Program information need to build the key
157 * @param caps the caps
/third_party/skia/src/gpu/ops/
H A DGrSimpleMeshDrawOpHelper.h64 * @param geometryCoverage Describes the coverage output of the op's geometry processor
65 * @param geometryColor An in/out param. As input this informs processor analysis about the
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/
H A DFontInputStream.java96 * @param is input stream to wrap
105 * @param is input stream to wrap
106 * @param length the maximum length of bytes to read
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/
H A DGlyph.java167 * @param data
168 * @param offset
169 * @param length
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Davailable_instructions.cpp38 &available_params_for_function](opt::Instruction* param) { in AvailableInstructions()
39 if (predicate(ir_context, param)) { in AvailableInstructions()
40 available_params_for_function.push_back(param); in AvailableInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Davailable_instructions.cpp38 &available_params_for_function](opt::Instruction* param) { in AvailableInstructions()
39 if (predicate(ir_context, param)) { in AvailableInstructions()
40 available_params_for_function.push_back(param); in AvailableInstructions()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsr2022.cpp29 * @param text the byte buffer containing text to analyse
30 * @param textLen the size of the text in the byte.
31 * @param escapeSequences the byte escape sequences to test for.
H A Dcsrmbcs.h55 * @param det The CharsetDetector, which contains the input text
85 * @param it The IteratedChar "struct" into which the returned char is placed.
86 * @param det The charset detector, which is needed to get at the input byte data

Completed in 17 milliseconds

1...<<291292293294295296297298299300>>...569