Home
last modified time | relevance | path

Searched defs:iterator (Results 301 - 325 of 391) sorted by relevance

1...<<111213141516

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMapTable.java329 public Iterator<CMap> iterator() { in iterator() method in CMapTable
340 public Iterator<CMap> iterator(CMapFilter filter) { in iterator() method in CMapTable
636 public Iterator<? extends CMap.Builder<? extends CMap>> iterator() { in iterator() method in CMapTable.Builder
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dconnection.c128 MHD_get_connection_values(struct MHD_Connection *connection, enum MHD_ValueKind kind, MHD_KeyValueIterator iterator, void *iterator_cls) MHD_get_connection_values() argument
/third_party/skia/third_party/externals/brotli/c/tools/
H A Dbrotli.c112 int iterator; member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-var-gvar-table.hh547 GlyphVariationData::tuple_iterator_t iterator; in apply_deltas_to_points() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTargetRegistry.h604 class iterator class
610 explicit iterator(Target *T) : Current(T) {} in iterator() function in llvm::TargetRegistry::iterator
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DDenseMap.h62 typedef DenseMapIterator<KeyT, ValueT, KeyInfoT, BucketT> iterator; typedef in llvm::DenseMapBase
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopInfo.h144 typedef typename std::vector<LoopT *>::const_iterator iterator; typedef in llvm::LoopBase
911 typedef typename std::vector<LoopT *>::const_iterator iterator; typedef in llvm::LoopInfoBase
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DDIE.h562 class iterator class in llvm::IntrusiveBackList
570 explicit iterator(T *N) : N(N) {} in iterator() function in llvm::IntrusiveBackList::iterator
[all...]
H A DScheduleDAG.h761 typedef std::vector<int>::iterator iterator; typedef in llvm::SUnit::ScheduleDAGTopologicalSort
[all...]
/third_party/python/Objects/
H A Dodictobject.c2134 PyObject *pair, *iterator, *unexpected; in mutablemapping_add_pairs() local
2216 PyObject *iterator = PyObject_GetIter(keys); in mutablemapping_update_arg() local
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DCodedInputStream.java3097 private Iterator<ByteBuffer> iterator; field in CodedInputStream.IterableDirectByteBufferDecoder
H A DByteString.java174 public ByteIterator iterator() { in iterator() method in ByteString
611 private static ByteString balancedConcat(Iterator<ByteString> iterator, int length) { in balancedConcat() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dmap.h1063 class iterator { global() class in google::protobuf::Map
1073 iterator() {} iterator() function in google::protobuf::Map::iterator
1074 explicit iterator(const InnerIt& it) : it_(it) {} iterator() function in google::protobuf::Map::iterator
[all...]
/third_party/python/Lib/xml/etree/
H A DElementTree.py1241 def iterator(sourc function
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmPhysicalStorageBufferPointerTests.cpp238 template<class X> struct TypedBuffer<X>::iterator struct in vkt::SpirVAssembly::__anon29919::ut::TypedBuffer
246 iterator (pointer p) : m_p(p) { DE_ASSERT(p); } in iterator() function
[all...]
/third_party/mesa3d/include/CL/
H A Dcl.hpp934 class iterator class in cl::vector
945 iterator (const vector<T,N> &vec, int index) : in iterator() function in cl::vector::iterator
956 iterator(void) : in iterator() function in cl::vector::iterator
962 iterator(cons function in cl::vector::iterator
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_typedarray.cpp302 JSHandle<JSTaggedValue> iterator = JSIterator::GetIterator(thread, source, usingIterator); in From() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.cpp120 auto &iterator = bb.GetBytecodeIterator(); in ComputeLiveOut() local
H A Dprofiler_stub_builder.cpp661 GateRef ProfilerStubBuilder::GetIterationFunctionId(GateRef glue, GateRef iterator) in GetIterationFunctionId() argument
728 ProfileGetIterator( GateRef glue, SlotIDInfo slotInfo, GateRef func, GateRef iterator, GateRef profileTypeInfo) ProfileGetIterator() argument
/base/powermgr/power_manager/services/native/src/
H A Dpower_state_machine.cpp1332 auto iterator = lockMap_.find(state); in WakeupDeviceInner() local
1591 auto iterator = controllerMap_.find(state); in WakeupDeviceInner() local
/base/theme/wallpaper_mgr/services/src/
H A Dwallpaper_service.cpp493 auto iterator = wallpaperType == WALLPAPER_SYSTEM ? systemWallpaperMap_.Find(userId) in GetFileNameFromMap() local
522 auto iterator = wallpaperType == WALLPAPER_SYSTEM ? systemWallpaperMap_.Find(userId) in GetPictureFileName() local
773 auto iterator = lockWallpaperMap_.Find(userId); GetResType() local
778 auto iterator = systemWallpaperMap_.Find(userId); GetResType() local
948 auto iterator = lockWallpaperMap_.Find(userId); GetWallpaperId() local
953 auto iterator = systemWallpaperMap_.Find(userId); GetWallpaperId() local
1085 auto iterator = wallpaperType == WALLPAPER_SYSTEM ? systemWallpaperMap_.Find(userId) GetWallpaperSafeLocked() local
1104 auto iterator = wallpaperType == WALLPAPER_SYSTEM ? systemWallpaperMap_.Find(userId) ClearWallpaperLocked() local
[all...]
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp1580 auto iterator = pkgContextInfoJsonStringMap_.find(moduleName); in UpdatePkgContextInfoJson() local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_animation.cpp483 auto iterator = std::find_if( in OnAnimationTracksChanged() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp571 auto iterator = insertTarget.begin(); in InsertNodesByScore() local
/third_party/glslang/glslang/HLSL/
H A DhlslGrammar.cpp4121 TIntermTyped* iterator = nullptr; in acceptIterationStatement() local

Completed in 64 milliseconds

1...<<111213141516