Home
last modified time | relevance | path

Searched refs:iter (Results 1 - 25 of 4647) sorted by relevance

12345678910>>...186

/third_party/icu/icu4c/source/common/
H A Duiter.cpp39 noopGetIndex(UCharIterator * /*iter*/, UCharIteratorOrigin /*origin*/) { in noopGetIndex()
44 noopMove(UCharIterator * /*iter*/, int32_t /*delta*/, UCharIteratorOrigin /*origin*/) { in noopMove()
49 noopHasNext(UCharIterator * /*iter*/) { in noopHasNext()
54 noopCurrent(UCharIterator * /*iter*/) { in noopCurrent()
59 noopGetState(const UCharIterator * /*iter*/) { in noopGetState()
64 noopSetState(UCharIterator * /*iter*/, uint32_t /*state*/, UErrorCode *pErrorCode) { in noopSetState()
92 stringIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { in stringIteratorGetIndex() argument
97 return iter->start; in stringIteratorGetIndex()
99 return iter->index; in stringIteratorGetIndex()
101 return iter in stringIteratorGetIndex()
112 stringIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) stringIteratorMove() argument
145 stringIteratorHasNext(UCharIterator *iter) stringIteratorHasNext() argument
150 stringIteratorHasPrevious(UCharIterator *iter) stringIteratorHasPrevious() argument
155 stringIteratorCurrent(UCharIterator *iter) stringIteratorCurrent() argument
164 stringIteratorNext(UCharIterator *iter) stringIteratorNext() argument
173 stringIteratorPrevious(UCharIterator *iter) stringIteratorPrevious() argument
182 stringIteratorGetState(const UCharIterator *iter) stringIteratorGetState() argument
187 stringIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) stringIteratorSetState() argument
214 uiter_setString(UCharIterator *iter, const UChar *s, int32_t length) uiter_setString() argument
245 utf16BEIteratorGet(UCharIterator *iter, int32_t index) utf16BEIteratorGet() argument
251 utf16BEIteratorCurrent(UCharIterator *iter) utf16BEIteratorCurrent() argument
262 utf16BEIteratorNext(UCharIterator *iter) utf16BEIteratorNext() argument
274 utf16BEIteratorPrevious(UCharIterator *iter) utf16BEIteratorPrevious() argument
325 uiter_setUTF16BE(UCharIterator *iter, const char *s, int32_t length) uiter_setUTF16BE() argument
362 characterIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) characterIteratorGetIndex() argument
382 characterIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) characterIteratorMove() argument
402 characterIteratorHasNext(UCharIterator *iter) characterIteratorHasNext() argument
407 characterIteratorHasPrevious(UCharIterator *iter) characterIteratorHasPrevious() argument
412 characterIteratorCurrent(UCharIterator *iter) characterIteratorCurrent() argument
424 characterIteratorNext(UCharIterator *iter) characterIteratorNext() argument
433 characterIteratorPrevious(UCharIterator *iter) characterIteratorPrevious() argument
442 characterIteratorGetState(const UCharIterator *iter) characterIteratorGetState() argument
447 characterIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) characterIteratorSetState() argument
474 uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *charIter) uiter_setCharacterIterator() argument
497 replaceableIteratorCurrent(UCharIterator *iter) replaceableIteratorCurrent() argument
506 replaceableIteratorNext(UCharIterator *iter) replaceableIteratorNext() argument
515 replaceableIteratorPrevious(UCharIterator *iter) replaceableIteratorPrevious() argument
538 uiter_setReplaceable(UCharIterator *iter, const Replaceable *rep) uiter_setReplaceable() argument
589 utf8IteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) utf8IteratorGetIndex() argument
669 utf8IteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) utf8IteratorMove() argument
842 utf8IteratorHasNext(UCharIterator *iter) utf8IteratorHasNext() argument
847 utf8IteratorHasPrevious(UCharIterator *iter) utf8IteratorHasPrevious() argument
852 utf8IteratorCurrent(UCharIterator *iter) utf8IteratorCurrent() argument
872 utf8IteratorNext(UCharIterator *iter) utf8IteratorNext() argument
907 utf8IteratorPrevious(UCharIterator *iter) utf8IteratorPrevious() argument
941 utf8IteratorGetState(const UCharIterator *iter) utf8IteratorGetState() argument
950 utf8IteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) utf8IteratorSetState() argument
1004 uiter_setUTF8(UCharIterator *iter, const char *s, int32_t length) uiter_setUTF8() argument
1024 uiter_current32(UCharIterator *iter) uiter_current32() argument
1055 uiter_next32(UCharIterator *iter) uiter_next32() argument
1071 uiter_previous32(UCharIterator *iter) uiter_previous32() argument
1087 uiter_getState(const UCharIterator *iter) uiter_getState() argument
1096 uiter_setState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) uiter_setState() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duiter.cpp39 noopGetIndex(UCharIterator * /*iter*/, UCharIteratorOrigin /*origin*/) { in noopGetIndex()
44 noopMove(UCharIterator * /*iter*/, int32_t /*delta*/, UCharIteratorOrigin /*origin*/) { in noopMove()
49 noopHasNext(UCharIterator * /*iter*/) { in noopHasNext()
54 noopCurrent(UCharIterator * /*iter*/) { in noopCurrent()
59 noopGetState(const UCharIterator * /*iter*/) { in noopGetState()
64 noopSetState(UCharIterator * /*iter*/, uint32_t /*state*/, UErrorCode *pErrorCode) { in noopSetState()
92 stringIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) UPRV_NO_SANITIZE_UNDEFINED {
97 return iter->start;
99 return iter->index;
101 return iter
145 stringIteratorHasNext(UCharIterator *iter) stringIteratorHasNext() argument
150 stringIteratorHasPrevious(UCharIterator *iter) stringIteratorHasPrevious() argument
155 stringIteratorCurrent(UCharIterator *iter) stringIteratorCurrent() argument
164 stringIteratorNext(UCharIterator *iter) stringIteratorNext() argument
173 stringIteratorPrevious(UCharIterator *iter) stringIteratorPrevious() argument
182 stringIteratorGetState(const UCharIterator *iter) stringIteratorGetState() argument
187 stringIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) stringIteratorSetState() argument
214 uiter_setString(UCharIterator *iter, const char16_t *s, int32_t length) uiter_setString() argument
245 utf16BEIteratorGet(UCharIterator *iter, int32_t index) utf16BEIteratorGet() argument
251 utf16BEIteratorCurrent(UCharIterator *iter) utf16BEIteratorCurrent() argument
262 utf16BEIteratorNext(UCharIterator *iter) utf16BEIteratorNext() argument
274 utf16BEIteratorPrevious(UCharIterator *iter) utf16BEIteratorPrevious() argument
325 uiter_setUTF16BE(UCharIterator *iter, const char *s, int32_t length) uiter_setUTF16BE() argument
402 characterIteratorHasNext(UCharIterator *iter) characterIteratorHasNext() argument
407 characterIteratorHasPrevious(UCharIterator *iter) characterIteratorHasPrevious() argument
412 characterIteratorCurrent(UCharIterator *iter) characterIteratorCurrent() argument
424 characterIteratorNext(UCharIterator *iter) characterIteratorNext() argument
433 characterIteratorPrevious(UCharIterator *iter) characterIteratorPrevious() argument
442 characterIteratorGetState(const UCharIterator *iter) characterIteratorGetState() argument
447 characterIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) characterIteratorSetState() argument
474 uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *charIter) uiter_setCharacterIterator() argument
497 replaceableIteratorCurrent(UCharIterator *iter) replaceableIteratorCurrent() argument
506 replaceableIteratorNext(UCharIterator *iter) replaceableIteratorNext() argument
515 replaceableIteratorPrevious(UCharIterator *iter) replaceableIteratorPrevious() argument
538 uiter_setReplaceable(UCharIterator *iter, const Replaceable *rep) uiter_setReplaceable() argument
842 utf8IteratorHasNext(UCharIterator *iter) utf8IteratorHasNext() argument
847 utf8IteratorHasPrevious(UCharIterator *iter) utf8IteratorHasPrevious() argument
852 utf8IteratorCurrent(UCharIterator *iter) utf8IteratorCurrent() argument
872 utf8IteratorNext(UCharIterator *iter) utf8IteratorNext() argument
907 utf8IteratorPrevious(UCharIterator *iter) utf8IteratorPrevious() argument
941 utf8IteratorGetState(const UCharIterator *iter) utf8IteratorGetState() argument
950 utf8IteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) utf8IteratorSetState() argument
1004 uiter_setUTF8(UCharIterator *iter, const char *s, int32_t length) uiter_setUTF8() argument
1024 uiter_current32(UCharIterator *iter) uiter_current32() argument
1055 uiter_next32(UCharIterator *iter) uiter_next32() argument
1071 uiter_previous32(UCharIterator *iter) uiter_previous32() argument
1087 uiter_getState(const UCharIterator *iter) uiter_getState() argument
1096 uiter_setState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) uiter_setState() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duiter.cpp39 noopGetIndex(UCharIterator * /*iter*/, UCharIteratorOrigin /*origin*/) { in noopGetIndex()
44 noopMove(UCharIterator * /*iter*/, int32_t /*delta*/, UCharIteratorOrigin /*origin*/) { in noopMove()
49 noopHasNext(UCharIterator * /*iter*/) { in noopHasNext()
54 noopCurrent(UCharIterator * /*iter*/) { in noopCurrent()
59 noopGetState(const UCharIterator * /*iter*/) { in noopGetState()
64 noopSetState(UCharIterator * /*iter*/, uint32_t /*state*/, UErrorCode *pErrorCode) { in noopSetState()
92 stringIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { in stringIteratorGetIndex() argument
97 return iter->start; in stringIteratorGetIndex()
99 return iter->index; in stringIteratorGetIndex()
101 return iter in stringIteratorGetIndex()
112 stringIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) stringIteratorMove() argument
145 stringIteratorHasNext(UCharIterator *iter) stringIteratorHasNext() argument
150 stringIteratorHasPrevious(UCharIterator *iter) stringIteratorHasPrevious() argument
155 stringIteratorCurrent(UCharIterator *iter) stringIteratorCurrent() argument
164 stringIteratorNext(UCharIterator *iter) stringIteratorNext() argument
173 stringIteratorPrevious(UCharIterator *iter) stringIteratorPrevious() argument
182 stringIteratorGetState(const UCharIterator *iter) stringIteratorGetState() argument
187 stringIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) stringIteratorSetState() argument
214 uiter_setString(UCharIterator *iter, const UChar *s, int32_t length) uiter_setString() argument
245 utf16BEIteratorGet(UCharIterator *iter, int32_t index) utf16BEIteratorGet() argument
251 utf16BEIteratorCurrent(UCharIterator *iter) utf16BEIteratorCurrent() argument
262 utf16BEIteratorNext(UCharIterator *iter) utf16BEIteratorNext() argument
274 utf16BEIteratorPrevious(UCharIterator *iter) utf16BEIteratorPrevious() argument
325 uiter_setUTF16BE(UCharIterator *iter, const char *s, int32_t length) uiter_setUTF16BE() argument
362 characterIteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) characterIteratorGetIndex() argument
382 characterIteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) characterIteratorMove() argument
402 characterIteratorHasNext(UCharIterator *iter) characterIteratorHasNext() argument
407 characterIteratorHasPrevious(UCharIterator *iter) characterIteratorHasPrevious() argument
412 characterIteratorCurrent(UCharIterator *iter) characterIteratorCurrent() argument
424 characterIteratorNext(UCharIterator *iter) characterIteratorNext() argument
433 characterIteratorPrevious(UCharIterator *iter) characterIteratorPrevious() argument
442 characterIteratorGetState(const UCharIterator *iter) characterIteratorGetState() argument
447 characterIteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) characterIteratorSetState() argument
474 uiter_setCharacterIterator(UCharIterator *iter, CharacterIterator *charIter) uiter_setCharacterIterator() argument
497 replaceableIteratorCurrent(UCharIterator *iter) replaceableIteratorCurrent() argument
506 replaceableIteratorNext(UCharIterator *iter) replaceableIteratorNext() argument
515 replaceableIteratorPrevious(UCharIterator *iter) replaceableIteratorPrevious() argument
538 uiter_setReplaceable(UCharIterator *iter, const Replaceable *rep) uiter_setReplaceable() argument
589 utf8IteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) utf8IteratorGetIndex() argument
669 utf8IteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) utf8IteratorMove() argument
842 utf8IteratorHasNext(UCharIterator *iter) utf8IteratorHasNext() argument
847 utf8IteratorHasPrevious(UCharIterator *iter) utf8IteratorHasPrevious() argument
852 utf8IteratorCurrent(UCharIterator *iter) utf8IteratorCurrent() argument
872 utf8IteratorNext(UCharIterator *iter) utf8IteratorNext() argument
907 utf8IteratorPrevious(UCharIterator *iter) utf8IteratorPrevious() argument
941 utf8IteratorGetState(const UCharIterator *iter) utf8IteratorGetState() argument
950 utf8IteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) utf8IteratorSetState() argument
1004 uiter_setUTF8(UCharIterator *iter, const char *s, int32_t length) uiter_setUTF8() argument
1024 uiter_current32(UCharIterator *iter) uiter_current32() argument
1055 uiter_next32(UCharIterator *iter) uiter_next32() argument
1071 uiter_previous32(UCharIterator *iter) uiter_previous32() argument
1087 uiter_getState(const UCharIterator *iter) uiter_getState() argument
1096 uiter_setState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) uiter_setState() argument
[all...]
/third_party/icu/icu4c/source/samples/uciter8/
H A Duit_len8.c116 lenient8IteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { in lenient8IteratorGetIndex() argument
122 if(iter->index<0) { in lenient8IteratorGetIndex()
128 s=(const uint8_t *)iter->context; in lenient8IteratorGetIndex()
130 limit=iter->start; /* count up to the UTF-8 index */ in lenient8IteratorGetIndex()
140 iter->start=i; /* just in case setState() did not get us to a code point boundary */ in lenient8IteratorGetIndex()
141 if(i==iter->limit) { in lenient8IteratorGetIndex()
142 iter->length=index; /* in case it was <0 or wrong */ in lenient8IteratorGetIndex()
144 if(iter->reservedField!=0) { in lenient8IteratorGetIndex()
147 iter->index=index; in lenient8IteratorGetIndex()
149 return iter in lenient8IteratorGetIndex()
208 lenient8IteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) lenient8IteratorMove() argument
381 lenient8IteratorHasNext(UCharIterator *iter) lenient8IteratorHasNext() argument
386 lenient8IteratorHasPrevious(UCharIterator *iter) lenient8IteratorHasPrevious() argument
391 lenient8IteratorCurrent(UCharIterator *iter) lenient8IteratorCurrent() argument
413 lenient8IteratorNext(UCharIterator *iter) lenient8IteratorNext() argument
450 lenient8IteratorPrevious(UCharIterator *iter) lenient8IteratorPrevious() argument
486 lenient8IteratorGetState(const UCharIterator *iter) lenient8IteratorGetState() argument
495 lenient8IteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) lenient8IteratorSetState() argument
546 uiter_setLenient8(UCharIterator *iter, const char *s, int32_t length) uiter_setLenient8() argument
[all...]
/third_party/skia/third_party/externals/icu/source/samples/uciter8/
H A Duit_len8.c116 lenient8IteratorGetIndex(UCharIterator *iter, UCharIteratorOrigin origin) { in lenient8IteratorGetIndex() argument
122 if(iter->index<0) { in lenient8IteratorGetIndex()
128 s=(const uint8_t *)iter->context; in lenient8IteratorGetIndex()
130 limit=iter->start; /* count up to the UTF-8 index */ in lenient8IteratorGetIndex()
140 iter->start=i; /* just in case setState() did not get us to a code point boundary */ in lenient8IteratorGetIndex()
141 if(i==iter->limit) { in lenient8IteratorGetIndex()
142 iter->length=index; /* in case it was <0 or wrong */ in lenient8IteratorGetIndex()
144 if(iter->reservedField!=0) { in lenient8IteratorGetIndex()
147 iter->index=index; in lenient8IteratorGetIndex()
149 return iter in lenient8IteratorGetIndex()
208 lenient8IteratorMove(UCharIterator *iter, int32_t delta, UCharIteratorOrigin origin) lenient8IteratorMove() argument
381 lenient8IteratorHasNext(UCharIterator *iter) lenient8IteratorHasNext() argument
386 lenient8IteratorHasPrevious(UCharIterator *iter) lenient8IteratorHasPrevious() argument
391 lenient8IteratorCurrent(UCharIterator *iter) lenient8IteratorCurrent() argument
413 lenient8IteratorNext(UCharIterator *iter) lenient8IteratorNext() argument
450 lenient8IteratorPrevious(UCharIterator *iter) lenient8IteratorPrevious() argument
486 lenient8IteratorGetState(const UCharIterator *iter) lenient8IteratorGetState() argument
495 lenient8IteratorSetState(UCharIterator *iter, uint32_t state, UErrorCode *pErrorCode) lenient8IteratorSetState() argument
546 uiter_setLenient8(UCharIterator *iter, const char *s, int32_t length) uiter_setLenient8() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp73 for (auto iter = pCanvasList_.begin(); iter != pCanvasList_.end(); ++iter) { in DrawPoint()
74 if ((*iter) != nullptr && OnFilter()) { in DrawPoint()
75 (*iter)->DrawPoint(point); in DrawPoint()
88 for (auto iter = pCanvasList_.begin(); iter != pCanvasList_.end(); ++iter) { in DrawSdf()
89 if ((*iter) != nullptr && OnFilter()) { in DrawSdf()
90 (*iter) in DrawSdf()
[all...]
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/device_manager/
H A Dsensor_manager.cpp50 for (auto iter = sensorList_.cbegin(); iter != sensorList_.cend(); iter++) { in GetController()
51 if ((*iter)->GetName() == hardwareName) { in GetController()
52 return *iter; in GetController()
63 for (auto iter = sensorList_.cbegin(); iter != sensorList_.cend(); iter++) { in Configure()
64 (*iter)->Configure(meta); in Configure()
70 for (auto iter in PowerUp()
[all...]
H A Disp_manager.cpp49 for (auto iter = ispList_.cbegin(); iter != ispList_.cend(); iter++) { in GetController()
50 if ((*iter)->GetName() == hardwareName) { in GetController()
51 return *iter; in GetController()
59 for (auto iter = ispList_.cbegin(); iter != ispList_.cend(); iter++) { in PowerUp()
60 if ((*iter)->GetName() == hardwareName) { in PowerUp()
61 return (*iter) in PowerUp()
[all...]
H A Dflash_manager.cpp49 for (auto iter = flashList_.cbegin(); iter != flashList_.cend(); iter++) { in GetController()
50 if ((*iter)->GetName() == hardwareName) { in GetController()
51 return *iter; in GetController()
62 for (auto iter = flashList_.cbegin(); iter != flashList_.cend(); iter++) { in Configure()
63 (*iter)->Configure(meta); in Configure()
69 for (auto iter in SetFlashlight()
[all...]
/third_party/skia/src/utils/
H A DSkNWayCanvas.cpp60 Iter iter(fList); in willSave()
61 while (iter.next()) { in willSave()
62 iter->save(); in willSave()
69 Iter iter(fList); in getSaveLayerStrategy()
70 while (iter.next()) { in getSaveLayerStrategy()
71 iter->saveLayer(rec); in getSaveLayerStrategy()
80 Iter iter(fList); in onDoSaveBehind()
81 while (iter.next()) { in onDoSaveBehind()
82 SkCanvasPriv::SaveBehind(iter.get(), bounds); in onDoSaveBehind()
89 Iter iter(fLis in willRestore()
[all...]
/third_party/node/deps/histogram/src/
H A Dhdr_histogram.c599 struct hdr_iter iter; in hdr_add() local
601 hdr_iter_recorded_init(&iter, from); in hdr_add()
603 while (hdr_iter_next(&iter)) in hdr_add()
605 int64_t value = iter.value; in hdr_add()
606 int64_t count = iter.count; in hdr_add()
620 struct hdr_iter iter; in hdr_add_while_correcting_for_coordinated_omission() local
622 hdr_iter_recorded_init(&iter, from); in hdr_add_while_correcting_for_coordinated_omission()
624 while (hdr_iter_next(&iter)) in hdr_add_while_correcting_for_coordinated_omission()
626 int64_t value = iter.value; in hdr_add_while_correcting_for_coordinated_omission()
627 int64_t count = iter in hdr_add_while_correcting_for_coordinated_omission()
707 struct hdr_iter iter; hdr_value_at_percentiles() local
736 struct hdr_iter iter; hdr_mean() local
759 struct hdr_iter iter; hdr_stddev() local
804 has_buckets(struct hdr_iter* iter) has_buckets() argument
809 has_next(struct hdr_iter* iter) has_next() argument
814 move_next(struct hdr_iter* iter) move_next() argument
839 peek_next_value_from_index(struct hdr_iter* iter) peek_next_value_from_index() argument
844 next_value_greater_than_reporting_level_upper_bound( struct hdr_iter *iter, int64_t reporting_level_upper_bound) next_value_greater_than_reporting_level_upper_bound() argument
855 basic_iter_next(struct hdr_iter *iter) basic_iter_next() argument
867 update_iterated_values(struct hdr_iter* iter, int64_t new_value_iterated_to) update_iterated_values() argument
873 all_values_iter_next(struct hdr_iter* iter) all_values_iter_next() argument
885 hdr_iter_init(struct hdr_iter* iter, const struct hdr_histogram* h) hdr_iter_init() argument
901 hdr_iter_next(struct hdr_iter* iter) hdr_iter_next() argument
914 percentile_iter_next(struct hdr_iter* iter) percentile_iter_next() argument
960 hdr_iter_percentile_init(struct hdr_iter* iter, const struct hdr_histogram* h, int32_t ticks_per_half_distance) hdr_iter_percentile_init() argument
1010 recorded_iter_next(struct hdr_iter* iter) recorded_iter_next() argument
1026 hdr_iter_recorded_init(struct hdr_iter* iter, const struct hdr_histogram* h) hdr_iter_recorded_init() argument
1044 iter_linear_next(struct hdr_iter* iter) iter_linear_next() argument
1081 hdr_iter_linear_init(struct hdr_iter* iter, const struct hdr_histogram* h, int64_t value_units_per_bucket) hdr_iter_linear_init() argument
1101 log_iter_next(struct hdr_iter *iter) log_iter_next() argument
1136 hdr_iter_log_init( struct hdr_iter* iter, const struct hdr_histogram* h, int64_t value_units_first_bucket, double log_base) hdr_iter_log_init() argument
1177 struct hdr_iter iter; hdr_percentiles_print() local
[all...]
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dsandbox_json_manager.cpp70 for (auto iter = infoVec_.begin(); iter != infoVec_.end(); ++iter) { in HasRetentionSandboxInfo()
71 if (iter->bundleName == bundleName && iter->userId == userId) { in HasRetentionSandboxInfo()
96 for (auto iter = infoVec_.begin(); iter != infoVec_.end(); ++iter) { in CanUninstall()
97 if (iter->tokenId == tokenId) { in CanUninstall()
98 if (iter in CanUninstall()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/configuration/src/
H A Dsharing_data.cpp88 auto iter = datas_.find(key); in PutSharingValue() local
89 if (iter == datas_.end()) { in PutSharingValue()
92 iter->second = value; in PutSharingValue()
109 auto iter = datas_.find(key); in GetSharingValue() local
110 if (iter != datas_.end()) { in GetSharingValue()
111 value = iter->second; in GetSharingValue()
133 auto iter = datas_.begin(); in ForEach() local
134 while (iter != datas_.end()) { in ForEach()
135 std::string key = iter->first; in ForEach()
136 each(key, iter in ForEach()
144 auto iter = datas_.begin(); Print() local
157 auto iter = datass_.find(tag); PutSharingValue() local
176 auto iter = datass_.find(tag); PutSharingValues() local
194 auto iter = datass_.find(tag); PutSharingValues() local
207 auto iter = datass_.find(tag); GetSharingValue() local
220 auto iter = datass_.find(tag); GetSharingValues() local
232 auto iter = datass_.find(tag); GetSharingValues() local
245 auto iter = datass_.find(tag); HasKey() local
262 auto iter = datass_.begin(); ForEach() local
273 auto iter = datass_.begin(); Print() local
286 auto iter = datass_.find(module); PutSharingValue() local
303 auto iter = datass_.find(module); PutSharingValues() local
317 auto iter = datass_.find(module); PutSharingValues() local
336 auto iter = datass_.find(module); GetSharingValue() local
347 auto iter = datass_.find(module); GetSharingValues() local
360 auto iter = datass_.find(module); GetSharingValues() local
372 auto iter = datass_.find(module); GetSharingValues() local
383 auto iter = datass_.find(module); HasKey() local
400 auto iter = datass_.find(module); HasTag() local
411 auto iter = datass_.begin(); ForEach() local
423 auto iter = datass_.begin(); Print() local
[all...]
/third_party/mesa3d/src/intel/common/
H A Dintel_decoder.c876 iter_more_fields(const struct intel_field_iterator *iter) in iter_more_fields() argument
878 return iter->field != NULL && iter->field->next != NULL; in iter_more_fields()
882 iter_array_offset_bits(const struct intel_field_iterator *iter) in iter_array_offset_bits() argument
884 if (iter->level == 0) in iter_array_offset_bits()
888 const struct intel_group *group = iter->groups[1]; in iter_array_offset_bits()
889 for (int level = 1; level <= iter->level; level++, group = iter->groups[level]) { in iter_array_offset_bits()
890 uint32_t array_idx = iter->array_iter[level]; in iter_array_offset_bits()
902 iter_push_array(struct intel_field_iterator *iter) in iter_push_array() argument
918 iter_pop_array(struct intel_field_iterator *iter) iter_pop_array() argument
928 iter_start_field(struct intel_field_iterator *iter, struct intel_field *field) iter_start_field() argument
944 iter_advance_array(struct intel_field_iterator *iter) iter_advance_array() argument
961 iter_more_array_elems(const struct intel_field_iterator *iter) iter_more_array_elems() argument
977 iter_advance_field(struct intel_field_iterator *iter) iter_advance_field() argument
1006 iter_decode_field_raw(struct intel_field_iterator *iter, uint64_t *qw) iter_decode_field_raw() argument
1037 iter_decode_field(struct intel_field_iterator *iter) iter_decode_field() argument
1145 intel_field_iterator_init(struct intel_field_iterator *iter, struct intel_group *group, const uint32_t *p, int p_bit, bool print_colors) intel_field_iterator_init() argument
1164 intel_field_iterator_next(struct intel_field_iterator *iter) intel_field_iterator_next() argument
1192 print_dword_header(FILE *outfile, struct intel_field_iterator *iter, uint64_t offset, uint32_t dword) print_dword_header() argument
1220 struct intel_field_iterator iter; intel_print_group() local
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Duitercollationiterator.cpp36 iter.move(&iter, newOffset, UITER_START); in resetToOffset()
41 return iter.getIndex(&iter, UITER_CURRENT); in getOffset()
46 c = iter.next(&iter); in handleNextCE32()
55 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate()
56 if(!U16_IS_TRAIL(trail) && trail >= 0) { iter.previous(&iter); } in handleGetTrailSurrogate()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Duitercollationiterator.cpp36 iter.move(&iter, newOffset, UITER_START); in resetToOffset()
41 return iter.getIndex(&iter, UITER_CURRENT); in getOffset()
46 c = iter.next(&iter); in handleNextCE32()
55 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate()
56 if(!U16_IS_TRAIL(trail) && trail >= 0) { iter.previous(&iter); } in handleGetTrailSurrogate()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Duitercollationiterator.cpp36 iter.move(&iter, newOffset, UITER_START); in resetToOffset()
41 return iter.getIndex(&iter, UITER_CURRENT); in getOffset()
46 c = iter.next(&iter); in handleNextCE32()
55 UChar32 trail = iter.next(&iter); in handleGetTrailSurrogate()
56 if(!U16_IS_TRAIL(trail) && trail >= 0) { iter.previous(&iter); } in handleGetTrailSurrogate()
[all...]
/foundation/multimedia/player_framework/services/services/recorder_profiles/server/
H A Drecorder_profiles_server.cpp49 for (auto iter = capabilityDataArray.begin(); iter != capabilityDataArray.end(); ++iter) { in IsAudioRecorderConfigSupported()
50 RecorderProfilesData compareProfileData = (*iter); in IsAudioRecorderConfigSupported()
66 for (auto iter = capabilityDataArray.begin(); iter != capabilityDataArray.end(); ++iter) { in HasVideoRecorderProfile()
67 if (iter->mediaProfileType == RECORDER_TYPE_PROFILE) { in HasVideoRecorderProfile()
68 if ((sourceId == iter->sourceId) && (qualityLevel == iter in HasVideoRecorderProfile()
[all...]
/third_party/exfatprogs/lib/
H A Dexfat_dir.c30 static ssize_t write_block(struct exfat_de_iter *iter, unsigned int block) in write_block() argument
33 struct exfat *exfat = iter->exfat; in write_block()
37 desc = &iter->buffer_desc[block & 0x01]; in write_block()
40 for (i = 0; i < iter->read_size / iter->write_size; i++) { in write_block()
43 desc->buffer + i * iter->write_size, in write_block()
44 iter->write_size, in write_block()
45 device_offset + i * iter->write_size) in write_block()
46 != (ssize_t)iter->write_size) in write_block()
54 static int read_ahead_first_blocks(struct exfat_de_iter *iter) in read_ahead_first_blocks() argument
84 read_ahead_next_blocks(struct exfat_de_iter *iter, clus_t clus, unsigned int offset, clus_t p_clus) read_ahead_next_blocks() argument
136 read_ahead_next_dir_blocks(struct exfat_de_iter *iter) read_ahead_next_dir_blocks() argument
164 read_block(struct exfat_de_iter *iter, unsigned int block) read_block() argument
221 exfat_de_iter_init(struct exfat_de_iter *iter, struct exfat *exfat, struct exfat_inode *dir, struct buffer_desc *bd) exfat_de_iter_init() argument
253 exfat_de_iter_get(struct exfat_de_iter *iter, int ith, struct exfat_dentry **dentry) exfat_de_iter_get() argument
288 exfat_de_iter_get_dirty(struct exfat_de_iter *iter, int ith, struct exfat_dentry **dentry) exfat_de_iter_get_dirty() argument
308 exfat_de_iter_flush(struct exfat_de_iter *iter) exfat_de_iter_flush() argument
315 exfat_de_iter_advance(struct exfat_de_iter *iter, int skip_dentries) exfat_de_iter_advance() argument
326 exfat_de_iter_device_offset(struct exfat_de_iter *iter) exfat_de_iter_device_offset() argument
340 exfat_de_iter_file_offset(struct exfat_de_iter *iter) exfat_de_iter_file_offset() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/mtp/src/
H A Dmtp_device_monitor.cpp146 for (auto iter = lastestMtpDevList_.begin(); iter != lastestMtpDevList_.end(); iter++) { in HasMounted()
147 if (iter != lastestMtpDevList_.end() && (iter->id == device.id)) { in HasMounted()
157 for (auto iter = lastestMtpDevList_.begin(); iter != lastestMtpDevList_.end(); iter++) { in UmountAllMtpDevice()
158 int32_t ret = DelayedSingleton<MtpDeviceManager>::GetInstance()->UmountDevice(*iter, true); in UmountAllMtpDevice()
160 LOGE("UmountAllMtpDevice: umount mtp device failed, path=%{public}s", (iter in UmountAllMtpDevice()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ditercoll.cpp50 CollationElementIterator *iter; in TestUnicodeChar() local
71 iter = en_us->createCollationElementIterator(source); in TestUnicodeChar()
73 backAndForth(*iter); in TestUnicodeChar()
74 delete iter; in TestUnicodeChar()
87 CollationElementIterator *iter = en_us->createCollationElementIterator(test1); in TestPrevious() local
90 backAndForth(*iter); in TestPrevious()
91 delete iter; in TestPrevious()
107 iter = c1->createCollationElementIterator(source); in TestPrevious()
108 backAndForth(*iter); in TestPrevious()
109 delete iter; in TestPrevious()
175 CollationElementIterator *iter = en_us->createCollationElementIterator(test1); TestOffset() local
357 CollationElementIterator *iter = coll->createCollationElementIterator(str); TestMaxExpansion() local
607 CollationElementIterator *iter = TestStrengthOrder() local
639 orderString(CollationElementIterator &iter, UnicodeString &target) orderString() argument
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_source_data_process.cpp61 for (auto iter = streamProcess_.begin(); iter != streamProcess_.end(); iter++) { in FeedStream()
62 (*iter)->FeedStream(buffer); in FeedStream()
77 for (auto iter = streamInfos.begin(); iter != streamInfos.end(); iter++) { in ConfigStreams()
78 std::shared_ptr<DCStreamInfo> streamInfo = *iter; in ConfigStreams()
94 for (auto iter = streamConfigs.begin(); iter ! in ConfigStreams()
120 auto iter = streamProcess_.begin(); ReleaseStreams() local
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglCreateContextExtTests.cpp210 const EGLint* iter = attribList; in attribListToContextType() local
212 while ((*iter) != EGL_NONE) in attribListToContextType()
214 switch (*iter) in attribListToContextType()
217 iter++; in attribListToContextType()
218 majorVersion = (*iter); in attribListToContextType()
219 iter++; in attribListToContextType()
223 iter++; in attribListToContextType()
224 minorVersion = (*iter); in attribListToContextType()
225 iter++; in attribListToContextType()
229 iter in attribListToContextType()
311 const EGLint* iter = &(m_attribList[0]); logAttribList() local
375 const EGLint* iter = &(m_attribList[0]); checkRequiredExtensions() local
448 const char* iter = versionStr; checkVersionString() local
664 const EGLint* iter = &(m_attribList[0]); validateCurrentContext() local
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcitertst.c224 UCollationElements *iter; in TestUnicodeChar() local
254 iter=ucol_openElements(en_us, source, u_strlen(source), &status); in TestUnicodeChar()
263 backAndForth(iter); in TestUnicodeChar()
264 ucol_closeElements(iter); in TestUnicodeChar()
267 iter=ucol_openElements(en_us, source, -1, &status); in TestUnicodeChar()
275 backAndForth(iter); in TestUnicodeChar()
276 ucol_closeElements(iter); in TestUnicodeChar()
290 UCollationElements *iter; in TestNormalizedUnicodeChar() local
321 iter=ucol_openElements(th_th, source, u_strlen(source), &status); in TestNormalizedUnicodeChar()
329 backAndForth(iter); in TestNormalizedUnicodeChar()
369 UCollationElements *iter; TestNormalization() local
427 UCollationElements *iter; TestPrevious() local
565 UCollationElements *iter, *pristine; TestOffset() local
789 UCollationElements *iter ;/*= ucol_openElements(coll, &ch, 1, &status);*/ TestMaxExpansion() local
942 *iter; TestSmallBuffer() local
1050 UCollationElements *iter; TestDiscontiguos() local
[all...]
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationIteratorTest.java113 CollationElementIterator iter = coll.getCollationElementIterator(str); in TestMaxExpansion()
119 iter.setText(str); in TestMaxExpansion()
120 int order = iter.previous(); in TestMaxExpansion()
124 order = iter.previous(); in TestMaxExpansion()
127 while (iter.previous() != CollationElementIterator.NULLORDER) { in TestMaxExpansion()
131 if (iter.getMaxExpansion(order) < count) { in TestMaxExpansion()
140 iter.setText(str); in TestMaxExpansion()
141 int order = iter.previous(); in TestMaxExpansion()
143 if (iter.getMaxExpansion(order) != 1) { in TestMaxExpansion()
152 iter in TestMaxExpansion()
[all...]

Completed in 17 milliseconds

12345678910>>...186