/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | Descriptor.php | 136 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 D | str_replace.h | 179 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 D | reduction_util.cpp | 108 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 D | instruction.h | 40 /// 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 D | reduce_test_util.cpp | 31 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 D | jchuff-sse2.asm | 320 ; 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 D | native_video_decoder.cpp | 117 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 D | connection_exec.cpp | 74 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 D | af_adeclick.c | 43 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 D | ecma-builtin-typedarray-prototype.c | 222 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 D | GeometryShaderTest.cpp | 566 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 D | entry_points.h | 27 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 D | distributeddb_cloud_syncer_download_assets_test.cpp | 330 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 D | ast_namespace_test.cpp | 62 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 D | stage_hap_module_info.cpp | 30 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 D | tab_content_proxy_element.h | 39 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 D | container_data_model.h | 46 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 D | font_arguments.h | 37 * `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 D | codec_callback.h | 27 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 D | auth_device_common_key_virtual.c | 72 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 D | resample_init.c | 37 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 D | agx_uniforms.c | 30 /* 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 D | wasm-init-expr.cc | 20 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 D | st_vdpau.h | 43 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 D | encoded-c-signature.h | 32 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()
|