Home
last modified time | relevance | path

Searched refs:index (Results 176 - 200 of 8666) sorted by relevance

12345678910>>...347

/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DAlphabeticIndexTest.java261 for (String index : firsts) { in TestFirstCharacters()
262 if (collator.compare(last,index) >= 0) { in TestFirstCharacters()
263 errln("Characters not in order: " + last + " !< " + index); in TestFirstCharacters()
265 int script = getFirstRealScript(index); in TestFirstCharacters()
269 errln("2nd character in script: " + index + "\t" + new UnicodeSet(missingScripts).retainAll(s).toPattern(false)); in TestFirstCharacters()
335 AlphabeticIndex index = new AlphabeticIndex(Locale.GERMAN).addLabels(new Locale("ru")); in TestSetGetSpecialLabels()
336 index.setUnderflowLabel("__"); in TestSetGetSpecialLabels()
337 index.setInflowLabel("--"); in TestSetGetSpecialLabels()
338 index.setOverflowLabel("^^"); in TestSetGetSpecialLabels()
339 assertEquals("underflow label", "__", index in TestSetGetSpecialLabels()
475 showIndex(AlphabeticIndex<T> index, boolean showEmpty) showIndex() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DAlphabeticIndexTest.java264 for (String index : firsts) { in TestFirstCharacters()
265 if (collator.compare(last,index) >= 0) { in TestFirstCharacters()
266 errln("Characters not in order: " + last + " !< " + index); in TestFirstCharacters()
268 int script = getFirstRealScript(index); in TestFirstCharacters()
272 errln("2nd character in script: " + index + "\t" + new UnicodeSet(missingScripts).retainAll(s).toPattern(false)); in TestFirstCharacters()
338 AlphabeticIndex index = new AlphabeticIndex(Locale.GERMAN).addLabels(new Locale("ru")); in TestSetGetSpecialLabels()
339 index.setUnderflowLabel("__"); in TestSetGetSpecialLabels()
340 index.setInflowLabel("--"); in TestSetGetSpecialLabels()
341 index.setOverflowLabel("^^"); in TestSetGetSpecialLabels()
342 assertEquals("underflow label", "__", index in TestSetGetSpecialLabels()
478 showIndex(AlphabeticIndex<T> index, boolean showEmpty) showIndex() argument
[all...]
/third_party/libexif/contrib/c++/
H A Dexif_module.cxx55 object component(long index) const in component()
60 return object(getByte(index)); in component()
62 return object(getShort(index)); in component()
64 return object(getLong(index)); in component()
66 return object(getSLong(index)); in component()
68 return object(getRational(index)); in component()
70 return object(getSRational(index)); in component()
95 Type extractComponent(unsigned int index, object value, in extractComponent()
107 void setComponent(unsigned int index, object value) in setComponent()
110 + index * exif_format_get_siz in setComponent()
203 ExifTag index= xtag(); entry() local
216 int index= xint(); entry() local
265 ExifIfd index= xifd(); ifdContent() local
275 int index= xint(); ifdContent() local
[all...]
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_print.c49 agx_print_index(agx_index index, FILE *fp) in agx_print_index() argument
51 switch (index.type) { in agx_print_index()
57 if (index.cache) in agx_print_index()
60 if (index.discard) in agx_print_index()
63 if (index.kill) in agx_print_index()
66 fprintf(fp, "%u", index.value); in agx_print_index()
70 fprintf(fp, "#%u", index.value); in agx_print_index()
74 agx_print_sized('u', index.value, index.size, fp); in agx_print_index()
78 agx_print_sized('r', index in agx_print_index()
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_2_autogen.cpp59 void GL_APIENTRY GL_BindAttribLocation(GLuint program, GLuint index, const GLchar *name) in GL_BindAttribLocation() argument
63 "context = %d, program = %u, index = %u, name = 0x%016" PRIxPTR "", CID(context), program, in GL_BindAttribLocation()
64 index, (uintptr_t)name); in GL_BindAttribLocation()
73 programPacked, index, name)); in GL_BindAttribLocation()
76 context->bindAttribLocation(programPacked, index, name); in GL_BindAttribLocation()
78 ANGLE_CAPTURE(BindAttribLocation, isCallValid, context, programPacked, index, name); in GL_BindAttribLocation()
271 void GL_APIENTRY GL_DisableVertexAttribArray(GLuint index) in GL_DisableVertexAttribArray() argument
274 EVENT(context, GLDisableVertexAttribArray, "context = %d, index = %u", CID(context), index); in GL_DisableVertexAttribArray()
281 context, angle::EntryPoint::GLDisableVertexAttribArray, index)); in GL_DisableVertexAttribArray()
318 GL_EnableVertexAttribArray(GLuint index) GL_EnableVertexAttribArray() argument
341 GL_GetActiveAttrib(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) GL_GetActiveAttrib() argument
377 GL_GetActiveUniform(GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) GL_GetActiveUniform() argument
704 GL_GetVertexAttribPointerv(GLuint index, GLenum pname, void **pointer) GL_GetVertexAttribPointerv() argument
730 GL_GetVertexAttribdv(GLuint index, GLenum pname, GLdouble *params) GL_GetVertexAttribdv() argument
756 GL_GetVertexAttribfv(GLuint index, GLenum pname, GLfloat *params) GL_GetVertexAttribfv() argument
782 GL_GetVertexAttribiv(GLuint index, GLenum pname, GLint *params) GL_GetVertexAttribiv() argument
1546 GL_VertexAttrib1d(GLuint index, GLdouble x) GL_VertexAttrib1d() argument
1569 GL_VertexAttrib1dv(GLuint index, const GLdouble *v) GL_VertexAttrib1dv() argument
1593 GL_VertexAttrib1f(GLuint index, GLfloat x) GL_VertexAttrib1f() argument
1616 GL_VertexAttrib1fv(GLuint index, const GLfloat *v) GL_VertexAttrib1fv() argument
1640 GL_VertexAttrib1s(GLuint index, GLshort x) GL_VertexAttrib1s() argument
1663 GL_VertexAttrib1sv(GLuint index, const GLshort *v) GL_VertexAttrib1sv() argument
1687 GL_VertexAttrib2d(GLuint index, GLdouble x, GLdouble y) GL_VertexAttrib2d() argument
1711 GL_VertexAttrib2dv(GLuint index, const GLdouble *v) GL_VertexAttrib2dv() argument
1735 GL_VertexAttrib2f(GLuint index, GLfloat x, GLfloat y) GL_VertexAttrib2f() argument
1759 GL_VertexAttrib2fv(GLuint index, const GLfloat *v) GL_VertexAttrib2fv() argument
1783 GL_VertexAttrib2s(GLuint index, GLshort x, GLshort y) GL_VertexAttrib2s() argument
1807 GL_VertexAttrib2sv(GLuint index, const GLshort *v) GL_VertexAttrib2sv() argument
1831 GL_VertexAttrib3d(GLuint index, GLdouble x, GLdouble y, GLdouble z) GL_VertexAttrib3d() argument
1855 GL_VertexAttrib3dv(GLuint index, const GLdouble *v) GL_VertexAttrib3dv() argument
1879 GL_VertexAttrib3f(GLuint index, GLfloat x, GLfloat y, GLfloat z) GL_VertexAttrib3f() argument
1903 GL_VertexAttrib3fv(GLuint index, const GLfloat *v) GL_VertexAttrib3fv() argument
1927 GL_VertexAttrib3s(GLuint index, GLshort x, GLshort y, GLshort z) GL_VertexAttrib3s() argument
1951 GL_VertexAttrib3sv(GLuint index, const GLshort *v) GL_VertexAttrib3sv() argument
1975 GL_VertexAttrib4Nbv(GLuint index, const GLbyte *v) GL_VertexAttrib4Nbv() argument
1999 GL_VertexAttrib4Niv(GLuint index, const GLint *v) GL_VertexAttrib4Niv() argument
2023 GL_VertexAttrib4Nsv(GLuint index, const GLshort *v) GL_VertexAttrib4Nsv() argument
2047 GL_VertexAttrib4Nub(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) GL_VertexAttrib4Nub() argument
2071 GL_VertexAttrib4Nubv(GLuint index, const GLubyte *v) GL_VertexAttrib4Nubv() argument
2095 GL_VertexAttrib4Nuiv(GLuint index, const GLuint *v) GL_VertexAttrib4Nuiv() argument
2119 GL_VertexAttrib4Nusv(GLuint index, const GLushort *v) GL_VertexAttrib4Nusv() argument
2143 GL_VertexAttrib4bv(GLuint index, const GLbyte *v) GL_VertexAttrib4bv() argument
2167 GL_VertexAttrib4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) GL_VertexAttrib4d() argument
2191 GL_VertexAttrib4dv(GLuint index, const GLdouble *v) GL_VertexAttrib4dv() argument
2215 GL_VertexAttrib4f(GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) GL_VertexAttrib4f() argument
2239 GL_VertexAttrib4fv(GLuint index, const GLfloat *v) GL_VertexAttrib4fv() argument
2263 GL_VertexAttrib4iv(GLuint index, const GLint *v) GL_VertexAttrib4iv() argument
2287 GL_VertexAttrib4s(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) GL_VertexAttrib4s() argument
2311 GL_VertexAttrib4sv(GLuint index, const GLshort *v) GL_VertexAttrib4sv() argument
2335 GL_VertexAttrib4ubv(GLuint index, const GLubyte *v) GL_VertexAttrib4ubv() argument
2359 GL_VertexAttrib4uiv(GLuint index, const GLuint *v) GL_VertexAttrib4uiv() argument
2383 GL_VertexAttrib4usv(GLuint index, const GLushort *v) GL_VertexAttrib4usv() argument
2407 GL_VertexAttribPointer(GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) GL_VertexAttribPointer() argument
[all...]
/test/xts/acts/security_lite/huks/common/
H A Dhks_test_cipher.c633 int32_t BaseTestCipher(uint32_t times, uint32_t index, uint32_t performTimes) in BaseTestCipher() argument
638 if ((g_testCipherParams[index].genKeyParamSetParams.setKeyStorageFlag) && in BaseTestCipher()
639 g_testCipherParams[index].genKeyParamSetParams.keyStorageFlag == HKS_STORAGE_TEMP) { in BaseTestCipher()
640 ret = GenerateLocalRandomKey(&keyAlias, &g_testCipherParams[index].localKeyParams); in BaseTestCipher()
642 ret = HuksGenerateKey(&keyAlias, &g_testCipherParams[index].keyAliasParams, in BaseTestCipher()
643 &g_testCipherParams[index].genKeyParamSetParams, &g_testCipherParams[index].genKeyParamSetParamsOut); in BaseTestCipher()
649 &g_testCipherParams[index].plainTextParams, &g_testCipherParams[index].cipherTextParams); in BaseTestCipher()
656 keyAlias, &g_testCipherParams[index] in BaseTestCipher()
687 BaseTestEncrypt(uint32_t times, uint32_t index, uint32_t performTimes) BaseTestEncrypt() argument
739 BaseTestDecrypt(uint32_t times, uint32_t index, uint32_t performTimes) BaseTestDecrypt() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dget_bits.h67 int index; member
134 unsigned int name ## _index = (gb)->index; \
149 #define CLOSE_READER(name, gb) (gb)->index = name ## _index
222 return s->index - s->bits_left; in get_bits_count()
224 return s->index; in get_bits_count()
232 if (s->index >> 3 >= s->buffer_end - s->buffer) in refill_32()
237 s->cache = (uint64_t)AV_RL32(s->buffer + (s->index >> 3)) << s->bits_left | s->cache; in refill_32()
239 s->cache = s->cache | (uint64_t)AV_RB32(s->buffer + (s->index >> 3)) << (32 - s->bits_left); in refill_32()
240 s->index += 32; in refill_32()
247 if (s->index >> in refill_64()
[all...]
H A Dtak_parser.c34 int index; member
62 while (buf_size || t->index + needed <= pc->index) { in tak_parse()
63 if (buf_size && t->index + TAK_MAX_FRAME_HEADER_BYTES > pc->index) { in tak_parse()
75 for (; t->index + needed <= pc->index; t->index++) { in tak_parse()
76 if (pc->buffer[ t->index ] == 0xFF && in tak_parse()
77 pc->buffer[ t->index in tak_parse()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCSCharacterIterator.java13 private int index; field in CSCharacterIterator
26 index = 0; in CSCharacterIterator()
32 index = 0; in first()
39 index = seq.length(); in last()
46 if (index == seq.length()) { in current()
49 return seq.charAt(index); in current()
55 if (index < seq.length()) { in next()
56 ++index; in next()
64 if (index == 0) { in previous()
67 --index; in previous()
[all...]
H A DTrie2_16.java75 // BMP uses a single level lookup. BMP index starts at offset 0 in the Trie2 index. in get()
76 // 16 bit data is stored in the index array itself. in get()
77 ix = index[codePoint >> UTRIE2_SHIFT_2]; in get()
79 value = index[ix]; in get()
83 // Lead Surrogate Code Point. A Separate index section is stored for in get()
85 // The main index has the code unit data. in get()
89 ix = index[UTRIE2_LSCP_INDEX_2_OFFSET + ((codePoint - 0xd800) >> UTRIE2_SHIFT_2)]; in get()
91 value = index[ix]; in get()
97 ix = index[i in get()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCSCharacterIterator.java15 private int index; field in CSCharacterIterator
28 index = 0; in CSCharacterIterator()
34 index = 0; in first()
41 index = seq.length(); in last()
48 if (index == seq.length()) { in current()
51 return seq.charAt(index); in current()
57 if (index < seq.length()) { in next()
58 ++index; in next()
66 if (index == 0) { in previous()
69 --index; in previous()
[all...]
H A DTrie2_16.java77 // BMP uses a single level lookup. BMP index starts at offset 0 in the Trie2 index. in get()
78 // 16 bit data is stored in the index array itself. in get()
79 ix = index[codePoint >> UTRIE2_SHIFT_2]; in get()
81 value = index[ix]; in get()
85 // Lead Surrogate Code Point. A Separate index section is stored for in get()
87 // The main index has the code unit data. in get()
91 ix = index[UTRIE2_LSCP_INDEX_2_OFFSET + ((codePoint - 0xd800) >> UTRIE2_SHIFT_2)]; in get()
93 value = index[ix]; in get()
99 ix = index[i in get()
[all...]
/third_party/skia/tests/
H A DPathOpsDVectorTest.cpp24 for (size_t index = 0; index < tests_count - 1; ++index) { in DEF_TEST()
25 SkDVector v1 = tests[index + 1] - tests[index]; in DEF_TEST()
27 SkDVector v2 = tests[index] - tests[index + 1]; in DEF_TEST()
33 v1 = tests[index + 1] - tests[index]; in DEF_TEST()
36 v1 -= tests[index in DEF_TEST()
[all...]
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_query.c42 unsigned index; member
58 unsigned index) in softpipe_create_query()
77 sq->index = index; in softpipe_create_query()
105 sq->so[sq->index].num_primitives_written = softpipe->so_stats[sq->index].num_primitives_written; in softpipe_begin_query()
106 sq->so[sq->index].primitives_storage_needed = softpipe->so_stats[sq->index].primitives_storage_needed; in softpipe_begin_query()
109 sq->so[sq->index].num_primitives_written = softpipe->so_stats[sq->index] in softpipe_begin_query()
56 softpipe_create_query(struct pipe_context *pipe, unsigned type, unsigned index) softpipe_create_query() argument
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dconstant-array-builder.cc45 size_t index = constants_.size(); in Allocate() local
46 DCHECK_LT(index, capacity()); in Allocate()
50 return index + start_index(); in Allocate()
54 size_t index) { in At()
55 DCHECK_GE(index, start_index()); in At()
56 DCHECK_LT(index, start_index() + size()); in At()
57 return constants_[index - start_index()]; in At()
61 size_t index) const { in At()
62 DCHECK_GE(index, start_index()); in At()
63 DCHECK_LT(index, start_inde in At()
53 At( size_t index) At() argument
168 At(size_t index, IsolateT* isolate) const At() argument
235 index_t index = static_cast<index_t>(AllocateIndex(Entry(number))); Insert() local
319 SetDeferredAt(size_t index, Handle<Object> object) SetDeferredAt() argument
324 SetJumpTableSmi(size_t index, Smi smi) SetJumpTableSmi() argument
345 index_t index = static_cast<index_t>(AllocateIndex(Entry(value))); AllocateReservedEntry() local
353 size_t index; CommitReservedEntry() local
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformatted_string_builder.cpp127 UChar32 FormattedStringBuilder::codePointAt(int32_t index) const { in codePointAt()
129 U16_GET(getCharPtr() + fZero, 0, index, fLength, cp); in codePointAt()
133 UChar32 FormattedStringBuilder::codePointBefore(int32_t index) const { in codePointBefore()
134 int32_t offset = index; in codePointBefore()
149 FormattedStringBuilder::insertCodePoint(int32_t index, UChar32 codePoint, Field field, UErrorCode &status) { in insertCodePoint() argument
151 int32_t position = prepareForInsert(index, count, status); in insertCodePoint()
166 int32_t FormattedStringBuilder::insert(int32_t index, const UnicodeString &unistr, Field field, in insert() argument
173 return insertCodePoint(index, unistr.charAt(0), field, status); in insert()
175 return insert(index, unistr, 0, unistr.length(), field, status); in insert()
180 FormattedStringBuilder::insert(int32_t index, cons argument
223 insert(int32_t index, const FormattedStringBuilder &other, UErrorCode &status) insert() argument
254 prepareForInsert(int32_t index, int32_t count, UErrorCode &status) prepareForInsert() argument
273 prepareForInsertHelper(int32_t index, int32_t count, UErrorCode &status) prepareForInsertHelper() argument
342 remove(int32_t index, int32_t count) remove() argument
[all...]
/third_party/skia/src/pathops/
H A DSkDCubicLineIntersection.cpp99 for (int index = 0; index < last; ) { in checkCoincident()
100 double cubicMidT = ((*fIntersections)[0][index] + (*fIntersections)[0][index + 1]) / 2; in checkCoincident()
104 ++index; in checkCoincident()
107 if (fIntersections->isCoincident(index)) { in checkCoincident()
108 fIntersections->removeOne(index); in checkCoincident()
110 } else if (fIntersections->isCoincident(index + 1)) { in checkCoincident()
111 fIntersections->removeOne(index + 1); in checkCoincident()
114 fIntersections->setCoincident(index in checkCoincident()
[all...]
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DCompoundTransliterator.java135 * @param idSplitPoint the index into id at which the
238 * Returns the transliterator at the given index in this chain.
239 * @param index index into chain, from 0 to <code>getCount() - 1</code>
240 * @return transliterator at the given index
242 public Transliterator getTransliterator(int index) { in getTransliterator() argument
243 return trans[index]; in getTransliterator()
345 Position index, boolean incremental) { in handleTransliterate()
347 * initial cursor index, but with the limit index a in handleTransliterate()
344 handleTransliterate(Replaceable text, Position index, boolean incremental) handleTransliterate() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCompoundTransliterator.java136 * @param idSplitPoint the index into id at which the
239 * Returns the transliterator at the given index in this chain.
240 * @param index index into chain, from 0 to <code>getCount() - 1</code>
241 * @return transliterator at the given index
243 public Transliterator getTransliterator(int index) { in getTransliterator() argument
244 return trans[index]; in getTransliterator()
346 Position index, boolean incremental) { in handleTransliterate()
348 * initial cursor index, but with the limit index a in handleTransliterate()
345 handleTransliterate(Replaceable text, Position index, boolean incremental) handleTransliterate() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_nir_liveness.c31 range_include(struct live_def *def, unsigned index) in range_include() argument
33 if (def->live_start > index) in range_include()
34 def->live_start = index; in range_include()
35 if (def->live_end < index) in range_include()
36 def->live_end = index; in range_include()
45 unsigned index; /* current live index */ member
48 unsigned *live_map; /* to map ssa/reg index into defs array */
103 range_include(&state->defs[i], state->index); in set_src_live()
132 block_live_index[block->index] in etna_live_defs()
208 unsigned index = state.index; etna_live_defs() local
[all...]
/third_party/pulseaudio/src/pulsecore/filter/
H A Dlfe-filter.c34 int64_t index; member
49 int64_t index; member
109 f->index += samples; in process_block()
122 if (s->index + (int64_t) (s->chunk.length / pa_frame_size(&f->ss) + f->maxrewind) < f->index) in pa_lfe_filter_process()
136 s->chunk.index = 0; in pa_lfe_filter_process()
140 s->index = f->index; in pa_lfe_filter_process()
155 f->index = 0; in pa_lfe_filter_update_rate()
172 f->index in pa_lfe_filter_rewind()
[all...]
/third_party/spirv-tools/source/diff/
H A Dlcs.h60 bool IsInBound(DiffMatchIndex index) { in IsInBound() argument
61 return index.src_offset < src_.size() && index.dst_offset < dst_.size(); in IsInBound()
63 bool IsCalculated(DiffMatchIndex index) { in IsCalculated() argument
64 assert(IsInBound(index)); in IsCalculated()
65 return table_[index.src_offset][index.dst_offset].valid; in IsCalculated()
67 bool IsCalculatedOrOutOfBound(DiffMatchIndex index) { in IsCalculatedOrOutOfBound() argument
68 return !IsInBound(index) || IsCalculated(index); in IsCalculatedOrOutOfBound()
70 GetMemoizedLength(DiffMatchIndex index) GetMemoizedLength() argument
77 IsMatched(DiffMatchIndex index) IsMatched() argument
81 MarkMatched(DiffMatchIndex index, uint32_t best_match_length, bool matched) MarkMatched() argument
[all...]
/test/xts/acts/multimedia/image_effect/OHImageEffectNDK/entry/src/main/cpp/
H A Deffect_filter_test.cpp71 int32_t index; in OHEffectBufferInfoSetAddr() local
72 napi_get_value_int32(env, args[0], &index); in OHEffectBufferInfoSetAddr()
76 switch (index) { in OHEffectBufferInfoSetAddr()
106 int32_t index; in OHEffectBufferInfoGetAddr() local
107 napi_get_value_int32(env, args[0], &index); in OHEffectBufferInfoGetAddr()
116 switch (index) { in OHEffectBufferInfoGetAddr()
145 int32_t index; in OHEffectBufferInfoSetEffectFormat() local
146 napi_get_value_int32(env, args[0], &index); in OHEffectBufferInfoSetEffectFormat()
150 switch (index) { in OHEffectBufferInfoSetEffectFormat()
193 int32_t index; in OHEffectBufferInfoGetEffectFormat() local
242 int32_t index; OHEffectBufferInfoSetHeight() local
277 int32_t index; OHEffectBufferInfoGetHeight() local
323 int32_t index; OHEffectBufferInfoSetRowSize() local
359 int32_t index; OHEffectBufferInfoGetRowSize() local
405 int32_t index; OHEffectBufferInfoSetWidth() local
442 int32_t index; OHEffectBufferInfoGetWidth() local
488 int32_t index; OHEffectBufferInfoSetTimestamp() local
522 int32_t index; OHEffectBufferInfoGetTimestamp() local
564 int32_t index; OHEffectBufferInfoRelease() local
604 int32_t index; OHEffectFilterInfoSetFilterName() local
634 int32_t index; OHEffectFilterInfoGetFilterName() local
671 int32_t index; OHEffectFilterInfoSetSupportedBufferTypes() local
705 int32_t index; OHEffectFilterInfoGetSupportedBufferTypes() local
750 int32_t index; OHEffectFilterInfoSetSupportedFormats() local
778 GetSupportedFormats(int32_t index, OH_EffectFilterInfo *filterInfo) GetSupportedFormats() argument
812 int32_t index; OHEffectFilterInfoGetSupportedFormats() local
860 int32_t index; OHEffectFilterInfoRelease() local
887 int32_t index; OHEffectFilterCreate() local
917 int32_t index; OHEffectFilterSetValue() local
962 int32_t index; OHEffectFilterGetValue() local
1010 int32_t index; OHEffectFilterLookupFilterInfo() local
1040 int32_t index; OHEffectFilterLookupFilters() local
1078 int32_t index; OHEffectFilterRegister() local
1115 int32_t index; OHEffectFilterRelease() local
1142 int32_t index; OHEffectFilterReleaseFilterNames() local
[all...]
/third_party/node/deps/v8/src/objects/
H A Dscope-info.cc27 for (int index = 0; index < length(); ++index) { in Equals()
28 Object entry = get(index); in Equals()
29 Object other_entry = other.get(index); in Equals()
68 // slot index indicates at which offset a particular scope starts in the in Create()
194 int index = kVariablePartIndex; in Create() local
256 // Context locals are added using their index. in Create()
257 int context_local_base = index; in Create()
268 int local_index = var->index() in Create()
454 int index = kVariablePartIndex; CreateForWithScope() local
531 int index = kVariablePartIndex; CreateForBootstrapping() local
586 set(int index, Smi value) set() argument
593 set(int index, Object value, WriteBarrierMode mode) set() argument
611 RawFieldOfElementAt(int index) RawFieldOfElementAt() argument
930 int index; ModuleIndex() local
959 int index = HasInlinedLocalNames() ContextSlotIndex() local
986 int index = saved_class_variable_info() - Context::MIN_CONTEXT_SLOTS; SavedClassVariable() local
1077 ModuleVariable(int i, String* name, int* index, VariableMode* mode, InitializationFlag* init_flag, MaybeAssignedFlag* maybe_assigned_flag) ModuleVariable() argument
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-register-frame-array.h22 // The first local is at index zero, parameters are behind it with in RegisterFrameArray()
31 DCHECK_LT(last_param.index(), 0); in RegisterFrameArray()
33 info.zone()->NewArray<T>(last_local.index() - last_param.index() + 1); in RegisterFrameArray()
36 // Zone-allocated array. Parameters are at a negative index, so we have to in RegisterFrameArray()
38 frame_start_ = frame - last_param.index(); in RegisterFrameArray()
60 end = last_local.index(); in CopyFrom()
63 for (int index = last_param.index(); index < in CopyFrom()
[all...]

Completed in 17 milliseconds

12345678910>>...347