Home
last modified time | relevance | path

Searched refs:index (Results 6126 - 6150 of 11655) sorted by relevance

1...<<241242243244245246247248249250>>...467

/third_party/python/Lib/distutils/
H A D__init__.py14 __version__ = sys.version[:sys.version.index(' ')]
/third_party/typescript/tests/baselines/reference/
H A DunionTypeWithIndexAndTuple.js3 [index: number]: any;
H A DunionTypeWithIndexedLiteralType.js3 interface Idx { [index: string]: U; }
/base/telephony/ril_adapter/services/vendor/src/
H A Dat_data.c540 int32_t index; in DataReportMessage() local
548 for (index = 0; index < validNum; index++) { in DataReportMessage()
549 if (pDataCalls[index].cid == cid) { in DataReportMessage()
553 OnDataReport(slotId, reportInfo, (const uint8_t *)&pDataCalls[index], sizeof(HRilDataCallResponse)); in DataReportMessage()
601 for (int32_t index = 0; index < validNum; index++) { in InquirePdpContextList()
602 if (ACTIVATE == pDataCalls[index] in InquirePdpContextList()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_list.cpp86 // If only input one parameter, set -1 to deleteCount for deleting elements after index 'start' in the array. in ParseChange()
584 int32_t index) -> bool { in ItemDeleteCallback()
585 auto params = ConvertToJSValues(index); in ItemDeleteCallback()
653 listItemInfo->SetProperty<int32_t>("index", indexInfo.index); in SetListItemIndex()
919 int32_t index = -1; in GetItemRectInGroup() local
922 if (args.Length() != 2 || !ConvertFromJSValue(args[0], index) || !ConvertFromJSValue(args[1], indexInGroup)) { in GetItemRectInGroup()
929 auto rectObj = CreateRectangle(scrollController->GetItemRectInGroup(index, indexInGroup)); in GetItemRectInGroup()
968 retObj->SetProperty<int32_t>("index", itemGroup.index); in GetVisibleListContentInfo()
989 int32_t index = 0; ScrollToItemInGroup() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtab_bar_event_test_ng.cpp395 int32_t index = 1; in HWTEST_F() local
411 auto childFrameNode = AceType::DynamicCast<FrameNode>(tabBarNode_->GetChildAtIndex(index)); in HWTEST_F()
414 auto childFrameNode1 = AceType::DynamicCast<FrameNode>(tabBarNode_->GetChildAtIndex(index - 1)); in HWTEST_F()
425 tabBarPattern_->HandleSubTabBarClick(tabBarLayoutProperty_, index); in HWTEST_F()
448 int32_t index = 1; in HWTEST_F() local
450 tabBarPattern_->HandleTouchDown(index); in HWTEST_F()
474 int32_t index = 1; in HWTEST_F() local
476 tabBarPattern_->HandleTouchUp(index); in HWTEST_F()
495 int32_t index = 1; in HWTEST_F() local
517 tabBarPattern_->HandleTouchUp(index); in HWTEST_F()
[all...]
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dbackup_database_utils.cpp367 MEDIA_ERR_LOG("Get column index errCode: %{public}d", errCode); in GetBlob()
395 for (size_t index = 0; index < bytes.size(); index += XY_DIMENSION * BYTE_LEN) { in GetLandmarksStr()
397 landmarkJson[LANDMARK_X] = GetUint32ValFromBytes(bytes, index); in GetLandmarksStr()
398 landmarkJson[LANDMARK_Y] = GetUint32ValFromBytes(bytes, index + BYTE_LEN); in GetLandmarksStr()
407 for (size_t index = 0; index < BYTE_LEN; index++) { in GetUint32ValFromBytes()
408 uint32Val |= static_cast<uint32_t>(bytes[start + index]) << (inde in GetUint32ValFromBytes()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp529 int index = que.front(); in IsCircularDependency() local
531 for (size_t i = 0; i < adjacencyList[index].size(); ++i) { in IsCircularDependency()
532 int j = adjacencyList[index][i]; // adjacencyList[index] save the point which is connected to index in IsCircularDependency()
640 if (record.at(CloudDbConstant::ERROR_FIELD).index() != TYPE_INDEX<int64_t>) { in IsRecordError()
655 return record.at(CloudDbConstant::ERROR_FIELD).index() == TYPE_INDEX<int64_t>; in IsIntTypeRecordError()
663 if (record.at(CloudDbConstant::ERROR_FIELD).index() != TYPE_INDEX<int64_t>) { in IsRecordIgnored()
676 if (record.at(CloudDbConstant::ERROR_FIELD).index() != TYPE_INDEX<int64_t>) { in IsRecordVersionConflict()
688 if (record.at(CloudDbConstant::ERROR_FIELD).index() ! in IsRecordAssetsMissing()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dg723_1dec.c224 /* Compute pulse_pos index using the 13-bit combined position index */ in unpack_bitstream()
280 * @param index current subframe index
283 enum Rate cur_rate, int pitch_lag, int index) in gen_fcb_excitation()
290 if (subfrm->pulse_pos >= max_pos[index]) in gen_fcb_excitation()
294 j = PULSE_MAX - pulses[index]; in gen_fcb_excitation()
388 ppf->index = lag; in comp_ppf_gains()
452 ppf->index = 0; in comp_ppf_coeff()
514 * @return residual interpolation index i
282 gen_fcb_excitation(int16_t *vector, G723_1_Subframe *subfrm, enum Rate cur_rate, int pitch_lag, int index) gen_fcb_excitation() argument
522 int index, ccr, tgt_eng, best_eng, temp; comp_interp_index() local
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationAPITest.java280 * - resetting the iterator index
680 for (int index = 0; index < someCollators.length; index ++) in TestSafeClone()
683 someClonedCollators[index] in TestSafeClone()
684 = (RuleBasedCollator)someCollators[index].clone(); in TestSafeClone()
689 someClonedCollators[index].setStrength(Collator.TERTIARY); in TestSafeClone()
690 someCollators[index].setStrength(Collator.PRIMARY); in TestSafeClone()
691 someClonedCollators[index].setCaseLevel(false); in TestSafeClone()
692 someCollators[index] in TestSafeClone()
[all...]
/third_party/PyYAML/lib/yaml/
H A Demitter.py667 index = 0
668 while index < len(scalar):
669 ch = scalar[index]
672 if index == 0:
711 if index == 0:
713 if index == len(scalar)-1:
720 if index == 0:
722 if index == len(scalar)-1:
733 index += 1
735 followed_by_whitespace = (index
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationAPITest.java283 * - reseting the iterator index
683 for (int index = 0; index < someCollators.length; index ++) in TestSafeClone()
686 someClonedCollators[index] in TestSafeClone()
687 = (RuleBasedCollator)someCollators[index].clone(); in TestSafeClone()
692 someClonedCollators[index].setStrength(Collator.TERTIARY); in TestSafeClone()
693 someCollators[index].setStrength(Collator.PRIMARY); in TestSafeClone()
694 someClonedCollators[index].setCaseLevel(false); in TestSafeClone()
695 someCollators[index] in TestSafeClone()
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_resolve_cs.c131 build_depth_stencil_resolve_compute_shader(struct radv_device *dev, int samples, int index, in build_depth_stencil_resolve_compute_shader() argument
134 enum glsl_base_type img_base_type = index == DEPTH_RESOLVE ? GLSL_TYPE_FLOAT : GLSL_TYPE_UINT; in build_depth_stencil_resolve_compute_shader()
140 index == DEPTH_RESOLVE ? "depth" : "stencil", in build_depth_stencil_resolve_compute_shader()
157 nir_alu_type type = index == DEPTH_RESOLVE ? nir_type_float32 : nir_type_uint32; in build_depth_stencil_resolve_compute_shader()
197 assert(index == DEPTH_RESOLVE); in build_depth_stencil_resolve_compute_shader()
201 if (index == DEPTH_RESOLVE) in build_depth_stencil_resolve_compute_shader()
207 if (index == DEPTH_RESOLVE) in build_depth_stencil_resolve_compute_shader()
325 create_depth_stencil_resolve_pipeline(struct radv_device *device, int samples, int index, in create_depth_stencil_resolve_pipeline() argument
337 build_depth_stencil_resolve_compute_shader(device, samples, index, resolve_mode); in create_depth_stencil_resolve_pipeline()
634 int index in emit_depth_stencil_resolve() local
[all...]
/third_party/ninja/src/
H A Dninja.cc901 size_t index = command.find(rspfile); in EvaluateCommandWithRspfile()
902 if (index == 0 || index == string::npos || in EvaluateCommandWithRspfile()
903 (command[index - 1] != '@' && in EvaluateCommandWithRspfile()
904 command.find("--option-file=") != index - 14 && in EvaluateCommandWithRspfile()
905 command.find("-f ") != index - 3)) in EvaluateCommandWithRspfile()
915 if (command[index - 1] == '@') { in EvaluateCommandWithRspfile()
916 command.replace(index - 1, rspfile.length() + 1, rspfile_content); in EvaluateCommandWithRspfile()
917 } else if (command.find("-f ") == index - 3) { in EvaluateCommandWithRspfile()
918 command.replace(index in EvaluateCommandWithRspfile()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dtransreg.cpp372 // Caller must call DEBUG_setup first. Return index of given Entry,
735 * Return the index-th available ID. index must be between 0
736 * and countAvailableIDs() - 1, inclusive. If index is out of
739 const UnicodeString& TransliteratorRegistry::getAvailableID(int32_t index) const { in getAvailableID()
740 if (index < 0 || index >= availableIDs.count()) { in getAvailableID()
741 index = 0; in getAvailableID()
746 while (index-- >= 0) { in getAvailableID()
771 UnicodeString& TransliteratorRegistry::getAvailableSource(int32_t index, in getAvailableSource() argument
794 getAvailableTarget(int32_t index, const UnicodeString& source, UnicodeString& result) const getAvailableTarget() argument
835 getAvailableVariant(int32_t index, const UnicodeString& source, const UnicodeString& target, UnicodeString& result) const getAvailableVariant() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c92 * Map an attachment to a buffer index.
97 gl_buffer_index index; in attachment_to_buffer_index() local
101 index = BUFFER_FRONT_LEFT; in attachment_to_buffer_index()
104 index = BUFFER_BACK_LEFT; in attachment_to_buffer_index()
107 index = BUFFER_FRONT_RIGHT; in attachment_to_buffer_index()
110 index = BUFFER_BACK_RIGHT; in attachment_to_buffer_index()
113 index = BUFFER_DEPTH; in attachment_to_buffer_index()
116 index = BUFFER_ACCUM; in attachment_to_buffer_index()
119 index = BUFFER_COUNT; in attachment_to_buffer_index()
123 return index; in attachment_to_buffer_index()
131 buffer_index_to_attachment(gl_buffer_index index) buffer_index_to_attachment() argument
[all...]
/third_party/mesa3d/src/util/
H A Dregister_allocate.c227 /* Users may rely on the class index being allocated in order starting from 0. */ in ra_alloc_reg_class()
228 class->index = regs->class_count++; in ra_alloc_reg_class()
229 regs->classes[class->index] = class; in ra_alloc_reg_class()
263 return c->index; in ra_class_index()
457 class->index = c; in ra_set_deserialize()
493 uint64_t index = ra_get_adjacency_bit_index(n1, n2); in ra_test_adjacency_bit() local
494 return BITSET_TEST(g->adjacency, index); in ra_test_adjacency_bit()
500 unsigned index = ra_get_adjacency_bit_index(n1, n2); in ra_set_adjacency_bit() local
501 BITSET_SET(g->adjacency, index); in ra_set_adjacency_bit()
507 unsigned index in ra_clear_adjacency_bit() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.cc18 #include "src/objects/field-index-inl.h"
418 int index = descriptors->GetFieldIndex(descriptor); in ComputeDataFieldAccessInfo() local
428 FieldIndex field_index = FieldIndex::ForPropertyIndex(*map.object(), index, in ComputeDataFieldAccessInfo()
757 InternalIndex index = InternalIndex::NotFound(); in ComputePropertyAccessInfo() local
758 if (!TryLoadPropertyDetails(map, holder, name, &index, &details)) { in ComputePropertyAccessInfo()
762 if (index.is_found()) { in ComputePropertyAccessInfo()
793 receiver_map, name, holder.value(), index, access_mode, details); in ComputePropertyAccessInfo()
816 index, access_mode); in ComputePropertyAccessInfo()
826 holder, index, access_mode); in ComputePropertyAccessInfo()
833 DCHECK(!index in ComputePropertyAccessInfo()
1110 int const index = details.field_index(); LookupTransition() local
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dmacro-assembler-arm.h15 #include "src/objects/tagged-index.h"
519 void LoadRoot(Register destination, RootIndex index) final {
520 LoadRoot(destination, index, al);
522 void LoadRoot(Register destination, RootIndex index, Condition cond);
672 void LoadNativeContextSlot(Register dst, int index);
734 void CompareRoot(Register obj, RootIndex index);
735 void PushRoot(RootIndex index) { in PushRoot() argument
738 LoadRoot(scratch, index); in PushRoot()
743 void JumpIfRoot(Register with, RootIndex index, Label* if_equal) { in JumpIfRoot() argument
744 CompareRoot(with, index); in JumpIfRoot()
749 JumpIfNotRoot(Register with, RootIndex index, Label* if_not_equal) JumpIfNotRoot() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_ext_autogen.h70 GLuint index, const GLchar *name); \
123 void getUnsignedBytei_v(GLenum target, GLuint index, GLubyte *data); \
405 void getVertexAttribfvRobust(GLuint index, GLenum pname, GLsizei bufSize, GLsizei *length, \
407 void getVertexAttribivRobust(GLuint index, GLenum pname, GLsizei bufSize, GLsizei *length, \
409 void getVertexAttribPointervRobust(GLuint index, GLenum pname, GLsizei bufSize, \
451 void getIntegeri_vRobust(GLenum target, GLuint index, GLsizei bufSize, GLsizei *length, \
455 void getVertexAttribIivRobust(GLuint index, GLenum pname, GLsizei bufSize, GLsizei *length, \
457 void getVertexAttribIuivRobust(GLuint index, GLenum pname, GLsizei bufSize, GLsizei *length, \
465 void getInteger64i_vRobust(GLenum target, GLuint index, GLsizei bufSize, GLsizei *length, \
482 void getBooleani_vRobust(GLenum target, GLuint index, GLsize
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_utils.h113 // A packed attachment index interface with vulkan API
117 explicit constexpr PackedAttachmentIndex(uint32_t index) : mAttachmentIndex(index) {} in PackedAttachmentIndex() argument
819 void store(uint32_t index, VkImageAspectFlags aspectFlags, const VkClearValue &clearValue);
820 void storeNoDepthStencil(uint32_t index, const VkClearValue &clearValue);
822 void reset(size_t index) in reset() argument
824 mValues[index] = {}; in reset()
825 mEnabled.reset(index); in reset()
828 bool test(size_t index) const { return mEnabled.test(index); } in test()
[all...]
H A DVertexArrayVk.cpp152 // We use an alignment of four for index data. This ensures that compute shaders can read index in mDirtyLineLoopTranslation()
335 for (size_t index = 0; index < indexCount; index++) in convertIndexBufferCPU()
337 GLushort value = static_cast<GLushort>(in[index]); in convertIndexBufferCPU()
338 if (in[index] == kUnsignedByteRestartValue) in convertIndexBufferCPU()
343 expandedDst[index] = value; in convertIndexBufferCPU()
349 for (size_t index = 0; index < indexCoun in convertIndexBufferCPU()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-coretext.cc490 unsigned int index; member
497 return a->index < b->index ? -1 : a->index > b->index ? 1 : in cmp()
573 event->index = features[i].start; in _hb_coretext_shape()
578 event->index = features[i].end; in _hb_coretext_shape()
591 event->index = 0; /* This value does magic. */ in _hb_coretext_shape()
603 if (event->index != last_index) in _hb_coretext_shape()
671 range->index_last = event->index in _hb_coretext_shape()
[all...]
/third_party/python/Lib/tkinter/
H A Dttk.py642 def bbox(self, index):
644 bounding box of the character given by index."""
645 return self._getints(self.tk.call(self._w, "bbox", index))
683 returns the index of the current value in the list of values
804 valid for method index)
838 def index(self, tab_id): member in Notebook
839 """Returns the numeric index of the tab specified by tab_id, or
841 return self.tk.getint(self.tk.call(self._w, "index", tab_id))
847 pos is either the string end, an integer index, or the name of
933 pos is either the string end, and integer index, o
1315 def index(self, item): global() member in Treeview
[all...]
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/
H A Dmain.go72 Number int // The index of this obj in an array of 'rules'
176 // getSectionRange scans all the rules and returns the rule index interval of a given section.
737 index := strings.Index(desc, ":")
738 if strings.Contains(id, "builtin_functions") && index > -1 {
739 builtinName = reName.ReplaceAllString(desc[:index], "_")
919 index := -1
927 index = 0
930 index = sectionDims[1]
933 if index < 0 && index >
[all...]

Completed in 32 milliseconds

1...<<241242243244245246247248249250>>...467