Home
last modified time | relevance | path

Searched refs:index (Results 4451 - 4475 of 7243) sorted by relevance

1...<<171172173174175176177178179180>>...290

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.h26 QVariant data(const QModelIndex &index, int role) const;
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h57 - [Choosing memory type index](@ref custom_memory_pools_MemTypeIndex)
201 -# If you just want to find memory type index that meets your requirements, you
284 means that a memory type with that index is allowed to be used for the
286 restrictions to memory type index.
288 Please note that this member is NOT just a memory type index.
657 \section custom_memory_pools_MemTypeIndex Choosing memory type index
659 When creating a pool, you must explicitly specify memory type index.
903 This output array tells whether particular allocation in VmaDefragmentationInfo2::pAllocations at the same index
1143 Calls to vmaGetAllocationInfo() and vmaTouchAllocation() update last use frame index
1200 some handle, index, ke
4799 VmaVectorInsert(std::vector<T, allocatorT>& vec, size_t index, const T& item) VmaVectorInsert() argument
4805 VmaVectorRemove(std::vector<T, allocatorT>& vec, size_t index) VmaVectorRemove() argument
4877 operator [](size_t index) operator []() argument
4964 insert(size_t index, const T& src) insert() argument
4976 remove(size_t index) remove() argument
5024 VmaVectorInsert(VmaVector<T, allocatorT>& vec, size_t index, const T& item) VmaVectorInsert() argument
5030 VmaVectorRemove(VmaVector<T, allocatorT>& vec, size_t index) VmaVectorRemove() argument
5104 operator [](size_t index) operator []() argument
5174 insert(size_t index, const T& src) insert() argument
5188 remove(size_t index) remove() argument
5334 const uint32_t index = static_cast<uint32_t>(pItemPtr - block.pItems); Free() local
9155 size_t index = it - m_FreeSuballocationsBySize.data(); CreateAllocationRequest() local
11231 size_t index = m_1stNullItemsBeginCount; MakeRequestedAllocationsLost() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dusettest.cpp67 UnicodeSetTest::runIndexedTest(int32_t index, UBool exec, in runIndexedTest() argument
1534 /*int32_t index = set.indexOf(start);*/ in TestInvalidCodePoint()
1601 int32_t index = set.indexOf(c); in TestInvalidCodePoint() local
1602 if ((index >= 0) == valid) { in TestInvalidCodePoint()
1604 ") = " + index); in TestInvalidCodePoint()
1607 ") = " + index); in TestInvalidCodePoint()
3118 // sets to be tested; odd index=isComplement
3148 const char *testName, int32_t index) { in testSpan()
3184 testName, (long)index, setNames[i], typeName, (long)limitsCount, (long)UPRV_LENGTHOF(limits)); in testSpan()
3190 testName, (long)index, setName in testSpan()
3144 testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16, uint32_t whichSpans, int32_t expectLimits[], int32_t &expectCount, const char *testName, int32_t index) testSpan() argument
3245 testSpan(const UnicodeSetWithStrings *sets[4], const void *s, int32_t length, UBool isUTF16, uint32_t whichSpans, const char *testName, int32_t index) testSpan() argument
3284 testSpanBothUTFs(const UnicodeSetWithStrings *sets[4], const UChar *s16, int32_t length16, uint32_t whichSpans, const char *testName, int32_t index) testSpanBothUTFs() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp318 UDateFormatField index) const { in getNumberFormatByIndex()
320 fSharedNumberFormatters[index] == NULL) { in getNumberFormatByIndex()
323 return &(**fSharedNumberFormatters[index]); in getNumberFormatByIndex()
1236 // Map index into pattern character string to Calendar field number.
1266 // Map index into pattern character string to DateFormat field number
1298 * Append symbols[value] to dst. Make sure the array index is not out
1949 // Stealing am/pm value to use as our array index. in subFormat()
2024 int32_t index; in subFormat() local
2032 index = (int32_t)periodType; in subFormat()
2034 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // in subFormat()
2175 UDateFormatField index = DateFormatSymbols::getPatternCharIndex(field); getNumberFormatForField() local
3033 matchStringWithOptionalDot(const UnicodeString &text, int32_t index, const UnicodeString &data) matchStringWithOptionalDot() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dsmpdtfmt.cpp319 UDateFormatField index) const { in getNumberFormatByIndex()
321 fSharedNumberFormatters[index] == nullptr) { in getNumberFormatByIndex()
324 return &(**fSharedNumberFormatters[index]); in getNumberFormatByIndex()
1217 // Map index into pattern character string to Calendar field number.
1247 // Map index into pattern character string to DateFormat field number
1279 * Append symbols[value] to dst. Make sure the array index is not out
1913 // Stealing am/pm value to use as our array index. in subFormat()
1988 int32_t index; in subFormat() local
1996 index = (int32_t)periodType; in subFormat()
1998 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // in subFormat()
2143 UDateFormatField index = DateFormatSymbols::getPatternCharIndex(field); getNumberFormatForField() local
2984 matchStringWithOptionalDot(const UnicodeString &text, int32_t index, const UnicodeString &data) matchStringWithOptionalDot() argument
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java613 /* a stage 2 entry's index is per stage 3 16-block, not per stage 3 entry */ in reconstituteData()
1407 /* trie access, returns the stage 3 value=index to stage 3b; s1Index=c>>10 */
1448 /* get bytes or bytes index */
1453 /* get the pointer to an extension array from indexes[index] */
1454 static Buffer ARRAY(ByteBuffer indexes, int index, Class<?> itemType) { in ARRAY() argument
1461 indexes.position(indexes.getInt(index << 2)); in ARRAY()
1481 * @return index of the UChar, if found; else <0
1719 int i, j, index, length, matchLength; in matchToU()
1728 index = 0; in matchToU()
1756 toUSection = ((IntBuffer) toUTable.position(index)) in matchToU()
[all...]
/third_party/libinput/src/
H A Devdev-mt-touchpad.c55 (t->history.index - offset + TOUCHPAD_HISTORY_LENGTH) % in tp_motion_history_offset()
162 int motion_index = (t->history.index + 1) % TOUCHPAD_HISTORY_LENGTH; in tp_motion_history_push()
169 t->history.index = motion_index; in tp_motion_history_push()
345 t->index); in tp_new_touch()
404 t->index); in tp_maybe_end_touch()
446 t->index, in tp_end_touch()
913 t->index); in tp_palm_detect_dwt_triggered()
943 "palm: touch %d released, timeout after trackpoint\n", t->index); in tp_palm_detect_trackpoint_triggered()
1046 t->index); in tp_palm_detect_touch_size_triggered()
1064 t->index); in tp_palm_detect_edge()
2856 tp_init_touch(struct tp_dispatch *tp, struct tp_touch *t, unsigned int index) tp_init_touch() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_bytes.py638 for index in (-1, 256, sys.maxsize + 1):
641 b.find, index)
667 self.assertEqual(b.index(b'ss'), 2)
668 self.assertRaises(ValueError, b.index, b'w')
669 self.assertRaises(ValueError, b.index, b'mississippian')
671 self.assertEqual(b.index(i), 1)
672 self.assertRaises(ValueError, b.index, w)
674 self.assertEqual(b.index(b'ss', 3), 5)
675 self.assertEqual(b.index(b'ss', 1, 7), 2)
676 self.assertRaises(ValueError, b.index,
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsmpdtfmt.cpp317 UDateFormatField index) const { in getNumberFormatByIndex()
319 fSharedNumberFormatters[index] == NULL) { in getNumberFormatByIndex()
322 return &(**fSharedNumberFormatters[index]); in getNumberFormatByIndex()
1194 // Map index into pattern character string to Calendar field number.
1224 // Map index into pattern character string to DateFormat field number
1256 * Append symbols[value] to dst. Make sure the array index is not out
1901 // Stealing am/pm value to use as our array index. in subFormat()
1976 int32_t index; in subFormat() local
1984 index = (int32_t)periodType; in subFormat()
1986 toAppend = &fSymbols->fAbbreviatedDayPeriods[index]; // in subFormat()
2127 UDateFormatField index = DateFormatSymbols::getPatternCharIndex(field); getNumberFormatForField() local
2940 matchStringWithOptionalDot(const UnicodeString &text, int32_t index, const UnicodeString &data) matchStringWithOptionalDot() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh453 bool find_index (hb_tag_t tag, unsigned int *index) const in find_index()
455 return this->bfind (tag, index, HB_NOT_FOUND_STORE, Index::NOT_FOUND_INDEX); in find_index()
726 bool find_lang_sys_index (hb_tag_t tag, unsigned int *index) const in find_lang_sys_index()
727 { return langSys.find_index (tag, index); } in find_lang_sys_index()
1459 bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const in intersects_coverage()
1460 { return glyphs->has (glyphArray[index]); } in intersects_coverage()
1573 bool intersects_coverage (const hb_set_t *glyphs, unsigned int index) const in intersects_coverage()
1578 if (range.value <= index && in intersects_coverage()
1579 index < (unsigned int) range.value + (range.last - range.first) && in intersects_coverage()
1582 else if (index < rang in intersects_coverage()
[all...]
/third_party/ffmpeg/libavformat/
H A Dmatroskadec.c390 EbmlList index; member
696 { MATROSKA_ID_POINTENTRY, EBML_NEST, 0, sizeof(MatroskaIndex), offsetof(MatroskaDemuxContext, index), { .n = matroska_index_entry } },
1847 "The tags at index %d refer to a " in matroska_convert_tags()
1864 "The tags at index %d refer to a non-existent chapter " in matroska_convert_tags()
1881 "The tags at index %d refer to a non-existent track " in matroska_convert_tags()
1959 // mark index as broken in matroska_execute_seekhead()
1971 MatroskaIndex *index; in matroska_add_index_entries() local
1978 index_list = &matroska->index; in matroska_add_index_entries()
1979 index = index_list->elem; in matroska_add_index_entries()
1982 if (index[ in matroska_add_index_entries()
3930 int i, index; matroska_read_seek() local
4058 int index, rv = 1; webm_clusters_start_with_keyframe() local
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_state.c841 int index; in update_vertex_elements() local
884 index = vdecl_index_map[n]; in update_vertex_elements()
885 if (index >= 0) { in update_vertex_elements()
886 ve.velems[n] = vdecl->elems[index]; in update_vertex_elements()
2187 * we don't read past index D3DTS_WORLDMATRIX(8). in nine_context_apply_stateblock()
2395 info.index.resource = NULL; in CSMT_ITEM_NO_WAIT()
2422 /* These don't include index bias: */ in CSMT_ITEM_NO_WAIT()
2425 info.index.resource = context->idxbuf; in CSMT_ITEM_NO_WAIT()
2459 info.index.resource = ibuf; in CSMT_ITEM_NO_WAIT()
2461 info.index in CSMT_ITEM_NO_WAIT()
3049 int index; update_vertex_elements_sw() local
3587 unsigned index; nine_state_access_transform() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dqdm2.c197 int noise_idx; ///< index for dithering noise table
344 * @param sb subband index
369 * @param sb subband index
800 unsigned index = qdm2_get_vlc(gb, &vlc_tab_type30, 0, 1); in synthfilt_build_sb_samples() local
801 if (index >= FF_ARRAY_ELEMS(type30_dequant)) { in synthfilt_build_sb_samples()
802 av_log(NULL, AV_LOG_ERROR, "index %d out of type30_dequant array\n", index); in synthfilt_build_sb_samples()
805 samples[0] = type30_dequant[index]; in synthfilt_build_sb_samples()
820 unsigned index = qdm2_get_vlc(gb, &vlc_tab_type34, 0, 1); in synthfilt_build_sb_samples() local
821 if (index > in synthfilt_build_sb_samples()
1565 qdm2_synthesis_filter(QDM2Context *q, int index) qdm2_synthesis_filter() argument
[all...]
/third_party/alsa-lib/src/topology/
H A Ddata.c544 ref->id, SND_TPLG_TYPE_TOKEN, elem->index); in get_tokens()
693 ref->id, SND_TPLG_TYPE_TUPLE, elem->index); in build_tuples()
761 /* skip initial index for sorting */ in get_tuple_type()
1250 int err, index, count; in tplg_save_manifest_data() local
1268 index = 0; in tplg_save_manifest_data()
1275 elem->id, index, ref->id); in tplg_save_manifest_data()
1281 index++; in tplg_save_manifest_data()
1412 tplg_dbg("\t%s: %d", id, elem->index); in tplg_parse_data()
1509 ref->id, SND_TPLG_TYPE_DATA, elem->index); in tplg_copy_data()
1581 if (hdr->index ! in tplg_decode_manifest_data()
[all...]
/third_party/backends/backend/
H A Dkvs1025_opt.c365 /* Lookup a string list from one array and return its index. */
369 int index; in get_string_list_index() local
371 index = 0; in get_string_list_index()
372 while (list[index] != NULL) in get_string_list_index()
374 if (strcmp (list[index], name) == 0) in get_string_list_index()
376 return (index); in get_string_list_index()
378 index++; in get_string_list_index()
392 int index; in get_optval_list() local
394 index = get_string_list_index (str_list, dev->val[idx].s); in get_optval_list()
396 if (index < in get_optval_list()
[all...]
/third_party/icu/icu4c/source/common/
H A Duniset.cpp341 // Set i to the index of the start item greater than ch in contains()
519 /* The index value v, in the range [0,255], is contained in this set if in matchesIndexValue()
654 * where last is the index of the last character to match.
691 * Returns the index of the given character within this set, where
695 * @return an index from 0..size()-1, or -1
717 * Returns the character at the given index within this set, where
718 * the set is ordered by ascending code point. If the index is
721 * @param index an index from 0..size()-1
722 * @return the character at the given index, o
[all...]
/third_party/node/tools/
H A Dtest.py1069 self.index = 0
1076 return self.expr[self.index:self.index+length]
1079 return self.index < self.length + (length - 1)
1082 self.index = self.index + count
1135 self.index = 0
1138 return self.index < self.length
1141 return self.tokens[self.index]
1144 self.index
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duniset.cpp341 // Set i to the index of the start item greater than ch in contains()
519 /* The index value v, in the range [0,255], is contained in this set if in matchesIndexValue()
654 * where last is the index of the last character to match.
691 * Returns the index of the given character within this set, where
695 * @return an index from 0..size()-1, or -1
717 * Returns the character at the given index within this set, where
718 * the set is ordered by ascending code point. If the index is
721 * @param index an index from 0..size()-1
722 * @return the character at the given index, o
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnvfx_fragprog.c99 hw[0] |= (src.reg.index << NVFX_FP_OP_INPUT_SRC_SHIFT); in emit_src()
106 sr |= (src.reg.index << NVFX_FP_REG_SRC_SHIFT); in emit_src()
116 (float*)fpc->imm_data.data + src.reg.index * 4, in emit_src()
135 fpd->index = src.reg.index; in emit_src()
170 if (dst.index == 1) in emit_dst()
174 dst.index <<= 1; in emit_dst()
178 if (fpc->num_regs < (dst.index + 1)) in emit_dst()
179 fpc->num_regs = dst.index + 1; in emit_dst()
188 hw[0] |= (dst.index << NVFX_FP_OP_OUT_REG_SHIF in emit_dst()
[all...]
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h591 void LoadRoot(Register destination, RootIndex index) final {
592 LoadRoot(destination, index, al);
594 void LoadRoot(Register destination, RootIndex index, Condition cond);
1132 void LoadNativeContextSlot(Register dst, int index);
1214 void CompareRoot(Register obj, RootIndex index);
1215 void PushRoot(RootIndex index) { in PushRoot() argument
1216 LoadRoot(r0, index); in PushRoot()
1221 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() argument
1222 CompareRoot(with, index); in JumpIfRoot()
1227 void JumpIfNotRoot(Register with, RootIndex index, Labe argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Dfeedback-vector.cc68 int index = VectorICComputer::index(0, slot.ToInt()); in GetKind() local
69 int data = get(index); in GetKind()
74 int index = VectorICComputer::index(0, slot.ToInt()); in SetKind() local
75 int data = get(index); in SetKind()
77 set(index, new_data); in SetKind()
1378 for (int index = SimpleNumberDictionary::kElementsStartIndex; in GetSourcePositions()
1379 index < types->length(); index in GetSourcePositions()
[all...]
/third_party/node/deps/v8/src/torque/
H A Dtypes.cc564 if (field.index) break; in ComputeHeaderFields()
574 if (!field.index) { in ComputeArrayFields()
679 if (field.index.has_value()) return true; in HasIndexedFieldsIncludingInParents()
723 at_or_after_indexed_field || field.index.has_value(); in GenerateAccessors()
727 IdentifierExpression* index = MakeIdentifierExpression("i"); in GenerateAccessors() local
732 if (!field.index.has_value()) { in GenerateAccessors()
744 if (field.index.has_value() && field.name_and_type.type->IsStructType()) { in GenerateAccessors()
748 // An explicit index is only used for indexed fields not marked as optional. in GenerateAccessors()
750 bool use_index = field.index && !field.index in GenerateAccessors()
[all...]
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_state.c694 unsigned index = (batch->scissor.count++); in agx_upload_viewport_scissor() local
696 agx_pack(ptr + index, SCISSOR, cfg) { in agx_upload_viewport_scissor()
707 .scissor = index in agx_upload_viewport_scissor()
716 unsigned index = (batch->depth_bias.count++); in agx_upload_depth_bias() local
718 agx_pack(ptr + index, DEPTH_BIAS, cfg) { in agx_upload_depth_bias()
724 return index; in agx_upload_depth_bias()
790 enum pipe_shader_type shader, uint index, in agx_set_constant_buffer()
797 util_copy_constant_buffer(&s->cb[index], cb, take_ownership); in agx_set_constant_buffer()
799 unsigned mask = (1 << index); in agx_set_constant_buffer()
1573 struct agx_bo *bo = agx_resource(info->index in agx_index_buffer_ptr()
789 agx_set_constant_buffer(struct pipe_context *pctx, enum pipe_shader_type shader, uint index, bool take_ownership, const struct pipe_constant_buffer *cb) agx_set_constant_buffer() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DEmitMetal.cpp171 const TConstantUnion &index);
1052 size_t index = layoutQualifier.locationsSpecified ? layoutQualifier.location in emitFieldDeclaration() local
1054 mOut << " [[color(" << index << ")]]"; in emitFieldDeclaration() local
1461 const TConstantUnion &index)
1463 ASSERT(index.getType() == TBasicType::EbtInt);
1466 const int indexVal = index.getIConst();
1486 const TConstantUnion &index = *indexNode_->getConstantValue();
1488 return getDirectField(*fieldListCollection, index);
2009 auto getArgType = [&](size_t index) -> const TType * {
2010 if (index < arg
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_util.cpp371 uint32_t index) { in WalkOneCompositeTypeIndex()
378 if (array_length == 0 || index >= array_length) { in WalkOneCompositeTypeIndex()
386 if (index >= count) { in WalkOneCompositeTypeIndex()
392 if (index >= GetNumberOfStructMembers(*should_be_composite_type)) { in WalkOneCompositeTypeIndex()
395 return should_be_composite_type->GetSingleWordInOperand(index); in WalkOneCompositeTypeIndex()
406 for (auto index : indices) { in WalkCompositeTypeIndices()
408 WalkOneCompositeTypeIndex(context, sub_object_type_id, index); in WalkCompositeTypeIndices()
814 // Subtract the number of non-input operands from the index in InOperandIndexFromOperandIndex()
1335 for (uint32_t index = 0; index < type_inst in CanCreateConstant()
369 WalkOneCompositeTypeIndex(opt::IRContext* context, uint32_t base_object_type_id, uint32_t index) WalkOneCompositeTypeIndex() argument
[all...]

Completed in 69 milliseconds

1...<<171172173174175176177178179180>>...290