/base/telephony/sms_mms/services/sms/include/gsm/ |
H A D | gsm_sms_message.h | 39 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 D | reporthangupinfo_fuzzer.cpp | 46 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 D | icc_dialling_numbers_cache.h | 66 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 D | batch.cpp | 42 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 D | settings_data_manager.cpp | 71 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 D | scrypt.cpp | 52 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 D | ark_media_codec_adapter.h | 96 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 D | media_codec_adapter.h | 118 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 D | option_util.py | 32 index = 1 48 device_option.env_index = index 49 index += 1
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | ifndk.cpp | 54 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 D | qoidec.c | 37 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 D | qoienc.c | 34 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 D | luodatdec.c | 60 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 D | astc_profile_valgrind.py | 68 index = functionMap[function] 69 functionTable[index][1] += cost 70 functionTable[index][2] += cost
|
H A D | astc_test_image_dl.py | 35 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 D | Trie.java | 63 * 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 D | error.py | 6 def __init__(self, name, index, line, column, buffer, pointer): 8 self.index = index
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | BundleGroup.java | 99 * 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 D | bignum.h | 134 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 D | Trie.java | 65 * 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 D | double-conversion-bignum.h | 148 Chunk& RawBigit(const int index); 149 const Chunk& RawBigit(const int index) const; 150 Chunk BigitOrZero(const int index) const;
|
H A D | number_formatimpl.h | 51 * @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 D | ArchiveOpenCallback.h | 81 void InsertToList(unsigned index);
83 void CloseFile(unsigned index);
84 HRESULT EnsureOpen(unsigned index);
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | array-prototype-find-index.js | 67 function isPrime (element, index, array) { 68 assert (array_index++ === index); 70 assert (element === array[index]);
|
H A D | array-prototype-find.js | 67 function isPrime (element, index, array) { 68 assert (array_index++ === index); 70 assert (element === array[index]);
|