Home
last modified time | relevance | path

Searched refs:index (Results 1926 - 1950 of 11953) sorted by relevance

1...<<71727374757677787980>>...479

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DDescriptor.php136 public function getFieldByIndex($index)
138 if (count($this->index_to_field) <= $index) {
141 return $this->index_to_field[$index];
213 $index = 0; variable
216 OneofDescriptor::buildFromProto($oneof_proto, $desc, $index));
217 $index++;
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_replace.h179 size_t index = subs.size(); in FindSubstitutions() local
180 while (--index && subs[index - 1].OccursBefore(subs[index])) { in FindSubstitutions()
181 std::swap(subs[index], subs[index - 1]); in FindSubstitutions()
/third_party/spirv-tools/source/reduce/
H A Dreduction_util.cpp108 for (uint32_t index = 0; index < phi_inst->NumInOperands(); index += 2) { in AdaptPhiInstructionsForRemovedEdge()
111 if (phi_inst->GetInOperand(index + 1).words[0] != from_id) { in AdaptPhiInstructionsForRemovedEdge()
112 new_in_operands.push_back(phi_inst->GetInOperand(index)); in AdaptPhiInstructionsForRemovedEdge()
113 new_in_operands.push_back(phi_inst->GetInOperand(index + 1)); in AdaptPhiInstructionsForRemovedEdge()
/third_party/spirv-tools/source/val/
H A Dinstruction.h40 /// Registers the use of the Instruction in instruction \p inst at \p index
41 void RegisterUse(const Instruction* inst, uint32_t index);
59 /// referenced and the second is the index of the word in that instruction
66 uint32_t word(size_t index) const { return words_[index]; } in word()
100 // Casts the words belonging to the operand under |index| to |T| and returns.
102 T GetOperandAs(size_t index) const { in GetOperandAs()
103 const spv_parsed_operand_t& o = operands_.at(index); in GetOperandAs()
126 /// referenced and the second is the index of the word in the referencing
137 std::string Instruction::GetOperandAs<std::string>(size_t index) cons
[all...]
/third_party/spirv-tools/test/reduce/
H A Dreduce_test_util.cpp31 std::cerr << "error: line " << position.index << ": " << message
35 std::cout << "warning: line " << position.index << ": " << message
39 std::cout << "info: line " << position.index << ": " << message
105 std::cerr << "error: line " << position.index << ": " << message in CLIMessageConsumer()
109 std::cout << "warning: line " << position.index << ": " << message in CLIMessageConsumer()
113 std::cout << "info: line " << position.index << ": " << message in CLIMessageConsumer()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djchuff-sse2.asm320 ; ebp - index
334 %define index ebp
442 pmovmskb index, xmm0 ;Z: index = 0; index |= ((b0[i] >> 7) << i);
449 or index, index_temp ;Z: index |= index_temp;
458 not index ;Z: index = ~index;
[all...]
/foundation/multimedia/av_codec/frameworks/native/capi/avcodec/
H A Dnative_video_decoder.cpp117 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVSharedMemory> buffer) override
133 OH_AVMemory *data = GetTransData(codec_, index, buffer, false);
134 asyncCallback_.onNeedInputData(codec_, index, data, userData_);
137 void OnOutputBufferAvailable(uint32_t index, AVCodecBufferInfo info, AVCodecBufferFlag flag,
154 data = GetTransData(codec_, index, buffer, true);
160 asyncCallback_.onNeedOutputData(codec_, index, data, &bufferAttr, userData_);
163 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<AVBuffer> buffer) override
179 OH_AVBuffer *data = GetTransData(codec_, index, buffer, false);
180 callback_.onNeedInputBuffer(codec_, index, data, userData_);
183 void OnOutputBufferAvailable(uint32_t index, st
224 GetTransData(struct OH_AVCodec *codec, uint32_t &index, std::shared_ptr<AVSharedMemory> &memory, bool isOutput) GetTransData() argument
255 GetTransData(struct OH_AVCodec *codec, uint32_t index, std::shared_ptr<AVBuffer> &buffer, bool isOutput) GetTransData() argument
519 OH_VideoDecoder_PushInputData(struct OH_AVCodec *codec, uint32_t index, OH_AVCodecBufferAttr attr) OH_VideoDecoder_PushInputData() argument
551 OH_VideoDecoder_PushInputBuffer(struct OH_AVCodec *codec, uint32_t index) OH_VideoDecoder_PushInputBuffer() argument
601 OH_VideoDecoder_RenderOutputData(struct OH_AVCodec *codec, uint32_t index) OH_VideoDecoder_RenderOutputData() argument
619 OH_VideoDecoder_FreeOutputData(struct OH_AVCodec *codec, uint32_t index) OH_VideoDecoder_FreeOutputData() argument
638 OH_VideoDecoder_RenderOutputBuffer(struct OH_AVCodec *codec, uint32_t index) OH_VideoDecoder_RenderOutputBuffer() argument
655 OH_VideoDecoder_RenderOutputBufferAtTime(OH_AVCodec *codec, uint32_t index, int64_t renderTimestampNs) OH_VideoDecoder_RenderOutputBufferAtTime() argument
671 OH_VideoDecoder_FreeOutputBuffer(struct OH_AVCodec *codec, uint32_t index) OH_VideoDecoder_FreeOutputBuffer() argument
[all...]
/foundation/communication/netmanager_base/frameworks/js/napi/connection/connection_exec/src/
H A Dconnection_exec.cpp74 for (uint32_t index = 0; index < MAX_ARRAY_LENGTH && it != capabilities->netCaps_.end(); ++index, ++it) { in CreateNetCapabilities()
75 NapiUtils::SetArrayElement(env, networkCap, index, NapiUtils::CreateUint32(env, *it)); in CreateNetCapabilities()
83 for (uint32_t index = 0; index < MAX_ARRAY_LENGTH && it != capabilities->bearerTypes_.end(); ++index, ++it) { in CreateNetCapabilities()
84 NapiUtils::SetArrayElement(env, bearerTypes, index, NapiUtils::CreateUint32(env, *it)); in CreateNetCapabilities()
202 uint32_t index = 0; in GetAllNetsCallback() local
204 [array, &index, contex in GetAllNetsCallback()
294 size_t index = 0; GetDefaultHttpProxyCallback() local
322 size_t index = 0; GetGlobalHttpProxyCallback() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_adeclick.c43 int *index; member
87 double *acoefficients, uint8_t *click, int *index,
177 c->index = av_calloc(s->window_size, sizeof(*c->index)); in config_input()
180 !c->index || !c->interpolated || !c->acorrelation || !c->tmp) in config_input()
248 static int find_index(int *index, int value, int size) in find_index() argument
252 if ((value < index[0]) || (value > index[size - 1])) in find_index()
260 if (index[i] == value) in find_index()
262 if (value < index[ in find_index()
336 interpolation(DeclickChannel *c, const double *src, int ar_order, double *acoefficients, int *index, int nb_errors, double *auxiliary, double *interpolated) interpolation() argument
380 detect_clips(AudioDeclickContext *s, DeclickChannel *c, double unused0, double *unused1, double *unused2, uint8_t *clip, int *index, const double *src, double *dst) detect_clips() argument
398 const unsigned index = fmin(fabs(src[i]), 1) * (s->nb_hbins - 1); detect_clips() local
430 detect_clicks(AudioDeclickContext *s, DeclickChannel *c, double sigmae, double *detection, double *acoefficients, uint8_t *click, int *index, const double *src, double *dst) detect_clicks() argument
495 int *index = c->index; filter_channel() local
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A Decma-builtin-typedarray-prototype.c222 for (uint32_t index = 0; index < info.length && ecma_is_value_empty (ret_value); index++) in ecma_builtin_typedarray_prototype_exec_routine()
224 ecma_value_t current_index = ecma_make_uint32_value (index); in ecma_builtin_typedarray_prototype_exec_routine()
471 for (uint32_t index = 0; index < src_info.length; index++) in ecma_builtin_typedarray_prototype_map()
473 ecma_value_t current_index = ecma_make_uint32_value (index); in ecma_builtin_typedarray_prototype_map()
498 ecma_length_t target_byte_pos = index << target_info.shift; in ecma_builtin_typedarray_prototype_map()
560 uint32_t index in ecma_builtin_typedarray_prototype_reduce_with_direction() local
1029 ecma_op_typedarray_get_to_string_at_index(ecma_object_t *obj_p, uint32_t index) ecma_op_typedarray_get_to_string_at_index() argument
2010 ecma_builtin_typedarray_prototype_to_locale_string_helper(ecma_object_t *this_obj, uint32_t index) ecma_builtin_typedarray_prototype_to_locale_string_helper() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DGeometryShaderTest.cpp566 const GLuint index = glGetProgramResourceIndex(program, GL_UNIFORM, "color"); in TEST_P() local
568 ASSERT_NE(GL_INVALID_INDEX, index); in TEST_P()
575 glGetProgramResourceiv(program, GL_UNIFORM, index, kPropCount, kProps, kPropCount, &length, in TEST_P()
633 GLuint index = glGetProgramResourceIndex(program, GL_PROGRAM_INPUT, "position"); in TEST_P() local
634 glGetProgramResourceiv(program, GL_PROGRAM_INPUT, index, kPropCount, kProps, kPropCount, in TEST_P()
640 index = glGetProgramResourceIndex(program, GL_PROGRAM_OUTPUT, "oColor"); in TEST_P()
641 glGetProgramResourceiv(program, GL_PROGRAM_OUTPUT, index, kPropCount, kProps, kPropCount, in TEST_P()
646 index = glGetProgramResourceIndex(program, GL_UNIFORM, "u_color"); in TEST_P()
647 glGetProgramResourceiv(program, GL_UNIFORM, index, kPropCount, kProps, kPropCount, &length, in TEST_P()
653 index in TEST_P()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.h27 void GL_APIENTRY BindAttribLocation(GLuint program, GLuint index, const GLchar* name);
68 void GL_APIENTRY DisableVertexAttribArray(GLuint index);
73 void GL_APIENTRY VertexAttribDivisorEXT(GLuint index, GLuint divisor);
76 void GL_APIENTRY VertexAttribDivisorANGLE(GLuint index, GLuint divisor);
78 void GL_APIENTRY EnableVertexAttribArray(GLuint index);
93 void GL_APIENTRY GetActiveAttrib(GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name);
94 void GL_APIENTRY GetActiveUniform(GLuint program, GLuint index, GLsizei bufsize, GLsizei* length, GLint* size, GLenum* type, GLchar* name);
122 void GL_APIENTRY GetVertexAttribfv(GLuint index, GLenum pname, GLfloat* params);
123 void GL_APIENTRY GetVertexAttribiv(GLuint index, GLenum pname, GLint* params);
124 void GL_APIENTRY GetVertexAttribPointerv(GLuint index, GLenu
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_download_assets_test.cpp330 void CheckDownloadForTest001(int index, map<std::string, Assets> &assets) in CheckDownloadForTest001() argument
335 if (index < 4) { // 1-4 is inserted in CheckDownloadForTest001()
338 LOGD("asset [name]:%s, [status]:%u, [flag]:%u, [index]:%d", asset.name.c_str(), asset.status, asset.flag, in CheckDownloadForTest001()
339 index); in CheckDownloadForTest001()
499 int index = 0; in CheckLocaLAssets() local
506 index++; in CheckLocaLAssets()
507 if (failIndex.find(index) != failIndex.end()) { in CheckLocaLAssets()
675 LOGD("query index:%d", ++queryIdx); in DataStatusTest004()
799 int index = 1; in HWTEST_F() local
803 [&index](cons in HWTEST_F()
1029 std::set<int> index; HWTEST_F() local
1267 int index = 0; HWTEST_F() local
1426 int index = 0; HWTEST_F() local
1463 int index = 0; HWTEST_F() local
1505 int index = 0; HWTEST_F() local
1641 std::set<int> index; HWTEST_F() local
1715 std::set<int> index; HWTEST_F() local
1761 std::set<int> index; HWTEST_F() local
1893 int index = 0; HWTEST_F() local
2015 int index = 0; HWTEST_F() local
2154 int index = 0; HWTEST_F() local
2214 int index = 0; HWTEST_F() local
2360 int index = 0; HWTEST_F() local
2501 int index = 0; HWTEST_F() local
[all...]
/foundation/ability/idl_tool/test/unittest/ast_namespace_test/
H A Dast_namespace_test.cpp62 size_t index = 3; in HWTEST_F() local
65 AutoPtr<ASTNamespace> getResult = nspace->GetNamespace(index); in HWTEST_F()
66 AutoPtr<ASTInterfaceType> getInterfaceResult = nspace->GetInterface(index); in HWTEST_F()
67 AutoPtr<ASTSequenceableType> getSequenceableResult = nspace->GetSequenceable(index); in HWTEST_F()
/foundation/arkui/ace_engine/adapter/preview/external/ability/stage/
H A Dstage_hap_module_info.cpp30 for (auto index = 0; index < metaData->GetArraySize(); ++index) { in Parse()
31 auto item = metaData->GetArrayItem(index); in Parse()
/foundation/arkui/ace_engine/frameworks/core/components_v2/tabs/
H A Dtab_content_proxy_element.h39 void ChangeByBar(int32_t index, bool isFromController = false) override;
40 void PrepareContent(int32_t index) override;
43 RefPtr<Element> GetElementByIndex(size_t index) in GetElementByIndex() argument
45 return ElementProxyHost::GetElementByIndex(index); in GetElementByIndex()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/model/
H A Dcontainer_data_model.h46 ContainerDataModel& Remove(size_t index) in Remove() argument
48 META_API_CACHED_INTERFACE(Container)->Remove(index); in Remove()
53 ContainerDataModel& Insert(size_t index, IMetadata::Ptr record) in Insert() argument
55 META_API_CACHED_INTERFACE(Container)->Insert(index, BASE_NS::move(record)); in Insert()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dfont_arguments.h37 * `overrides` is a list of pairs of palette entry index and color.
44 int index; member
47 int index; member
57 * Specify the index of the desired font.
91 palette_.index = palette.index; in SetPalette()
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_codec/
H A Dcodec_callback.h27 static void OnInputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData);
28 static void OnOutputBufferAvailable(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data,
30 static void OnNeedInputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData);
31 static void OnNewOutputBuffer(OH_AVCodec *codec, uint32_t index, OH_AVBuffer *buffer, void *userData);
/foundation/communication/dsoftbus/core/authentication/src/virtual/
H A Dauth_device_common_key_virtual.c72 void AuthUpdateNormalizeKeyIndex(const char *udidHash, int64_t index, AuthLinkType type, SessionKey *normalizedKey, in AuthUpdateNormalizeKeyIndex() argument
76 (void)index; in AuthUpdateNormalizeKeyIndex()
82 void AuthUpdateKeyIndex(const char *udidHash, int32_t keyType, int64_t index, bool isServer) in AuthUpdateKeyIndex() argument
86 (void)index; in AuthUpdateKeyIndex()
/third_party/ffmpeg/libavresample/aarch64/
H A Dresample_init.c37 unsigned int index, int frac);
40 unsigned int index, int frac);
43 unsigned int index, int frac);
46 unsigned int index, int frac);
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_uniforms.c30 /* Directly index an array sysval. Index must be in bounds. Index specified in
35 enum agx_size size, unsigned index, unsigned length) in agx_indexed_sysval()
43 assert(index < push.length); in agx_indexed_sysval()
44 return agx_uniform(push.base + index, size); in agx_indexed_sysval()
63 return agx_uniform(base + index, size); in agx_indexed_sysval()
34 agx_indexed_sysval(agx_context *ctx, enum agx_push_type type, enum agx_size size, unsigned index, unsigned length) agx_indexed_sysval() argument
/third_party/node/deps/v8/src/wasm/
H A Dwasm-init-expr.cc20 return immediate().index < module->globals.size() in type()
21 ? module->globals[immediate().index].type in type()
35 ? module->functions[immediate().index].sig_index in type()
47 return ValueType::Ref(immediate().index, kNonNullable); in type()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_vdpau.h43 const void *vdpSurface, GLuint index);
48 const void *vdpSurface, GLuint index);
55 const void *vdpSurface, GLuint index) {} in st_vdpau_map_surface()
60 const void *vdpSurface, GLuint index) {} in st_vdpau_unmap_surface()
52 st_vdpau_map_surface(struct gl_context *ctx, GLenum target, GLenum access, GLboolean output, struct gl_texture_object *texObj, struct gl_texture_image *texImage, const void *vdpSurface, GLuint index) st_vdpau_map_surface() argument
57 st_vdpau_unmap_surface(struct gl_context *ctx, GLenum target, GLenum access, GLboolean output, struct gl_texture_object *texObj, struct gl_texture_image *texImage, const void *vdpSurface, GLuint index) st_vdpau_unmap_surface() argument
/third_party/node/deps/v8/src/execution/
H A Dencoded-c-signature.h32 bool IsFloat(int index) const { in IsFloat()
33 return (bitfield_ & (static_cast<uint32_t>(1) << index)) != 0; in IsFloat()
36 void SetFloat(int index) { bitfield_ |= (static_cast<uint32_t>(1) << index); } in SetFloat()

Completed in 17 milliseconds

1...<<71727374757677787980>>...479