| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/annotation/ |
| H A D | annotation_manager.cpp | 38 AnnotationID AnnotationManager::addAnnotation(const Annotation& annotation) { in addAnnotation() argument 41 Annotation::visit(annotation, [&] (const auto& annotation_) { in addAnnotation() 48 bool AnnotationManager::updateAnnotation(const AnnotationID& id, const Annotation& annotation) { in updateAnnotation() argument 50 Annotation::visit(annotation, [&] (const auto& annotation_) { in updateAnnotation() 62 void AnnotationManager::add(const AnnotationID& id, const SymbolAnnotation& annotation) { in add() argument 63 auto impl = std::make_shared<SymbolAnnotationImpl>(id, annotation); in add() 68 void AnnotationManager::add(const AnnotationID& id, const LineAnnotation& annotation) { in add() argument 70 std::make_unique<LineAnnotationImpl>(id, annotation)).first->second; in add() 74 void AnnotationManager::add(const AnnotationID& id, const FillAnnotation& annotation) { in add() argument 76 std::make_unique<FillAnnotationImpl>(id, annotation)).first->second; in add() [all …]
|
| H A D | symbol_annotation_impl.cpp | 11 annotation(std::move(annotation_)) { in SymbolAnnotationImpl() 16 …featureProperties.emplace("sprite", annotation.icon.empty() ? std::string("default_marker") : anno… in updateLayer() 18 LatLng latLng { annotation.geometry.y, annotation.geometry.x }; in updateLayer()
|
| H A D | fill_annotation_impl.cpp | 12 …annotation(ShapeAnnotationGeometry::visit(annotation_.geometry, CloseShapeAnnotation{}), annotatio… in FillAnnotationImpl() 25 fillLayer->setFillOpacity(annotation.opacity); in updateStyle() 26 fillLayer->setFillColor(annotation.color); in updateStyle() 27 fillLayer->setFillOutlineColor(annotation.outlineColor); in updateStyle() 31 return annotation.geometry; in geometry()
|
| H A D | line_annotation_impl.cpp | 12 …annotation(ShapeAnnotationGeometry::visit(annotation_.geometry, CloseShapeAnnotation{}), annotatio… in LineAnnotationImpl() 26 lineLayer->setLineOpacity(annotation.opacity); in updateStyle() 27 lineLayer->setLineWidth(annotation.width); in updateStyle() 28 lineLayer->setLineColor(annotation.color); in updateStyle() 32 return annotation.geometry; in geometry()
|
| H A D | symbol_annotation_impl.hpp | 44 const SymbolAnnotation annotation; member in mbgl::SymbolAnnotationImpl 91 const mbgl::Point<double>& p = v->annotation.geometry; in operator ()()
|
| H A D | fill_annotation_impl.hpp | 16 const FillAnnotation annotation; member in mbgl::FillAnnotationImpl
|
| H A D | line_annotation_impl.hpp | 16 const LineAnnotation annotation; member in mbgl::LineAnnotationImpl
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | annotate.h | 112 struct annotation; 215 void annotation_line__write(struct annotation_line *al, struct annotation *notes, 219 int __annotation__scnprintf_samples_period(struct annotation *notes, 273 struct annotation { struct 300 static inline int annotation__cycles_width(struct annotation *notes) in annotation__cycles_width() argument 308 static inline int annotation__pcnt_width(struct annotation *notes) in annotation__pcnt_width() 313 static inline bool annotation_line__filter(struct annotation_line *al, struct annotation *notes) in annotation_line__filter() 318 void annotation__set_offsets(struct annotation *notes, s64 size); 319 void annotation__compute_ipc(struct annotation *notes, size_t size); 320 void annotation__mark_jump_targets(struct annotation *notes, struct symbol *sym); [all …]
|
| H A D | annotate.c | 801 struct annotation *notes = symbol__annotation(sym); in symbol__alloc_hist_cycles() 812 struct annotation *notes = symbol__annotation(sym); in symbol__annotate_zero_histograms() 913 struct annotation *notes = symbol__annotation(sym); in symbol__cycles_hist() 932 struct annotation *notes = symbol__annotation(sym); in symbol__hists() 1024 static unsigned annotation__count_insn(struct annotation *notes, u64 start, u64 end) in annotation__count_insn() 1036 static void annotation__count_and_fill(struct annotation *notes, u64 start, u64 end, struct cyc_his… in annotation__count_and_fill() 1067 void annotation__compute_ipc(struct annotation *notes, size_t size) in annotation__compute_ipc() 1371 struct annotation *notes = symbol__annotation(sym); in annotation_line__print() 1484 struct annotation *notes = symbol__annotation(sym); in symbol__parse_objdump_line() 1550 struct annotation *notes = symbol__annotation(sym); in delete_last_nop() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/RCU/ |
| H A D | RTFP.txt | 230 ,annotation={ 248 ,annotation={ 284 ,annotation={ 320 ,annotation={ 345 ,annotation={ 373 ,annotation={ 388 ,annotation={ 406 ,annotation={ 420 ,annotation={ 440 ,annotation={ [all …]
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | err_common.c | 32 mchk_dump_mem(void *data, size_t length, char **annotation) in mchk_dump_mem() argument 38 if (annotation && !annotation[i]) in mchk_dump_mem() 39 annotation = NULL; in mchk_dump_mem() 43 annotation ? annotation[i] : ""); in mchk_dump_mem() 223 char **annotation = NULL; in el_annotate_subpacket() local 232 annotation = a->annotation; in el_annotate_subpacket() 238 mchk_dump_mem(header, header->length, annotation); in el_annotate_subpacket()
|
| H A D | err_impl.h | 23 char **annotation; member
|
| /OK3568_Linux_fs/kernel/net/rxrpc/ |
| H A D | call_event.c | 164 u8 annotation, anno_type, retrans = 0, unacked = 0; in rxrpc_resend() local 187 annotation = call->rxtx_annotations[ix]; in rxrpc_resend() 188 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend() 189 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_resend() 202 if (!(annotation & RXRPC_TX_ANNO_RESENT)) in rxrpc_resend() 207 call->rxtx_annotations[ix] = RXRPC_TX_ANNO_RETRANS | annotation; in rxrpc_resend() 209 trace_rxrpc_retransmit(call, seq, annotation | anno_type, in rxrpc_resend() 244 annotation = call->rxtx_annotations[ix]; in rxrpc_resend() 245 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend() 253 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_resend() [all …]
|
| H A D | input.c | 204 u8 annotation; in rxrpc_rotate_tx_window() local 219 annotation = call->rxtx_annotations[ix]; in rxrpc_rotate_tx_window() 226 if (annotation & RXRPC_TX_ANNO_LAST) { in rxrpc_rotate_tx_window() 230 if ((annotation & RXRPC_TX_ANNO_MASK) != RXRPC_TX_ANNO_ACK) in rxrpc_rotate_tx_window() 473 u8 flags, annotation = j; in rxrpc_input_data() local 499 trace_rxrpc_rx_data(call->debug_id, seq, serial, flags, annotation); in rxrpc_input_data() 549 call->rxtx_annotations[ix] = annotation; in rxrpc_input_data() 692 u8 annotation = call->rxtx_annotations[ix]; in rxrpc_input_check_for_lost_ack() local 693 u8 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack() 697 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack() [all …]
|
| H A D | recvmsg.c | 279 u8 annotation, in rxrpc_verify_packet() argument 285 u8 subpacket = annotation & RXRPC_RX_ANNO_SUBPACKET; in rxrpc_verify_packet() 324 u8 annotation = *_annotation; in rxrpc_locate_data() local 325 u8 subpacket = annotation & RXRPC_RX_ANNO_SUBPACKET; in rxrpc_locate_data() 335 if (!(annotation & RXRPC_RX_ANNO_VERIFIED)) { in rxrpc_locate_data() 336 ret = rxrpc_verify_packet(call, skb, annotation, offset, len); in rxrpc_locate_data()
|
| /OK3568_Linux_fs/buildroot/package/pulseview/ |
| H A D | 0002-Fix-broken-build-due-to-C-template-behind-C-linkage.patch | 13 from /home/abuild/rpmbuild/BUILD/pulseview-0.4.2/pv/data/decode/annotation.cpp:21: 24 pv/data/decode/annotation.cpp | 2 -- 28 diff --git a/pv/data/decode/annotation.cpp b/pv/data/decode/annotation.cpp 30 --- a/pv/data/decode/annotation.cpp 31 +++ b/pv/data/decode/annotation.cpp
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/browsers/ |
| H A D | annotate.c | 40 static inline struct annotation *browser__annotation(struct ui_browser *browser) in browser__annotation() 48 struct annotation *notes = browser__annotation(browser); in disasm_line__filter() 55 struct annotation *notes = browser__annotation(browser); in ui_browser__jumps_percent_color() 99 struct annotation *notes = browser__annotation(browser); in annotate_browser__write() 155 struct annotation *notes = symbol__annotation(sym); in annotate_browser__draw_current_jump() 218 struct annotation *notes = browser__annotation(browser); in annotate_browser__refresh() 268 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__set_top() 292 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__set_rb_top() 307 struct annotation *notes = symbol__annotation(sym); in annotate_browser__calc_percent() 348 struct annotation *notes = browser__annotation(&browser->b); in annotate_browser__toggle_source() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | annotate.info | 14 * Annotate: (annotate). The obsolete annotation interface. 34 This document describes the obsolete level two annotation interface 40 * Limitations:: Limitations of the annotation interface. 53 * Multi-threaded Apps:: An annotation that reports multi-threadedness. 67 characters, and the name of the annotation. If there is no additional 68 information associated with this annotation, the name of the annotation 70 information, the name of the annotation is followed by a space, the 78 'escape' annotation which means those three characters as output. 113 with the release of GDB 5.1 and the addition of GDB/MI, the annotation 121 The annotation interface works by interspersing markups with GDB normal [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | annotate.info | 14 * Annotate: (annotate). The obsolete annotation interface. 34 This document describes the obsolete level two annotation interface 40 * Limitations:: Limitations of the annotation interface. 53 * Multi-threaded Apps:: An annotation that reports multi-threadedness. 67 characters, and the name of the annotation. If there is no additional 68 information associated with this annotation, the name of the annotation 70 information, the name of the annotation is followed by a space, the 78 'escape' annotation which means those three characters as output. 113 with the release of GDB 5.1 and the addition of GDB/MI, the annotation 121 The annotation interface works by interspersing markups with GDB normal [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qmapboxgl.cpp | 903 mbgl::optional<mbgl::Annotation> asMapboxGLAnnotation(const QMapbox::Annotation & annotation) { in asMapboxGLAnnotation() argument 923 if (annotation.canConvert<QMapbox::SymbolAnnotation>()) { in asMapboxGLAnnotation() 924 QMapbox::SymbolAnnotation symbolAnnotation = annotation.value<QMapbox::SymbolAnnotation>(); in asMapboxGLAnnotation() 927 } else if (annotation.canConvert<QMapbox::LineAnnotation>()) { in asMapboxGLAnnotation() 928 QMapbox::LineAnnotation lineAnnotation = annotation.value<QMapbox::LineAnnotation>(); in asMapboxGLAnnotation() 931 } else if (annotation.canConvert<QMapbox::FillAnnotation>()) { in asMapboxGLAnnotation() 932 QMapbox::FillAnnotation fillAnnotation = annotation.value<QMapbox::FillAnnotation>(); in asMapboxGLAnnotation() 942 qWarning() << "Unable to convert annotation:" << annotation; in asMapboxGLAnnotation() 953 QMapbox::AnnotationID QMapboxGL::addAnnotation(const QMapbox::Annotation &annotation) in addAnnotation() argument 955 return d_ptr->mapObj->addAnnotation(*asMapboxGLAnnotation(annotation)); in addAnnotation() [all …]
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebkit/ |
| H A D | 0001-Offlineasm-warnings-with-newer-Ruby-versions-https-b.patch | 36 # annotation, and hence need to be able to distinguish between 40 @annotation = nil
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | spdx.py | 307 def add_relationship(self, _from, relationship, _to, *, comment=None, annotation=None): argument 327 if annotation is not None: 328 r.annotations.append(annotation)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/ |
| H A D | mapbox-gl-native.pro | 91 src/mbgl/annotation/annotation_manager.cpp \ 92 src/mbgl/annotation/annotation_source.cpp \ 93 src/mbgl/annotation/annotation_tile.cpp \ 94 src/mbgl/annotation/fill_annotation_impl.cpp \ 95 src/mbgl/annotation/line_annotation_impl.cpp \ 96 src/mbgl/annotation/render_annotation_source.cpp \ 97 src/mbgl/annotation/shape_annotation_impl.cpp \ 98 src/mbgl/annotation/symbol_annotation_impl.cpp \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/ |
| H A D | map.cpp | 688 AnnotationID Map::addAnnotation(const Annotation& annotation) { in addAnnotation() argument 689 auto result = impl->annotationManager.addAnnotation(annotation); in addAnnotation() 694 void Map::updateAnnotation(AnnotationID id, const Annotation& annotation) { in updateAnnotation() argument 695 if (impl->annotationManager.updateAnnotation(id, annotation)) { in updateAnnotation() 700 void Map::removeAnnotation(AnnotationID annotation) { in removeAnnotation() argument 701 impl->annotationManager.removeAnnotation(annotation); in removeAnnotation()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | aiff.c | 64 char *annotation; in lsx_aiffstartread() local 263 rc = textChunk(&annotation, "Annotation:", ft); in lsx_aiffstartread() 268 if (annotation) in lsx_aiffstartread() 269 sox_append_comments(&ft->oob.comments, annotation); in lsx_aiffstartread() 270 free(annotation); in lsx_aiffstartread()
|