| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| H A D | transformation_wrap_early_terminator_in_function.cpp | 113 auto iterator = enclosing_block->tail(); in Apply() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | instruction_list.h | 58 class iterator : public utils::IntrusiveList<Instruction>::iterator { class in spvtools::opt::InstructionList 60 iterator(const utils::IntrusiveList<Instruction>::iterator& i) in iterator() function in spvtools::opt::InstructionList::iterator 62 iterator(Instruction* i) : utils::IntrusiveList<Instruction>::iterator(i) {} in iterator() function in spvtools::opt::InstructionList::iterator [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | GlobalsStream.h | 65 typedef GSIHashHeader iterator; typedef in llvm::pdb::GSIHashTable
|
| /third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
| H A D | LazyField.java | 128 private Iterator<Entry<K, Object>> iterator; field in LazyField.LazyIterator 130 public LazyIterator(Iterator<Entry<K, Object>> iterator) { in LazyIterator() argument
|
| H A D | IterableByteBufferInputStream.java | 42 private Iterator<ByteBuffer> iterator; field in IterableByteBufferInputStream
|
| H A D | UnmodifiableLazyStringList.java | 164 public Iterator<String> iterator() { in iterator() method in UnmodifiableLazyStringList
|
| /third_party/spirv-tools/source/fuzz/ |
| H A D | transformation_wrap_early_terminator_in_function.cpp | 113 auto iterator = enclosing_block->tail(); in Apply() local
|
| /third_party/spirv-tools/source/opt/ |
| H A D | instruction_list.h | 58 class iterator : public utils::IntrusiveList<Instruction>::iterator { class in spvtools::opt::InstructionList 60 iterator(const utils::IntrusiveList<Instruction>::iterator& i) in iterator() function in spvtools::opt::InstructionList::iterator 62 iterator(Instruction* i) : utils::IntrusiveList<Instruction>::iterator(i) {} in iterator() function in spvtools::opt::InstructionList::iterator [all...] |
| /third_party/spirv-tools/tools/util/ |
| H A D | flags.cpp | 117 bool parse_flag(Flag<T>& flag, bool is_short_flag, const char*** iterator) { in parse_flag() argument 141 bool FlagList::parse_flag_info(FlagInfo& info, token_iterator_t* iterator) { in parse_flag_info() argument [all...] |
| /test/testfwk/arkxtest/uitest/test/ |
| H A D | widget_selector_test.cpp | 162 std::unique_ptr<ElementNodeIterator> iterator = nullptr; member in WidgetSelectorTest [all...] |
| H A D | select_strategy_test.cpp | 107 void ConstructIterator(std::unique_ptr<ElementNodeIterator> &iterator) in ConstructIterator() argument 250 std::unique_ptr<ElementNodeIterator> iterator = nullptr; in TEST() local 258 std::unique_ptr<ElementNodeIterator> iterator = nullptr; in TEST() local 282 std::unique_ptr<ElementNodeIterator> iterator = nullptr; in TEST() local 308 std::unique_ptr<ElementNodeIterator> iterator = nullptr; TEST() local 331 std::unique_ptr<ElementNodeIterator> iterator = nullptr; TEST() local 354 std::unique_ptr<ElementNodeIterator> iterator = nullptr; TEST() local 380 std::unique_ptr<ElementNodeIterator> iterator = nullptr; TEST() local 407 std::unique_ptr<ElementNodeIterator> iterator = nullptr; TEST() local 432 std::unique_ptr<ElementNodeIterator> iterator = nullptr; TEST() local 456 std::unique_ptr<ElementNodeIterator> iterator = nullptr; TEST() local 479 std::unique_ptr<ElementNodeIterator> iterator = nullptr; TEST() local 503 std::unique_ptr<ElementNodeIterator> iterator = nullptr; TEST() local 529 std::unique_ptr<ElementNodeIterator> iterator = nullptr; TEST() local 548 std::unique_ptr<ElementNodeIterator> iterator = nullptr; TEST() local 569 std::unique_ptr<ElementNodeIterator> iterator = nullptr; TEST() local 591 std::unique_ptr<ElementNodeIterator> iterator = nullptr; TEST() local 620 std::unique_ptr<ElementNodeIterator> iterator = nullptr; TEST() local 650 std::unique_ptr<ElementNodeIterator> iterator = nullptr; TEST() local 681 std::unique_ptr<ElementNodeIterator> iterator = nullptr; TEST() local 710 std::unique_ptr<ElementNodeIterator> iterator = nullptr; TEST() local 740 std::unique_ptr<ElementNodeIterator> iterator = nullptr; TEST() local [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | ScientificNumberFormatter.java | 131 format( AttributedCharacterIterator iterator, String preExponent) format() argument 135 append( AttributedCharacterIterator iterator, int start, int limit, StringBuilder result) append() argument 161 format( AttributedCharacterIterator iterator, String preExponent) format() argument 210 format( AttributedCharacterIterator iterator, String preExponent) format() argument 271 copyAsSuperscript( AttributedCharacterIterator iterator, int start, int limit, StringBuilder result) copyAsSuperscript() argument 286 char32AtAndAdvance(AttributedCharacterIterator iterator) char32AtAndAdvance() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| H A D | CodePointMap.java | 435 public Iterator<Range> iterator() { in iterator() method in CodePointMap [all...] |
| H A D | LocalePriorityList.java | 177 public Iterator<ULocale> iterator() { in iterator() method in LocalePriorityList
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | ScientificNumberFormatter.java | 120 format( AttributedCharacterIterator iterator, String preExponent) format() argument 124 append( AttributedCharacterIterator iterator, int start, int limit, StringBuilder result) append() argument 150 format( AttributedCharacterIterator iterator, String preExponent) format() argument 199 format( AttributedCharacterIterator iterator, String preExponent) format() argument 260 copyAsSuperscript( AttributedCharacterIterator iterator, int start, int limit, StringBuilder result) copyAsSuperscript() argument 275 char32AtAndAdvance(AttributedCharacterIterator iterator) char32AtAndAdvance() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | CodePointMap.java | 411 public Iterator<Range> iterator() { in iterator() method in CodePointMap [all...] |
| H A D | LocalePriorityList.java | 171 public Iterator<ULocale> iterator() { in iterator() method in LocalePriorityList
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | IntlTestDecimalFormatAPIC.java | 473 private static List<FieldContainer> findFields(AttributedCharacterIterator iterator) { in findFields() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | IntlTestDecimalFormatAPIC.java | 476 private static List<FieldContainer> findFields(AttributedCharacterIterator iterator) { in findFields() argument [all...] |
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| H A D | ecma-builtin-array.c | 156 ecma_value_t iterator = ecma_op_get_iterator (items, using_iterator); in ecma_builtin_array_object_from() local
|
| /third_party/jerryscript/jerry-core/vm/ |
| H A D | vm-stack.c | 80 ecma_value_t iterator = vm_stack_top_p[-3]; in vm_stack_context_abort() local
|
| /third_party/mesa3d/src/gallium/frontends/clover/util/ |
| H A D | range.hpp | 74 typedef I iterator; typedef in clover::detail::basic_range [all...] |
| /third_party/node/lib/internal/ |
| H A D | url.js | [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | functional-list.h | 103 class iterator : public base::iterator<std::forward_iterator_tag, A> { class in v8::internal::compiler::FunctionalList 105 explicit iterator(Cons* cur) : current_(cur) {} in iterator() function in v8::internal::compiler::FunctionalList::iterator [all...] |
| H A D | state-values-utils.h | 91 class V8_EXPORT_PRIVATE iterator { class in v8::internal::compiler::StateValuesAccess 106 iterator() : current_depth_(-1) {} in iterator() function in v8::internal::compiler::StateValuesAccess::iterator [all...] |