Home
last modified time | relevance | path

Searched defs:annotation (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dannotate.h273 struct annotation { struct
281 struct annotation_options *options; argument
282 struct annotation_line **offsets; argument
300 static inline int annotation__cycles_width(struct annotation *notes) in annotation__cycles_width() argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/
H A Dannotation_manager.cpp38 AnnotationID AnnotationManager::addAnnotation(const Annotation& annotation) { in addAnnotation()
48 bool AnnotationManager::updateAnnotation(const AnnotationID& id, const Annotation& annotation) { in updateAnnotation()
62 void AnnotationManager::add(const AnnotationID& id, const SymbolAnnotation& annotation) { in add()
68 void AnnotationManager::add(const AnnotationID& id, const LineAnnotation& annotation) { in add()
74 void AnnotationManager::add(const AnnotationID& id, const FillAnnotation& annotation) { in add()
80 void AnnotationManager::update(const AnnotationID& id, const SymbolAnnotation& annotation) { in update()
97 void AnnotationManager::update(const AnnotationID& id, const LineAnnotation& annotation) { in update()
109 void AnnotationManager::update(const AnnotationID& id, const FillAnnotation& annotation) { in update()
H A Dfill_annotation_impl.hpp16 const FillAnnotation annotation; member in mbgl::FillAnnotationImpl
H A Dline_annotation_impl.hpp16 const LineAnnotation annotation; member in mbgl::LineAnnotationImpl
H A Dsymbol_annotation_impl.hpp44 const SymbolAnnotation annotation; member in mbgl::SymbolAnnotationImpl
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Derr_common.c32 mchk_dump_mem(void *data, size_t length, char **annotation) in mchk_dump_mem()
223 char **annotation = NULL; in el_annotate_subpacket() local
H A Derr_impl.h23 char **annotation; member
/OK3568_Linux_fs/kernel/net/rxrpc/
H A Dinput.c204 u8 annotation; in rxrpc_rotate_tx_window() local
473 u8 flags, annotation = j; in rxrpc_input_data() local
692 u8 annotation = call->rxtx_annotations[ix]; in rxrpc_input_check_for_lost_ack() local
780 u8 annotation, anno_type; in rxrpc_input_soft_acks() local
H A Drecvmsg.c279 u8 annotation, in rxrpc_verify_packet()
324 u8 annotation = *_annotation; in rxrpc_locate_data() local
H A Dcall_event.c164 u8 annotation, anno_type, retrans = 0, unacked = 0; in rxrpc_resend() local
H A Dsendmsg.c199 u8 annotation = RXRPC_TX_ANNO_UNACK; in rxrpc_queue_packet() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dmap.cpp688 AnnotationID Map::addAnnotation(const Annotation& annotation) { in addAnnotation()
694 void Map::updateAnnotation(AnnotationID id, const Annotation& annotation) { in updateAnnotation()
700 void Map::removeAnnotation(AnnotationID annotation) { in removeAnnotation()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp903 mbgl::optional<mbgl::Annotation> asMapboxGLAnnotation(const QMapbox::Annotation & annotation) { in asMapboxGLAnnotation()
953 QMapbox::AnnotationID QMapboxGL::addAnnotation(const QMapbox::Annotation &annotation) in addAnnotation()
963 void QMapboxGL::updateAnnotation(QMapbox::AnnotationID id, const QMapbox::Annotation &annotation) in updateAnnotation()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Daiff.c64 char *annotation; in lsx_aiffstartread() local
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dspdx.py307 def add_relationship(self, _from, relationship, _to, *, comment=None, annotation=None): argument