Home
last modified time | relevance | path

Searched refs:index (Results 4151 - 4175 of 11655) sorted by relevance

1...<<161162163164165166167168169170>>...467

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dinst_bindless_check_test.cpp1673 // layout(std140, set = 0, binding = 0) uniform ufoo { uint index; } uniform_index_buffer; in TEST_F()
1680 // gl_Position = adds[uniform_index_buffer.index].val; in TEST_F()
1706 OpMemberName %ufoo 0 "index" in TEST_F()
1768 OpMemberName %ufoo 0 "index" in TEST_F()
4524 // uint index;
4532 // sbo.red = imageLoad(images[sbo.index], ivec2(0, 0)).r;
4547 OpMemberName %Input 0 "index"
4595 OpMemberName %Input 0 "index"
4845 // uint index;
4853 // sbo.red = imageLoad(images[sbo.index], ivec
[all...]
/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp349 void onGetFamilyName(int index, SkString* familyName) const override;
350 SkFontStyleSet* onCreateStyleSet(int index) const override;
396 void getStyle(int index, SkFontStyle* fs, SkString* styleName) override;
397 SkTypeface* createTypeface(int index) override;
546 void SkFontMgr_DirectWrite::onGetFamilyName(int index, SkString* familyName) const { in onGetFamilyName() argument
548 HRVM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family."); in onGetFamilyName()
556 SkFontStyleSet* SkFontMgr_DirectWrite::onCreateStyleSet(int index) const { in onCreateStyleSet()
558 HRNM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family."); in onCreateStyleSet()
571 UINT32 index; in onMatchFamily() local
573 HRNM(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, in onMatchFamily()
1133 UINT32 index; getByFamilyName() local
1190 createTypeface(int index) createTypeface() argument
1200 getStyle(int index, SkFontStyle* fs, SkString* styleName) getStyle() argument
[all...]
H A DSkFontMgr_fontconfig.cpp538 int index;
539 std::unique_ptr<SkStreamAsset> stream(this->onOpenStream(&index));
544 return std::make_unique<SkFontData>(std::move(stream), index, nullptr, 0);
584 void getStyle(int index, SkFontStyle* style, SkString* styleName) override {
585 if (index < 0 || fFontSet->nfont <= index) {
591 *style = skfontstyle_from_fcpattern(fFontSet->fonts[index]);
594 *styleName = get_string(fFontSet->fonts[index], FC_STYLE);
598 SkTypeface* createTypeface(int index) override {
599 if (index <
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_textpicker.cpp310 const std::vector<double>& index) { in ParseTextPickerSelectedObject()
313 if (index.size() == 1) { in ParseTextPickerSelectedObject()
315 JSRef<JSVal> newJSVal = JSRef<JSVal>::Make(ToJSValue(index[0])); in ParseTextPickerSelectedObject()
319 for (uint32_t i = 0; i < index.size(); i++) { in ParseTextPickerSelectedObject()
320 indexArray->SetValueAt(i, JSRef<JSVal>::Make(ToJSValue(index[i]))); in ParseTextPickerSelectedObject()
676 std::vector<std::string>& values, uint32_t index, bool isHasSelectAttr) in ParseInternalArray()
691 if (index + 1 > values.size()) { in ParseInternalArray()
699 auto valueIterator = std::find(resultStr.begin(), resultStr.end(), values[index]); in ParseInternalArray()
701 values[index] = resultStr.front(); in ParseInternalArray()
704 values[index] in ParseInternalArray()
675 ParseInternalArray(const JSRef<JSArray>& jsRangeValue, std::vector<uint32_t>& selectedValues, std::vector<std::string>& values, uint32_t index, bool isHasSelectAttr) ParseInternalArray() argument
721 SetSelectedValues(std::vector<uint32_t>& selectedValues, std::vector<std::string>& values, uint32_t index, bool isHasSelectAttr, std::vector<std::string>& resultStr) SetSelectedValues() argument
1027 ProcessCascadeSelected( const std::vector<NG::TextCascadePickerOptions>& options, uint32_t index, std::vector<uint32_t>& selectedValues) ProcessCascadeSelected() argument
[all...]
/foundation/multimedia/av_codec/test/unittest/demuxer_test/
H A Ddemuxer_unit_test.cpp199 void DemuxerUnitTest::CountFrames(uint32_t index) in CountFrames() argument
202 eosFlag_[index] = true; in CountFrames()
207 keyFrames_[index]++; in CountFrames()
208 frames_[index]++; in CountFrames()
210 frames_[index]++; in CountFrames()
2172 * @tc.desc: Get index by pts(audio track)
2182 uint32_t index = 0; in HWTEST_F() local
2184 int32_t ret = demuxer_->GetIndexByRelativePresentationTimeUs(trackIndex, relativePresentationTimeUs, index); in HWTEST_F()
2187 ASSERT_EQ(index, 3); in HWTEST_F()
2192 * @tc.desc: Get index b
2202 uint32_t index = 0; HWTEST_F() local
2222 uint32_t index = 0; HWTEST_F() local
2243 uint32_t index = 0; HWTEST_F() local
2261 uint32_t index = 2; HWTEST_F() local
2281 uint32_t index = 2; HWTEST_F() local
2301 uint32_t index = 10; HWTEST_F() local
2321 uint32_t index = 0; HWTEST_F() local
2346 uint32_t index = 4; HWTEST_F() local
2371 uint32_t index = 0; HWTEST_F() local
2388 uint32_t index = 9999999; HWTEST_F() local
2405 uint32_t index = 0; HWTEST_F() local
[all...]
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_utils.cpp1238 int index; in GetUdidByNetworkId() local
1239 err = resultSet->GetColumnIndex(DEVICE_DB_UDID, index); in GetUdidByNetworkId()
1241 ParseStringResult(resultSet, index, outUdid, err); in GetUdidByNetworkId()
1243 MEDIA_ERR_LOG("Get column index error %{public}d", err); in GetUdidByNetworkId()
1279 int index; in QueryRemoteThumbnail() local
1280 err = resultSet->GetColumnIndex(MEDIA_DATA_DB_LCD, index); in QueryRemoteThumbnail()
1282 ParseStringResult(resultSet, index, data.lcdKey, err); in QueryRemoteThumbnail()
1285 err = resultSet->GetColumnIndex(MEDIA_DATA_DB_THUMBNAIL, index); in QueryRemoteThumbnail()
1287 ParseStringResult(resultSet, index, data.thumbnailKey, err); in QueryRemoteThumbnail()
1890 void ThumbnailUtils::ParseStringResult(const shared_ptr<ResultSet> &resultSet, int index, strin argument
1909 int index; ParseQueryResult() local
1944 int index; ParseHighlightQueryResult() local
2166 int index; CheckDateTaken() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DOutputHLSL.cpp217 const TIntermConstantUnion *index = in needStructMapping() local
219 const TField *field = structure->fields()[index->getIConst(0)]; in needStructMapping()
1408 const TIntermConstantUnion *index = in ancestorEvaluatesToSamplerInStruct() local
1410 const TField *field = structure->fields()[index->getIConst(0)]; in ancestorEvaluatesToSamplerInStruct()
1713 const TIntermConstantUnion *index = node->getRight()->getAsConstantUnion(); in visitBinary() local
1714 const TField *field = structure->fields()[index->getIConst(0)]; in visitBinary()
1762 const TIntermConstantUnion *index = node->getRight()->getAsConstantUnion(); in visitBinary() local
1763 const TField *field = interfaceBlock->fields()[index->getIConst(0)]; in visitBinary()
2076 int index = nodeBinary->getRight()->getAsConstantUnion()->getIConst(0); in samplerNamePrefixFromStruct() local
2079 prefixSink << samplerNamePrefixFromStruct(nodeBinary->getLeft()) << "_" << index; in samplerNamePrefixFromStruct()
2085 int index = nodeBinary->getRight()->getAsConstantUnion()->getIConst(0); samplerNamePrefixFromStruct() local
2179 size_t index = mCallDag.findIndex(node->getFunction()->uniqueId()); visitFunctionDefinition() local
2335 size_t index = mCallDag.findIndex(node->getFunction()->uniqueId()); visitFunctionPrototype() local
2395 size_t index = mCallDag.findIndex(node->getFunction()->uniqueId()); visitAggregate() local
2974 TIntermSymbol *index = nullptr; handleExcessiveLoop() local
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsTSect.cpp1111 for (int index = 0; index < oppRayI.used(); ++index) { in linesIntersect()
1112 if (!roughly_between(span->fStartT, oppRayI[0][index], span->fEndT)) { in linesIntersect()
1119 double distSq = thisRayI.pt(index).distanceSquared(oppRayI.pt(oIndex)); in linesIntersect()
1122 closeIndex = index; in linesIntersect()
1741 for (int index = 0; index < fUsed; ++index) { in find()
1742 SkClosestRecord* test = &fClosest[index]; in find()
1941 int index = intersections->insertCoincident(coincident->fStartT, BinarySearch() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.cpp1141 for (size_t index : calls) in MarkResourceIDActive()
1143 (*setupCalls)[index].isActive = true; in MarkResourceIDActive()
1373 if (locationVar.index >= uniforms.size()) in CaptureUpdateUniformLocations()
1379 const gl::LinkedUniform &uniform = uniforms[locationVar.index]; in CaptureUpdateUniformLocations()
1440 for (GLuint index = 0; index < uniformBlocks.size(); ++index) in CaptureUpdateUniformBlockIndexes()
1448 CaptureString(uniformBlocks[index].name.c_str(), &nameParam); in CaptureUpdateUniformBlockIndexes()
1451 params.addValueParam("index", ParamType::TGLuint, index); in CaptureUpdateUniformBlockIndexes()
1690 gl::ImageIndex index = attachment.getTextureImageIndex(); CaptureFramebufferAttachment() local
2172 CaptureTextureContents(std::vector<CallCapture> *setupCalls, gl::State *replayState, const gl::Texture *texture, const gl::ImageIndex &index, const gl::ImageDesc &desc, GLuint size, const void *data) CaptureTextureContents() argument
2836 gl::ImageIndex index = imageIter.next(); CaptureShareGroupMidExecutionSetup() local
4104 getParam(const char *paramName, ParamType paramType, int index) getParam() argument
4119 getParamFlexName(const char *paramName1, const char *paramName2, ParamType paramType, int index) getParamFlexName() argument
4617 int index = 0; trackTextureUpdate() local
4904 GLuint index = 0; maybeCapturePreCallUpdates() local
[all...]
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc185 // at index i are retained by the primary object via a chain of i+1
195 FromIndexField::encode(from->index())), in HeapGraphEdge()
205 HeapGraphEdge::HeapGraphEdge(Type type, int index, HeapEntry* from, in HeapGraphEdge() argument
208 FromIndexField::encode(from->index())), in HeapGraphEdge()
210 index_(index) { in HeapGraphEdge()
214 HeapEntry::HeapEntry(HeapSnapshot* snapshot, int index, Type type, in HeapEntry() argument
218 index_(index), in HeapEntry()
225 DCHECK_GE(index, 0); in HeapEntry()
286 void HeapEntry::SetIndexedReference(HeapGraphEdge::Type type, int index, in SetIndexedReference() argument
291 snapshot_->edges().emplace_back(type, index, thi in SetIndexedReference()
301 int index = children_count_ + 1; SetNamedAutoIndexReference() local
331 base::EmbeddedVector<char, 64> index; Print() local
1288 int index; global() member
1332 int index = native_context_names[i].index; ExtractContextReferences() local
1848 uint32_t index = static_cast<uint32_t>(k.Number()); ExtractElementReferences() local
2083 int index = offset / kTaggedSize; MarkVisitedField() local
2097 SetElementReference(HeapEntry* parent_entry, int index, Object child_obj) SetElementReference() argument
2118 SetInternalReference(HeapEntry* parent_entry, int index, Object child_obj, int field_offset) SetInternalReference() argument
2131 SetHiddenReference(HeapObject parent_obj, HeapEntry* parent_entry, int index, Object child_obj, int field_offset) SetHiddenReference() argument
2160 SetWeakReference(HeapEntry* parent_entry, int index, Object child_obj, base::Optional<int> field_offset) SetWeakReference() argument
3152 int index = static_cast<int>(reinterpret_cast<uintptr_t>(entry->value)); SerializeStrings() local
[all...]
/third_party/mesa3d/src/gallium/auxiliary/nir/
H A Dnir_to_tgsi.c273 int ip, unsigned index, unsigned used_mask) in ntt_live_reg_mark_use()
275 bs->use[index] |= used_mask & ~bs->def[index]; in ntt_live_reg_mark_use()
277 c->liveness[index].start = MIN2(c->liveness[index].start, ip); in ntt_live_reg_mark_use()
278 c->liveness[index].end = MAX2(c->liveness[index].end, ip); in ntt_live_reg_mark_use()
295 struct ntt_live_reg_block_state *bs = &state->blocks[block->index]; in ntt_live_reg_setup_def_use()
313 int index = insn->src[i].Index; in ntt_live_reg_setup_def_use() local
324 assert(!insn->src[i].Indirect || index < in ntt_live_reg_setup_def_use()
272 ntt_live_reg_mark_use(struct ntt_compile *c, struct ntt_live_reg_block_state *bs, int ip, unsigned index, unsigned used_mask) ntt_live_reg_mark_use() argument
339 int index = insn->dst[i].Index; ntt_live_reg_setup_def_use() local
461 ntt_ra_check(struct ntt_compile *c, unsigned *ra_map, BITSET_WORD *released, int ip, unsigned index) ntt_ra_check() argument
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cMultiBindTests.cpp175 void BindBase(glw::GLuint index) const;
181 static void BindBase(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint index);
462 * @param index <index> parameter
464 void Buffer::BindBase(glw::GLuint index) const in BindBase()
473 BindBase(gl, m_id, m_target, index); in BindBase()
493 * @param index <index> parameter
495 void Buffer::BindBase(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint index) in BindBase() argument
497 gl.bindBufferBase(target, index, i in BindBase()
1398 checkBinding(deqp::Context& context, GLenum pname, GLuint index, const std::string& target_name, GLint expected_value) checkBinding() argument
1424 checkTextureBinding(deqp::Context& context, GLenum pname, GLuint index, GLint expected_value) checkTextureBinding() argument
1460 checkVertexAttribBinding(deqp::Context& context, GLuint index, GLint expected_value) checkVertexAttribBinding() argument
1556 getBinding(GLuint index) getBinding() argument
1574 getTarget(GLuint index) getTarget() argument
3455 GLchar index[16]; iterate() local
3819 GLchar index[16]; iterate() local
4075 GLchar index[16]; iterate() local
4290 GLchar index[16]; iterate() local
4530 GLchar index[16]; iterate() local
[all...]
/base/location/frameworks/js/napi/source/
H A Dnapi_util.cpp62 for (int index = 0; index < svNum; index++) { in SatelliteStatusToJs()
64 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, statusInfo->GetSatelliteIds()[index], &value)); in SatelliteStatusToJs()
67 napi_create_double(env, statusInfo->GetCarrierToNoiseDensitys()[index], &value)); in SatelliteStatusToJs()
69 NAPI_CALL_RETURN_VOID(env, napi_create_double(env, statusInfo->GetAltitudes()[index], &value)); in SatelliteStatusToJs()
71 NAPI_CALL_RETURN_VOID(env, napi_create_double(env, statusInfo->GetAzimuths()[index], &value)); in SatelliteStatusToJs()
73 NAPI_CALL_RETURN_VOID(env, napi_create_double(env, statusInfo->GetCarrierFrequencies()[index], &value)); in SatelliteStatusToJs()
76 napi_create_int32(env, statusInfo->GetSatelliteAdditionalInfoList()[index], &value)); in SatelliteStatusToJs()
79 napi_create_int32(env, statusInfo->GetConstellationTypes()[index], in SatelliteStatusToJs()
815 size_t index = i - startLoop; InitAsyncCallBackEnv() local
[all...]
/base/telephony/cellular_call/services/manager/src/
H A Dcellular_call_handler.cpp1272 if (endCall.index < endCall.total) { in ReportEccChanged()
1332 int32_t ret = ConfirmAndRemoveSsRequestCommand(result->result.index, flag); in GetCallWaitingResponse()
1398 int32_t ret = ConfirmAndRemoveSsRequestCommand(result->index, flag); in SetCallWaitingResponse()
1417 int32_t ret = ConfirmAndRemoveSsRequestCommand(getClirResult->result.index, flag); in GetClirResponse()
1433 int32_t ret = ConfirmAndRemoveSsRequestCommand(result->index, flag); in SetClirResponse()
1449 int32_t ret = ConfirmAndRemoveSsRequestCommand(getClipResult->result.index, flag); in GetClipResponse()
1465 int32_t ret = ConfirmAndRemoveSsRequestCommand(result->index, flag); in SetClipResponse()
1481 int32_t ret = ConfirmAndRemoveSsRequestCommand(colrResult->result.index, flag); in GetColrResponse()
1497 int32_t ret = ConfirmAndRemoveSsRequestCommand(result->index, flag); in SetColrResponse()
1513 int32_t ret = ConfirmAndRemoveSsRequestCommand(colpResult->result.index, fla in GetColpResponse()
1690 RequestSsRequestCommandIndex(int32_t &index) RequestSsRequestCommandIndex() argument
1700 SaveSsRequestCommand(const std::shared_ptr<SsRequestCommand> &utCommand, int32_t index) SaveSsRequestCommand() argument
1711 ConfirmAndRemoveSsRequestCommand(int32_t index, int32_t &flag) ConfirmAndRemoveSsRequestCommand() argument
1729 GetSsRequestCommand(int32_t index, SsRequestCommand &ss) GetSsRequestCommand() argument
[all...]
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_base_render_node_test.cpp59 int index = -1; in HWTEST_F() local
61 node->AddChild(node, index); in HWTEST_F()
64 node->AddChild(childone, index); in HWTEST_F()
68 index = 0; in HWTEST_F()
69 node->AddChild(childtwo, index); in HWTEST_F()
73 node->AddChild(childtwo, index); in HWTEST_F()
90 int index = -1; in HWTEST_F() local
91 node->AddChild(childone, index); in HWTEST_F()
115 int index = -1; in HWTEST_F() local
116 node->AddChild(childone, index); in HWTEST_F()
139 int index = -1; HWTEST_F() local
163 int index = -1; HWTEST_F() local
188 int index = -1; HWTEST_F() local
213 int index = -1; HWTEST_F() local
233 int index = -1; HWTEST_F() local
249 int32_t index = 1; HWTEST_F() local
782 int index = 0; HWTEST_F() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcommon-operator.cc64 // Return nodes have a hidden input at index 0 which we ignore in the value in ValueInputCountOfReturn()
150 return OpParameter<ParameterInfo>(op).index(); in ParameterIndexOf()
161 return lhs.index() == rhs.index(); in operator ==()
170 size_t hash_value(ParameterInfo const& p) { return p.index(); } in hash_value()
174 os << i.index(); in operator <<()
831 #define CACHED_PARAMETER(index) \
832 ParameterOperator<index> kParameter##index##Operator;
846 #define CACHED_PROJECTION(index) \
1042 IfValue(int32_t index, int32_t comparison_order, BranchHint hint) IfValue() argument
1122 Parameter(int index, const char* debug_name) Parameter() argument
1143 OsrValue(int index) OsrValue() argument
1523 Projection(size_t index) Projection() argument
[all...]
H A Djs-native-context-specialization.cc26 #include "src/objects/field-index-inl.h"
1550 Node* node, Node* index, Node* value, KeyedAccessMode const& keyed_mode) { in ReduceElementAccessOnString()
1569 // if the {index} is out of bounds (depending on the {load_mode}). in ReduceElementAccessOnString()
1570 value = BuildIndexedStringLoad(receiver, index, length, &effect, &control, in ReduceElementAccessOnString()
1627 Node* node, Node* index, Node* value, in ReduceElementAccess()
1656 node, index, access_mode, refined_feedback.keyed_mode().load_mode()); in ReduceElementAccess()
1662 return ReduceElementAccessOnString(node, index, value, in ReduceElementAccess()
1753 BuildElementAccess(receiver, index, value, effect, control, access_info, in ReduceElementAccess()
1771 Node* this_index = index; in ReduceElementAccess()
1878 const uint32_t index in ReduceElementLoadFromHeapConstant() local
1549 ReduceElementAccessOnString( Node* node, Node* index, Node* value, KeyedAccessMode const& keyed_mode) ReduceElementAccessOnString() argument
1626 ReduceElementAccess( Node* node, Node* index, Node* value, ElementAccessFeedback const& feedback) ReduceElementAccess() argument
2057 Node* index = name.index(); ReduceJSLoadPropertyWithEnumeratedKey() local
2260 int index = 6 + argc; InlineApiCall() local
2642 BuildElementAccess( Node* receiver, Node* index, Node* value, Node* effect, Node* control, ElementAccessInfo const& access_info, KeyedAccessMode const& keyed_mode) BuildElementAccess() argument
3245 BuildIndexedStringLoad( Node* receiver, Node* index, Node* length, Node** effect, Node** control, KeyedAccessLoadMode load_mode) BuildIndexedStringLoad() argument
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dphonemetadata.pb.h199 const std::string& leading_digits_pattern(int index) const;
200 std::string* mutable_leading_digits_pattern(int index);
201 void set_leading_digits_pattern(int index, const std::string& value);
202 void set_leading_digits_pattern(int index, std::string&& value);
203 void set_leading_digits_pattern(int index, const char* value);
204 void set_leading_digits_pattern(int index, const char* value, size_t size);
213 const std::string& _internal_leading_digits_pattern(int index) const;
449 ::PROTOBUF_NAMESPACE_ID::int32 _internal_possible_length(int index) const;
456 ::PROTOBUF_NAMESPACE_ID::int32 possible_length(int index) const;
457 void set_possible_length(int index,
1594 mutable_leading_digits_pattern(int index) mutable_leading_digits_pattern() argument
1598 set_leading_digits_pattern(int index, const std::string& value) set_leading_digits_pattern() argument
1602 set_leading_digits_pattern(int index, std::string&& value) set_leading_digits_pattern() argument
1606 set_leading_digits_pattern(int index, const char* value) set_leading_digits_pattern() argument
1611 set_leading_digits_pattern(int index, const char* value, size_t size) set_leading_digits_pattern() argument
1918 set_possible_length(int index, ::PROTOBUF_NAMESPACE_ID::int32 value) set_possible_length() argument
1965 set_possible_length_local_only(int index, ::PROTOBUF_NAMESPACE_ID::int32 value) set_possible_length_local_only() argument
4068 mutable_number_format(int index) mutable_number_format() argument
4107 mutable_intl_number_format(int index) mutable_intl_number_format() argument
4280 mutable_metadata(int index) mutable_metadata() argument
[all...]
/base/global/i18n/services/include/
H A Dii18n_service_ability.h34 virtual I18nErrorCode AddPreferredLanguage(const std::string &language, int32_t index) = 0;
35 virtual I18nErrorCode RemovePreferredLanguage(int32_t index) = 0;
H A Di18n_service_ability.h40 I18nErrorCode AddPreferredLanguage(const std::string &language, int32_t index) override;
41 I18nErrorCode RemovePreferredLanguage(int32_t index) override;
/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/exception_controller/src/
H A Dexception_controller.c74 void SetThrowExceptionIndex(uint32_t index) in SetThrowExceptionIndex() argument
84 g_throwExceptionIndex = index; in SetThrowExceptionIndex()
/base/security/huks/interfaces/kits/napi/include/v9/
H A Dhuks_napi_update_finish_session.h41 int32_t FillContextInDataAndOutBlob(napi_env env, napi_value *argv, UpdateAsyncContext context, size_t index);
44 size_t index, size_t maxIndex);
/base/tee/tee_client/interfaces/kits/c/include/
H A Dtee_client_api.h60 * @brief Defines the value of the parameter specified by <b>paramTypes</b> and <b>index</b>.
65 #define TEEC_PARAM_TYPE_GET(paramTypes, index) \
66 (((paramTypes) >> (4*(index))) & 0x0F)
/base/telephony/call_manager/services/call/src/
H A Dcall_incoming_filter_manager.cpp35 callInfo.index = info.index; in PackCellularCallInfo()
/base/telephony/cellular_call/test/fuzztest/dialrequest_fuzzer/
H A Ddialrequest_fuzzer.cpp37 int32_t index = static_cast<int32_t>(size % SLOT_NUM); in DoSomethingInterestingWithMyAPI() local
48 cellularCallConnectionCS->StopDtmfRequest(slotId, index); in DoSomethingInterestingWithMyAPI()

Completed in 59 milliseconds

1...<<161162163164165166167168169170>>...467