Home
last modified time | relevance | path

Searched defs:Cursor (Results 26 – 50 of 681) sorted by relevance

12345678910>>...28

/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/proto/h1/
Dio.rs475 pub(crate) struct Cursor<T> { struct
480 impl<T: AsRef<[u8]>> Cursor<T> { argument
487 impl Cursor<Vec<u8>> { impl
512 impl<T: AsRef<[u8]>> fmt::Debug for Cursor<T> { implementation
521 impl<T: AsRef<[u8]>> Buf for Cursor<T> { implementation
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/engine/
H A Druntime_table_function.h81 struct Cursor : sqlite::Module<RuntimeTableFunctionModule>::Cursor { struct
82 std::optional<SqliteEngine::PreparedStatement> stmt;
83 bool is_eof = false;
84 int next_call_count = 0;
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/operators/
H A Dcounter_mipmap_operator.h79 struct Cursor : sqlite::Module<CounterMipmapOperator>::Cursor { struct
80 struct Result {
85 std::vector<Result> counters;
86 uint32_t index;
H A Dslice_mipmap_operator.h79 struct Cursor : sqlite::Module<SliceMipmapOperator>::Cursor { struct
80 struct Result {
86 std::vector<Result> results;
87 uint32_t index = 0;
/aosp_15_r20/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitcodeParser.h118 explicit NaClBitcodeData(NaClBitstreamCursor &Cursor) in NaClBitcodeData()
165 NaClBitcodeBlock(unsigned BlockID, NaClBitstreamCursor &Cursor) in NaClBitcodeBlock()
381 ErrorHandler(NaClBitcodeParser *Parser, NaClBitstreamCursor &Cursor) in ErrorHandler()
395 explicit NaClBitcodeParser(NaClBitstreamCursor &Cursor) in NaClBitcodeParser()
567 NaClBitstreamCursor &Cursor) in NaClBitcodeParser()
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dcontext.rs692 declaration: Option<Cursor>, in add_item()
693 location: Option<Cursor>, in add_item()
817 definition: clang::Cursor, in add_type_param()
855 definition: &clang::Cursor, in get_type_param()
930 ) -> Vec<(ItemId, clang::Type, clang::Cursor, Option<ItemId>)> { in collect_typerefs()
1531 definition: clang::Cursor, in add_semantic_parent()
1540 definition: clang::Cursor, in known_semantic_parent()
1554 instantiation: &Cursor, in get_declaration_info_for_template_instantiation()
1555 ) -> Option<(Cursor, ItemId, usize)> { in get_declaration_info_for_template_instantiation()
1646 location: clang::Cursor, in instantiate_template()
[all …]
Ditem.rs1289 cur: clang::Cursor, in visit_child()
1342 cursor: clang::Cursor, in parse()
1497 location: clang::Cursor, in from_ty_or_ref()
1518 location: clang::Cursor, in from_ty_or_ref_with_id()
1573 location: clang::Cursor, in from_ty()
1592 location: clang::Cursor, in from_ty_with_id()
1764 location: clang::Cursor, in type_param()
1836 refd: &clang::Cursor, in type_param()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/
H A Dfont_data.rs29 pub struct Cursor<'a> { struct
30 pos: usize,
31 data: FontData<'a>,
207 impl<'a> Cursor<'a> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/offset/local/tz_info/
Dparser.rs217 pub(crate) struct Cursor<'a> { struct
224 impl<'a> Cursor<'a> { argument
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs1328 pub struct Cursor< struct
1339 impl<T, A: Allocator> Clone for Cursor<'_, T, A> { argument
1341 let Cursor { index, current, list } = *self; in clone() localVariable
1347 impl<T: fmt::Debug, A: Allocator> fmt::Debug for Cursor<'_, T, A> { implementation
1381 impl<'a, T, A: Allocator> Cursor<'a, T, A> { impl
2215 unsafe impl<T: Sync, A: Allocator + Sync> Send for Cursor<'_, T, A> {} implementation
2218 unsafe impl<T: Sync, A: Allocator + Sync> Sync for Cursor<'_, T, A> {} implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs1328 pub struct Cursor< struct
1339 impl<T, A: Allocator> Clone for Cursor<'_, T, A> { argument
1341 let Cursor { index, current, list } = *self; in clone() localVariable
1347 impl<T: fmt::Debug, A: Allocator> fmt::Debug for Cursor<'_, T, A> { implementation
1381 impl<'a, T, A: Allocator> Cursor<'a, T, A> { impl
2235 unsafe impl<T: Sync, A: Allocator + Sync> Send for Cursor<'_, T, A> {} implementation
2238 unsafe impl<T: Sync, A: Allocator + Sync> Sync for Cursor<'_, T, A> {} implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs1328 pub struct Cursor< struct
1339 impl<T, A: Allocator> Clone for Cursor<'_, T, A> { argument
1341 let Cursor { index, current, list } = *self; in clone() localVariable
1347 impl<T: fmt::Debug, A: Allocator> fmt::Debug for Cursor<'_, T, A> { implementation
1381 impl<'a, T, A: Allocator> Cursor<'a, T, A> { implementation
2235 unsafe impl<T: Sync, A: Allocator + Sync> Send for Cursor<'_, T, A> {} implementation
2238 unsafe impl<T: Sync, A: Allocator + Sync> Sync for Cursor<'_, T, A> {} implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs1328 pub struct Cursor< struct
1339 impl<T, A: Allocator> Clone for Cursor<'_, T, A> { argument
1341 let Cursor { index, current, list } = *self; in clone() localVariable
1347 impl<T: fmt::Debug, A: Allocator> fmt::Debug for Cursor<'_, T, A> { implementation
1381 impl<'a, T, A: Allocator> Cursor<'a, T, A> { impl
2215 unsafe impl<T: Sync, A: Allocator + Sync> Send for Cursor<'_, T, A> {} implementation
2218 unsafe impl<T: Sync, A: Allocator + Sync> Sync for Cursor<'_, T, A> {} implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/collections/
H A Dlinked_list.rs1328 pub struct Cursor< struct
1339 impl<T, A: Allocator> Clone for Cursor<'_, T, A> { argument
1341 let Cursor { index, current, list } = *self; in clone() localVariable
1347 impl<T: fmt::Debug, A: Allocator> fmt::Debug for Cursor<'_, T, A> { implementation
1381 impl<'a, T, A: Allocator> Cursor<'a, T, A> { impl
2235 unsafe impl<T: Sync, A: Allocator + Sync> Send for Cursor<'_, T, A> {} implementation
2238 unsafe impl<T: Sync, A: Allocator + Sync> Sync for Cursor<'_, T, A> {} implementation
/aosp_15_r20/external/clang/tools/libclang/
H A DCXCursor.cpp931 const Decl *cxcursor::getCursorDecl(CXCursor Cursor) { in getCursorDecl()
935 const Expr *cxcursor::getCursorExpr(CXCursor Cursor) { in getCursorExpr()
939 const Stmt *cxcursor::getCursorStmt(CXCursor Cursor) { in getCursorStmt()
948 const Attr *cxcursor::getCursorAttr(CXCursor Cursor) { in getCursorAttr()
952 const Decl *cxcursor::getCursorParentDecl(CXCursor Cursor) { in getCursorParentDecl()
956 ASTContext &cxcursor::getCursorContext(CXCursor Cursor) { in getCursorContext()
960 ASTUnit *cxcursor::getCursorASTUnit(CXCursor Cursor) { in getCursorASTUnit()
967 CXTranslationUnit cxcursor::getCursorTU(CXCursor Cursor) { in getCursorTU()
/aosp_15_r20/external/perfetto/src/trace_processor/sqlite/
H A Dstats_table.h35 struct Cursor : sqlite::Module<StatsModule>::Cursor { struct
36 const TraceStorage* storage = nullptr;
37 size_t key = 0;
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/util/cursor/
DCursors.kt23 fun Cursor.limit(count: Int): Cursor = in limit() method
46 fun Cursor.startAt(newStartIndex: Int): Cursor = in Cursor() method
71 fun Cursor.immobilized(): Cursor = in immobilized() method
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/reflectdata/
Dreflect.go427 func dgopkgpath(c rttype.Cursor, pkg *types.Pkg) {
439 func dgopkgpathOff(c rttype.Cursor, pkg *types.Pkg) {
450 func dnameField(c rttype.Cursor, spkg *types.Pkg, ft *types.Field) {
620 func dmethodptrOff(c rttype.Cursor, x *obj.LSym) {
662 func dcommontype(c rttype.Cursor, t *types.Type) {
/aosp_15_r20/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/data/
DMediaProviderClient.kt719 private fun Cursor.getListOfMedia(): List<Media> { in <lambda>() method
794 private fun Cursor.getPrevPageKey(): MediaPageKey? { in <lambda>() method
809 private fun Cursor.getNextPageKey(): MediaPageKey? { in <lambda>() method
824 private fun Cursor.getItemsBeforeCount(): Int? { in <lambda>() method
832 private fun Cursor.getListOfAlbums(): List<Group.Album> { in <lambda>() method
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/network/apn/
DApnRepository.kt106 private fun Cursor.getString(columnName: String) = getString(getColumnIndexOrThrow(columnName)) in getString() method
107 private fun Cursor.getInt(columnName: String) = getInt(getColumnIndexOrThrow(columnName)) in getString() method
108 private fun Cursor.getLong(columnName: String) = getLong(getColumnIndexOrThrow(columnName)) in getString() method
/aosp_15_r20/external/rust/android-crates-io/crates/intrusive-collections/src/
Drbtree.rs1046 pub struct Cursor<'a, A: Adapter> struct
1054 impl<'a, A: Adapter> Clone for Cursor<'a, A> argument
1067 impl<'a, A: Adapter> Cursor<'a, A> impl
2008 ) -> CursorMut<'a, A> argument
2152 pub fn range<'a, Min: ?Sized + Ord, Max: ?Sized + Ord>(
2156 ) -> Iter<'a, A>
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/
Dasync_write.rs290 impl AsyncWrite for io::Cursor<&mut [u8]> { implementation
320 impl AsyncWrite for io::Cursor<&mut Vec<u8>> { implementation
350 impl AsyncWrite for io::Cursor<Vec<u8>> { implementation
380 impl AsyncWrite for io::Cursor<Box<[u8]>> { implementation
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DInterferenceCache.h189 Cursor() : CacheEntry(nullptr), Current(nullptr) {} in Cursor() function
192 Cursor(const Cursor &O) : CacheEntry(nullptr), Current(nullptr) { in Cursor() function
233 friend class Cursor; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp522 DIExpressionCursor Cursor({}); in updateSubprogramScopeDIEImpl() local
792 DIExpressionCursor Cursor(Expr); in constructVariableDIEImpl() local
796 DIExpressionCursor &Cursor) { in constructVariableDIEImpl()
832 [&](unsigned Idx, DIExpressionCursor &Cursor) -> bool { in constructVariableDIEImpl()
882 DIExpressionCursor Cursor(Ops); in constructVariableDIEImpl() local
1459 DIExpressionCursor Cursor({}); in addAddress() local
1486 DIExpressionCursor Cursor(DIExpr); in addComplexAddress() local
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/
H A Dslots.rs412 pub struct Cursor<'a> { struct
419 impl Drop for Cursor<'_> { implementation

12345678910>>...28