Home
last modified time | relevance | path

Searched refs:index (Results 3001 - 3025 of 9692) sorted by relevance

1...<<121122123124125126127128129130>>...388

/base/telephony/sms_mms/services/sms/include/gsm/
H A Dgsm_sms_message.h39 int SetHeaderLang(int index, const DataCodingScheme codingType, const MSG_LANGUAGE_ID_T langId);
40 int SetHeaderConcat(int index, const SmsConcat &concat);
41 int SetHeaderReply(int index);
/base/telephony/cellular_call/test/fuzztest/reporthangupinfo_fuzzer/
H A Dreporthangupinfo_fuzzer.cpp46 int32_t index = static_cast<int32_t>(size); in DoSomethingInterestingWithMyAPI() local
59 callInfo.index = index; in DoSomethingInterestingWithMyAPI()
/base/telephony/core_service/services/sim/include/
H A Dicc_dialling_numbers_cache.h66 int eventId, int fileId, int index, std::shared_ptr<void> pobj, const AppExecFwk::InnerEvent::Pointer &caller);
77 const std::shared_ptr<DiallingNumbersInfo> &info, int &index, int fileId);
79 const std::shared_ptr<DiallingNumbersInfo> &info, int &index);
/base/time/time_service/services/timer/src/
H A Dbatch.cpp42 std::shared_ptr<TimerInfo> Batch::Get(size_t index) const in Get()
44 return (index >= alarms_.size()) ? nullptr : alarms_.at(index); in Get()
/base/useriam/pin_auth/frameworks/client/src/
H A Dsettings_data_manager.cpp71 const int32_t index = 0; in GetStringValue() local
72 resultSet->GoToRow(index); in GetStringValue()
73 int32_t ret = resultSet->GetString(index, value); in GetStringValue()
/base/useriam/pin_auth/frameworks/scrypt/src/
H A Dscrypt.cpp52 auto index = g_version2Param_.find(algoVersion); in DoScrypt() local
53 if (index == g_version2Param_.end()) { in DoScrypt()
57 ScryptParameters scryptParameters = index->second; in DoScrypt()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/
H A Dark_media_codec_adapter.h96 virtual void OnNeedInputData(uint32_t index, ArkWebRefPtr<ArkOhosBufferAdapter> buffer) = 0;
99 virtual void OnNeedOutputData(uint32_t index, ArkWebRefPtr<ArkBufferInfoAdapter> info, int32_t flag,
137 virtual int32_t ReleaseOutputBuffer(uint32_t index, bool isRender) = 0;
/base/web/webview/ohos_interface/include/ohos_adapter/
H A Dmedia_codec_adapter.h118 virtual void OnNeedInputData(uint32_t index, std::shared_ptr<OhosBufferAdapter> buffer) = 0;
120 virtual void OnNeedOutputData(uint32_t index, std::shared_ptr<BufferInfoAdapter> info, BufferFlag flag,
150 virtual CodecCodeAdapter ReleaseOutputBuffer(uint32_t index, bool isRender) = 0;
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Doption_util.py32 index = 1
48 device_option.env_index = index
49 index += 1
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Difndk.cpp54 char index[BUFSIZ] = "Ethernet HWaddr 00:21:5A:44:C8:02"; in IfIndexToName() local
56 unsigned int i = if_nametoindex(index); in IfIndexToName()
57 name = if_indextoname(i, index); in IfIndexToName()
/third_party/ffmpeg/libavcodec/
H A Dqoidec.c37 uint8_t index[64][4] = { 0 }; in qoi_decode_frame() local
87 memcpy(px, index[chunk], 4); in qoi_decode_frame()
102 memcpy(index[QOI_COLOR_HASH(px) & 63], px, 4); in qoi_decode_frame()
H A Dqoienc.c34 uint8_t index[64][4] = { 0 }; in qoi_encode_frame() local
72 if (!memcmp(index[index_pos], px, 4)) { in qoi_encode_frame()
75 memcpy(index[index_pos], px, 4); in qoi_encode_frame()
/third_party/ffmpeg/libavformat/
H A Dluodatdec.c60 int index, ret, key, stream_id, stream_index, width, height, fps, pkt_size; in dat_read_packet() local
75 index = avio_rl32(pb); in dat_read_packet()
103 if (index >= s->nb_streams) in dat_read_packet()
104 av_log(s, AV_LOG_WARNING, "Stream index out of range.\n"); in dat_read_packet()
/third_party/astc-encoder/Test/
H A Dastc_profile_valgrind.py68 index = functionMap[function]
69 functionTable[index][1] += cost
70 functionTable[index][2] += cost
H A Dastc_test_image_dl.py35 def download(testSet, index, srcUrl, dstPath):
41 index (int): The download index.
51 print("%s image %u: Downloading" % (testSet, index))
54 print("%s image %u: Skipping" % (testSet, index))
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie.java63 * the index array offset of the indexes for that lead surrogate.
92 * Attributes are checked but not the index data.
173 * @param index array to be used for index
178 protected Trie(char index[], int options, DataManipulate dataManipulate) in Trie() argument
188 m_index_ = index; in Trie()
196 * Lead surrogate code points' index displacement in the index array.
202 * Shift size for shifting right the input index. 1..9
206 * Shift size for shifting left the index arra
274 getValue(int index) getValue() argument
[all...]
/third_party/PyYAML/lib/yaml/
H A Derror.py6 def __init__(self, name, index, line, column, buffer, pointer):
8 self.index = index
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DBundleGroup.java99 * Returns a BundleItem from the set of items at a particular index point.
100 * If the index is greater than or equal to the number of items in the set,
103 public BundleItem getBundleItem(int index) { in getBundleItem() argument
104 if (index >= items.size()) in getBundleItem()
107 for (int i=0; i < index; i++) in getBundleItem()
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dbignum.h134 Chunk& RawBigit(const int index);
135 const Chunk& RawBigit(const int index) const;
136 Chunk BigitOrZero(const int index) const;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTrie.java65 * the index array offset of the indexes for that lead surrogate.
94 * Attributes are checked but not the index data.
175 * @param index array to be used for index
180 protected Trie(char index[], int options, DataManipulate dataManipulate) in Trie() argument
190 m_index_ = index; in Trie()
198 * Lead surrogate code points' index displacement in the index array.
204 * Shift size for shifting right the input index. 1..9
208 * Shift size for shifting left the index arra
276 getValue(int index) getValue() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-bignum.h148 Chunk& RawBigit(const int index);
149 const Chunk& RawBigit(const int index) const;
150 Chunk BigitOrZero(const int index) const;
H A Dnumber_formatimpl.h51 * @return The index into the output at which the prefix ends and the suffix starts; in other words,
83 FormattedStringBuilder& string, int32_t index, UErrorCode& status);
150 int32_t index, UErrorCode &status);
154 int32_t index, UErrorCode &status);
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.h81 void InsertToList(unsigned index);
83 void CloseFile(unsigned index);
84 HRESULT EnsureOpen(unsigned index);
/third_party/jerryscript/tests/jerry/es2015/
H A Darray-prototype-find-index.js67 function isPrime (element, index, array) {
68 assert (array_index++ === index);
70 assert (element === array[index]);
H A Darray-prototype-find.js67 function isPrime (element, index, array) {
68 assert (array_index++ === index);
70 assert (element === array[index]);

Completed in 17 milliseconds

1...<<121122123124125126127128129130>>...388