Home
last modified time | relevance | path

Searched refs:index (Results 4226 - 4250 of 9692) sorted by relevance

1...<<161162163164165166167168169170>>...388

/base/security/device_auth/deps_adapter/os_adapter/impl/src/
H A Dhc_task_thread.c58 uint32_t index; in Clear() local
59 FOR_EACH_HC_VECTOR(thread->tasks, index, taskWarp) { in Clear()
/base/security/huks/interfaces/kits/napi/include/v8/
H A Dhuks_napi_common.h107 napi_value ParseHandleAndHksParamSet(napi_env env, napi_value *argv, size_t &index,
110 napi_value ParseKeyAliasAndHksParamSet(napi_env env, napi_value *argv, size_t &index,
/base/security/selinux_adapter/framework/tools/hap_restorecon/
H A Dtest.cpp67 int index = 0; in SetOptions() local
70 while ((para = getopt_long(argc, argv, optStr, options, &index)) != -1) { in SetOptions()
/base/sensors/miscdevice/utils/common/src/
H A Djson_parser.cpp97 MISC_HILOGE("The value of index %{public}d is not string", i); in ParseJsonArray()
120 cJSON *JsonParser::GetArrayItem(cJSON *json, int32_t index) const in GetArrayItem()
122 return cJSON_GetArrayItem(json, index); in GetArrayItem()
/base/telephony/call_manager/services/call/include/
H A Dcall_object_manager.h45 static sptr<CallBase> GetOneCallObjectByIndex(int32_t index);
46 static sptr<CallBase> GetOneCallObjectByIndexAndSlotId(int32_t index, int32_t slotId);
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_sim_defs.h143 * SIM card index
145 int32_t index; member
374 void (*SetActiveSim)(const ReqDataInfo *requestInfo, int32_t index, int32_t enable);
/base/update/updater/services/include/applypatch/
H A Dblock_set.h74 // Get a block by index
75 const BlockPair& operator[] (size_t index) const in operator []()
77 return blocks_[index]; in operator []()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_media_codec_encoder_adapter_wrapper.cpp111 OHOS::NWeb::CodecCodeAdapter ArkMediaCodecEncoderAdapterWrapper::ReleaseOutputBuffer(uint32_t index, bool isRender) in ReleaseOutputBuffer() argument
113 int32_t result = ctocpp_->ReleaseOutputBuffer(index, isRender); in ReleaseOutputBuffer()
/base/useriam/pin_auth/test/fuzztest/services/modules/executors/pinauthcollectorhdi_fuzzer/
H A Dpin_auth_collector_hdi_fuzzer.cpp141 uint32_t index = parcel.ReadUint32() % (sizeof(g_fuzzFuncs) / sizeof(FuzzFunc *)); in PinAuthCollectorHdiFuzzTest() local
142 auto fuzzFunc = g_fuzzFuncs[index]; in PinAuthCollectorHdiFuzzTest()
/base/useriam/pin_auth/test/fuzztest/services/modules/executors/pinauthverifierhdi_fuzzer/
H A Dpin_auth_verifier_hdi_fuzzer.cpp140 uint32_t index = parcel.ReadUint32() % (sizeof(g_fuzzFuncs) / sizeof(FuzzFunc *)); in PinAuthVerifierHdiFuzzTest() local
141 auto fuzzFunc = g_fuzzFuncs[index]; in PinAuthVerifierHdiFuzzTest()
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecdecoderadapterimpl_fuzzer/
H A Dmediacodecdecoderadapterimpl_fuzzer.cpp37 void OnNeedInputData(uint32_t index, std::shared_ptr<OhosBufferAdapter> buffer) override {}
39 void OnNeedOutputData(uint32_t index, std::shared_ptr<BufferInfoAdapter> info, BufferFlag flag) override {}
/base/web/webview/test/fuzztest/ohos_adapter/media_adapter/mediacodecencoderadapterimpl_fuzzer/
H A Dmediacodecencoderadapterimpl_fuzzer.cpp35 void OnNeedInputData(uint32_t index, std::shared_ptr<OhosBufferAdapter> buffer) override {}
37 void OnNeedOutputData(uint32_t index, std::shared_ptr<BufferInfoAdapter> info, BufferFlag flag,
/test/xts/dcts/distributedhardware/distributedscreentest/
H A Ddecoder_demo.h49 void OnInputBufferAvailable(uint32_t index, std::shared_ptr<Media::AVSharedMemory> buffer) override;
50 void OnOutputBufferAvailable(uint32_t index, AVCodecBufferInfo info, AVCodecBufferFlag flag,
/third_party/ffmpeg/libavcodec/
H A Dfft.h104 #define ff_init_ff_cos_tabs(index)
110 * Initialize the cosine table in ff_cos_tabs[index]
111 * @param index index in ff_cos_tabs array of the table to initialize
113 void ff_init_ff_cos_tabs(int index);
H A Dg723_1.h94 int index; ///< postfilter backward/forward lag member
103 int index; member
/third_party/elfutils/libdw/
H A Ddwarf_getlocation_attr.c58 addr_valp (Dwarf_CU *cu, Dwarf_Word index) in addr_valp() argument
67 Dwarf_Word offset = __libdw_cu_addr_base (cu) + (index * cu->address_size); in addr_valp()
/third_party/ffmpeg/libavformat/
H A Drtpdec_ac3.c70 pkt->stream_index = st->index; in ac3_handle_packet()
115 err = ff_rtp_finalize_packet(pkt, &data->fragment, st->index); in ac3_handle_packet()
/third_party/glslang/glslang/MachineIndependent/
H A Dlimits.cpp39 // 2) array-index expressions to see if they are "constant-index-expression"
43 // "Within the body of the loop, the loop index is not statically assigned to nor is it used as the
46 // "The following are constant-index-expressions:
61 // Just look at things that might modify the loop index.
83 // check binary operations for those modifying the loop index
95 // check unary operations for those modifying the loop index
107 // check function calls for arguments modifying the loop index
111 // see if an out or inout argument is the loop index in visitAggregate()
142 error(it.badLoc, "inductive loop index modifie in inductiveLoopBodyCheck()
188 constantIndexExpressionCheck(TIntermNode* index) constantIndexExpressionCheck() argument
[all...]
/third_party/backends/backend/genesys/
H A Dusb_device.cpp110 void UsbDevice::control_msg(int rtype, int reg, int value, int index, int length, in control_msg() argument
115 TIE(sanei_usb_control_msg(device_num_, rtype, reg, value, index, length, data)); in control_msg()
/third_party/backends/backend/
H A Drts88xx_lib.h98 * read one register at given index
100 SANE_Status sanei_rts88xx_read_reg (SANE_Int devnum, SANE_Int index,
110 * write one register at given index
112 SANE_Status sanei_rts88xx_write_reg (SANE_Int devnum, SANE_Int index,
116 * write length consecutive registers, starting at index
123 /* read several registers starting at the given index */
/third_party/gn/src/gn/
H A Dstring_atom.cc165 std::string* init(size_t index, std::string_view str) { in init() argument
166 std::string* result = &items_[index].str; in init()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCharTrie.java24 // in icu4c uses the same index array.
79 /* fill the index and data arrays */ in CharTrie()
237 * <p>Parses the byte buffer and stores its trie content into a index and
278 * Gets the value at the argument index.
280 * @param index value at index will be retrieved
285 protected final int getValue(int index) in getValue() argument
287 return m_data_[index]; in getValue()
H A DTrieBuilder.java100 * Bit 31 is set if the data block is used by multiple index values
116 * Shift size for shifting right the input index. 1..9
120 * Length of the index (stage 1) array before folding.
126 * Length of the BMP portion of the index (stage 1) array.
130 * Number of index (stage 1) entries per lead surrogate.
134 * index table lookups.
138 * Mask for getting the lower bits from the input index.
143 * Shift size for shifting left the index array values.
144 * Increases possible data size with 16-bit index values at the cost
152 * Limited by 16-bit index value
241 findSameIndexBlock(int index[], int indexLength, int otherBlock) findSameIndexBlock() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DFormattedNumberRange.java75 public char charAt(int index) { in charAt() argument
76 return string.charAt(index); in charAt()
/third_party/icu/icu4c/source/test/intltest/
H A Dcurrcoll.cpp145 void CollationCurrencyTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* /*par*/) in runIndexedTest() argument
152 switch (index) in runIndexedTest()

Completed in 14 milliseconds

1...<<161162163164165166167168169170>>...388