/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | OutputASM.cpp | 534 callMain->dst.index = 0; // main() in output() 664 // so declare them but don't assign a register index yet (one will be assigned when referenced in reachable code). in visitSymbol() 711 return false; // Don't traverse, the register index is determined statically in visitBinary() 851 for(int index = 1; index < left->totalRegisterCount(); index++) in visitBinary() 854 emit(sw::Shader::OPCODE_EQ, &equal, 0, left, index, right, index); in visitBinary() 864 for(int index = 1; index < lef in visitBinary() 2186 emitCmp(sw::Shader::Control cmpOp, TIntermTyped *dst, TIntermNode *left, TIntermNode *right, int index) emitCmp() argument 2216 int index = registers / type.elementRegisterCount(); componentCount() local 2268 int index = registers / type.elementRegisterCount(); registerSize() local 2329 getArgumentInfo(TIntermTyped *arg, int index) getArgumentInfo() argument 2383 source(sw::Shader::SourceParameter ¶meter, TIntermNode *argument, int index) source() argument 2500 destination(sw::Shader::DestinationParameter ¶meter, TIntermTyped *arg, int index) destination() argument 2523 swizzleElement(int swizzle, int index) swizzleElement() argument 2764 int index = right->getAsConstantUnion()->getIConst(0); lvalue() local 2791 int index = sequence[i]->getAsConstantUnion()->getIConst(0); lvalue() local 2974 writeMask(TIntermTyped *destination, int index) writeMask() argument 3104 int index = allocate(temporaries, temporary); temporaryRegister() local 3316 int index = isBlockMember ? lookup(uniforms, parentBlock) : lookup(uniforms, uniform); uniformRegister() local 3352 int index = lookup(attributes, attribute); attributeRegister() local 3432 int index = right->getAsConstantUnion() ? right->getAsConstantUnion()->getIConst(0) : 0; samplerRegister() local 3479 int index = lookup(samplers, sampler); samplerRegister() local 3607 int index = lookup(list, variable); allocate() local 3655 int index = lookup(list, variable); free() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/ |
H A D | option_view.cpp | 28 RefPtr<FrameNode> Create(int32_t index) in Create() argument 32 auto node = FrameNode::CreateFrameNode(V2::OPTION_ETS_TAG, Id, AceType::MakeRefPtr<OptionPattern>(index)); in Create() 205 void OptionView::CreateOption(bool optionsHasIcon, std::vector<OptionParam>& params, int32_t index, in CreateOption() argument 211 auto iconNode = CreateSymbol(params[index].symbol, row, nullptr, params[index].symbolUserDefinedIdealFontSize); in CreateOption() 214 auto textNode = CreateText(params[index].value, row); in CreateOption() 218 pattern->SetBlockClick(params[index].disableSystemClick); in CreateOption() 222 eventHub->SetMenuOnClick(params[index].action); in CreateOption() 245 RefPtr<FrameNode> OptionView::CreateMenuOption(bool optionsHasIcon, std::vector<OptionParam>& params, int32_t index) in CreateMenuOption() argument 247 auto option = Create(index); in CreateMenuOption() 265 CreateMenuOption(bool optionsHasIcon, const OptionValueInfo& value, const std::function<void()>& onClickFunc, int32_t index, const std::string& icon) CreateMenuOption() argument 286 CreateSelectOption(const SelectParam& param, int32_t index) CreateSelectOption() argument [all...] |
/foundation/barrierfree/accessibility/services/aams/src/ |
H A D | accessibility_circle_drawing_manager.cpp | 360 for (int32_t index = static_cast<int32_t>(color.size() - 1); index >= 0; index--) { in ParseStringToInteger() 361 if (color[index] >= CHAR_0 && color[index] <= CHAR_9) { in ParseStringToInteger() 362 val += base * static_cast<int32_t>(color[index] - CHAR_0); in ParseStringToInteger() 365 if (color[index] == CHAR_A) { in ParseStringToInteger() 366 val += base * static_cast<int32_t>(color[index] - CHAR_A + DECIMAL); in ParseStringToInteger() 369 if (color[index] == CHAR_B) { in ParseStringToInteger() 370 val += base * static_cast<int32_t>(color[index] in ParseStringToInteger() [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/ |
H A D | any.h | 343 AnyReturnValue GetDataAt(size_t index, const TypeId& id, void* data, size_t size) const override 345 if (IsValidItemArgs(id, data, size) && index < GetSize()) { 346 *static_cast<ItemType*>(data) = value_[index]; 351 AnyReturnValue SetDataAt(size_t index, const TypeId& id, const void* data, size_t size) override 353 if (IsValidItemArgs(id, data, size) && index < GetSize()) { 354 value_[index] = *static_cast<const ItemType*>(data); 359 AnyReturnValue SetAnyAt(IArrayAny::IndexType index, const IAny& value) override 363 return SetDataAt(index, ITEM_TYPE_ID, &v, ITEM_SIZE); 367 AnyReturnValue GetAnyAt(IArrayAny::IndexType index, IAny& value) const override 370 if (GetDataAt(index, ITEM_TYPE_I [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/ |
H A D | image_source_hdr_test.cpp | 146 uint32_t index = 0;
in HWTEST_F() local 150 std::unique_ptr<PixelMap> pixelMap = imageSource->CreatePixelMap(index, optsPixel, errorCode);
in HWTEST_F() 173 uint32_t index = 0;
in HWTEST_F() local 177 std::unique_ptr<PixelMap> pixelMap = imageSource->CreatePixelMap(index, optsPixel, errorCode);
in HWTEST_F() 200 uint32_t index = 0;
in HWTEST_F() local 204 std::unique_ptr<PixelMap> pixelMap = imageSource->CreatePixelMap(index, optsPixel, errorCode);
in HWTEST_F() 227 uint32_t index = 0;
in HWTEST_F() local 231 std::unique_ptr<PixelMap> pixelMap = imageSource->CreatePixelMap(index, optsPixel, errorCode);
in HWTEST_F() 258 uint32_t index = 0;
in HWTEST_F() local 262 std::unique_ptr<PixelMap> pixelMap = imageSource->CreatePixelMap(index, optsPixe in HWTEST_F() 289 uint32_t index = 0; HWTEST_F() local 316 uint32_t index = 0; HWTEST_F() local 343 uint32_t index = 0; HWTEST_F() local 420 uint32_t index = 0; HWTEST_F() local [all...] |
/foundation/multimedia/av_codec/test/nativedemo/video_demo/ |
H A D | avcodec_video_decoder_inner_demo.cpp | 256 void VDecInnerDemo::HandleInputEOS(const uint32_t &index) in HandleInputEOS() argument 264 (void)videoDec_->QueueInputBuffer(index, attr, flag); in HandleInputEOS() 268 int32_t VDecInnerDemo::HandleNormalInput(const uint32_t &index, const int64_t &pts, const size_t &size) in HandleNormalInput() argument 276 auto result = videoDec_->QueueInputBuffer(index, attr, flag); in HandleNormalInput() 329 uint32_t index = signal_->inQueue_.front(); in InputFunc() local 335 std::cout << "buffer is null:" << index << std::endl; in InputFunc() 344 HandleInputEOS(index); in InputFunc() 353 auto result = HandleNormalInput(index, pkt_->pts, pkt_->size); in InputFunc() 376 uint32_t index = signal_->outQueue_.front(); in OutputFunc() local 387 cout << "OutputFunc write file,buffer index" << inde in OutputFunc() 421 OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> buffer) OnInputBufferAvailable() argument 430 OnOutputBufferAvailable(uint32_t index, AVCodecBufferInfo info, AVCodecBufferFlag flag, std::shared_ptr<AVSharedMemory> buffer) OnOutputBufferAvailable() argument [all...] |
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/ |
H A D | videodec_sample.cpp | 105 void VdecInputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in VdecInputDataReady() argument 112 signal->inIdxQueue_.push(index); in VdecInputDataReady() 117 void VdecOutputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, OH_AVCodecBufferAttr *attr, in VdecOutputDataReady() argument 125 signal->outIdxQueue_.push(index); in VdecOutputDataReady() 130 OH_VideoDecoder_RenderOutputData(codec, index); in VdecOutputDataReady() 132 OH_VideoDecoder_FreeOutputData(codec, index); in VdecOutputDataReady() 330 int32_t VDecFuzzSample::ReadData(uint32_t index, OH_AVMemory *buffer) in ReadData() argument 340 SetEOS(index); in ReadData() 345 return SendData(bufferSize, index, buffer); in ReadData() 348 uint32_t VDecFuzzSample::SendData(uint32_t bufferSize, uint32_t index, OH_AVMemor argument 400 uint32_t index = signal_->inIdxQueue_.front(); InputFuncAVCC() local 416 uint32_t index; InputFuncFUZZ() local 447 SetEOS(uint32_t index) SetEOS() argument [all...] |
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.cpp | 92 void VdecInputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in VdecInputDataReady() argument 99 signal->inIdxQueue_.push(index); in VdecInputDataReady() 104 void VdecOutputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in VdecOutputDataReady() argument 108 ret = OH_VideoDecoder_RenderOutputBuffer(codec, index); in VdecOutputDataReady() 110 ret = OH_VideoDecoder_FreeOutputBuffer(codec, index); in VdecOutputDataReady() 201 uint32_t index; in InputFuncFUZZ() local 215 index = signal_->inIdxQueue_.front(); in InputFuncFUZZ() 238 OH_AVErrCode ret = OH_VideoDecoder_PushInputBuffer(vdec_, index); in InputFuncFUZZ() 244 void VDecApi11FuzzSample::SetEOS(OH_AVBuffer *buffer, uint32_t index) in SetEOS() argument 252 int32_t res = OH_VideoDecoder_PushInputBuffer(vdec_, index); in SetEOS() 385 uint32_t index; InputFuncTest() local 411 PushData(uint32_t index, OH_AVBuffer *buffer) PushData() argument 426 SendData(uint32_t bufferSize, uint32_t index, OH_AVBuffer *buffer) SendData() argument [all...] |
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/ |
H A D | videodec_sample.cpp | 105 void VdecInputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in VdecInputDataReady() argument 112 signal->inIdxQueue_.push(index); in VdecInputDataReady() 117 void VdecOutputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, OH_AVCodecBufferAttr *attr, in VdecOutputDataReady() argument 125 signal->outIdxQueue_.push(index); in VdecOutputDataReady() 130 OH_VideoDecoder_RenderOutputData(codec, index); in VdecOutputDataReady() 132 OH_VideoDecoder_FreeOutputData(codec, index); in VdecOutputDataReady() 330 int32_t VDecFuzzSample::ReadData(uint32_t index, OH_AVMemory *buffer) in ReadData() argument 340 SetEOS(index); in ReadData() 345 return SendData(bufferSize, index, buffer); in ReadData() 348 uint32_t VDecFuzzSample::SendData(uint32_t bufferSize, uint32_t index, OH_AVMemor argument 400 uint32_t index = signal_->inIdxQueue_.front(); InputFuncAVCC() local 416 uint32_t index; InputFuncFUZZ() local 447 SetEOS(uint32_t index) SetEOS() argument [all...] |
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/ |
H A D | videodec_api11_sample.cpp | 92 void VdecInputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in VdecInputDataReady() argument 99 signal->inIdxQueue_.push(index); in VdecInputDataReady() 104 void VdecOutputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in VdecOutputDataReady() argument 108 ret = OH_VideoDecoder_RenderOutputBuffer(codec, index); in VdecOutputDataReady() 110 ret = OH_VideoDecoder_FreeOutputBuffer(codec, index); in VdecOutputDataReady() 201 uint32_t index; in InputFuncFUZZ() local 215 index = signal_->inIdxQueue_.front(); in InputFuncFUZZ() 238 OH_AVErrCode ret = OH_VideoDecoder_PushInputBuffer(vdec_, index); in InputFuncFUZZ() 244 void VDecApi11FuzzSample::SetEOS(OH_AVBuffer *buffer, uint32_t index) in SetEOS() argument 252 int32_t res = OH_VideoDecoder_PushInputBuffer(vdec_, index); in SetEOS() 385 uint32_t index; InputFuncTest() local 411 PushData(uint32_t index, OH_AVBuffer *buffer) PushData() argument 426 SendData(uint32_t bufferSize, uint32_t index, OH_AVBuffer *buffer) SendData() argument [all...] |
/third_party/ffmpeg/libswscale/ |
H A D | slice.c | 251 int index; in ff_init_filters() local 317 index = 0; in ff_init_filters() 322 res = ff_init_gamma_convert(c->desc + index, c->slice + srcIdx, c->inv_gamma); in ff_init_filters() 324 ++index; in ff_init_filters() 328 res = ff_init_desc_fmt_convert(&c->desc[index], &c->slice[srcIdx], &c->slice[dstIdx], pal); in ff_init_filters() 330 c->desc[index].alpha = c->needAlpha; in ff_init_filters() 331 ++index; in ff_init_filters() 337 res = ff_init_desc_hscale(&c->desc[index], &c->slice[srcIdx], &c->slice[dstIdx], c->hLumFilter, c->hLumFilterPos, c->hLumFilterSize, c->lumXInc); in ff_init_filters() 339 c->desc[index].alpha = c->needAlpha; in ff_init_filters() 342 ++index; in ff_init_filters() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
H A D | MeasureUnitImpl.java | 302 private final int index; field in MeasureUnitImpl.CompoundPart 304 CompoundPart(int index) { in CompoundPart() argument 305 this.index = index; in CompoundPart() 309 int index = trieIndex - UnitsData.Constants.kCompoundPartOffset; in getCompoundPartFromTrieIndex() 310 switch (index) { in getCompoundPartFromTrieIndex() 318 throw new AssertionError("CompoundPart index must be 0, 1 or 2"); in getCompoundPartFromTrieIndex() 323 return this.index + UnitsData.Constants.kCompoundPartOffset; in getTrieIndex() 327 return index; in getValue() 372 private final int index; field in MeasureUnitImpl.InitialCompoundPart 398 int index; global() field in MeasureUnitImpl.MeasureUnitImplWithIndex 401 MeasureUnitImplWithIndex(int index, MeasureUnitImpl unitImpl) MeasureUnitImplWithIndex() argument [all...] |
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | tzdst.c | 213 UINT32 index; in GetMonthFromString() local 214 for (index = 0; index < sizeof(g_strMonth) / sizeof(CHAR *); index++) { in GetMonthFromString() 215 if (strncmp(strMonth, g_strMonth[index], MONTH_NAME_LEN) == 0) { in GetMonthFromString() 217 return (int)index; in GetMonthFromString() 226 UINT32 index; in GetWeekDayFromString() local 227 for (index = 0; index < sizeof(g_strWeekDay) / sizeof(CHAR *); index in GetWeekDayFromString() 239 UINT32 index; GetMonthWeekFromString() local [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_query.c | 54 unsigned index) in llvmpipe_create_query() 64 pq->index = index; in llvmpipe_create_query() 209 int index, in llvmpipe_get_query_result_resource() 233 if (index == -1) in llvmpipe_get_query_result_resource() 296 switch ((enum pipe_statistics_query_index)index) { in llvmpipe_get_query_result_resource() 403 pq->num_primitives_written[0] = llvmpipe->so_stats[pq->index].num_primitives_written; in llvmpipe_begin_query() 406 pq->num_primitives_generated[0] = llvmpipe->so_stats[pq->index].primitives_storage_needed; in llvmpipe_begin_query() 410 pq->num_primitives_written[0] = llvmpipe->so_stats[pq->index].num_primitives_written; in llvmpipe_begin_query() 411 pq->num_primitives_generated[0] = llvmpipe->so_stats[pq->index] in llvmpipe_begin_query() 52 llvmpipe_create_query(struct pipe_context *pipe, unsigned type, unsigned index) llvmpipe_create_query() argument 205 llvmpipe_get_query_result_resource(struct pipe_context *pipe, struct pipe_query *q, enum pipe_query_flags flags, enum pipe_query_value_type result_type, int index, struct pipe_resource *resource, unsigned offset) llvmpipe_get_query_result_resource() argument [all...] |
/third_party/libphonenumber/cpp/src/phonenumbers/ohos/ |
H A D | update_geocoding.cc | 67 const PrefixDescriptions** prePrefixDescriptionsArray, int index) in UpdatePrefixDescriptions() 70 std::string languageCode = isupdatedLanguageCodes ? curLanguageCodes[index] : preLanguageCodes[index]; in UpdatePrefixDescriptions() 74 int preIndex = isupdatedLanguageCodes ? FindLanguageCode(languageCode) : index; in UpdatePrefixDescriptions() 137 void UpdateGeocoding::AddPrefixDescriptions(const std::string& languageCode, int index) in AddPrefixDescriptions() argument 153 ModifyPrefixDescriptions(prefixes, descriptions, prefixesInfo, index); in AddPrefixDescriptions() 160 ModifyPossibleLengths(possibleLengths, prefixesInfo, index); in AddPrefixDescriptions() 173 PrefixesInfo& prefixesInfo, int index) in ModifyPrefixDescriptions() 181 if (index != -1) { in ModifyPrefixDescriptions() 182 prefixDescriptions = prefixDescriptionsArray[index]; in ModifyPrefixDescriptions() 66 UpdatePrefixDescriptions( const PrefixDescriptions** prePrefixDescriptionsArray, int index) UpdatePrefixDescriptions() argument 172 ModifyPrefixDescriptions(int32_t* prefixes, const char** descriptions, PrefixesInfo& prefixesInfo, int index) ModifyPrefixDescriptions() argument 224 ModifyPossibleLengths(int32_t* possibleLengths, PrefixesInfo& prefixesInfo, int index) ModifyPossibleLengths() argument 237 UpdateCountryLanguages(const CountryLanguages** preCountryLanguagesArray, int index) UpdateCountryLanguages() argument [all...] |
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | AstHelpers.cpp | 181 TIntermTyped &sh::GetArg(const TIntermAggregate &call, size_t index) in GetArg() argument 183 ASSERT(index < call.getChildCount()); in GetArg() 184 TIntermNode *arg = call.getChildNode(index); in GetArg() 191 void sh::SetArg(TIntermAggregate &call, size_t index, TIntermTyped &arg) in SetArg() argument 193 ASSERT(index < call.getChildCount()); in SetArg() 194 (*call.getSequence())[index] = &arg; in SetArg() 224 const int index = GetFieldIndex(*structure, fieldName); 225 ASSERT(index >= 0); 226 return AccessFieldByIndex(object, index); 229 TIntermBinary &sh::AccessFieldByIndex(TIntermTyped &object, int index) [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
H A D | TextureMtl.h | 41 const gl::ImageIndex &index, 50 const gl::ImageIndex &index, 59 const gl::ImageIndex &index, 66 const gl::ImageIndex &index, 74 const gl::ImageIndex &index, 79 const gl::ImageIndex &index, 85 const gl::ImageIndex &index, 94 const gl::ImageIndex &index, 184 // Ensure image at given index is created: 185 angle::Result ensureImageCreated(const gl::Context *context, const gl::ImageIndex &index); [all...] |
/third_party/skia/src/pathops/ |
H A D | SkPathOpsWinding.cpp | 135 for (int index = 0; index < roots; ++index) { in rayCheck() 136 double t = tVals[index]; in rayCheck() 276 for (int index = 0; index < count; ++index) { in sortableTop() 277 hit = sorted[index]; in sortableTop() 282 SkDebugf("%s [%d] valid=%d operand=%d span=%d ccw=%d ", __FUNCTION__, index, in sortableTop() 294 for (int index in sortableTop() [all...] |
/third_party/skia/tests/ |
H A D | RecordOptsTest.cpp | 69 for (int index = 0; index < record.count(); index++) { in DEF_TEST() 70 assert_type<SkRecords::NoOp>(r, record, index); in DEF_TEST() 245 int index = 0; in DEF_TEST() local 274 assert_merge_svg_opacity_and_filter_layers(r, &record, index, in DEF_TEST() 277 assert_savelayer_restore(r, &record, index + 3, innerNoOped); in DEF_TEST() 279 index += 7; in DEF_TEST() 316 assert_merge_svg_opacity_and_filter_layers(r, &record, index, false); in DEF_TEST() 317 index in DEF_TEST() [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
H A D | render_grid_scroll.cpp | 103 void RenderGridScroll::AddChildByIndex(int32_t index, const RefPtr<RenderNode>& renderNode) in AddChildByIndex() argument 105 auto iter = items_.try_emplace(index, renderNode); in AddChildByIndex() 111 node->SetIndex(index); in AddChildByIndex() 157 int32_t index = startShowItemIndex_; in CheckJumpToIndex() local 162 index = endShowItemIndex_ + idx; in CheckJumpToIndex() 163 if (index >= GetItemTotalCount()) { in CheckJumpToIndex() 164 index = GetItemTotalCount() - 1; in CheckJumpToIndex() 170 index = startShowItemIndex_ - idx; in CheckJumpToIndex() 171 if (index < 0) { in CheckJumpToIndex() 172 index in CheckJumpToIndex() 491 BuildLazyGridLayout(int32_t index, double sizeNeed) BuildLazyGridLayout() argument 509 CheckGridPlaced( int32_t index, int32_t main, int32_t cross, int32_t& mainSpan, int32_t& crossSpan) CheckGridPlaced() argument 852 int32_t index = mainIndex; Rank() local 1002 DeleteItems(int32_t index, bool isTail) DeleteItems() argument 1077 GetItemMainIndex(int32_t index) GetItemMainIndex() argument 1092 int32_t index = first; GetStartingItem() local 1111 OnDataSourceUpdated(int32_t index) OnDataSourceUpdated() argument 1312 ScrollToIndex(int32_t index) ScrollToIndex() argument 1360 CalculateScrollLength(int32_t index) CalculateScrollLength() argument 1611 int32_t index = 0; GetIndexByPosition() local [all...] |
/third_party/node/deps/v8/src/debug/ |
H A D | debug-wasm-objects.cc | 21 // Helper for unpacking a maybe name that makes a default with an index if 26 uint32_t index) { in GetNameOrDefault() 36 int len = SNPrintF(value, "%s%u", default_name_prefix, index); in GetNameOrDefault() 42 wasm::ImportExportKindCode kind, uint32_t index) { in GetNameFromImportsAndExportsOrNull() 47 auto import_name_ref = debug_info->GetImportName(kind, index); in GetNameFromImportsAndExportsOrNull() 61 auto export_name_ref = debug_info->GetExportName(kind, index); in GetNameFromImportsAndExportsOrNull() 181 static void IndexedGetter(uint32_t index, in IndexedGetter() 185 if (index < T::Count(isolate, provider)) { in IndexedGetter() 186 auto value = T::Get(isolate, provider, index); in IndexedGetter() 191 static void IndexedDescriptor(uint32_t index, in IndexedDescriptor() 23 GetNameOrDefault(Isolate* isolate, MaybeHandle<String> maybe_name, const char* default_name_prefix, uint32_t index) GetNameOrDefault() argument 40 GetNameFromImportsAndExportsOrNull( Isolate* isolate, Handle<WasmInstanceObject> instance, wasm::ImportExportKindCode kind, uint32_t index) GetNameFromImportsAndExportsOrNull() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/ |
H A D | patternlock_modifier.h | 109 void CheckIsHoverAndPaint(RSCanvas& canvas, float offsetX, float offsetY, float radius, int32_t index); 121 bool CheckChoosePointIsLastIndex(int32_t x, int32_t y, int32_t index) const; 122 void SetBackgroundCircleRadius(int32_t index); 123 void SetActiveCircleRadius(int32_t index); 124 void SetLightRingCircleRadius(int32_t index); 125 void SetLightRingAlphaF(int32_t index); 126 float GetLightRingAlphaF(int32_t index) const; 127 float GetBackgroundCircleRadius(int32_t index) const; 128 float GetActiveCircleRadius(int32_t index) const; 129 float GetLightRingCircleRadius(int32_t index) cons [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
H A D | lazy_for_each_node.h | 71 void OnDataAdded(size_t index) override; 72 void OnDataBulkAdded(size_t index, size_t count) override; 73 void OnDataDeleted(size_t index) override; 74 void OnDataBulkDeleted(size_t index, size_t count) override; 75 void OnDataChanged(size_t index) override; 79 void OnDataBulkChanged(size_t index, size_t count) override; 112 RefPtr<UINode> GetFrameChildByIndex(uint32_t index, bool needBuild, bool isCache = false, 114 void DoRemoveChildInRenderTree(uint32_t index, bool isAll) override; 164 RefPtr<FrameNode> GetFrameNode(int32_t index) override; 172 * @param index th [all...] |
/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | velocity_tracker.cpp | 67 int32_t index = 2; in GetLinearSlope() local 68 while (index <= MAX_INDEX && count >= index) { in GetLinearSlope() 69 if (!NearEqual(x[count - 1], x[count - index])) { in GetLinearSlope() 72 auto previousIndex = count - index; in GetLinearSlope() 80 index++; in GetLinearSlope() 82 if (index > MAX_INDEX || index > count) { in GetLinearSlope() 85 return (y[count - 1] - y[count - index]) / (x[count - 1] - x[count - index]); // in GetLinearSlope() [all...] |
/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/ |
H A D | js_dialog.cpp | 123 for (uint32_t index = 0; index < len; index++) {
in ParseButton() 124 if (index >= maxButtonNum) {
in ParseButton() 129 JSIValue buttonObject = JSI::GetPropertyByIndex(buttonArrayObject, index);
in ParseButton() 135 dialog->SetButtonColor(static_cast<UIDialog::DialogButtonType>(index), color);
in ParseButton() 137 dialogListener_ = new DialogListener(jsDialog, index, successFuncObject, completeFuncObject, context);
in ParseButton() 144 dialog->SetButton(static_cast<UIDialog::DialogButtonType>(index), buttonText, dialogListener_);
in ParseButton() 180 uint8_t index,
in DialogListener() 185 buttonIndex_(index),
in DialogListener() 179 DialogListener(JSDialog *jsDialog, uint8_t index, JSIValue successFunc, JSIValue completeFunc, JSIValue context) DialogListener() argument [all...] |