| /third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| H A D | CharsetDecoderICU.java | 81 * @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 D | dataURL.js | 18 /** @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 D | FrameCapture.h | 40 gl::GLenumGroup enumGroup; // only used for param type GLenum, GLboolean and GLbitfield 78 void addParam(ParamCapture &¶m); 124 T getReadBufferPointer(const ParamCapture ¶m) in getReadBufferPointer() argument 126 ASSERT(param.readBufferSizeBytes > 0); in getReadBufferPointer() 127 ASSERT(mReadBuffer.size() >= param.readBufferSizeBytes); in getReadBufferPointer() 131 T getAsConstPointer(const ParamCapture ¶m) 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 ¶m) 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 D | esextcTextureCubeMapArrayStencilAttachments.cpp | 60 * @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 D | generator_impl_function_test.cc | 65 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 D | deAtomic.h | 36 * \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...] |
| /applications/standard/app_samples/code/BasicFeature/ApplicationModels/SystemRouter/entry/src/main/ets/pages/ |
| H A D | EntryPageOne.ets | 19 export function PageOneBuilder(name: string, param: Object) { 43 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 50 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 57 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 64 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 71 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
|
| H A D | EntryPageTwo.ets | 19 export function PageTwoBuilder(name: string, param: Object) { 42 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 49 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 56 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 63 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 70 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
|
| H A D | Index.ets | 28 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 35 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 42 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 49 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 56 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 63 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
|
| /applications/standard/app_samples/code/BasicFeature/ApplicationModels/SystemRouter/harA/src/main/ets/pages/ |
| H A D | HarAPageTwo.ets | 19 export function HarAPageTwoBuilder(name: string, param: Object) { 43 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 50 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 57 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 64 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 71 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
|
| H A D | HarAPageOne.ets | 19 export function HarAPageOneBuilder(name: string, param: Object) { 43 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 50 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 57 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 64 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 71 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
|
| /applications/standard/app_samples/code/BasicFeature/ApplicationModels/SystemRouter/harB/src/main/ets/pages/ |
| H A D | HarBPageTwo.ets | 19 export function HarBPageTwoBuilder(name: string, param: Object) { 43 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 50 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 57 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 64 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 71 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
|
| H A D | HarBPageOne.ets | 19 export function HarBPageOneBuilder(name: string, param: Object) { 43 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 50 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 57 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 64 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 71 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
|
| /applications/standard/app_samples/code/BasicFeature/ApplicationModels/SystemRouter/hspA/src/main/ets/pages/ |
| H A D | HspAPageTwo.ets | 19 export function HspAPageTwoBuilder(name: string, param: Object) { 43 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 50 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 57 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 64 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 71 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
|
| H A D | HspAPageOne.ets | 19 export function HspAPageOneBuilder(name: string, param: Object) { 43 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 50 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 57 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 64 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 71 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
|
| /applications/standard/app_samples/code/BasicFeature/ApplicationModels/SystemRouter/hspB/src/main/ets/pages/ |
| H A D | HspBPageOne.ets | 19 export function HspBPageOneBuilder(name: string, param: Object) { 42 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 49 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 56 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 63 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 70 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
|
| H A D | HspBPageTwo.ets | 19 export function HspBPageTwoBuilder(name: string, param: Object) { 42 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 49 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 56 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 63 //Push the NavDestination page information specified by name onto the stack, and pass the data as param. 70 //Push the NavDestination page information specified by name onto the stack, and pass the data as param.
|
| /applications/standard/app_samples/code/Performance/PerformanceLibrary/feature/ThreadDataTransfer/src/main/ets/utils/ |
| H A D | TreadUtil.ets | 24 * @param pixelMap 源数据 25 * @param lastAdjustData 之前的饱和度值 26 * @param currentAdjustData 将要调整到饱和度值 27 * @param taskNum 开启的线程任务数 28 * @param isParamsByTransfer 参数是否通过传递方式传参 29 * @param callback 线程处理结束后的回调
|
| /applications/standard/app_samples/code/SystemFeature/FileManagement/Photos/entry/src/main/ets/pages/ |
| H A D | VideoBrowser.ets | 61 let param: ParamsInterface = router.getParams(); 62 if(param.uri != null ) this.uri = param.uri.toString(); 64 if (!Number.isNaN(param.dateAdded)) { 65 this.dateAdded = new Number(param.dateAdded).valueOf() 67 this.previewUri = param.previewUri;
|
| /applications/standard/app_samples/code/SystemFeature/Widget/RequestAddForm/entry/src/main/ets/pages/ |
| H A D | Index.ets | 49 'ohos.extra.param.key.form_dimension': FormDimension.Dimension_2_2, 50 'ohos.extra.param.key.form_name': 'widget', 51 'ohos.extra.param.key.module_name': 'entry' 84 'ohos.extra.param.key.form_dimension': FormDimension.Dimension_2_2, 85 'ohos.extra.param.key.form_name': 'JsWidget', 86 'ohos.extra.param.key.module_name': 'entry'
|
| /applications/standard/calendardata/common/src/main/ets/utils/ |
| H A D | SystemTimerUtils.ets | 26 * @param options 定时器选项,数据结构参考系统api:SystemTimer 27 * @param callback 定时器的回调函数,到达定时器的触发时间时回调 51 * @Param timer The timer ID. 52 * @Param triggerTime 触发时间 70 * @Param timer The timer ID. 88 * @Param timer The timer ID.
|
| /applications/standard/call/entry/src/main/ets/ServiceAbility/ |
| H A D | TelephonyApi.ets | 31 * @param { Function } callBack - inject an Function 68 * @param { number } callId - call id 81 * @param { number } callId - call id 83 * @param { boolean } isSendSms - is send sms 85 * @param { string } msg - message string 102 * @param { number } callId - call id
|
| /applications/standard/printspooler/common/src/main/ets/utils/ |
| H A D | StringUtil.ts | 30 * @param {string} name - name of string.json 44 * @param name string code 45 * @param context context 46 * @param args variable args 58 * @param {string} originStr - string 76 * @param {string} str - string
|
| /applications/standard/filepicker/audiopicker/src/main/ets/common/preference/ |
| H A D | PreferenceManager.ts | 55 * @param keyName keyName 56 * @param def def 57 * @param storeName storeName 92 * @param keyName keyName 93 * @param def def 94 * @param storeName storeName
|
| /applications/standard/launcher/common/src/main/ets/default/base/ |
| H A D | BaseViewModel.ts | 45 * @param bundleName target bundle name 46 * @param abilityName target ability name 55 * @param bundleName 56 * @param abilityName 76 * @param uninstallBundleName bundle name to uninstall 77 * @param isUninstallable true if target app is uninstallable.
|