/third_party/node/deps/v8/src/heap/ |
H A D | index-generator.cc | 5 #include "src/heap/index-generator.h" 20 // Return any pending index first. in GetNext() 21 auto index = pending_indices_.top(); in GetNext() local 23 return index; in GetNext() 27 // Split the oldest running range in 2 and return the middle index as in GetNext() 40 void IndexGenerator::GiveBack(size_t index) { in GiveBack() argument 42 // Add |index| to pending indices so GetNext() may return it before anything in GiveBack() 44 pending_indices_.push(index); in GiveBack()
|
/third_party/node/deps/v8/src/objects/ |
H A D | js-collection-inl.h | 51 int index = Smi::ToInt(this->index()); in CurrentValue() local 52 DCHECK_GE(index, 0); in CurrentValue() 53 InternalIndex entry(index); in CurrentValue()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/ |
H A D | ByteArrayTableBuilder.java | 54 * Get the byte value at the specified index. The index is relative to the 57 * @param index index relative to the start of the table 58 * @return byte value at the given index 61 public int byteValue(int index) throws IOException { in byteValue() argument 66 return data.readByte(index); in byteValue() 70 * Get the byte value at the specified index. The index is relative to the 73 * @param index inde 77 setByteValue(int index, byte b) setByteValue() argument [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/ |
H A D | byte_array_table_builder.cc | 23 int32_t ByteArrayTableBuilder::ByteValue(int32_t index) { in ByteValue() argument 31 return data->ReadByte(index); in ByteValue() 34 void ByteArrayTableBuilder::SetByteValue(int32_t index, uint8_t b) { in SetByteValue() argument 42 data->WriteByte(index, b); in SetByteValue()
|
/third_party/skia/include/core/ |
H A D | SkFontArguments.h | 28 * `overrides` is a list of pairs of palette entry index and color. 35 int index; member 38 int index; member 48 /** Specify the index of the desired font. 80 fPalette.index = palette.index; in setPalette()
|
/third_party/skia/fuzz/ |
H A D | FuzzPathMeasure.cpp | 18 for (auto index = 0; index < 6; ++index) { in DEF_FUZZ() 19 fuzz->next(&distance[index]); in DEF_FUZZ()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/ |
H A D | fst_ctrl_aux.c | 44 const char * fst_get_str_name(unsigned index, const char *names[], in fst_get_str_name() argument 47 if (index >= names_size || !names[index]) in fst_get_str_name() 49 return names[index]; in fst_get_str_name()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/ |
H A D | fst_ctrl_aux.c | 44 const char * fst_get_str_name(unsigned index, const char *names[], in fst_get_str_name() argument 47 if (index >= names_size || !names[index]) in fst_get_str_name() 49 return names[index]; in fst_get_str_name()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mjpegdec.c | 63 int index; in init_default_huffman_tables() member 84 ff_free_vlc(&s->vlcs[ht[i].class][ht[i].index]); in init_default_huffman_tables() 85 ret = ff_mjpeg_build_vlc(&s->vlcs[ht[i].class][ht[i].index], in init_default_huffman_tables() 92 memcpy(s->raw_huffman_lengths[ht[i].class][ht[i].index], in init_default_huffman_tables() 94 memcpy(s->raw_huffman_values[ht[i].class][ht[i].index], in init_default_huffman_tables() 200 int len, index, i; in ff_mjpeg_decode_dqt() local 215 index = get_bits(&s->gb, 4); in ff_mjpeg_decode_dqt() 216 if (index >= 4) in ff_mjpeg_decode_dqt() 218 av_log(s->avctx, AV_LOG_DEBUG, "index=%d\n", index); in ff_mjpeg_decode_dqt() 243 int len, index, i, class, n, v; ff_mjpeg_decode_dht() local 1647 int index, id, ret; ff_mjpeg_decode_sos() local 2417 int i, index; ff_mjpeg_receive_frame() local [all...] |
H A D | sga.c | 78 for (int index = 0; index < 16; index++) { in decode_palette() 80 pal[15 - index] |= color << (5 + 16); in decode_palette() 85 for (int index = 0; index < 16; index++) { in decode_palette() 87 pal[15 - index] |= color << (5 + 8); in decode_palette() 92 for (int index = 0; index < 1 in decode_palette() [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Context_gl.cpp | 213 void Context::getVertexAttribdv(GLuint index, GLenum pname, GLdouble *params) in getVertexAttribdv() argument 218 void Context::vertexAttrib1d(GLuint index, GLdouble x) in vertexAttrib1d() argument 223 void Context::vertexAttrib1dv(GLuint index, const GLdouble *v) in vertexAttrib1dv() argument 228 void Context::vertexAttrib1s(GLuint index, GLshort x) in vertexAttrib1s() argument 233 void Context::vertexAttrib1sv(GLuint index, const GLshort *v) in vertexAttrib1sv() argument 238 void Context::vertexAttrib2d(GLuint index, GLdouble x, GLdouble y) in vertexAttrib2d() argument 243 void Context::vertexAttrib2dv(GLuint index, const GLdouble *v) in vertexAttrib2dv() argument 248 void Context::vertexAttrib2s(GLuint index, GLshort x, GLshort y) in vertexAttrib2s() argument 253 void Context::vertexAttrib2sv(GLuint index, const GLshort *v) in vertexAttrib2sv() argument 258 void Context::vertexAttrib3d(GLuint index, GLdoubl argument 263 vertexAttrib3dv(GLuint index, const GLdouble *v) vertexAttrib3dv() argument 268 vertexAttrib3s(GLuint index, GLshort x, GLshort y, GLshort z) vertexAttrib3s() argument 273 vertexAttrib3sv(GLuint index, const GLshort *v) vertexAttrib3sv() argument 278 vertexAttrib4Nbv(GLuint index, const GLbyte *v) vertexAttrib4Nbv() argument 283 vertexAttrib4Niv(GLuint index, const GLint *v) vertexAttrib4Niv() argument 288 vertexAttrib4Nsv(GLuint index, const GLshort *v) vertexAttrib4Nsv() argument 293 vertexAttrib4Nub(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) vertexAttrib4Nub() argument 298 vertexAttrib4Nubv(GLuint index, const GLubyte *v) vertexAttrib4Nubv() argument 303 vertexAttrib4Nuiv(GLuint index, const GLuint *v) vertexAttrib4Nuiv() argument 308 vertexAttrib4Nusv(GLuint index, const GLushort *v) vertexAttrib4Nusv() argument 313 vertexAttrib4bv(GLuint index, const GLbyte *v) vertexAttrib4bv() argument 318 vertexAttrib4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) vertexAttrib4d() argument 323 vertexAttrib4dv(GLuint index, const GLdouble *v) vertexAttrib4dv() argument 328 vertexAttrib4iv(GLuint index, const GLint *v) vertexAttrib4iv() argument 333 vertexAttrib4s(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) vertexAttrib4s() argument 338 vertexAttrib4sv(GLuint index, const GLshort *v) vertexAttrib4sv() argument 343 vertexAttrib4ubv(GLuint index, const GLubyte *v) vertexAttrib4ubv() argument 348 vertexAttrib4uiv(GLuint index, const GLuint *v) vertexAttrib4uiv() argument 353 vertexAttrib4usv(GLuint index, const GLushort *v) vertexAttrib4usv() argument 382 vertexAttribI1i(GLuint index, GLint x) vertexAttribI1i() argument 387 vertexAttribI1iv(GLuint index, const GLint *v) vertexAttribI1iv() argument 392 vertexAttribI1ui(GLuint index, GLuint x) vertexAttribI1ui() argument 397 vertexAttribI1uiv(GLuint index, const GLuint *v) vertexAttribI1uiv() argument 402 vertexAttribI2i(GLuint index, GLint x, GLint y) vertexAttribI2i() argument 407 vertexAttribI2iv(GLuint index, const GLint *v) vertexAttribI2iv() argument 412 vertexAttribI2ui(GLuint index, GLuint x, GLuint y) vertexAttribI2ui() argument 417 vertexAttribI2uiv(GLuint index, const GLuint *v) vertexAttribI2uiv() argument 422 vertexAttribI3i(GLuint index, GLint x, GLint y, GLint z) vertexAttribI3i() argument 427 vertexAttribI3iv(GLuint index, const GLint *v) vertexAttribI3iv() argument 432 vertexAttribI3ui(GLuint index, GLuint x, GLuint y, GLuint z) vertexAttribI3ui() argument 437 vertexAttribI3uiv(GLuint index, const GLuint *v) vertexAttribI3uiv() argument 442 vertexAttribI4bv(GLuint index, const GLbyte *v) vertexAttribI4bv() argument 447 vertexAttribI4sv(GLuint index, const GLshort *v) vertexAttribI4sv() argument 452 vertexAttribI4ubv(GLuint index, const GLubyte *v) vertexAttribI4ubv() argument 457 vertexAttribI4usv(GLuint index, const GLushort *v) vertexAttribI4usv() argument 471 primitiveRestartIndex(GLuint index) primitiveRestartIndex() argument 2118 vertexAttribP1ui(GLuint index, GLenum type, GLboolean normalized, GLuint value) vertexAttribP1ui() argument 2123 vertexAttribP1uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint *value) vertexAttribP1uiv() argument 2131 vertexAttribP2ui(GLuint index, GLenum type, GLboolean normalized, GLuint value) vertexAttribP2ui() argument 2136 vertexAttribP2uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint *value) vertexAttribP2uiv() argument 2144 vertexAttribP3ui(GLuint index, GLenum type, GLboolean normalized, GLuint value) vertexAttribP3ui() argument 2149 vertexAttribP3uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint *value) vertexAttribP3uiv() argument 2157 vertexAttribP4ui(GLuint index, GLenum type, GLboolean normalized, GLuint value) vertexAttribP4ui() argument 2162 vertexAttribP4uiv(GLuint index, GLenum type, GLboolean normalized, const GLuint *value) vertexAttribP4uiv() argument 2200 beginQueryIndexed(GLenum target, GLuint index, QueryID id) beginQueryIndexed() argument 2215 endQueryIndexed(GLenum target, GLuint index) endQueryIndexed() argument 2220 getActiveSubroutineName(ShaderProgramID program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) getActiveSubroutineName() argument 2230 getActiveSubroutineUniformName(ShaderProgramID program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) getActiveSubroutineUniformName() argument 2240 getActiveSubroutineUniformiv(ShaderProgramID program, GLenum shadertype, GLuint index, GLenum pname, GLint *values) getActiveSubroutineUniformiv() argument 2257 getQueryIndexediv(GLenum target, GLuint index, GLenum pname, GLint *params) getQueryIndexediv() argument 2413 depthRangeIndexed(GLuint index, GLdouble n, GLdouble f) depthRangeIndexed() argument 2418 getDoublei_v(GLenum target, GLuint index, GLdouble *data) getDoublei_v() argument 2423 getFloati_v(GLenum target, GLuint index, GLfloat *data) getFloati_v() argument 2428 getVertexAttribLdv(GLuint index, GLenum pname, GLdouble *params) getVertexAttribLdv() argument 2583 scissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) scissorIndexed() argument 2588 scissorIndexedv(GLuint index, const GLint *v) scissorIndexedv() argument 2593 vertexAttribL1d(GLuint index, GLdouble x) vertexAttribL1d() argument 2598 vertexAttribL1dv(GLuint index, const GLdouble *v) vertexAttribL1dv() argument 2603 vertexAttribL2d(GLuint index, GLdouble x, GLdouble y) vertexAttribL2d() argument 2608 vertexAttribL2dv(GLuint index, const GLdouble *v) vertexAttribL2dv() argument 2613 vertexAttribL3d(GLuint index, GLdouble x, GLdouble y, GLdouble z) vertexAttribL3d() argument 2618 vertexAttribL3dv(GLuint index, const GLdouble *v) vertexAttribL3dv() argument 2623 vertexAttribL4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) vertexAttribL4d() argument 2628 vertexAttribL4dv(GLuint index, const GLdouble *v) vertexAttribL4dv() argument 2633 vertexAttribLPointer(GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) vertexAttribLPointer() argument 2647 viewportIndexedf(GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h) viewportIndexedf() argument 2652 viewportIndexedfv(GLuint index, const GLfloat *v) viewportIndexedfv() argument 3044 disableVertexArrayAttrib(VertexArrayID vaobj, GLuint index) disableVertexArrayAttrib() argument 3049 enableVertexArrayAttrib(VertexArrayID vaobj, GLuint index) enableVertexArrayAttrib() argument 3208 getTransformFeedbacki64_v(GLuint xfb, GLenum pname, GLuint index, GLint64 *param) getTransformFeedbacki64_v() argument 3213 getTransformFeedbacki_v(GLuint xfb, GLenum pname, GLuint index, GLint *param) getTransformFeedbacki_v() argument 3223 getVertexArrayIndexed64iv(VertexArrayID vaobj, GLuint index, GLenum pname, GLint64 *param) getVertexArrayIndexed64iv() argument 3231 getVertexArrayIndexediv(VertexArrayID vaobj, GLuint index, GLenum pname, GLint *param) getVertexArrayIndexediv() argument 3609 transformFeedbackBufferBase(GLuint xfb, GLuint index, BufferID buffer) transformFeedbackBufferBase() argument 3614 transformFeedbackBufferRange(GLuint xfb, GLuint index, BufferID buffer, GLintptr offset, GLsizeiptr size) transformFeedbackBufferRange() argument [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set.h | 314 int32 GetRepeatedInt32(int number, int index) const; 315 int64 GetRepeatedInt64(int number, int index) const; 316 uint32 GetRepeatedUInt32(int number, int index) const; 317 uint64 GetRepeatedUInt64(int number, int index) const; 318 float GetRepeatedFloat(int number, int index) const; 319 double GetRepeatedDouble(int number, int index) const; 320 bool GetRepeatedBool(int number, int index) const; 321 int GetRepeatedEnum(int number, int index) const; 322 const std::string& GetRepeatedString(int number, int index) const; 323 const MessageLite& GetRepeatedMessage(int number, int index) cons 859 SetRepeatedString(int number, int index, std::string value) SetRepeatedString() argument 1088 Get(int number, const ExtensionSet& set, int index) Get() argument 1092 Set(int number, int index, const std::string& value, ExtensionSet* set) Set() argument 1096 Mutable(int number, int index, ExtensionSet* set) Mutable() argument 1169 Get(int number, const ExtensionSet& set, int index) Get() argument 1172 Set(int number, int index, ConstType value, ExtensionSet* set) Set() argument 1279 Get(int number, const ExtensionSet& set, int index) Get() argument 1282 Mutable(int number, int index, ExtensionSet* set) Mutable() argument [all...] |
H A D | reflection.h | 76 T Get(int index) const { return accessor_->template Get<T>(data_, index); } in Get() 112 T Get(int index) const { return accessor_->template Get<T>(data_, index); } in Get() 114 void Set(int index, const T& value) const { in Set() argument 115 accessor_->template Set<T>(data_, index, value); in Set() 172 // const Message& item = h.Get(index, scratch_space.get()); 173 const T& Get(int index, T* scratch_space) const { in Get() argument 174 return *static_cast<const T*>(accessor_->Get(data_, index, scratch_space)); in Get() 224 const T& Get(int index, argument 231 Set(int index, const T& value) const Set() argument 358 Set(Field* data, int index, const ValueType& value) const Set() argument [all...] |
/third_party/python/Modules/_sre/ |
H A D | sre.c | 519 state_getslice(SRE_STATE* state, Py_ssize_t index, PyObject* string, int empty) in state_getslice() argument 523 index = (index - 1) * 2; in state_getslice() 525 if (string == Py_None || index >= state->lastmark || !state->mark[index] || !state->mark[index+1]) { in state_getslice() 533 i = STATE_OFFSET(state, state->mark[index]); in state_getslice() 534 j = STATE_OFFSET(state, state->mark[index+1]); in state_getslice() 2022 match_getslice_by_index(MatchObject* self, Py_ssize_t index, PyObject* def) in match_getslice_by_index() argument 2031 assert(0 <= index in match_getslice_by_index() 2055 match_getindex(MatchObject* self, PyObject* index) match_getindex() argument 2088 match_getslice(MatchObject* self, PyObject* index, PyObject* def) match_getslice() argument 2173 Py_ssize_t index; _sre_SRE_Match_groups_impl() local 2250 Py_ssize_t index = match_getindex(self, group); _sre_SRE_Match_start_impl() local 2273 Py_ssize_t index = match_getindex(self, group); _sre_SRE_Match_end_impl() local 2323 Py_ssize_t index = match_getindex(self, group); _sre_SRE_Match_span_impl() local 2338 Py_ssize_t index; match_regs() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/image/ |
H A D | image_testthree_ng.cpp | 55 for (int32_t index = 0; index < 10; index++) { in HWTEST_F() 107 for (int32_t index = 0; index < 10; index++) { in HWTEST_F() 159 for (int32_t index = 0; index < 10; index++) { in HWTEST_F() 211 for (int32_t index in HWTEST_F() [all...] |
/third_party/python/Include/cpython/ |
H A D | unicodeobject.h | 369 index is the index in the string (starts at 0) and value is the new 372 Py_ssize_t index, Py_UCS4 value) in PyUnicode_WRITE() 376 _Py_STATIC_CAST(Py_UCS1*, data)[index] = _Py_STATIC_CAST(Py_UCS1, value); in PyUnicode_WRITE() 380 _Py_STATIC_CAST(Py_UCS2*, data)[index] = _Py_STATIC_CAST(Py_UCS2, value); in PyUnicode_WRITE() 385 _Py_STATIC_CAST(Py_UCS4*, data)[index] = value; in PyUnicode_WRITE() 389 #define PyUnicode_WRITE(kind, data, index, value) \ 391 (index), _Py_STATIC_CAST(Py_UCS4, value)) 397 const void *data, Py_ssize_t index) in PyUnicode_READ() 400 return _Py_STATIC_CAST(const Py_UCS1*, data)[index]; in PyUnicode_READ() 371 PyUnicode_WRITE(int kind, void *data, Py_ssize_t index, Py_UCS4 value) PyUnicode_WRITE() argument 396 PyUnicode_READ(int kind, const void *data, Py_ssize_t index) PyUnicode_READ() argument 419 PyUnicode_READ_CHAR(PyObject *unicode, Py_ssize_t index) PyUnicode_READ_CHAR() argument [all...] |
/third_party/skia/src/ports/ |
H A D | SkFontMgr_android.cpp | 58 int index, in SkTypeface_AndroidSystem() 67 , fIndex(index) in SkTypeface_AndroidSystem() 247 void getStyle(int index, SkFontStyle* style, SkString* name) override { 248 if (index < 0 || fStyles.count() <= index) { 252 *style = fStyles[index]->fontStyle(); 258 SkTypeface_AndroidSystem* createTypeface(int index) override { 259 if (index < 0 || fStyles.count() <= index) { 262 return SkRef(fStyles[index] 56 SkTypeface_AndroidSystem(const SkString& pathName, const bool cacheFontFiles, int index, const SkFixed* axes, int axesCount, const SkFontStyle& style, bool isFixedPitch, const SkString& familyName, const SkTArray<SkLanguage, true>& lang, FontVariant variantStyle) SkTypeface_AndroidSystem() argument [all...] |
/third_party/skia/experimental/wasm-skp-debugger/ |
H A D | debugger_bindings.cpp | 110 void drawTo(SkSurface* surface, int32_t index) { in drawTo() argument 113 fLayerManager->setCommand(fInspectedLayer, fp, index); in drawTo() 115 index = constrainFrameCommand(index); in drawTo() 125 frames[fp]->drawTo(surface->getCanvas(), index); in drawTo() 198 void deleteCommand(int index) { in deleteCommand() argument 199 visibleCanvas()->deleteDrawCommandAt(index); in deleteCommand() 201 void setCommandVisibility(int index, bool visible) { in setCommandVisibility() argument 202 visibleCanvas()->toggleCommand(index, visible); in setCommandVisibility() 253 void changeFrame(int index) { in changeFrame() argument 261 getImageResource(int index) getImageResource() argument 276 getImageInfo(int index) getImageInfo() argument 439 constrainFrameCommand(int index) constrainFrameCommand() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_layout_algorithm.cpp | 359 int32_t index = GetLanesFloor(layoutWrapper, jumpIndex_.value()); in HandleJumpCenter() local 360 auto wrapper = layoutWrapper->GetOrCreateChildByIndex(index); in HandleJumpCenter() 366 SetListItemGroupParam(wrapper, index, 0.0f, true, listLayoutProperty, false); in HandleJumpCenter() 368 itemPosition_[index] = GetListItemGroupPosition(wrapper, indexInGroup); in HandleJumpCenter() 370 LayoutForward(layoutWrapper, index + 1, GetEndPosition()); in HandleJumpCenter() 374 GetChildHeight(layoutWrapper, index) : MeasureAndGetChildHeight(layoutWrapper, index); in HandleJumpCenter() 377 LayoutForward(layoutWrapper, index, startPos); in HandleJumpCenter() 381 LayoutBackward(layoutWrapper, index - 1, GetStartPosition()); in HandleJumpCenter() 545 void ListLayoutAlgorithm::JudgeOutOfScreenScrollAutoType(const RefPtr<LayoutWrapper>& layoutWrapper, int32_t index, in JudgeOutOfScreenScrollAutoType() argument 1269 int32_t index; FixPredictSnapOffsetAlignStart() local 1306 int32_t index; FixPredictSnapOffsetAlignCenter() local 1349 int32_t index; FixPredictSnapOffsetAlignEnd() local 1367 LayoutItem(RefPtr<LayoutWrapper>& wrapper, int32_t index, const ListItemInfo& pos, int32_t& startIndex, float crossSize) LayoutItem() argument 1576 SetListItemGroupJumpIndex(const RefPtr<ListItemGroupLayoutAlgorithm>& itemGroup, bool forwardLayout, int32_t index) SetListItemGroupJumpIndex() argument 1598 SetListItemGroupParam(const RefPtr<LayoutWrapper>& layoutWrapper, int32_t index, float referencePos, bool forwardLayout, const RefPtr<ListLayoutProperty>& layoutProperty, bool groupNeedAllLayout, bool needAdjustRefPos) SetListItemGroupParam() argument 1648 GetListItemGroupPosition(const RefPtr<LayoutWrapper>& layoutWrapper, int32_t index) GetListItemGroupPosition() argument 1660 GetListGroupItemHeight(const RefPtr<LayoutWrapper>& layoutWrapper, int32_t index) GetListGroupItemHeight() argument 1669 SetListItemIndex(const RefPtr<LayoutWrapper>& layoutWrapper, int32_t index) SetListItemIndex() argument 1683 CheckListItemGroupRecycle(LayoutWrapper* layoutWrapper, int32_t index, float referencePos, bool forwardLayout) const CheckListItemGroupRecycle() argument 1698 AdjustPostionForListItemGroup(LayoutWrapper* layoutWrapper, Axis axis, int32_t index, bool forwardLayout) AdjustPostionForListItemGroup() argument 1775 LayoutCachedALine(LayoutWrapper* layoutWrapper, int32_t index, bool forward, float &currPos, float crossSize) LayoutCachedALine() argument 1814 int32_t index = currIndex + i; LayoutCachedItem() local 1823 int32_t index = currIndex - i; LayoutCachedItem() local 1892 GetLayoutGroupCachedCount(LayoutWrapper* layoutWrapper, const RefPtr<LayoutWrapper>& wrapper, int32_t forwardCache, int32_t backwardCache, int32_t index, bool outOfView) GetLayoutGroupCachedCount() argument 2321 CalculatePredictSnapEndPositionByIndex(int32_t index, V2::ScrollSnapAlign scrollSnapAlign) CalculatePredictSnapEndPositionByIndex() argument 2342 OnItemPositionAddOrUpdate(LayoutWrapper* layoutWrapper, int32_t index) OnItemPositionAddOrUpdate() argument [all...] |
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 390 int64_t Int(VectorFormat vform, int index) const { in Int() 394 element = register_.Get<int8_t>(index); in Int() 397 element = register_.Get<int16_t>(index); in Int() 400 element = register_.Get<int32_t>(index); in Int() 403 element = register_.Get<int64_t>(index); in Int() 412 uint64_t Uint(VectorFormat vform, int index) const { in Uint() 416 element = register_.Get<uint8_t>(index); in Uint() 419 element = register_.Get<uint16_t>(index); in Uint() 422 element = register_.Get<uint32_t>(index); in Uint() 425 element = register_.Get<uint64_t>(index); in Uint() 445 SetInt(VectorFormat vform, int index, int64_t value) const SetInt() argument 472 SetUint(VectorFormat vform, int index, uint64_t value) const SetUint() argument 509 SetFloat(int index, T value) const SetFloat() argument 536 GetSignedSaturation(int index) GetSignedSaturation() argument 540 GetUnsignedSaturation(int index) GetUnsignedSaturation() argument 545 ClearSat(int index) ClearSat() argument 547 SetSignedSat(int index, bool positive) SetSignedSat() argument 551 SetUnsignedSat(int index, bool positive) SetUnsignedSat() argument 555 SetSatFlag(int index, Saturation sat) SetSatFlag() argument 587 GetRounding(int index) GetRounding() argument 590 SetRounding(int index, bool round) SetRounding() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/ |
H A D | render_water_flow.cpp | 129 void RenderWaterFlow::AddChildByIndex(size_t index, const RefPtr<RenderNode>& renderNode) in AddChildByIndex() argument 131 auto iter = items_.find(index); in AddChildByIndex() 133 items_.erase(index); in AddChildByIndex() 136 auto itor = items_.try_emplace(index, renderNode); in AddChildByIndex() 470 // reach the valid target index in SupplyItems() 641 void RenderWaterFlow::DeleteItems(size_t index) in DeleteItems() argument 647 auto iter = items_.find(index); in DeleteItems() 651 deleteChildByIndex_(index); in DeleteItems() 652 RemoveChildByIndex(index); in DeleteItems() 655 void RenderWaterFlow::ClearLayout(size_t index, boo argument 666 ClearItems(size_t index) ClearItems() argument 678 OnDataSourceUpdated(size_t index) OnDataSourceUpdated() argument 797 ScrollToIndex(int32_t index) ScrollToIndex() argument 1000 size_t index = 0; GetNextSupplyedIndex() local 1014 size_t index = GetLastSupplyedIndex(); GetLastSupplyedMainSize() local 1281 ClearFlowMatrix(size_t index, bool clearAll) ClearFlowMatrix() argument 1296 ClearItemsByCrossIndex(size_t index, bool clearAll) ClearItemsByCrossIndex() argument [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_cursor_test.cpp | 383 EXPECT_EQ(pattern_->selectController_->GetFirstHandleInfo().index, start); in HWTEST_F() 384 EXPECT_EQ(pattern_->selectController_->GetSecondHandleInfo().index, end) in HWTEST_F() 385 << "Second index is " + std::to_string(pattern_->selectController_->GetSecondHandleInfo().index); in HWTEST_F() 411 EXPECT_EQ(pattern_->selectController_->GetFirstHandleInfo().index, 0); in HWTEST_F() 413 EXPECT_EQ(pattern_->selectController_->GetSecondHandleInfo().index, 0) in HWTEST_F() 414 << "Second index is " + std::to_string(pattern_->selectController_->GetSecondHandleInfo().index); in HWTEST_F() 429 EXPECT_EQ(pattern_->selectController_->GetFirstHandleInfo().index, 5); in HWTEST_F() 430 EXPECT_EQ(pattern_->selectController_->GetSecondHandleInfo().index, in HWTEST_F() [all...] |
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/src/ |
H A D | videoenc_api11_sample.cpp | 82 static void onEncInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in onEncInputBufferAvailable() argument 86 signal->inIdxQueue_.push(index); in onEncInputBufferAvailable() 91 static void onEncOutputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData) in onEncOutputBufferAvailable() argument 95 signal->outIdxQueue_.push(index); in onEncOutputBufferAvailable() 100 static void onEncInputParam(OH_AVCodec *codec, uint32_t index, OH_AVFormat *parameter, void *userData) in onEncInputParam() argument 111 OH_VideoEncoder_PushInputParameter(codec, index); in onEncInputParam() 139 OH_VideoEncoder_PushInputParameter(codec, index); in onEncInputParam() 320 uint32_t index = signal_->inIdxQueue_.front(); in state_EOS() local 331 return OH_VideoEncoder_PushInputBuffer(venc_, index); in state_EOS() 667 uint32_t VEncAPI11Sample::ReadOneFrameFromList(uint8_t *dst, int32_t &index) in ReadOneFrameFromList() argument 775 RandomEOS(uint32_t index) RandomEOS() argument 835 SetEOS(uint32_t index, OH_AVBuffer *buffer) SetEOS() argument 925 PushData(OH_AVBuffer *buffer, uint32_t index, int32_t &result) PushData() argument 1008 uint32_t index = signal_->inIdxQueue_.front(); InputFunc() local 1085 uint32_t index = signal_->outIdxQueue_.front(); OutputFunc() local [all...] |
/foundation/multimedia/av_codec/test/moduletest/demuxer/src/ |
H A D | net2_test.cpp | 853 for (int32_t index = 0; index < g_trackCount; index++) { in HWTEST_F() 854 ASSERT_EQ(AV_ERR_OK, OH_AVDemuxer_SelectTrackByID(demuxer, index)); in HWTEST_F() 895 for (int32_t index = 0; index < g_trackCount; index++) { in HWTEST_F() 896 ASSERT_EQ(AV_ERR_OK, OH_AVDemuxer_SelectTrackByID(demuxer, index)); in HWTEST_F() 903 for (int32_t index = 0; index < g_trackCoun in HWTEST_F() [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_deref.c | 133 !nir_src_is_const(instr->arr.index)) in nir_deref_instr_has_indirect() 147 nir_src_is_const(instr->arr.index) && in nir_deref_instr_is_known_out_of_bounds() 148 nir_src_as_uint(instr->arr.index) >= in nir_deref_instr_is_known_out_of_bounds() 170 /* If a deref shows up in an array index or something like that, it's in nir_deref_instr_has_complex_use() 314 offset += nir_src_as_uint((*p)->arr.index) * in nir_deref_instr_get_const_offset() 321 (*p)->strct.index); in nir_deref_instr_get_const_offset() 349 nir_ssa_def *index = nir_ssa_for_src(b, (*p)->arr.index, 1); in nir_build_deref_offset() local 351 offset = nir_iadd(b, offset, nir_amul_imm(b, index, stride)); in nir_build_deref_offset() 359 (*p)->strct.index); in nir_build_deref_offset() [all...] |