| /third_party/skia/third_party/externals/opengl-registry/api/GLES/ |
| H A D | glext.h | 177 typedef void (GL_APIENTRYP PFNGLFOGXOESPROC) (GLenum pname, GLfixed param); 178 typedef void (GL_APIENTRYP PFNGLFOGXVOESPROC) (GLenum pname, const GLfixed *param); 184 typedef void (GL_APIENTRYP PFNGLLIGHTMODELXOESPROC) (GLenum pname, GLfixed param); 185 typedef void (GL_APIENTRYP PFNGLLIGHTMODELXVOESPROC) (GLenum pname, const GLfixed *param); 186 typedef void (GL_APIENTRYP PFNGLLIGHTXOESPROC) (GLenum light, GLenum pname, GLfixed param); 190 typedef void (GL_APIENTRYP PFNGLMATERIALXOESPROC) (GLenum face, GLenum pname, GLfixed param); 191 typedef void (GL_APIENTRYP PFNGLMATERIALXVOESPROC) (GLenum face, GLenum pname, const GLfixed *param); 201 typedef void (GL_APIENTRYP PFNGLTEXENVXOESPROC) (GLenum target, GLenum pname, GLfixed param); 203 typedef void (GL_APIENTRYP PFNGLTEXPARAMETERXOESPROC) (GLenum target, GLenum pname, GLfixed param); 208 typedef void (GL_APIENTRYP PFNGLPOINTPARAMETERXOESPROC) (GLenum pname, GLfixed param); [all...] |
| /third_party/skia/third_party/externals/angle2/include/GLES/ |
| H A D | glext.h | 166 typedef void (GL_APIENTRYP PFNGLFOGXOESPROC) (GLenum pname, GLfixed param); 167 typedef void (GL_APIENTRYP PFNGLFOGXVOESPROC) (GLenum pname, const GLfixed *param); 173 typedef void (GL_APIENTRYP PFNGLLIGHTMODELXOESPROC) (GLenum pname, GLfixed param); 174 typedef void (GL_APIENTRYP PFNGLLIGHTMODELXVOESPROC) (GLenum pname, const GLfixed *param); 175 typedef void (GL_APIENTRYP PFNGLLIGHTXOESPROC) (GLenum light, GLenum pname, GLfixed param); 179 typedef void (GL_APIENTRYP PFNGLMATERIALXOESPROC) (GLenum face, GLenum pname, GLfixed param); 180 typedef void (GL_APIENTRYP PFNGLMATERIALXVOESPROC) (GLenum face, GLenum pname, const GLfixed *param); 190 typedef void (GL_APIENTRYP PFNGLTEXENVXOESPROC) (GLenum target, GLenum pname, GLfixed param); 192 typedef void (GL_APIENTRYP PFNGLTEXPARAMETERXOESPROC) (GLenum target, GLenum pname, GLfixed param); 197 typedef void (GL_APIENTRYP PFNGLPOINTPARAMETERXOESPROC) (GLenum pname, GLfixed param); [all...] |
| /base/location/interfaces/c_api/include/ |
| H A D | oh_location_type.h | 244 * @param location - Pointer to the location information structure.\n 255 * @param location - Pointer to the location information structure.\n 257 * @param additionalInfo - Non null pointers of char type; This variable is used to store additional\n 262 * @param length - Memory size of additionalInfo. 276 * @param location - Pointer to the {@link Location_Info} instance. Carry the latest location information.\n 279 * @param userData - Pointer to an application data structure, this parameter is passed in\n 305 * @param requestConfig - Pointer to {@link Location_RequestConfig} instance.\n 320 * @param requestConfig - Pointer to the {@link Location_RequestConfig} instance.\n 322 * @param useScene - Representing the use scenario during location requests.\n 333 * @param requestConfi [all...] |
| /base/telephony/sms_mms/frameworks/native/mms/src/ |
| H A D | mms_decode_buffer.cpp | 71 * @param uintVar
72 * @param count
108 * @param sValueLength
134 * @param valueLength
135 * @param length
178 * @param valueLength
222 * @param oneByte
262 * @param str
263 * @param len
301 * @param st [all...] |
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
| H A D | ark_web_preference_impl.h | 44 * @param ua user-agent string. The value may be null. 119 * @param size A positive integer that ranges from 1 to 72. Any number outside 185 * @param dark_scheme True if set the dark mode prefer-color-scheme enabled 212 * @param size A positive integer that ranges from 1 to 72. Any number outside 296 * @param font a font family name 310 * @param font a font family name 324 * @param text_zoom the zoom percentage of the page text 338 * @param force_dark True if set the force dark mode enabled for this NWeb. 365 * @param size A positive integer that ranges from 1 to 72. Any number outside 380 * @param fon [all...] |
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/ |
| H A D | ark_web_preference_wrapper.h | 46 * @param ua user-agent string. The value may be null. 121 * @param size A positive integer that ranges from 1 to 72. Any number outside 187 * @param dark_scheme True if set the dark mode prefer-color-scheme enabled 214 * @param size A positive integer that ranges from 1 to 72. Any number outside 298 * @param font a font family name 312 * @param font a font family name 326 * @param text_zoom the zoom percentage of the page text 340 * @param force_dark True if set the force dark mode enabled for this NWeb. 367 * @param size A positive integer that ranges from 1 to 72. Any number outside 382 * @param fon [all...] |
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/spi/ |
| H A D | hi_spi.c | 435 hi_u32 hi_spi_set_basic_info(hi_spi_idx id, const hi_spi_cfg_basic_info *param) in hi_spi_set_basic_info() argument 439 if (((hi_u32)id > HI_SPI_ID_1) || (param == HI_NULL) || (id < HI_SPI_ID_0)) { in hi_spi_set_basic_info() 451 if (param->fram_mode > HI_SPI_CFG_FRAM_MODE_MICROWIRE || param->data_width < HI_SPI_CFG_DATA_WIDTH_E_4BIT || in hi_spi_set_basic_info() 452 param->freq > spi_max_speed(spi_clk) || param->freq < spi_min_speed(spi_clk)) { in hi_spi_set_basic_info() 455 if (g_spi_ctrl[id]->spi_cfg.loop_back == HI_TRUE && (param->fram_mode == HI_SPI_CFG_FRAM_MODE_MICROWIRE || in hi_spi_set_basic_info() 461 hi_u32 tmp = spi_clk / param->freq; in hi_spi_set_basic_info() 473 g_spi_ctrl[id]->spi_cfg.data_width = param->data_width; in hi_spi_set_basic_info() 474 g_spi_ctrl[id]->spi_cfg.fram_mode = param in hi_spi_set_basic_info() 523 hi_spi_init(hi_spi_idx id, hi_spi_cfg_init_param init_param, const hi_spi_cfg_basic_info *param) hi_spi_init() argument [all...] |
| /device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/ |
| H A D | los_swtmr.h | 237 * @param para [IN] the parameter of the callback function that handles software timer timeout. 274 * @param swtmrID [IN] Software timer ID created by LOS_SwtmrCreate. The value of ID should be in 298 * @param swtmrID [IN] Software timer ID created by LOS_SwtmrCreate. The value of ID should be in 324 * @param swtmrID [IN] Software timer ID created by LOS_SwtmrCreate. The value of ID should be in 326 * @param tick [OUT] Number of remaining Ticks configured on the software timer. 352 * @param interval [IN] Timing duration of the software timer to be created (unit: ms). 353 * @param mode [IN] Software timer mode. Pass in one of the modes specified by EnSwTmrType. There are three 356 * @param handler [IN] Callback function that handles software timer timeout. 357 * @param swtmrID [OUT] Software timer ID created by LOS_SwtmrCreate. 358 * @param ar [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/ |
| H A D | canvas_rendering_context_2d_model_impl.cpp | 243 void CanvasRenderingContext2DModelImpl::BezierCurveTo(const BezierCurveParam& param) in BezierCurveTo() argument 246 pattern_->BezierCurveTo(param); in BezierCurveTo() 249 void CanvasRenderingContext2DModelImpl::QuadraticCurveTo(const QuadraticCurveParam& param) in QuadraticCurveTo() argument 252 pattern_->QuadraticCurveTo(param); in QuadraticCurveTo() 255 void CanvasRenderingContext2DModelImpl::ArcTo(const ArcToParam& param) in ArcTo() argument 258 pattern_->ArcTo(param); in ArcTo() 261 void CanvasRenderingContext2DModelImpl::Arc(const ArcParam& param) in Arc() argument 264 pattern_->Arc(param); in Arc() 267 void CanvasRenderingContext2DModelImpl::Ellipse(const EllipseParam& param) in Ellipse() argument 270 pattern_->Ellipse(param); in Ellipse() 360 SetTransform(TransformParam& param, bool lengthFlag) SetTransform() argument 377 Transform(const TransformParam& param) Transform() argument [all...] |
| H A D | offscreen_canvas_rendering_context_2d_model_impl.cpp | 245 void OffscreenCanvasRenderingContext2DModelImpl::BezierCurveTo(const BezierCurveParam& param) in BezierCurveTo() argument 248 pattern_->BezierCurveTo(param); in BezierCurveTo() 251 void OffscreenCanvasRenderingContext2DModelImpl::QuadraticCurveTo(const QuadraticCurveParam& param) in QuadraticCurveTo() argument 254 pattern_->QuadraticCurveTo(param); in QuadraticCurveTo() 257 void OffscreenCanvasRenderingContext2DModelImpl::ArcTo(const ArcToParam& param) in ArcTo() argument 260 pattern_->ArcTo(param); in ArcTo() 263 void OffscreenCanvasRenderingContext2DModelImpl::Arc(const ArcParam& param) in Arc() argument 266 pattern_->Arc(param); in Arc() 269 void OffscreenCanvasRenderingContext2DModelImpl::Ellipse(const EllipseParam& param) in Ellipse() argument 272 pattern_->Ellipse(param); in Ellipse() 362 SetTransform(TransformParam& param, bool lengthFlag) SetTransform() argument 376 Transform(const TransformParam& param) Transform() argument [all...] |
| /foundation/arkui/ui_lite/frameworks/render/ |
| H A D | render_pixfmt_rgba_blend.h | 36 * @param color color,red,green,blue,alpha Color Component,cover Coverage. 48 * @param color color,red,green,blue,alpha Color Component,cover Coverage. 60 * @param color color,red,green,blue,alpha Color Component 82 * @param color color,red,green,blue,alpha Color Component,cover Coverage. 94 * @param color color,red,green,blue,alpha Color Component 113 * @param r,g,b,a Color Component. 127 * @param color Colors. 138 * @param r,g,b,a Color Component. 186 * @param pixelIndex pixel offset 197 * @param pixelInde [all...] |
| /foundation/multimedia/audio_framework/interfaces/kits/c/common/ |
| H A D | native_audiostream_base.h | 639 * @param renderer AudioRenderer where this event occurs. 640 * @param userData User data which is passed by user. 641 * @param reason Indicates that why does the output device changes. 650 * @param renderer AudioRenderer where this event occurs. 651 * @param samplePos Mark position in samples. 652 * @param userData User data which is passed by user. 661 * @param renderer AudioRenderer where this event occurs. 662 * @param userData User data which is passed by user. 663 * @param audioData Audio data which is written by user. 664 * @param audioDataSiz [all...] |
| /foundation/communication/dsoftbus/tests/adapter/unittest/ |
| H A D | dsoftbus_crypto_test.cpp | 244 * @tc.desc: randStr and len is valid param 257 * @tc.desc: randStr and len is invalid param 274 * @tc.desc: all valid param 296 * @tc.desc: cipherKeyćinput and inLen is invalid param 319 * @tc.desc: encryptData and encryptLen is invalid param 339 * @tc.desc: all valid param 362 * @tc.desc: cipherKey and input is invalid param 384 * @tc.desc: inLen is invalid param 404 * @tc.desc: encryptData and encryptLen is invalid param 427 * @tc.desc: all valid param [all...] |
| /foundation/communication/netmanager_ext/interfaces/kits/js/ |
| H A D | @ohos.net.ethernet.d.ts | 31 * @param { string } iface Indicates the network interface name. 32 * @param { AsyncCallback<InterfaceConfiguration> } callback - the callback of getIfaceConfig. 49 * @param { string } iface Indicates the network interface name. 67 * @param { string } iface Indicates the network interface name of the network parameter. 68 * @param { InterfaceConfiguration } ic Indicates the ic. See {@link InterfaceConfiguration}. 69 * @param { AsyncCallback<void> } callback - the callback of setIfaceConfig. 89 * @param { string } iface Indicates the network interface name of the network parameter. 90 * @param { InterfaceConfiguration } ic Indicates the ic. See {@link InterfaceConfiguration}. 111 * @param { string } iface Indicates the network interface name. 112 * @param { AsyncCallbac [all...] |
| /foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenservice/src/ |
| H A D | dscreen_source_stub_test.cpp | 56 const std::string &dhId, const EnableParam ¶m, const std::string &reqId) in RegisterDistributedHardware() 60 (void)param; in RegisterDistributedHardware() 140 EnableParam param; in HWTEST_F() local 141 param.sinkVersion = ""; in HWTEST_F() 142 param.sinkAttrs = ""; in HWTEST_F() 143 int32_t ret = sourceProxy.RegisterDistributedHardware("", "dhId000", param, "reqId000"); in HWTEST_F() 149 ret = sourceProxy.RegisterDistributedHardware(devId, "dhId000", param, "reqId000"); in HWTEST_F() 152 ret = sourceProxy.RegisterDistributedHardware("devId000", "", param, "reqId000"); in HWTEST_F() 155 ret = sourceProxy.RegisterDistributedHardware("devId000", devId, param, "reqId000"); in HWTEST_F() 158 ret = sourceProxy.RegisterDistributedHardware("devId000", "dhId000", param, ""); in HWTEST_F() 55 RegisterDistributedHardware(const std::string &devId, const std::string &dhId, const EnableParam ¶m, const std::string &reqId) RegisterDistributedHardware() argument [all...] |
| /third_party/glslang/Test/baseResults/ |
| H A D | hlsl.doLoop.frag.out | 221 Name 77 "param" 222 Name 80 "param" 223 Name 83 "param" 227 Name 96 "param" 250 96(param): 11(ptr) Variable Function 254 Store 96(param) 97 255 98: 23(fvec4) FunctionCall 26(@PixelShaderFunction(f1;) 96(param) 357 77(param): 11(ptr) Variable Function 358 80(param): 11(ptr) Variable Function 359 83(param) [all...] |
| H A D | hlsl.intrinsics.negative.comp.out | 168 Name 70 "param" 169 Name 72 "param" 170 Name 74 "param" 171 Name 76 "param" 210 70(param): 46(ptr) Variable Function 211 72(param): 46(ptr) Variable Function 212 74(param): 46(ptr) Variable Function 213 76(param): 48(ptr) Variable Function 223 Store 70(param) 71 225 Store 72(param) 7 [all...] |
| H A D | hlsl.precedence.frag.out | 175 Name 56 "param" 176 Name 58 "param" 177 Name 60 "param" 178 Name 62 "param" 207 56(param): 8(ptr) Variable Function 208 58(param): 8(ptr) Variable Function 209 60(param): 8(ptr) Variable Function 210 62(param): 8(ptr) Variable Function 220 Store 56(param) 57 222 Store 58(param) 5 [all...] |
| H A D | hlsl.structbuffer.fn.frag.out | 171 Name 52 "param" 172 Name 54 "param" 173 Name 55 "param" 177 Name 67 "param" 256 67(param): 11(ptr) Variable Function 260 Store 67(param) 68 261 69: 31(fvec4) FunctionCall 34(@main(u1;) 67(param) 289 52(param): 11(ptr) Variable Function 290 54(param): 11(ptr) Variable Function 291 55(param) [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | units_data.cpp | 48 * @param out The vector to which ConversionRateInfo instances are to be 57 * @param source This string must be "convertUnits": the resource that this 59 * @param value The "convertUnits" resource, containing unit conversion rate 61 * @param noFallback Ignored. 62 * @param status The standard ICU error code output parameter. 130 * @param outPrefs The vector to which UnitPreference instances are to be 132 * @param outMetadata The vector to which UnitPreferenceMetadata instances 143 * @param source This string must be "unitPreferenceData": the resource that 145 * @param value The "unitPreferenceData" resource, containing unit 147 * @param noFallbac [all...] |
| /third_party/icu/tools/release/java/src/main/resources/com/ibm/icu/dev/tools/docs/ |
| H A D | genReport_md.xslt | 7 <xsl:param name="leftVer" /> 8 <xsl:param name="rightVer" /> 9 <xsl:param name="dateTime" /> 10 <xsl:param name="rightMilestone" /> 11 <xsl:param name="leftMilestone" /> 12 <xsl:param name="notFound" /> 13 <!-- <xsl:param name="ourYear" /> --> 38 <xsl:with-param name="nodes" select="/list/func[@rightStatus=$notFound]"/> 46 <xsl:with-param name="nodes" select="/list/func[(@rightStatus='Deprecated' and @leftStatus!='Deprecated') or (@rightStatus='Obsolete' and @leftStatus!='Obsolete')]"/> 54 <xsl:with-param nam [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | util.cpp | 143 * @param advance if true, advance pos to the first non-white-space 169 * @param text the text to be analyzed 170 * @param pos either the start or limit of a range of 'text', to skip 172 * @param stop either the limit or start of a range of 'text', to skip 206 * @param id the string to be parsed 207 * @param pos INPUT-OUTPUT parameter. On input, pos[0] is the 211 * @param ch the non-whitespace character to be parsed. 237 * @param pat pattern that controls parsing 238 * @param text text to be parsed, starting at index 239 * @param inde [all...] |
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_screen.c | 106 softpipe_get_param(struct pipe_screen *screen, enum pipe_cap param) in softpipe_get_param() argument 109 switch (param) { in softpipe_get_param() 314 return u_pipe_screen_get_param_defaults(screen, param); in softpipe_get_param() 321 enum pipe_shader_cap param) in softpipe_get_shader_param() 325 switch (param) { in softpipe_get_shader_param() 337 return tgsi_exec_get_shader_param(param); in softpipe_get_shader_param() 339 return tgsi_exec_get_shader_param(param); in softpipe_get_shader_param() 343 return draw_get_shader_param(shader, param); in softpipe_get_shader_param() 345 return draw_get_shader_param_no_llvm(shader, param); in softpipe_get_shader_param() 352 softpipe_get_paramf(struct pipe_screen *screen, enum pipe_capf param) in softpipe_get_paramf() argument 319 softpipe_get_shader_param(struct pipe_screen *screen, enum pipe_shader_type shader, enum pipe_shader_cap param) softpipe_get_shader_param() argument 525 softpipe_get_compute_param(struct pipe_screen *_screen, enum pipe_shader_ir ir_type, enum pipe_compute_cap param, void *ret) softpipe_get_compute_param() argument [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | util.cpp | 143 * @param advance if true, advance pos to the first non-white-space 169 * @param text the text to be analyzed 170 * @param pos either the start or limit of a range of 'text', to skip 172 * @param stop either the limit or start of a range of 'text', to skip 206 * @param id the string to be parsed 207 * @param pos INPUT-OUTPUT parameter. On input, pos[0] is the 211 * @param ch the non-whitespace character to be parsed. 237 * @param pat pattern that controls parsing 238 * @param text text to be parsed, starting at index 239 * @param inde [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | units_data.cpp | 50 * @param out The vector to which ConversionRateInfo instances are to be 59 * @param source This string must be "convertUnits": the resource that this 61 * @param value The "convertUnits" resource, containing unit conversion rate 63 * @param noFallback Ignored. 64 * @param status The standard ICU error code output parameter. 136 * @param outPrefs The vector to which UnitPreference instances are to be 138 * @param outMetadata The vector to which UnitPreferenceMetadata instances 149 * @param source This string must be "unitPreferenceData": the resource that 151 * @param value The "unitPreferenceData" resource, containing unit 153 * @param noFallbac [all...] |