Home
last modified time | relevance | path

Searched refs:index (Results 4126 - 4150 of 9724) sorted by relevance

1...<<161162163164165166167168169170>>...389

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H A DDmaBufImageSiblingVkLinux.cpp132 for (uint32_t index = 0; index < formatModifierPropertiesList.drmFormatModifierCount; ++index) in GetFormatModifierProperties()
134 if (formatModifierPropertiesList.pDrmFormatModifierProperties[index].drmFormatModifier == in GetFormatModifierProperties()
137 propertiesIndex = index; in GetFormatModifierProperties()
/third_party/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp487 int index = fBilerp ? 1 : 0;
489 index |= 2;
496 return ClampX_ClampY_Procs[index];
504 return RepeatX_RepeatY_Procs[index];
507 return MirrorX_MirrorY_Procs[index];
H A DSkPictureData.cpp536 int index = reader->readInt(); in optionalPaint() local
537 if (index == 0) { in optionalPaint()
540 return reader->validate(index > 0 && index <= fPaints.count()) ? in optionalPaint()
541 &fPaints[index - 1] : nullptr; in optionalPaint()
/third_party/skia/src/gpu/vk/
H A DGrVkRenderPass.cpp348 bool GrVkRenderPass::colorAttachmentIndex(uint32_t* index) const { in colorAttachmentIndex()
349 *index = fColorAttachmentIndex; in colorAttachmentIndex()
359 bool GrVkRenderPass::stencilAttachmentIndex(uint32_t* index) const { in stencilAttachmentIndex()
360 *index = 0; in stencilAttachmentIndex()
362 ++(*index); in stencilAttachmentIndex()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dvector_dce.cpp190 uint32_t index = current_item.instruction->GetSingleWordInOperand(in_op); in MarkVectorShuffleUsesAsLive() local
192 if (index < size_of_first_operand) { in MarkVectorShuffleUsesAsLive()
193 first_operand.components.Set(index); in MarkVectorShuffleUsesAsLive()
194 } else if (index - size_of_first_operand < size_of_second_operand) { in MarkVectorShuffleUsesAsLive()
195 second_operand.components.Set(index - size_of_first_operand); in MarkVectorShuffleUsesAsLive()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dvector_dce.cpp190 uint32_t index = current_item.instruction->GetSingleWordInOperand(in_op); in MarkVectorShuffleUsesAsLive() local
192 if (index < size_of_first_operand) { in MarkVectorShuffleUsesAsLive()
193 first_operand.components.Set(index); in MarkVectorShuffleUsesAsLive()
194 } else if (index - size_of_first_operand < size_of_second_operand) { in MarkVectorShuffleUsesAsLive()
195 second_operand.components.Set(index - size_of_first_operand); in MarkVectorShuffleUsesAsLive()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcsrmbcs.cpp118 charValue(0), index(-1), nextIndex(0), error(FALSE), done(FALSE) in IteratedChar()
126 index = -1;
245 it->index = it->nextIndex; in nextChar()
298 it->index = it->nextIndex; in nextChar()
410 it->index = it->nextIndex; in nextChar()
464 it->index = it->nextIndex; in nextChar()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
H A DLatencyAnalyzer.h244 for (int index = startIndex; index < endIndex; index++) { in measureLatencyFromPulse()
245 ALOGD("Correlation, %d, %f", index, correlations[index]); in measureLatencyFromPulse()
/third_party/skia/src/pathops/
H A DSkPathWriter.cpp213 for (int index = 0; index < endCount; index += 2) { in assemble()
214 const SkOpPtT* eStart = runs[index]; in assemble()
215 const SkOpPtT* eEnd = runs[index + 1]; in assemble()
/third_party/python/Lib/test/
H A Dtest_decorators.py258 def __init__(self, index):
259 self.index = index
265 opname, res = ('evalargs', str(self.index))
268 actions.append('%s%d' % (opname, self.index))
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_singular_expression_test.cc37 ASSERT_TRUE(idx->index->Is<ast::SintLiteralExpression>()); in TEST_F()
38 EXPECT_EQ(idx->index->As<ast::SintLiteralExpression>()->value, 1); in TEST_F()
56 ASSERT_TRUE(idx->index->Is<ast::BinaryExpression>()); in TEST_F()
76 EXPECT_EQ(p->error(), "1:4: expected ']' for index accessor"); in TEST_F()
222 outer_accessor->index->As<ast::IndexAccessorExpression>(); in TEST_F()
231 inner_accessor->index->As<ast::IdentifierExpression>(); in TEST_F()
/third_party/skia/tools/
H A DDDLPromiseImageHelper.cpp23 DDLPromiseImageHelper::PromiseImageInfo::PromiseImageInfo(int index, in PromiseImageInfo() argument
26 : fIndex(index) in PromiseImageInfo()
323 SkASSERT(curImage.index() == *indexPtr); in CreatePromiseImages()
378 SkASSERT(fImageInfo[i].index() == i); in findImage()
379 SkASSERT(this->isValidID(i) && this->isValidID(fImageInfo[i].index())); in findImage()
/third_party/typescript/tests/baselines/reference/
H A DunspecializedConstraints.js4 [index: string]: T;
37 getProperty(index: number): Property {
46 getSignature(index: number): Signature {
212 Type.prototype.getProperty = function (index) {
221 Type.prototype.getSignature = function (index) {
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_date_time.cpp419 for (uint32 index = 0; index < len; index++) in Encode_ISO_8601()
422 if (fSubseconds.Get () [index] < '0' || in Encode_ISO_8601()
423 fSubseconds.Get () [index] > '9') in Encode_ISO_8601()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
H A DCommandBufferEncodingTests.cpp156 auto ExpectSetBindGroup = [](uint32_t index, wgpu::BindGroup bg, in TEST_F()
158 return [index, bg, offsets](CommandIterator* commands) { in TEST_F()
165 ASSERT_EQ(cmd->index, BindGroupIndex(index)); in TEST_F()
202 ASSERT_EQ(cmd->index, BindGroupIndex(0)); in TEST_F()
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_autocomplete.py119 Equal(acp._delayed_completion_index, text.index('insert'))
131 Equal(acp._delayed_completion_index, text.index('insert'))
145 # Text index changed, don't call open_completions.
147 acp._delayed_completion_index = self.text.index('insert+1c')
152 # Text index unchanged, call open_completions.
153 acp._delayed_completion_index = self.text.index('insert')
251 pos = b.index('False') # Test False not included twice.
/third_party/protobuf/src/google/protobuf/
H A Dtext_format.h93 // the message supplied. For non-repeated fields, an index of -1 must
97 const FieldDescriptor* field, int index,
260 const FieldDescriptor* field, int index,
399 const FieldDescriptor* field, int index,
490 // Returns the parse location for index-th value of the field in the parsed
493 ParseLocation GetLocation(const FieldDescriptor* field, int index) const;
499 int index) const;
511 // Defines the map from the index-th field descriptor to its parse location.
515 // Defines the map from the index-th field descriptor to the nested parse
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dstr_split_internal.h348 size_t index = 0; in operator ()() local
350 ar[index].data = it->data(); in operator ()()
351 ar[index].size = it->size(); in operator ()()
353 } while (++index != ar.size() && !it.at_end()); in operator ()()
354 v.insert(v.end(), ar.begin(), ar.begin() + index); in operator ()()
/third_party/spirv-tools/source/opt/
H A Dvector_dce.cpp188 uint32_t index = current_item.instruction->GetSingleWordInOperand(in_op); in MarkVectorShuffleUsesAsLive() local
190 if (index < size_of_first_operand) { in MarkVectorShuffleUsesAsLive()
191 first_operand.components.Set(index); in MarkVectorShuffleUsesAsLive()
192 } else if (index - size_of_first_operand < size_of_second_operand) { in MarkVectorShuffleUsesAsLive()
193 second_operand.components.Set(index - size_of_first_operand); in MarkVectorShuffleUsesAsLive()
/third_party/vk-gl-cts/scripts/khr_util/
H A Dregistry.py86 self.index = {}
111 return key in self.index
114 if key in self.index:
118 self.index[key] = item
127 return self.index[key]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFramebuffer.h291 angle::Result getSamplePosition(const Context *context, size_t index, GLfloat *xy) const;
418 void onSubjectStateChange(angle::SubjectIndex index, angle::SubjectMessage message) override;
494 FramebufferAttachment *getAttachmentFromSubjectIndex(angle::SubjectIndex index);
496 ANGLE_INLINE void updateFloat32ColorAttachmentBits(size_t index, const InternalFormat *format) in updateFloat32ColorAttachmentBits() argument
498 mFloat32ColorAttachmentBits.set(index, format->type == GL_FLOAT); in updateFloat32ColorAttachmentBits()
H A DVertexArray.h86 void updateCachedMutableOrNonPersistentArrayBuffers(size_t index);
209 void setVertexAttribDivisor(const Context *context, size_t index, GLuint divisor);
280 void onSubjectStateChange(angle::SubjectIndex index, angle::SubjectMessage message) override;
323 DirtyBitType getDirtyBitFromIndex(bool contentsChanged, angle::SubjectIndex index) const;
324 void setDependentDirtyBit(bool contentsChanged, angle::SubjectIndex index);
/base/security/device_auth/services/legacy/group_manager/src/group_operation/identical_account_group/
H A Didentical_account_group.c250 uint32_t index; in DelAllTokens() local
252 FOR_EACH_HC_VECTOR(*vec, index, entry) { in DelAllTokens()
267 uint32_t index; in DelAllPeerTokens() local
269 FOR_EACH_HC_VECTOR(*vec, index, entry) { in DelAllPeerTokens()
310 uint32_t index; in DelRelatedAcrossAccountGroups() local
312 FOR_EACH_HC_VECTOR(groupEntryVec, index, entry) { in DelRelatedAcrossAccountGroups()
493 uint32_t index; in CheckUserIdValid() local
504 FOR_EACH_HC_VECTOR(groupEntryVec, index, entry) { in CheckUserIdValid()
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_sim.cpp388 int32_t TelRilSim::SetActiveSim(int32_t index, int32_t enable, const AppExecFwk::InnerEvent::Pointer &response) in SetActiveSim() argument
390 return Request(TELEPHONY_LOG_FUNC_NAME, response, &HDI::Ril::V1_1::IRil::SetActiveSim, index, enable); in SetActiveSim()
507 cardStatusInfo->index = result.index; in BuildCardStatusInfo()
510 TELEPHONY_LOGD("cardStatusInfo: index:%{public}d, simType:%{public}d, simState:%{public}d", in BuildCardStatusInfo()
511 result.index, result.simType, result.simState); in BuildCardStatusInfo()
521 simCardStatusInfo->index = result.index; in BuildSimCardStatusInfo()
525 TELEPHONY_LOGD("simCardStatusInfo: index:%{public}d, simType:%{public}d, simState:%{public}d", in BuildSimCardStatusInfo()
526 result.index, resul in BuildSimCardStatusInfo()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dfft_template.c57 static av_cold void init_ff_cos_tabs(int index) in init_ff_cos_tabs() argument
60 int m = 1<<index; in init_ff_cos_tabs()
62 FFTSample *tab = FFT_NAME(ff_cos_tabs)[index]; in init_ff_cos_tabs()
74 #define INIT_FF_COS_TABS_FUNC(index, size) \
77 init_ff_cos_tabs(index); \
116 av_cold void ff_init_ff_cos_tabs(int index) in ff_init_ff_cos_tabs() argument
118 ff_thread_once(&cos_tabs_init_once[index].control, cos_tabs_init_once[index].func); in ff_init_ff_cos_tabs()

Completed in 25 milliseconds

1...<<161162163164165166167168169170>>...389